* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #fefefe !important;
    font-family: var(--font-text);
    overflow-x: hidden;
}

a, a:visited, a:hover, a:focus, a:active, a:link, a:target {
    color: var(--primary-color) !important;
}

.page, .post {
    margin: 0 !important;
}

#wt-cli-accept-all-btn {
    color: #FFF !important;
}

/* Header */
#masthead {
    background-color: var(--primary-color);
    color: #FFF;
    padding: 20px;
}

#masthead a, #masthead a:visited, #masthead a:hover, #masthead a:link, #masthead a:active {
    color: #FFF !important;
    text-decoration: none;
}

#masthead .logo {
    max-width: 150px;
}

#masthead .main-navigation ul {
    justify-content: flex-end;
}

#masthead .main-navigation ul li a {
    padding: 10px;
}

#masthead .main-navigation ul li:last-child a {
    background-color: var(--secondary-color);
    font-weight: 700;
    padding: 10px 20px;
    margin-left: 20px;
}

#masthead .menu-toggle {
    width: 100%;
    text-align: center;
    background: transparent;
    border: 1px solid #FEFEFE;
    color: #FEFEFE;
    margin-top: 15px;
}

@media all and (max-width: 766px) {
    #masthead .main-navigation ul {
        justify-content: center;
        margin-top: 15px;
    }
}

/* Footer */
#colophon {
    background-color: var(--primary-color);
    padding: 20px;
    color: #FFF;
}

#colophon a, #colophon a:visited, #colophon a:hover, #colophon a:link, #colophon a:active {
    color: #FFF !important;
    text-decoration: none;
}

#colophon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#colophon ul li {
    margin: 5px 0;
}

#colophon .logo {
    max-width: 200px;
}

#colophon .top-footer {
    padding: 30px 0 0 0;
}

#colophon .bottom-footer {
    padding-top: 20px;
}

#colophon .footer-title {
    font-weight: 700;
    margin-bottom: 20px;
}

#colophon .footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#colophon .footer-item i {
    color: var(--secondary-color);
}

#colophon .footer-item a {
    padding: 20px;
}

#colophon .my-account {
    background-color: var(--secondary-color);
    color: #FFF;
    font-weight: 700;
    padding: 15px 20px;
    margin-top: 30px;
}

#colophon .top-footer > div {
    margin-top: 10px;
}

#colophon .top-footer .btn-footer {
    margin-top: 25px;
    cursor: pointer;
}

@media (min-width: 576px) and (max-width: 992px) {
    #colophon .top-footer .btn-footer {
        margin-top: -100px;
    }
}

/* Páginas padrão */
.page-content {
    margin: 20px auto;
    color: rgba(63, 94, 122, 0.7);
}

.page-content h1 {
    margin: 50px 0 30px 0;
    color: var(--primary-color);
}

.page-content ul {
    margin: 0;
    padding: 0;
}

/* FAQ */
.accordion-button {
    border-radius: 0 !important;
    background-color: rgba(196, 196, 196, 0.2) !important;
    color: rgba(63, 94, 122, 1) !important;
    padding: 20px;
    box-shadow: none !important;
    cursor: pointer;
}

.accordion-item {
    margin: 15px 0 20px 0;
    border: none !important;
    box-shadow: none !important;
}

/* 404 */
.error-404 {
    min-height: 50vh;
    margin: 10vh;
}

.error-404 h1 {
    color: var(--primary-color);
    font-size: 120px;
    line-height: 1px;
    margin-top: 100px;
}

.error-404 p {
    color: rgba(63, 94, 122, 0.7);
    font-size: 20px;
    margin: 15px auto;
}

.error-404 a {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    text-decoration: none;
}

/* Contacto */
.contact-item {
    background-color: rgba(196, 196, 196, 0.2);
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.contact-item:first-child {
    margin-right: 5px;
}

.contact-item:last-child {
    margin-left: 5px;
}

.contact-item a {
    color: rgba(63, 94, 122, 0.7);
    font-weight: 700;
    text-decoration: none;
}

.contact-item i {
    color: var(--secondary-color);
    margin-right: 10px;
    font-size: 1.5rem;
}

#map {
    margin-left: -15px;
    width: calc(100% + 30px);
}

.page-template-model-contact {
    overflow-x: hidden;
}

#form {
    padding: 20px;
    margin: 10px 0 30px 0;
    background-color: rgba(196, 196, 196, 0.1);
}

 #form input[type="text"], #form input[type="email"], #form textarea {
    padding: 15px;
    border-radius: 0;
    margin: 10px auto;
 }
 
 #form #send-button {
    float: right;
    color: #FFF;
    background-color: var(--secondary-color);
    border: none;
    border-radius: 0;
    padding: 15px 35px;
    margin-top: 15px;
    cursor: pointer;
 }
 
 /* Product */
 .product-title {
    color: var(--primary-color);
    font-size: 32px;
 }
 
 .photo-inner {
    min-height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    cursor: pointer;
 }
 
 .tab-content {
    display: none;
    color: rgba(63, 94, 122, 0.7);;
 }
 
 .tab-content.active {
    display: block;
 }
 
 .tab-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
    padding: 15px 0;
    transition: .3s;
    cursor: pointer;
 }
 
 .tab-title.active {
    background-color: var(--secondary-color);
    color: #FFF;
    transition: .3s;
    cursor: pointer;
 }
 
 .photo-highlight {
    width: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
 }
 
 /* Menu Idiomas */
 .menu-item-has-children ul {
    flex-flow: column;
    background-color: #FEFEFE;
 }
 
 #masthead .menu-item-has-children .sub-menu li:last-child a {
     margin-left: 0;
     background-color: #FFF;
 }
 .menu-item-has-children .sub-menu {
  left: -10px !important;
}
 /* #masthead .menu-item-has-children .sub-menu a {
     width: unset !important;
 } */
.lang-item a {
     width: 60px!important;
 }
 
/* Card Auctions */
.auction-item {
    padding: 15px 20px;
    background: rgba(0, 100, 148, 0.1);
    border-radius: 10px;
    margin: 10px;
    height: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.auction-item:hover {
    margin-top: 0px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.auction-item a {
    text-decoration: none;
}

.auction-item h3 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
}

.auction-item p {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
}

.auction-item .img-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    border-radius: 10px;
}

#mostVisited h2, #lastViewed h2, #resultSearch h2 {
    margin-left: 10px;
    color: var(--primary-color) !important;
}

#thumbnail > div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}

#search > div {
    padding-left: 0;
    padding-right: 0;
}

#query {
    border-radius: 0;
    padding: 7px 15px;
}

#sendForm {
    border-radius: 0;
    background-color: var(--primary-color);
    border-color: var(--secodnary-color);
    float: right;
    width: 100%;
    padding: 8px 15px;
}

#categories a {
    text-decoration: none;
}

.category-shortcut {
    border-bottom: 3px solid var(--secondary-color);
    width: 100%;
    height: 97px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

.category-shortcut p {
    color: var(--primary-color);
    margin: 0 5px;
    padding: 0 !important;
    font-size: 20px;
    transition: 0.2s;
}

.category-shortcut span {
    color: #C7D7E0;
    transition: 0.2s;
}

.category-shortcut:hover {
    color: #FFFFFF;
    background-color: var(--secondary-color);
    transition: 0.2s;
}

.category-shortcut:hover span, .category-shortcut:hover p {
    color: #FFFFFF;
    transition: 0.2s;
}

.category-submenu {
    display: none;
    position: absolute;
    top: 97px;
    left: 25px;
    background-color: #FFF;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    width: calc(100% - 25px);
    transition: 0.2s;
}

.category-submenu li {
    padding: 10px 20px;
    transition: 0.2s;
}

.category-submenu li:hover {
    background-color: #F0F0F0;
    transition: 0.2s;
}

.category-submenu li a {
    color: #939393 !important;
}

.has-children {
    position: relative;
}

.has-children:hover .category-submenu {
    display: inline-block;
    transition: 0.2s;
}

.sublink {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sublink p {
    margin: 0 !important;
}

.stat-item {
    background-color: var(--primary-color);
    color: #FFF;
    text-align: center;
    padding: 10px 5px;
    margin: 5px auto;
    height: 100%;
    cursor: pointer;
    transition: 0.2s;
}

.stat-item:hover {
    margin: -5px auto 10px auto;
    transition: 0.2s;
}

.stat-item p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.stat-item .number {
    font-size: 24px;
    font-weight: 700;
}

#mainSection .subtitle {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 20px;
    margin: 20px auto;
    text-align: center;
}

#mainSection .section {
    margin: 10px;
    padding: 10px;
    border: 1px solid #CCC;
    height: 100%;
}

#mainSection .video {
    display: flex;
    justify-content: center;
    align-items: center;
}

.auctions a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.auctions p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.auctions a .id {
    color: #333;
}

.auctions a .price {
    color: var(--secondary-color);
    font-weight: 700;
}

.bidding-inner {
	background: rgba(0, 100, 148, 0.1);
	border-radius: 10px;
	width: 100%;
	min-height: 100%;
	align-items: stretch;
	font-family: 'Roboto';
}

.buy-title h1, .buy-title h2 {
    font-size: 30px;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 0;
    padding-bottom: 0;
}

.buy-title h2 {
    margin-bottom: 25px;
}

.buy-title p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

.buy-cards .title {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 900;
    margin: 10px 0 15px 0;
}

.buy-cards .description {
    font-size: 14px;
}

.img-container {
    height: 150px;
}

.img-container img {
    height: 100%;
}

.info-card-inner, .benefits-card-inner, .buy-info {
    padding: 10px;
    margin: 10px 0;
}

.buy-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buy-title .line {
    width: 200px;
    height: 5px;
    background: var(--secondary-color);
    margin: 15px 0 5px 0;
}

.buy-info .title {
    color: var(--secondary-color);
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.buy-info .description {
    font-size: 14px;
}

.buy-benefits .title {
     color: var(--primary-color);
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 15px 0;   
}

.buy-benefits .description {
    font-size: 14px;
}

.buy-benefits svg {
    color: var(--secondary-color);
    font-size: 36px;
    margin: 10px;
}

.title-section-buy {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gray-section {
    position: relative;
}

.gray-bg {
    background: rgba(240, 240, 240, 0.5);
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -1;
    width: 120%;
    height: 100%;
}

a.btn-cta-home {
    color: #FFF !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    padding: 15px 50px !important;
    width: 250px !important;
    background-color: var(--primary-color) !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: 0.2s;
}

a.btn-cta-home:hover {
    background-color: var(--secondary-color) !important;
    transition: 0.2s;
}

.button-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ur-frontend-form.ur-frontend-form--flat {
    background: transparent !important;
}

.ur-frontend-form, .ur-frontend-field {
    margin: 0 !important;
    padding: 0 !important;
}

.ur-field-item.form-control {
    margin: 5px 0 !important;
    padding: 0 10px !important;
    border-radius: 0;
}

.ur-field-item.field-country {
    border: 1px solid #ced4da;
    margin: 5px 0 !important;
    padding: 0 10px !important;
    border-radius: 0;
}

.ur-frontend-form .register .input-text, .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="text"], .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="password"]{
    padding: 0 !important;
    padding-left: 0 !important;
}

input.input-text.without_icon.input-email.ur-frontend-field {
    padding: 0 !important;
    padding-left: 0 !important;
}

.woocommerce-form-login .form-control {
    padding: 10.5px !important;
    border-radius: 0;
}

.woocommerce-form-login .form-row {
    margin: 10px 0px;
}

.woocommerce-form-login {
    margin-top: 13px;
}

.ur-submit-button, .btn-send, .bid_button {
    background-color: var(--secondary-color);
    font-weight: 700;
    transition: 0.3s;
    color: #FFF;
    border-radius: 0;
    width: 100%;
    padding: 10px 0 10px 10px;
}

.btn-send, .bid_button {
    padding: 10px 20px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    border: none;
    cursor: pointer;
}

#empresa_field ul {
    padding-left: 0 !important;
}

.ur-submit-button:hover {
    color: #FFF;
    transition: 0.3s;
}

.bid_button {
    width: auto;
    min-width: 200px;
    padding: 15px 30px;
    transition: 0.2s;
    margin: 20px 0 20px 35px;
}

.bid_button:hover {
    margin: 15px 0 25px 35px;
    transition: 0.2s;
}

.woocommerce-form-login__rememberme {
    margin: 10px 0;
}

.uwa_currency {
    margin-right: 10px;
    font-size: 1.1rem;
    color: var(--primary-color);
}

.uwa_auction_form .buttons_added {
    border: none !important;
}

.uwa_inc_price_hint {
    font-size: 1.3rem;
    color: var(--primary-color);
    opacity: 0.7;
}

#uwa_bid_value {
    border-radius: 0 !important;
    border: 1px solid var(--primary-color) !important;
    width: 60% !important;
}

.uwa-main-auction-product.uwa_auction_product_countdown.hasCountdown {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--secondary-color);
    background-color: transparent;
    font-size: 1.2rem !important;
}

.uwa_auction_time {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: var(--secondary-color);
}

.countdown_row.countdown_amount {
    font-size: 1.2rem !important;
}

#uwa_bid_value:focus {
    background-color: white !important;
}

.uwa-label {
    display: block !important;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 1.2rem;
    color: var(--primary-color);
    width: 100%;
    margin-left: 5px;
}

.woocommerce-lost-password .woocommerce {
    margin: 50px auto;
    min-height: 40vh;
    width: 50%;
    min-width: 300px;
    max-width: 600px;
    text-align: center;
}

.lost_reset_password p {
    margin: 15px 0;
    text-align: center;
}

.lost_reset_password #user_login, .lost_reset_password .woocommerce-Input--text {
    padding: 10.5px !important;
    border-radius: 0;
    margin: 10px 0px;
}

.lost_reset_password .woocommerce-Button {
    padding: 10px 20px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    border: none;
    cursor: pointer;
    background-color: var(--secondary-color);
    font-weight: 700;
    transition: 0.3s;
    color: #FFF;
    border-radius: 0;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .woocommerce-notices-wrapper li {
    padding: 20px;
    background-color: rgba(63, 94, 122, 0.7) !important;
    color: #FFF;
    text-align: center;
    font-size: 1.1rem;
    margin: 20px 0;
}

input[type=text], input[type=password], input[type=email] {
    margin: 0 !important;
}

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

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

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666 !important;
}

#whatsapp {
    position: fixed;
    bottom: 90px;
    right: 15px;
    transition: 0.2s;
}

#whatsapp:hover {
    bottom: 100px;
    transition: 0.2s;
}

#whatsapp a {
    color: #FFF;
    text-decoration: none;
}

#whatsapp .icon-container {
    background-color: #25D366;
    border-radius: 50%;
    padding: 7px;
    width: 45px;
    height: 45px;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}