@charset "UTF-8";

/* CSS Document */

* {
  padding: 0;
  margin: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
a,
button,
input[type="submit"] {
  outline: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.et_pb_button:focus {
  text-decoration: none;
  outline: none;
}

/* HEADER */

#main-header {
  height: 75px;
}
#main-header .container {
  height: 100%;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.et-fixed-header#main-header .container {
  margin-top: 0;
}
#main-header .logo_container {
  width: auto;
}

/* MENU */

#et-top-navigation {
  padding-top: 28px !important;
}
#et-top-navigation nav > ul > li > a {
  padding-bottom: 0 !important;
}
#et-top-navigation nav > ul > li > a:hover {
  opacity: 1 !important;
  color: #e6830c !important;
}
#top-menu {
  top: -9px;
  position: relative;
}
.et-fixed-header#main-header #top-menu {
  top: -7px;
}
#top-menu li.destaque-orcamento a {
  color: #fff !important;
  background: #102b65;
  border-radius: 10px;
  padding: 10px 15px !important;
}
#top-menu li.destaque-orcamento a:hover {
  background: #e6830c;
  color: #fff !important;
}
.et-fixed-header#main-header #top-menu li a:hover {
  color: #e6830c !important;
}
.et-fixed-header#main-header #top-menu li.destaque-orcamento a {
  color: #fff !important;
}
.icon-account a {
  background-image: url(../images/icon-account.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 22px;
  text-indent: -9999px;
  top: -2px;
}
.et-fixed-header#main-header .icon-account a {
  top: -3px;
}
.et-cart-info {
  background-image: url(../images/icon-cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.et-cart-info span::before {
  display: none !important;
}
.icon-account a:hover,
.et-cart-info:hover {
  transform: scale(1.1);
}
.et-fixed-header#main-header .icon-account a {
  background-image: url(../images/icon-account-blue.svg);
}
.et-fixed-header#main-header .et-cart-info {
  top: 2px;
  background-image: url(../images/icon-cart-blue.svg);
}

/* FIXED MENU */

.et-fixed-header#main-header #top-menu .menu-item a {
  color: #102b65 !important;
}

/* BANNER INTERNA */

.banner-interna {
  z-index: 0;
}

/* BANNER HOME */

.banner-home {
  width: 100%;
  height: 640px;
  position: relative;
  overflow: hidden;
}
.banner-home::after {
  content: "";
  background-image: url(../images/leaf1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 393px;
  height: 100%;
  max-height: 480px;
  position: absolute;
  right: -60px;
  bottom: -100px;
  z-index: 9;
}
.banner-home .rotativo .et_pb_slides,
.banner-home .rotativo .et_pb_slides .et_pb_slide {
  height: 640px;
}
.banner-home .rotativo .et_pb_slides .et_pb_slide {
  background-size: cover;
}
.banner-home .rotativo .et_pb_slides .et_pb_slide .et_pb_slide_description {
  max-width: 400px;
  padding: 0 0 0 40px;
  float: left;
  margin-top: -100px;
}
.banner-home
  .rotativo
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  .et_pb_slide_content {
  margin-bottom: 12px;
}
.banner-home
  .rotativo
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  .et_pb_slide_content
  h1 {
  color: #102b65 !important;
  text-shadow: none !important;
  font-weight: 800 !important;
  font-size: 36px;
  line-height: 42px;
}
.banner-home
  .rotativo
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  .et_pb_slide_content
  h1
  strong {
  font-weight: 800 !important;
}
.banner-home
  .rotativo
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  .et_pb_slide_content
  p {
  color: #3d3d3d;
  text-shadow: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}
.banner-home
  .rotativo
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  .et_pb_slide_content
  p
  strong {
  font-weight: 700;
}
.banner-home
  .rotativo
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  .et_pb_button {
  background: #102b65;
  opacity: 1;
  border-radius: 10px;
  padding: 10px 20px !important;
  border: 0;
}
.banner-home
  .rotativo
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  .et_pb_button:hover {
  background: #e6830c;
  border: 0;
}

/* CATEGORIAS PRODUTOS */

.categorias-produtos {
  background: #ffffff;
  box-shadow: 0px 24px 114px -40px #dcdde0;
  border-radius: 30px;
  padding: 30px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.categorias-produtos:hover {
  box-shadow: 0px 4px 50px 10px #dcdde0;
}
.categorias-produtos .et_pb_main_blurb_image {
  margin-bottom: 20px;
}
.categorias-produtos .et_pb_module_header {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  padding-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.categorias-produtos .et_pb_blurb_description p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.categorias-produtos:hover .et_pb_module_header,
.categorias-produtos:hover .et_pb_blurb_description p {
  color: #e6830c;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* ABOUT US HOME */

.container-home-empresa::before {
  content: "";
  background-image: url(../images/leaf3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 205px;
  height: 100%;
  max-height: 335px;
  position: absolute;
  left: -10px;
  top: -110px;
  z-index: 9;
}
.container-home-empresa::after {
  content: "";
  background-image: url(../images/leaf4.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 295px;
  height: 100%;
  max-height: 305px;
  position: absolute;
  left: 50px;
  bottom: -200px;
  z-index: 9;
}

/* MAP HOME */

.map-home {
  box-shadow: 0px 14px 74px rgb(0 0 0 / 7%);
  border-radius: 20px;
  overflow: hidden;
}

/* BLOG */

.list-blog article {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.list-blog article .entry-featured-image-url {
  width: 25%;
  margin-right: 5%;
  float: left;
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
}
.list-blog article .entry-featured-image-url .et_overlay {
  display: none !important;
}
.list-blog article .entry-featured-image-url img {
  min-height: 200px;
  object-fit: cover;
  transform: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.list-blog article:hover .entry-featured-image-url img {
  transform: scale(1.1) rotate(5deg);
}
.list-blog article .entry-title,
.list-blog article .post-meta,
.list-blog article .post-content {
  width: 70%;
  float: right;
}
.list-blog article .post-meta {
  line-height: 20px;
  font-weight: 700;
  font-size: 13px !important;
}
.list-blog article .entry-title {
  margin-bottom: -4px;
}
.list-blog article .entry-title,
.list-blog article .entry-title a {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #102b65 !important;
}
.list-blog article .post-content p,
.list-blog article .post-content span,
.list-blog article .post-content a {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.list-blog article .post-content .post-content-inner {
  margin-bottom: 15px;
}
.list-blog article .post-content .more-link {
  color: #fff !important;
  background-color: #102b65;
  border-radius: 10px;
  padding: 5px 18px !important;
  display: inline-block !important;
  font-weight: 700;
  font-size: 14px;
}
.list-blog article:hover .post-content .more-link,
.list-blog article .post-content .more-link:hover {
  background-color: #e5830c;
}

/* CART */

.custom-account .return-to-shop {
  text-align: center;
}
.custom-account .cart-collaterals {
  width: 25% !important;
  float: right;
  margin-top: 10px;
}
.custom-account .cart-collaterals:before {
  display: none;
}
.custom-account .cart-collaterals .cart_totals {
  width: 100% !important;
  float: left !important;
}
.custom-account .cart-collaterals .cart_totals h2 {
  color: #403d3d;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: left;
}
.custom-account .cart-collaterals .cart_totals .shop_table {
  border: 0 !important;
  padding: 0 !important;
  color: #6e7278;
  font-size: 14px;
  font-weight: bold;
}
.custom-account .cart-collaterals .cart_totals .shop_table tr {
  height: 30px;
}
.custom-account .cart-collaterals .cart_totals .shop_table th,
.custom-account .cart-collaterals .cart_totals .shop_table td {
  padding: 10px 0 !important;
  border-top: 0 !important;
}
.custom-account .cart-collaterals .cart_totals .shop_table td {
  font-size: 13px;
  font-weight: normal;
}
.custom-account
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  a.checkout-button.button.alt.wc-forward {
  padding: 8px 0 !important;
  font-weight: 600 !important;
  font-size: 18px;
}
.custom-account
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  a.checkout-button.button.alt.wc-forward:hover {
  color: #ffffff !important;
}
a.button.wc-backward {
  text-transform: lowercase;
  font-weight: normal !important;
  font-size: 14px;
  padding: 8px 0 !important;
}
a.button.wc-backward:hover {
  color: #102b65 !important;
}

/* ACCOUNT */

.custom-account .woocommerce-MyAccount-navigation {
  width: 20%;
  margin-right: 5%;
}
.custom-account form.login,
.custom-account form.register {
  margin: 10px 0;
}
.custom-account .woocommerce-Button,
.custom-account .button,
.custom-account a.button.wc-backward,
.custom-account button.button,
.et_button_no_icon.woocommerce-page .custom-account button.button {
  color: #ffffff;
  border-width: 0px !important;
  border-color: transparent;
  border-radius: 10px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  background-color: #102b65;
  padding: 10px 20px !important;
}
.custom-account .woocommerce-Button:disabled,
.custom-account .button:disabled,
.custom-account button.button:disabled,
.et_button_no_icon.woocommerce-page .custom-account button.button:disabled {
  border-width: 0px !important;
  border-color: transparent;
  color: #ffffff;
  padding: 10px 20px !important;
  font-size: 18px;
}
.custom-account .woocommerce-Button:hover,
.custom-account .button:hover,
.custom-account a.button.wc-backward:hover,
.custom-account button.button:hover,
.et_button_no_icon.woocommerce-page .custom-account button.button:hover {
  background-color: #e5830c;
  color: #ffffff !important;
  padding: 10px 20px !important;
}
.custom-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}
.custom-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
.custom-account .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
.custom-account .woocommerce-MyAccount-navigation ul li a,
.custom-account a.edit {
  font-weight: 600;
}
.custom-account .woocommerce-MyAccount-navigation ul li a:hover,
.custom-account a.edit:hover {
  color: #e5830c;
}
.custom-account .woocommerce-MyAccount-content {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  width: 75%;
}
.custom-account .woocommerce-MyAccount-content a {
  font-weight: 600;
}
.custom-account .woocommerce-MyAccount-content a:hover {
  color: #e5830c;
}
.custom-account .woocommerce-MyAccount-content .woocommerce-Address {
  margin-top: 20px;
}
.custom-account .woocommerce-MyAccount-content legend {
  font-size: 18px;
  font-weight: 800;
  color: #102b65;
}
.custom-account .woocommerce-MyAccount-content fieldset {
  margin: 20px 0;
}
.custom-account .woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}
.custom-account section.woocommerce-order-details {
  margin-top: 20px;
}
.custom-account .woocommerce-customer-details {
  margin-bottom: 0;
}
.custom-account .woocommerce-customer-details dl {
  margin: 20px 0;
}
.custom-account .woocommerce-customer-details dl dd {
  margin-left: 0;
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
  display: none;
}

.checkout .col2-set .col-1,
.checkout .col2-set .col-1 {
  float: left;
  width: 60%;
}
.checkout .col2-set .col-2,
.checkout .col2-set .col-2 {
  float: right;
  width: 35%;
}

/* WOOCOMMERCE FORM */

.custom-account form .form-row {
  padding: 0;
  margin: 0 0 10px;
}
.custom-account form .form-row em {
  font-size: 12px;
  line-height: 16px;
}
.custom-account p#billing_neighborhood_field,
.custom-account p#billing_number_field,
.custom-account p#billing_address_2_fiel {
  width: 100%;
}
.custom-account .woocommerce form .form-row input.input-text,
.custom-account .woocommerce form .form-row textarea,
.custom-account .woocommerce form .form-row select,
.custom-account .woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  color: #4e4e4e;
  font-size: 14px;
  border: 1px solid #bbb;
  appearance: none;
  -webkit-appearance: none;
}
.custom-account
  .woocommerce
  form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered{
    line-height: 190%;
  }
.custom-account
  .woocommerce
  form
  .select2-container--default
  .select2-selection--single {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.custom-account
  .woocommerce
  form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.custom-account .woocommerce form .form-row select {
  background-image: url(../images/icon-down.svg);
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 19px;
}
.custom-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent;
  background-image: url(../images/icon-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  margin: 0;
  top: 12px;
  right: 20px;
  left: inherit;
}
.custom-account
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 5px 4px 0 4px !important;
}
.custom-account form .form-row .select2-container {
  width: 100% !important;
}
.custom-account .woocommerce form .form-row textarea {
  height: 120px;
  resize: none;
}
.custom-account .woocommerce-LostPassword.lost_password a:hover {
  color: #e5830c;
}
.custom-account form.woocommerce-ResetPassword.lost_reset_password .form-row {
  width: 100%;
}
.custom-account form p#billing_number_field {
  float: left;
}
.custom-account
  a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button,
.custom-account
  a.woocommerce-button.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button,
.custom-account a.checkout-button.button.alt.wc-forward {
  width: auto;
  height: 50px;
  padding: 10px 20px !important;
  border-radius: 10px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px;
  color: #fff;
  border: 0;
  background-color: #102b65;
  cursor: pointer;
}
.custom-account
  a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button:hover,
.custom-account
  a.woocommerce-button.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button:hover,
.custom-account a.checkout-button.button.alt.wc-forward:hover,
.custom-account a.woocommerce-button.button.pay:hover,
.custom-account a.woocommerce-button.button.view:hover,
.custom-account a.woocommerce-button.button.cancel:hover {
  background-color: #e5830c;
}
.custom-account a.woocommerce-button.button.pay,
.custom-account a.woocommerce-button.button.view,
.custom-account a.woocommerce-button.button.cancel {
  width: auto;
  height: auto;
  padding: 4px 10px !important;
  border-radius: 10px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px;
  color: #fff;
  border: 0;
  background-color: #102b65;
  cursor: pointer;
  margin: 3px;
}
.custom-account
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  padding-bottom: 0;
  line-height: 27px;
}
.custom-account
  .woocommerce-customer-details
  .woocommerce-customer-details--email {
  line-height: 27px;
}
.custom-account .woocommerce-customer-details address {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}

/* CHECKOUT */

.custom-account #order_review_heading {
  margin: 20px 0 0;
}
.custom-account a.showlogin {
  font-weight: 500;
}
.custom-account a.showlogin:hover {
  color: #e5830c;
}
.custom-account .woocommerce-form-login.login {
  margin-bottom: 30px;
}

/* THANK YOU */

.custom-account
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin: 0 0 60px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.custom-account
  .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
  color: #102b65;
}

/* PRODUCTS */

.topo-internas .et_pb_module {
  min-height: 500px;
}
.topo-internas.produtos .banner-interna {
  padding: 50px 0 75px !important;
}
.topo-internas.produtos .banner-interna .header-content-container {
  opacity: 0;
}
.content-actions {
  display: flex;
}
.content-actions .et_pb_column {
  box-shadow: 0px 14px 74px rgb(0 0 0 / 7%);
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-actions .et_pb_column em {
  font-size: 13px;
}

/* BREADCRUMB */

.woocommerce .woocommerce-breadcrumb {
  line-height: 18px;
}

/* MODULO LOJA VIRTUAL */

.et_pb_loja_virtual .container-list {
  width: 100%;
  margin: auto;
  display: block;
}
.et_pb_loja_virtual .container-list .header-list {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.et_pb_loja_virtual .container-list .header-list h2 {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 30px;
  color: #403d3d;
  float: left;
  text-align: center;
  width: 100%;
  margin: 60px 0 20px 0;
}
.et_pb_loja_virtual .container-list .header-list p {
  width: 100%;
  float: left;
  margin-bottom: 70px;
}

/* FILTER */

.et_pb_loja_virtual .container-list .filter-list {
  float: left;
  width: 100%;
}
.et_pb_loja_virtual .container-list .filter-list .filter-left {
  float: left;
  width: auto;
}
.et_pb_loja_virtual .container-list .filter-list .order-produtos {
  width: 195px;
  float: left;
}
.et_pb_loja_virtual .container-list .filter-list .filter-produtos {
  width: 195px;
  float: left;
  margin-right: 20px;
}
.et_pb_loja_virtual
  .container-list
  .filter-list
  .filter-produtos
  select
  option:disabled {
  display: none;
}
.et_pb_loja_virtual .container-list .filter-list .filter-left select {
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 15px;
  margin-right: 10px;
  border-radius: 10px;
  border: 1px solid #bbb;
  background-color: transparent;
  color: #4e4e4e;
  font-size: 14px;
  background-image: url(../images/icon-down.svg);
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 19px;
  appearance: none;
}
.et_pb_loja_virtual .container-list .filter-list .buscar-produtos {
  float: left;
  margin-left: 20px;
}
.et_pb_loja_virtual .btn-ir-carrinho {
  background: #102b65;
  color: #fff;
  display: block;
  text-decoration: none;
  border: 1px solid #102b65;
  text-align: center;
  padding: 6px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  float: right;
  margin-top: 30px;
}
.et_pb_loja_virtual .btn-ir-carrinho:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #102b65;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.et_pb_loja_virtual .margin-top-0 {
  margin-top: 0px;
}
.et_pb_loja_virtual
  .container-list
  .filter-list
  .buscar-produtos
  input[type="text"],
.container-list .filter-list .buscar-produtos input[type="submit"] {
  float: left;
}
.et_pb_loja_virtual
  .container-list
  .filter-list
  .buscar-produtos
  input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 15px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: transparent;
  color: #4e4e4e;
  font-size: 14px;
  appearance: none;
  border: 1px solid #bbb;
}
.et_pb_loja_virtual
  .container-list
  .filter-list
  .buscar-produtos
  input[type="submit"] {
  position: absolute;
  padding: 6px 15px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  background-color: #102b65;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  border-radius: 10px;
  cursor: pointer;
  border: 0;
}
.et_pb_loja_virtual
  .container-list
  .filter-list
  .buscar-produtos
  input[type="submit"]:hover {
  background: #e5830c !important;
  color: #fff;
}
.et_pb_loja_virtual .container-list .categorias {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.et_pb_loja_virtual .container-list .categorias .categoria_item {
  float: left;
  margin-right: 35px;
  position: relative;
  cursor: pointer;
}
.et_pb_loja_virtual
  .container-list
  .categorias
  .categoria_item
  .icone_rm_cartegoria {
  content: "";
  position: absolute;
  background-image: url(../images/icon-remove.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 10px;
  right: -25px;
}

/* TITLES */

.et_pb_loja_virtual
  .container-list
  .header-list
  form
  .title-filter-produtos
  label {
  color: #403d3d;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}

/* LOADING CEP */

.address-field {
  position: relative;
}
.editar-endereco .load::after {
  content: "";
  background: url(../images/loader.gif) no-repeat center !important;
  width: 28px;
  height: 16px;
  position: absolute;
  right: 17px;
  top: 41px;
}
.contentEstadoModal {
  display: block !important;
  z-index: 999999999999 !important;
  background-color: #fff !important;
  padding: 30px !important;
  border: 0 !important;
  -webkit-box-shadow: 0px 22px 72px -34px rgb(0 0 0 / 33%) !important;
  -moz-box-shadow: 0px 22px 72px -34px rgba(0, 0, 0, 0.33) !important;
  box-shadow: 0px 22px 72px -34px rgb(0 0 0 / 33%) !important;
  border-radius: 30px !important;
}
.title-select-estado {
  margin: 0 0 20px !important;
  padding: 0 !important;
}
.title-select-estado span {
  display: block !important;
  margin-top: 0;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #102b65 !important;
}
.div-select-estado {
  display: flex !important;
  padding: 0 15px !important;
}
.div-select-estado select {
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 15px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: transparent;
  color: #4e4e4e;
  font-size: 14px;
  background-image: url(../images/icon-down.svg);
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 19px;
  appearance: none;
}
.div-select-estado a {
  padding: 6px 15px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  background-color: #102b65;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  border-radius: 10px;
}
.div-select-estado a:hover {
  background-color: #e5830c;
}
.div-select-estado a.loading-select-estado {
  pointer-events: none;
  background-color: #102b65 !important;
  color: #102b65 !important;
}
.et_pb_navegar_gps {
  margin-bottom: 10px !important;
}
.et_pb_navegar_gps:last-child {
  margin-bottom: 0 !important;
}
.et_pb_navegar_gps a {
  padding: 6px 15px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  background-color: #102b65;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  border-radius: 10px;
  display: block;
  text-align: center;
}
.et_pb_navegar_gps a:hover {
  background-color: #e5830c;
}

/* PRODUCTS */

.container-products-state {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.container-products-state .product-estado {
  cursor: pointer;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #102b65;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.container-products-state .product-estado:hover {
  color: #e5830c;
}
.container-products-state .product-estado .state {
  font-weight: 800;
}

.et_pb_loja_virtual .container-list .product-list .label-responsivo {
  display: none !important;
}
.et_pb_loja_virtual .container-list .product-list {
  width: 100%;
  float: left;
  border: none;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0px 14px 74px rgb(0 0 0 / 7%);
  margin-bottom: 40px;
}
.et_pb_loja_virtual .container-list .product-list .header-products {
  width: 100%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  background-color: #102b65;
  color: #fff;
  border-radius: 15px 15px 0px 0px;
  position: sticky;
  top: 75px;
  z-index: 1;
}
.et_pb_loja_virtual .container-list .product-list .header-products ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.et_pb_loja_virtual .container-list .product-list .header-products ul li {
  list-style-type: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding-right: 10px;
  box-sizing: border-box;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.et_pb_loja_virtual .container-list .product-list .products > div {
  width: 100%;
  float: left;
  list-style-type: none;
  padding: 10px 15px;
  box-sizing: border-box;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  > div:nth-child(odd) {
  background-color: #f8f8f8;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  > div:nth-child(even) {
  background-color: #fff;
}
.et_pb_loja_virtual .container-list .product-list .products div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  width: 100%;
}
.et_pb_loja_virtual .container-list .product-list .products div ul li {
  list-style-type: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding-right: 10px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.et_pb_loja_virtual .container-list .product-list .products div ul li a {
  font-weight: 700;
}
.et_pb_loja_virtual .container-list .product-list .products div ul li a:hover {
  color: #e5830c;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  div
  ul
  li
  .add-cart {
  background-image: url(../images/icon-add-to-cart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  div
  ul
  li
  .add-cart:hover {
  transform: scale(1.1);
}

.add-cart-mobile .web {
  display: inline-block;
}
.add-cart-mobile .mobile {
  display: none;
}
.outros-estados .products .preco-outros-estados {
  display: table-cell !important;
}
.outros-estados .preco-outros-estados {
  display: inline-block !important;
}
.outros-estados .preco-sao-paulo,
.et_pb_loja_virtual
  .container-list
  .product-list.outros-estados
  .label-responsivo.preco-sao-paulo {
  display: none !important;
}
.preco-outros-estados {
  display: none !important;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .label-responsivo.preco-outros-estados {
  display: none !important;
}

/* LINHAS DOS PRODUTOS ESTÃO INTERCALADAS DEVIDO AO LI LABEL RESPONSiVO - TÌTULO COMO NÃO TEM LABEL ADICIONAL ESTÁ SEQUENCIAL */

.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  div
  ul
  li:nth-child(2),
.et_pb_loja_virtual
  .container-list
  .product-list
  .header-products
  ul
  li:nth-child(1) {
  width: 60px;
}

.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  div
  ul
  li:nth-child(4),
.et_pb_loja_virtual
  .container-list
  .product-list
  .header-products
  ul
  li:nth-child(2) {
  width: 25%;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  div
  ul
  li:nth-child(6),
.et_pb_loja_virtual
  .container-list
  .product-list
  .header-products
  ul
  li:nth-child(3) {
  width: 31%;
}
.et_pb_loja_virtual
  .container-list
  .product-list.outros-estados
  .products
  div
  ul
  li:nth-child(8),
.et_pb_loja_virtual
  .container-list
  .product-list.outros-estados
  .header-products
  ul
  li:nth-child(4) {
  width: 17%;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  div
  ul
  li:nth-child(8),
.et_pb_loja_virtual
  .container-list
  .product-list
  .header-products
  ul
  li:nth-child(4) {
  width: 11%;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  div
  ul
  li:nth-child(10),
.et_pb_loja_virtual
  .container-list
  .product-list
  .header-products
  ul
  li:nth-child(5) {
  width: 11%;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  div
  ul
  li:nth-child(12),
.et_pb_loja_virtual
  .container-list
  .product-list
  .header-products
  ul
  li:nth-child(6) {
  width: 11%;
}
.et_pb_loja_virtual
  .container-list
  .product-list.outros-estados
  .products
  div
  ul
  li:nth-child(14),
.et_pb_loja_virtual
  .container-list
  .product-list.outros-estados
  .header-products
  ul
  li:nth-child(7) {
  width: 17%;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  div
  ul
  li:nth-child(14),
.et_pb_loja_virtual
  .container-list
  .product-list
  .header-products
  ul
  li:nth-child(7) {
  width: 11%;
}
.et_pb_loja_virtual
  .container-list
  .product-list
  .products
  div
  ul
  li:nth-child(16),
.et_pb_loja_virtual
  .container-list
  .product-list
  .header-products
  ul
  li:nth-child(8) {
  width: 4%;
}
.et_pb_loja_virtual
  .container-list
  .product-list.outros-estados
  .products
  div
  ul
  li:nth-child(16),
.et_pb_loja_virtual
  .container-list
  .product-list.outros-estados
  .header-products
  ul
  li:nth-child(8) {
  width: 4%;
}

/* PAGINAÇÃO */

.pagination {
  margin-bottom: 20px;
}
.page-numbers.current {
  background: #b96909;
  color: #fff;
}
.page-numbers,
a.page-numbers {
  display: block;
  padding: 2px 12px;
  margin: 0 5px 0 0;
  background: #efefef;
  color: #333;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a.page-numbers:hover {
  background: #c6c6c6;
  color: #333;
}
.prev {
  background: #efefef url(../images/prev.png) right center no-repeat !important;
  text-indent: -999px;
  width: 31px;
}
.prev:hover {
  background: #c6c6c6 url(../images/prev.png) right center no-repeat !important;
}
.next {
  background: #efefef url(../images/next.png) left center no-repeat !important;
  text-indent: -999px;
  width: 31px;
}
.next:hover {
  background: #c6c6c6 url(../images/next.png) left center no-repeat !important;
}

/* POPUP */

.pum-theme-lightbox {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.pum-container {
  width: 80% !important;
  padding: 30px !important;
  border: 0 !important;
  -webkit-box-shadow: 0px 22px 72px -34px rgb(0 0 0 / 33%) !important;
  -moz-box-shadow: 0px 22px 72px -34px rgba(0, 0, 0, 0.33) !important;
  box-shadow: 0px 22px 72px -34px rgb(0 0 0 / 33%) !important;
  border-radius: 30px !important;
}
.pum-container .pum-title {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #102b65 !important;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.pum-content.popmake-content p {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 300;
}
.pum-container .pum-content > :first-child {
  padding-bottom: 1em !important;
}

.sweet-alert.showSweetAlert.visible {
  padding: 30px !important;
  border: 0 !important;
  -webkit-box-shadow: 0px 22px 72px -34px rgb(0 0 0 / 33%) !important;
  -moz-box-shadow: 0px 22px 72px -34px rgba(0, 0, 0, 0.33) !important;
  box-shadow: 0px 22px 72px -34px rgb(0 0 0 / 33%) !important;
  border-radius: 30px !important;
}
.sweet-alert h2 {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800 !important;
  font-size: 28px !important;
}
.sweet-alert p {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300 !important;
  font-size: 16px;
}
.sweet-alert input {
  width: 100%;
  height: 50px !important;
  padding: 15px !important;
  margin: 0;
  border-radius: 10px !important;
  background-color: transparent;
  color: #4e4e4e !important;
  font-size: 14px !important;
  appearance: none;
  border: 1px solid #bbb !important;
  box-shadow: none;
}
.quantity-produto {
  position: relative;
}
.quantity-produto .quantity-nav {
  position: absolute;
  right: 8px;
  top: 2px;
}
.quantity-produto .quantity-nav .quantity-button {
  height: 20px;
  cursor: pointer;
}
.sweet-alert button {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px !important;
  padding: 10px 20px !important;
}
.sweet-alert button.cancel:hover {
  border-color: #e5830c !important;
  color: #e5830c !important;
}
.sweet-alert button.confirm.adicionar-produto {
  border: 1px solid transparent !important;
}
.sweet-alert button.confirm.adicionar-produto:hover {
  background: #e5830c !important;
  color: #fff;
}
.sweet-alert > div:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* CONTACT FORM */

.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
  color: #4e4e4e;
  font-size: 14px;
}
.wpcf7 form textarea {
  height: 120px;
  resize: none;
}
.wpcf7 form .full {
  width: 100%;
  margin-bottom: 15px;
}
.wpcf7 form .half-left,
.wpcf7 form .half-right {
  width: 48%;
  margin-bottom: 15px;
}
.wpcf7 form input[type="submit"] {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px;
  color: #fff;
  border: 0;
  background-color: #102b65;
  cursor: pointer;
}
.wpcf7 form input[type="submit"]:hover {
  background-color: #e5830c;
}

/* VALIDATE */

.wpcf7-not-valid-tip {
  font-size: 11px !important;
  line-height: 18px;
}

/* FOOTER */

#footer-bottom {
  border-top: 1px solid #eaeaea;
}
#footer-info {
  width: 100%;
  text-align: center;
}
#footer-widgets {
  padding: 50px 0;
}
#footer-widgets .footer-widget {
  margin-bottom: 0 !important;
}
#footer-widgets .footer-widget .title {
  margin-bottom: 10px !important;
}
#footer-widgets .footer-widget li {
  padding: 0 !important;
}
#footer-widgets .footer-widget li a {
  display: block;
  line-height: normal;
  padding: 0 0 10px;
}
#footer-widgets .footer-widget li:last-child a {
  padding-bottom: 0;
}
#footer-widgets .footer-widget li a:hover {
  color: #102b65;
}
#footer-widgets .footer-widget li:before {
  display: none !important;
}
#footer-widgets .footer-widget .textwidget p {
  line-height: 22px;
  padding: 0 0 10px;
}
#footer-widgets .footer-widget .textwidget p a {
  text-decoration: underline;
  font-weight: 700;
}
#footer-widgets .footer-widget .textwidget p a:hover {
  color: #102b65;
}
#et-footer-nav {
  display: none !important;
}

/* RESPONSIVE */

span.validation {
  color: red;
}

@media screen and (max-width: 1440px) {
  .container-home-empresa::after {
    left: -130px;
  }
}
@media screen and (max-width: 1280px) {
  /* BANNER HOME */
  .banner-home .rotativo .et_pb_slides .et_pb_slide .et_pb_slide_description {
    max-width: 380px;
  }

  /* PRODUCTS */

  .topo-internas .et_pb_module {
    min-height: 300px;
  }
}
@media screen and (max-width: 1100px) {
  /* MENU */
  #top-menu li {
    padding-right: 10px;
  }

  /* BANNER HOME */
  .banner-home .rotativo .et_pb_slides .et_pb_slide .et_pb_slide_description {
    max-width: 340px;
  }
  .banner-home
    .rotativo
    .et_pb_slides
    .et_pb_slide
    .et_pb_slide_description
    .et_pb_slide_content
    h1 {
    font-size: 32px;
    line-height: 34px;
  }

  /* ABOUT US HOME */
  .container-home-empresa::after {
    left: -140px;
    bottom: -200px;
  }
}
@media screen and (max-width: 982px) {
  /* HEADER */
  #main-header {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .et_fixed_nav #main-header {
    position: fixed;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .et-fixed-header#main-header {
    background-color: rgba(255, 255, 255, 0.87);
  }

  /* MENU */
  #et-top-navigation {
    padding-top: 20px !important;
  }
  #main-header .et_mobile_menu {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
  }
  .mobile_menu_bar:before {
    color: #fff;
  }
  .et-fixed-header#main-header .mobile_menu_bar:before {
    color: #102b65;
  }
  .et_mobile_menu li a {
    color: #102b65;
    padding: 10px 0;
  }
  .icon-account a {
    width: 100%;
    height: auto;
    text-indent: 0;
    top: 0;
    background-image: none;
  }
  .et-fixed-header#main-header .icon-account a {
    background-image: none;
  }
  .icon-account a:hover {
    transform: none;
  }
  .et-fixed-header#main-header .et-cart-info {
    top: -7px;
  }
  .et-cart-info {
    top: -2px;
    right: 14px;
  }
  .et-fixed-header#main-header #et_mobile_nav_menu {
    margin-top: -5px;
  }

  /* LOGO */
  .et_header_style_left #logo {
    max-width: 100%;
  }

  /* BANNER HOME */
  .banner-home,
  .banner-home .rotativo .et_pb_slides,
  .banner-home .rotativo .et_pb_slides .et_pb_slide {
    height: 520px;
  }
  .banner-home::after {
    max-width: 215px;
    max-height: 340px;
    right: 0;
    bottom: initial;
    top: 230px;
    z-index: 9;
  }
  .banner-home .rotativo .et_pb_slides .et_pb_slide {
    background-size: cover;
    background-position: -210px 0px;
  }
  .banner-home
    .rotativo
    .et_pb_slides
    .et_pb_slide
    .et_pb_slide_description
    .et_pb_slide_content
    h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-home
    .rotativo
    .et_pb_slides
    .et_pb_slide
    .et_pb_slide_description
    .et_pb_slide_content
    p {
    font-size: 16px;
    line-height: 26px;
  }

  /* ABOUT US HOME */
  .container-home-empresa::before {
    max-width: 155px;
    max-height: 235px;
    left: -10px;
    top: -80px;
  }
  .container-home-empresa::after {
    right: 0;
    left: initial;
    bottom: -170px;
    max-width: 205px;
    max-height: 265px;
  }

  /* PRODUCTS HOME */
  .produtos-home .et_pb_row:nth-child(2) .et_pb_column,
  .produtos-home .et_pb_row:nth-child(3) .et_pb_column {
    width: 30%;
    margin: 0 2%;
  }
  .categorias-produtos {
    border-radius: 10px;
    padding: 15px 10px;
  }
  .categorias-produtos .et_pb_module_header {
    font-size: 16px;
  }
  .categorias-produtos .et_pb_blurb_description p {
    font-size: 14px;
  }
  .content-actions {
    flex-direction: column;
  }

  /* PRODUCTS */

  .topo-internas.produtos .banner-interna {
    padding: 0px 0 25px !important;
    background-position: bottom center;
    background-size: 200%;
  }
  .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    line-height: 22px;
  }
  .woocommerce-message a.button.wc-forward {
    margin: 20px 0 0;
  }

  .et_pb_loja_virtual .container-list .filter-list .filter-left {
    width: 100%;
  }
  .et_pb_loja_virtual .container-list .filter-list .filter-produtos,
  .et_pb_loja_virtual .container-list .filter-list .order-produtos,
  .et_pb_loja_virtual .container-list .filter-list .buscar-produtos {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .et_pb_loja_virtual
    .container-list
    .filter-list
    .buscar-produtos
    input[type="submit"] {
    position: relative;
    margin: 20px 0 0;
  }
  .et_pb_loja_virtual .container-list .product-list .header-products {
    border-radius: 5px 5px 0px 0px;
    position: sticky;
    top: 76px;
    z-index: 1;
    padding: 10px 6px;
  }
  .et_pb_loja_virtual .container-list .product-list .header-products ul li {
    font-size: 11px;
    line-height: 14px;
    padding-right: 5px !important;
  }
  .et_pb_loja_virtual .container-list .product-list .products > div {
    padding: 6px;
  }

  .add-cart-mobile .web {
    display: none;
  }
  .add-cart-mobile .mobile {
    display: inline-block;
  }
  .produtos-home .et_pb_row {
    width: 90%;
  }
  .et_pb_loja_virtual .container-list .product-list {
    border-radius: 10px;
  }
  .et_pb_loja_virtual
    .container-list
    .product-list
    .header-products
    ul
    li:nth-child(3),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .header-products
    ul
    li:nth-child(8),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:nth-child(3),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:nth-child(6),
  .et_pb_loja_virtual .container-list .product-list .products div ul li.hide,
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li.label-responsivo,
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:last-child {
    display: none !important;
  }
  .et_pb_loja_virtual
    .container-list
    .product-list
    .header-products
    ul
    li:nth-child(2),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:nth-child(4) {
    width: 35%;
  }
  .et_pb_loja_virtual
    .container-list
    .product-list
    .header-products
    ul
    li:nth-child(4),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .header-products
    ul
    li:nth-child(5),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:nth-child(8),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:nth-child(10) {
    width: 20%;
  }
  .et_pb_loja_virtual
    .container-list
    .product-list
    .header-products
    ul
    li:nth-child(6),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:nth-child(12) {
    width: 25%;
  }
  .et_pb_loja_virtual
    .container-list
    .product-list
    .header-products
    ul
    li:nth-child(7),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:nth-child(14) {
    width: 20%;
  }

  .et_pb_loja_virtual
    .container-list
    .product-list.outros-estados
    .header-products
    ul
    li:nth-child(2),
  .et_pb_loja_virtual
    .container-list
    .product-list.outros-estados
    .products
    div
    ul
    li:nth-child(4) {
    width: 39%;
  }
  .et_pb_loja_virtual
    .container-list
    .product-list.outros-estados
    .products
    div
    ul
    li:nth-child(8),
  .et_pb_loja_virtual
    .container-list
    .product-list.outros-estados
    .header-products
    ul
    li:nth-child(4) {
    width: 30%;
  }
  .et_pb_loja_virtual
    .container-list
    .product-list.outros-estados
    .products
    div
    ul
    li:nth-child(14),
  .et_pb_loja_virtual
    .container-list
    .product-list.outros-estados
    .header-products
    ul
    li:nth-child(7) {
    width: 31%;
  }

  .et_pb_loja_virtual .container-list .product-list .products div ul li,
  .et_pb_loja_virtual .container-list .product-list .products div ul li a {
    font-size: 11px;
  }

  .et_pb_loja_virtual .container-list .product-list .header-products ul,
  .et_pb_loja_virtual .container-list .product-list .products div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .et_pb_loja_virtual .container-list .product-list .label-responsivo {
    display: block !important;
  }
  .et_pb_loja_virtual .container-list .product-list .products div ul {
    position: relative;
  }
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li.label-responsivo {
    color: #102b65;
    font-weight: bold;
    font-size: 12px;
    width: 40% !important;
    margin: 0 0 10px;
  }

  /* CONTACT HOME */
  .info-contact-box .et_pb_main_blurb_image {
    text-align: center;
    margin: 10px auto;
  }

  /* THANK YOU */

  .custom-account
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    flex-direction: column;
  }
  .custom-account ul.order_details li {
    margin-right: 0;
    margin-bottom: 20px;
    border-right: 0;
  }

  /* FOOTER */
  #footer-widgets .footer-widget {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  /* ACCOUNT */
  .custom-account form.login {
    margin-bottom: 30px;
  }

  /* BLOG */
  .list-blog article .entry-featured-image-url {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .list-blog article .entry-title,
  .list-blog article .post-meta,
  .list-blog article .post-content {
    width: 100%;
  }
  .list-blog article:hover .entry-featured-image-url img {
    transform: scale(1.1) rotate(0deg);
  }
  .list-blog article .entry-title {
    margin-bottom: 5px;
  }

  /* CART */
  .custom-account .cart-collaterals {
    width: 100% !important;
  }

  /* ACCOUNT */
  .custom-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .custom-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* LOGO */
  .et_header_style_left #logo {
    filter: brightness(100);
  }
  .et-fixed-header#main-header #logo {
    filter: none;
  }

  /* BANNER HOME */
  .banner-home,
  .banner-home .rotativo .et_pb_slides,
  .banner-home .rotativo .et_pb_slides .et_pb_slide {
    height: 620px;
  }
  .banner-home::after {
    top: 360px;
  }
  .banner-home .rotativo .et_pb_slides .et_pb_slide {
    background-size: cover;
    background-position: 100%;
  }
  .banner-home .rotativo .et_pb_slides .et_pb_slide .et_pb_slide_description {
    max-width: 100%;
    text-align: center;
    padding: 0 30px;
    margin-top: -150px;
  }
  .banner-home
    .rotativo
    .et_pb_slides
    .et_pb_slide
    .et_pb_slide_description
    .et_pb_slide_content
    h1,
  .banner-home
    .rotativo
    .et_pb_slides
    .et_pb_slide
    .et_pb_slide_description
    .et_pb_slide_content
    p {
    color: #ffffff !important;
  }

  /* PRODUTOS HOME */
  .et_pb_loja_virtual .container-list .product-list .header-products {
    padding: 6px;
  }
  .et_pb_loja_virtual .container-list .product-list .header-products ul li {
    font-size: 10px;
    line-height: 12px;
  }
  .produtos-home .et_pb_row:nth-child(2) .et_pb_column,
  .produtos-home .et_pb_row:nth-child(3) .et_pb_column {
    width: 100%;
    margin: 0 0 30px;
  }
  .categorias-produtos {
    max-width: 330px;
    margin: auto;
  }

  /* POPUP */
  .title-select-estado span {
    line-height: 20px;
  }
  .sweet-alert > div:last-child {
    flex-direction: column;
  }
  .sweet-alert > div:last-child button {
    width: 100%;
    margin: 10px 0;
  }
  .div-select-estado select {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .div-select-estado a {
    width: 100%;
  }
  .sweet-alert h2 {
    font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 800 !important;
    font-size: 20px !important;
    margin: 0 0 10px !important;
    line-height: 26px;
  }

  /* FORM */

  .wpcf7 form .half-left,
  .wpcf7 form .half-right {
    width: 100%;
  }

  /* FOOTER */
  #footer-info {
    line-height: 24px;
  }
}
@media screen and (max-width: 460px) {
  /* BANNER HOME */
  .banner-home,
  .banner-home .rotativo .et_pb_slides,
  .banner-home .rotativo .et_pb_slides .et_pb_slide {
    height: 530px;
  }
  .banner-home::after {
    top: 360px;
    max-width: 135px;
    max-height: 260px;
  }
  .banner-home .rotativo .et_pb_slides .et_pb_slide .et_pb_slide_description {
    max-width: 100%;
    text-align: center;
    padding: 0 0px;
    margin-top: -200px;
  }
  .banner-home
    .rotativo
    .et_pb_slides
    .et_pb_slide
    .et_pb_slide_description
    .et_pb_button {
    padding: 10px !important;
  }

  /* PRODUCTS */

  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:nth-child(2),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .header-products
    ul
    li:nth-child(1) {
    width: 41px;
  }

  .et_pb_loja_virtual
    .container-list
    .product-list
    .header-products
    ul
    li:nth-child(2),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:nth-child(4) {
    width: 25%;
  }
  .et_pb_loja_virtual
    .container-list
    .product-list
    .header-products
    ul
    li:nth-child(7),
  .et_pb_loja_virtual
    .container-list
    .product-list
    .products
    div
    ul
    li:nth-child(14) {
    width: 65px;
  }

  /* FOOTER */
  #footer-widgets {
    padding: 50px 0 0px;
  }
}

/* .product-list .products .add-cart-mobile ul li:nth-child(10),
.product-list .header-products ul li:nth-child(5){
	display: none !important;
} */
