/**
* Theme Name: Brandberry Child
* Description: This is a child theme of Brandberry
* Author: <a href="https://treethemes.com">Treethemes</a>
* Template: brandberry
* Version: 1.0
*/

.woocommerce-message .button.wc-forward,
.woocommerce-error .button.wc-forward,
a.added_to_cart,
.site-header .cart-widget,
.wd-tools-element.wd-header-cart {
    display: none !important;
}

.woocommerce-additional-fields {
    display: none !important;
}

/* MAIN CHECKOUT GRID */
@media (min-width: 992px) {
    form.checkout.woocommerce-checkout > .sx-checkout-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 30px;
        align-items: start;
    }

    form.checkout.woocommerce-checkout > .sx-checkout-grid > .sx-checkout-left,
    form.checkout.woocommerce-checkout > .sx-checkout-grid > .sx-checkout-right {
        min-width: 0;
    }
}

@media (max-width: 991px) {
    form.checkout.woocommerce-checkout > .sx-checkout-grid {
        display: block;
    }
}

/* BOXES */
.sx-setup-options,
#customer_details,
.sx-order-box,
#payment {
    margin: 0 0 20px;
    padding: 40px;
    border: 1px solid #D4D6D8;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

#order_review_heading {
    margin: 0 0 20px;
    font-size: 29px !important;
    font-weight: 700;
    font-size: 1.75rem !important;
    font-weight: 600 !important;
}

/* SETUP OPTIONS */
.sx-setup-options .sx-row {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    /* column-gap: 50px; */
}

.sx-setup-options .sx-col {
    flex: 0 0 100%;
    max-width: 0 0 100%;
}

@media (max-width: 768px) {
    .sx-setup-options .sx-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.sx-setup-options .sx-field-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 6px;
}

.sx-setup-options .sx-field-title {
    font-weight: 600;
}

.sx-setup-options .sx-help-link {
    font-size: 12px;
    text-decoration: none;
    opacity: .75;
    line-height: 1.4;
}

.sx-setup-options .sx-help-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.sx-setup-options .form-row {
    margin: 0 !important;
    width: 100%;
}

.sx-setup-options .sx-note {
    margin: 20px 0 0;
    font-size: 13px;
    opacity: .85;
}

@media (min-width: 992px) {
    form.checkout.woocommerce-checkout > .sx-checkout-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48%;
        gap: 50px;
        align-items: start;
    }

    form.checkout.woocommerce-checkout > .sx-checkout-grid > .sx-checkout-left {
        grid-column: 1;
        min-width: 0;
    }

    form.checkout.woocommerce-checkout > .sx-checkout-grid > .sx-checkout-right {
        grid-column: 2;
        min-width: 0;
    }
}

@media (max-width: 991px) {
    form.checkout.woocommerce-checkout > .sx-checkout-grid {
        display: block;
    }
}

.woocommerce-checkout .checkout.woocommerce-checkout .wcf--checkout {
    gap: 0 !important;
    display: grid;
    grid-template-columns: auto !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 !important;
}
.page-template-default .brandberry--page-details ul li {
    list-style: none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    background: #fff;
    border-radius: 0px !important;
}
.woocommerce table.shop_table th {
    padding: 15px 0 !important;
}
.woocommerce-checkout #payment {
    background: #ffffff !important;
    border: 1px solid #000;
    margin: 0;
}
fieldset{border: none !important;}

.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
    padding: 0;
}
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom: none;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 2em 0;
}

.woocommerce p {
    color: #5C6972;
}

.woocommerce .woocommerce-privacy-policy-text p,
.woocommerce .woocommerce-privacy-policy-text a{
	font-size: 12px;
    line-height: 1.46;
    font-weight: 400;
    color: #5C6972;
}

.woocommerce table.shop_table th,
.wc_payment_method label {
    font-family: Inter, Arial !important;
    font-size: 16px;
    font-weight: 600 !important;
    }
    
    .woocommerce form .form-row select, .woocommerce form .form-row input, .woocommerce form .form-row textarea,
    .woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    border: 1px solid rgb(0 0 0 / 80%);
    }
    
    
    
/* Forms */
.wcf--form-wrapper form.wpcf7-form label{font-size: 18px !important;}
.wcf--form-wrapper form.wpcf7-form input,
.wcf--form-wrapper form.wpcf7-form textarea{border: 1px solid #000;}


.wcf--form-wrapper form.wpcf7-form textarea.wpcf7-textarea::placeholder,
.wcf--form-wrapper form.wpcf7-form textarea.wpcf7-select::placeholder {
  color: #5C6972 !important;
  opacity: 0.7 !important;
}

.wcf--form-wrapper form.wpcf7-form textarea.wpcf7-textarea{
  line-height: 1.55em !important;
  min-height: 250px;
}


.wcf--image-box {
    max-height: 500px;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 16px;
    color: #ffffff;
    padding: 18px 60px !important;
    background: #0d1728 !important;
}

button:focus,
input:focus,
textarea:focus,
a:focus,
.woocommerce-notices-wrapper,
woocommerce-notices-wrapper:focus,
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    outline: none !important;
    box-shadow: none !important;
}


.sx-cart-page .shop_table {
    width: 100%;
    border-collapse: collapse;
}

.sx-cart-page .shop_table td,
.sx-cart-page .shop_table th {
    border: none;
}

.sx-cart-page .product-remove {
    width: 40px;
}

.sx-cart-page .product-thumbnail {
    width: 120px;
}

.sx-cart-page .product-thumbnail img {
    max-width: 100px;
    height: auto;
}

.sx-cart-page .checkout-button {
    /* display: inline-block; */
    /* width: 100%; */
    /* text-align: center; */
    margin: 20px 0 60px !important;
    padding: 20px 40px !important;
}

.sx-page-title {
    margin-bottom: 30px;
}

.woocommerce-cart .woocommerce{padding-top: 20px;}
.woocommerce-cart table.cart img {
    margin-left: 0;
}

.woocommerce-cart .woocommerce {
    grid-template-columns: auto 0px;
    padding-top: 20px;
    gap:0;
    position: relative;
}


.woocommerce-checkout .place-order .button:hover,
.sx-checkout-grid .checkout-button:hover{
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}


.woocommerce-checkout .place-order .button,
.sx-checkout-grid .checkout-button{
    background-color: #1B9B69 !important;
    color: #fff !important;
    border: 1px solid #1B9B69 !important;
	font-family: Inter, Arial, sans-serif !important;
    font-weight: 600 !important;
}

.woocommerce-validated{
	padding: 0;
    margin: 25px 0 !important;
}

#wc-stripe-new-payment-method{
	    margin-right: 5px !important;
    top: 1px !important;
    position: relative;
}
.woocommerce-validated label{
	font-size: 14px !important;
}

.page-template-default .brandberry--page-details .cart a {
    font-size: 2rem;
    font-weight: 600;
}

.woocommerce-cart .woocommerce table.shop_table td {
    padding: 0;
}

.woocommerce-cart .woocommerce table.shop_table {
    margin: 0;
}


.page-template-default:not(.woocommerce-checkout) .brandberry--page-details a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: 'DM SANS', Arial, sans-serif;
    padding: 0 !important;
    margin: 0 !important;
}


/* Forms de conteúdos */

.sx-form-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  overflow: visible;
}

.sx-client-data {
  margin-bottom: 60px;
}

.sx-form-section {
  display: grid;
  grid-template-columns: 22% 78%;
  gap: 40px;
  align-items: start;
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: visible;
}

.sx-form-wrapper.modelo2 .sx-form-section {
  display: grid;
  grid-template-columns: 50% 50%;
	
}


.sx-form-image h3,
.sx-form-fields h3,
.sx-client-data h3 {
  margin-bottom: 20px;
}

.sx-form-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid #ddd !important;
  border-radius: 12px !important;
}

.sx-form-fields {
  min-width: 0;
}

.sx-form-fields p,
.sx-client-data p {
  margin-bottom: 22px;
}

.sx-form-fields input[type="text"],
.sx-form-fields input[type="email"],
.sx-form-fields input[type="tel"],
.sx-form-fields textarea,
.sx-form-fields select,
.sx-client-data input[type="text"],
.sx-client-data input[type="email"],
.sx-client-data textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

.sx-form-fields textarea,
.sx-client-data textarea {
  min-height: 120px;
  resize: vertical;
}

.sx-form-fields input[type="file"] {
  margin-top: 8px;
}

.sx-client-data input[type="submit"] {
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 980px) {
  .sx-form-section {
    grid-template-columns: 1fr;
  }

  .sx-form-image {
    position: static;
    top: auto;
  }
}

.sx-form-wrapper,
.sx-form-section,
.wpcf7,
.wpcf7-form,
.elementor-widget-container,
.elementor-column,
.elementor-section,
.elementor-container {
  overflow: visible !important;
  transform: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    COLOR: #46b450;
    FONT-SIZE: 25px !important;
}

.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #d92d2d;
    COLOR: #d92d2d;
    FONT-SIZE: 25px !important;
}

.wcf--form-wrapper h4{margin-top: 70px;margin-bottom: 0;}
