/*-------------------------- Add your custom Css here -----------------*/
.entry-hero {
    position: relative;
    display: none;
}
/* common */

/* Product */
.premium-woo-atc-button a .kadence-svg-iconset {
    display: none;
}

.premium-woo-products-details-wrap {
    border-top: 1px solid #ddd;
}

/* Contact */
.contact_form {}
.contact_form p {}
.contact_form textarea, .contact_form input {
	width: 100%;
}

.contact_form textarea {
	height: 170px;
}

.contact_form .flex-container {
	margin-bottom: 20px;
}

input[type=submit] {
    background: #000 !important;
}
input[type=submit]:hover {
    background: #034c1e !important;
}

@media (min-width: 767px) {
  .contact_form .flex-container {
    display: flex;
    gap: 20px;
  }
  .contact_form  .flex-item {
    flex: 1;
  }
}


/* Blog */
.loop-entry .entry-header .entry-title {
    font-size: 20px;
}

.single-post h1.entry-title {
    font-size: 22px;
}

h2.wp-block-heading {
    font-size: 20px;
}


/* checkout page */
input#billing_facebook {
    width: 100%;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    background: #034c1e;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.wc-block-components-sidebar-layout span.wp-block-button {
    display: inline-block;
}