/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.payment_box.payment_method_give_payments{
	  background-color: #0a0a0a !important;
}
.payment_box.payment_method_give_payments .woocommerce-info{
	margin-bottom:10px;
	color:white
}
#wc-give_payments-cc-form{
	  padding: 0;
    border: 0;
    margin: 0;
}
.home-s1-gradient-text {
  background: linear-gradient(
    90deg,
    #673FFF 0%,
    #2B007B 33%,
    #673FFF 67%,
    #673FFF 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-with-divider{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.text-with-divider::before{
	content: "";
    width: 50px;
    height: 2px;
    background-image: url("https://optimalpeptides.com/wp-content/uploads/2026/06/Horizontal-Divider-left.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	display: block;
}
.text-with-divider::after{
	content: "";
    width: 50px;
    height: 2px;
    background-image: url("https://optimalpeptides.com/wp-content/uploads/2026/06/Horizontal-Divider-right.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	display: block;
}

.text-with-divider-left{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.text-with-divider-left::before{
	content: "";
    width: 50px;
    height: 2px;
    background-image: url("https://optimalresearchsupps.com/wp-content/uploads/2026/06/Horizontal-Divider-left.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	display: block;
}
div.tws-bootom-line::before {
    background: #673fff94;
        content: "";
    width: 1px;
    height: 70px;
    position: absolute;
    top: 36px;
    left: 16px;
}
.woocommerce form .form-row .country_to_state--single{
	width:100%;
}

/* checkout page */
.elementor-12 .elementor-element.elementor-element-d1a9531 .select2-container--default .select2-selection--single .select2-selection__rendered{
	    line-height: calc((10px * 2) + 5px);
}
#account_password_field label,
#date_of_birth_field label,
#research_type_field label{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}
/* Main container */
.woocommerce-order {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

/* Success message */
.woocommerce-order-received .woocommerce-notice--success {
	font-family: "JetBrains Mono", Sans-serif;
	  margin-bottom: 30px;
    background: #eafaf1;
    color: #2e7d32;
    border-left: 4px solid #2e7d32;
    padding: 20px;
    font-size: 18px;
}

/* Order details table */
.woocommerce-order-received .woocommerce-table--order-details,
.woocommerce-order-received .woocommerce-order-details table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-order-received .woocommerce ul.order_details li{
	font-family: "Inter", Sans-serif;
}


.woocommerce-order-received .woocommerce-order-details .order_details tr td a{
	font-family: "Inter", Sans-serif;
	color:black !important;
	font-weight:bold;
}
.woocommerce-order-received .woocommerce-order-details .order_details .wc-item-meta{
	padding:0;
}

.woocommerce-order-received .woocommerce-order-details .order_details tr td ul li{
	font-family: "Inter", Sans-serif;
	color:gray !important;
}

.woocommerce-order-received .woocommerce-order-details th,
.woocommerce-order-received .woocommerce-order-details td {
	font-family: "Inter", Sans-serif;
	padding: 12px;
	border: 1px solid #ddd;
}

/* Customer details */
.woocommerce-customer-details {
	font-family: "Inter", Sans-serif;
    margin-top: 30px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
}
/* checkout page end */
.elementor-widget-woocommerce-notices .woocommerce-message{
    margin: 2em 0 !important;
}