.titulo1{
	font-size:14px; 
	color:red; 
}
.texto1{
	font-size:10px; 
	color:blue; 
}
a,
button {
  cursor: pointer;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

button,
input,
input:hover,
a:hover,
a {
  transition: all 0.8s ease;
}

.cookie-message-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-size: 16px;
}

.cookie-message-wrapper span {
  font-size: 12px;
  line-height: 2;
}

.cookie-inner-wrapper {
  padding: 10px 20px;
  background: rgba(109, 110, 113, 0.6);
  color: white;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.cookie-inner-wrapper a {
  color: white;
  text-decoration: underline;
  font-size: 12px;
  padding-left: 10px;
  white-space: nowrap;
}

.cookie-inner-wrapper-text {
  margin-right: 15px;
}

.cookie-inner-wrapper .button {
  margin-top: 0;
  padding: 0 20px;
  line-height: 2;
  margin-left: 20px;
  font-size: 14px;
}

.btn_cookie_accept {
  margin-left: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  box-shadow: none;
  height: fit-content;
}

.btn_cookie_accept:hover {
  background: #EBAA00;
  color: #FFF;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea,
[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
}

.form-error {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
  clear: both;
}

.success-message {
  color: green;
  display: none;
  font-size: 16px;
}

.success-message.small {
  font-size: 12px;
}

.form-error-message {
  display: none;
  color: red;
  font-size: 16px;
}

.modal-dialog .modal-content .modal-body .identityBox .form-wrapper .input-check{margin-bottom: 20px;}

.form-wrapper .form-error-message {font-size: 85%;}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.border {
  border: 1px solid red;
}

.center {
  text-align: center;
  display: flex;
  justify-content: center;
}

.pointer {
  cursor: pointer;
}

.none,
.order-billing-wrapper {
  display: none;
}

.newsletter-sbm-message {
  color: green;
  display: none;
  margin-top: 5px;
}

.display-flex {
  display: flex;
}

.display-flex-between {
  display: flex;
  justify-content: space-between;
}

label.error {
  color: red;
  margin-top: 5px;
  font-weight: initial;
  font-size: 85%;
  display: block;
}

.form-userreg-success-message {
  display: none;
  color: green;
}

.form-userreg-pending-message {
  display: none;
  color: orange;
}

.cart-error,
.form-error-message {
  display: none;
  color: red;
}

.cart-pini-wrapper {
  position: relative;
}
 /*
.cart-pini-itens {
 display: none;
  position: absolute;
  background: white;
}*/

.offline-test {
  background: red;
  color: white;
  height: 20px;
  text-align: center;
  display: block;
}

.page-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1001;
}

.page-popup.open {
  visibility: visible;
  opacity: 1;
  display: block;
}

.page-popup.open .page-popup-content {
  margin: 10% auto;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
  max-width: 80%;
  width: fit-content;
}

.page-popup .close {
  position: absolute;
  top: -42px;
  right: -8px;
  transition: all 200ms;
  font-size: 38px;
  font-weight: bold;
  color: #939393;
  background: transparent;
  border: none;
}

.product-add-cart-success,
.product-add-cart-error {
  display: none;
}

.highlight_title.on{font-weight: 600;}

.search_relative {position: relative;z-index: 0;}

.suggestion-popup {
  position: absolute;
  z-index: 1;
  width: 800px;
  border: 5px solid red;
  height: 400px;
  background: white;
  top: 20px;
  justify-content: space-between;
  padding: 20px;
  overflow-y:scroll;
  display:none;
  }

  .product_with_subprods .stock_prod_noshow {display:none;}
  .stock_prod_show {display:none;}
  .product_with_subprods .stock_prod_show {display:block} 

  .mousetrap{height: 100% !important;}