/*
 Theme Name:   padaworks
 Theme URI:    https://site.pt
 Description:  Padaworks
 Author:       Site.pt
 Author URI:   https://site.pt
Template: hello-elementor
 Version:      0.1
*/
/*NORMALIZE CSS*/
a,
abbr,
acronym,
address,
applet,
b,
big,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
object,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
var,
select,
input,
textarea,
:focus ::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
}
textarea:focus,
input:focus,
*:focus,
input:focus {
  outline: none !important;
}
body {
  font-feature-settings: "pnum" on, "lnum" on;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.block {
  overflow: hidden;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

/*REVIEWS*/

/*

.mnr-product-review {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.mnr-left { flex: 0 0 80px; }
.mnr-left img { width: 80px; height: auto; border-radius: 6px; }
.mnr-right { flex: 1; }
.mnr-title { margin: 0 0 10px; font-weight: 600; }


.mnr-comment-form .stars {
  display: inline-block;
  margin: 0.5em 0;
}
.mnr-comment-form .stars a {
  font-size: 28px;
  text-decoration: none;
  color: #ccc;
  cursor: pointer;
  padding: 0 2px;
}
.mnr-comment-form .stars a.active,
.mnr-comment-form .stars a:hover,
.mnr-comment-form .stars a:hover ~ a {
  color: #ffcc00;
}
*/
