/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.checkout_coupon {
  display: block !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  display: none;
}

.header .nav-small a.icon:not(.button) {
  font-size: 1em;
  opacity: 1 !important;
  position: relative;
  float: left;
}

.nav-dark .nav > li > a {
  opacity: 1 !important;
}

.html_topbar_left strong {
  font-weight: bold;
}

.html_topbar_left a {
  color: #dedada;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.slider-nav-reveal .flickity-prev-next-button {
  box-shadow: 0 -20px 15px 0 rgba(0, 0, 0, 0.3);
}

.cart_totals .button {
  font-size: 15px !important;
}

/*
button i,
.button i {
    top: -0.5px;
}

.button.icon.circle>i:only-child {
    top: 0.5px !important;
}

.badge {
    padding: 0;
    background-color: transparent;
}
*/

.shop_table .cart_item td {
  text-align: center;
}

.shop_table .cart_item td.product-name {
  text-align: left;
}

.hide {
  display: none;
}

#billing_country_field,
#billing_company_field,
#shipping_country_field,
#shipping_company_field {
  display: none;
}

#billing_address_2_field > label {
  width: auto;
  opacity: 1;
}

#billing_address_2_field,
#shipping_address_2_field {
  width: 28%;
}

#billing_postcode_field,
#shipping_postcode_field {
  width: 28%;
  margin-right: 4%;
}

#billing_address_1_field,
#shipping_address_1_field {
  width: 74%;
  clear: both;
  margin-right: 4%;
}

#shipping_address_2_field > label {
  overflow: hidden;
  white-space: nowrap;
}

#billing_number_field,
#shipping_number_field {
  width: 22%;
  margin-right: 0;
}

#billing_city_field,
#shipping_city_field {
  width: 48%;
  margin-right: 4%;
}
#billing_state_field,
#shipping_state_field {
  width: 48%;
  margin-right: 0;
  clear: initial;
  float: left;
}

.woocommerce-additional-fields {
  position: relative;
  float: left;
  width: 100%;
}

#billing_first_name_field {
  margin-right: 4%;
}

#billing_neighborhood_field,
#shipping_neighborhood_field {
  width: 48%;
  margin-right: 0;
}

#billing_phone_field {
  clear: both;
  margin-right: 4%;
}

#billing_address_2_field,
#shipping_address_2_field {
  width: 48%;
  margin-right: 4%;
}

.woocommerce-checkout {
  margin-top: 30px;
}

#terms {
  top: 2px;
}

#ship-to-different-address label {
  font-weight: bold;
  font-size: 15px;
}

.woocommerce-form__label-for-checkbox.inline span {
  font-weight: normal;
  font-size: 16px;
}

.zoid-outlet {
  z-index: 0 !important;
}

.wc_payment_methods {
  display: block;
}

.footer-widgets .wpcf7-email {
  margin-bottom: 10px;
}

.wpcf7-email {
  margin-bottom: 0em;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  border-radius: 5px;
  padding: 5px 9px;
  line-height: 17px;
  margin: 5px 0 0;
  font-size: 14px;
}

.emailfield {
  margin-bottom: 1em;
}

.form-flat p {
  margin: 0;
}

.footer {
  padding: 50px 0 15px;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  bottom: -3px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

/* PAGSEGURO */
.tabs-pagseguro > .items > .item:first-child {
  margin: 0;
}
.tabs-pagseguro > .items > .item {
  margin: 0;
  border-color: #000000;
  border: 0px !important;
}
.tabs-pagseguro > .items > .item > .action {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #000 !important;
}
.tabs-pagseguro > .items > .item.active > .action {
  background-color: #000;
}
.tabs-pagseguro > .items > .item > .action::after {
  border-top: 15px solid #000;
}
.tabs-pagseguro > .items > .item > .action:hover,
.tabs-pagseguro > .items > .item > .action:focus,
.btn-pagseguro:hover,
.btn-pagseguro:focus {
  background-color: #000;
}
.tabs-pagseguro > .items > .item > .action:hover::after {
  border-top: 15px solid #000;
}
.tabs-pagseguro > .items > .item > .action > .fa {
  font-size: 2em;
}
.tabs-pagseguro > .items > .item > .action > .name {
  margin-top: 0;
}

.ps-wrap h2.title-payment {
  text-align: center;
  margin-bottom: 25px;
}
.ps-wrap h4.method-payment {
  margin-top: 15px;
}
.btn-pagseguro {
  margin-right: 0;
  color: #000;
  padding: 10px 25px;
  height: 50px;
  line-height: initial;
  border: 1px solid #000;
}
#place_order {
  background-color: #000;
}
.credit-total > div > span {
  padding-top: 8px;
}

#direct-payment input,
#direct-payment select {
  margin-bottom: 0px;
}

#direct-payment .form-group {
  margin-bottom: 20px;
}
.order-info {
  font-size: 14px;
  width: 100%;
  border: 1px solid #000000;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.order-info > .title {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  display: block;
  padding: 1em 0;
  margin: 0 0 25px;
  background-color: #000000;
  width: 100%;
}
.order-info > .item {
  padding: 0 25px;
}
.order-info > table {
  padding: 15px 25px;
}
.order-info > table thead tr th {
  background: #000;
  color: #fff;
  padding: 10px 15px;
}
.order-info > table tfoot tr th,
.order-info > table tfoot tr td.total-price {
  background: #f6f6f6;
}
.order-info > table tbody tr td,
.order-info > table tfoot tr th,
.order-info > table tfoot tr td.total-price {
  padding: 10px 15px;
}
.product-thumbnails a {
  border: 0;
}

.product-short-description table tbody tr:first-child td {
  background-color: #ececec;
}
.product-short-description table tbody tr td:first-child {
  background-color: #ececec;
  padding: 0px 10px;
  font-weight: bold;
}
.product-short-description table tbody tr:first-child td:first-child {
  background-color: #fff;
}

.scrolltable {
  overflow-x: auto;
  width: 100%;
  position: relative;
  float: left;
}

#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
  margin: 0 !important;
}

#qlwapp.qlwapp-button .qlwapp-toggle {
  padding: 12px 16px !important;
}

#qlwapp .qlwapp-toggle {
  margin-bottom: 45px;
  margin-left: 45px !important;
}

.banner-layer p.lead,
.banner-layer a.lead {
  line-height: 22px;
}

.banner h3 {
  font-weight: bold;
  font-size: 28px;
}

/* BLACK FRIDAY */
#header-newsletter-signup .overlay {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

#header-newsletter-signup .text-box {
    margin-top: 120px;
    width: 50%;
    margin-right: 50px;
}

#header-newsletter-signup .wpcf7-form-control.wpcf7-email  {
  background-color: hsl(0deg 0% 100% / 70%) !important;
  border-color: hsla(0, 0%, 100%, .09);
  color: #000 !important;
}

#header-newsletter-signup .wpcf7-form-control::placeholder {
  color: #000 !important;
  opacity: 1; /* garante preto sólido no Chrome/Safari */
}

#header-newsletter-signup .wpcf7-form-control::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
#header-newsletter-signup .wpcf7-form-control::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
#header-newsletter-signup .wpcf7-form-control:-ms-input-placeholder {
  color: #000 !important;
}
#header-newsletter-signup .wpcf7-form-control::-ms-input-placeholder {
  color: #000 !important;
}