/* 
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 */

.uxd-wc-thankyou-page-wrapper {
	margin: 0 auto;
}


.access-code{
	background: #ffbfbd;
    color: #000000;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px dashed #eb8f8c;
}

.uxd-wc-thankyou-page .checkout-header,
.woocommerce-order-received .checkout-header{
	display: none!important;
}

.uxd-wc-thankyou-page .wp-block-buttons,
.woocommerce-order-received .wp-block-buttons{
    margin-bottom: 30px;
    margin-top: 30px;
}
.uxd-wc-thankyou-page h2,
.uxd-wc-thankyou-page h3,
.uxd-wc-thankyou-page h4,
.woocommerce-order-received h2,
.woocommerce-order-received h3,
.woocommerce-order-received h4{
	color:#000;
	font-family: "Adamina", Sans-serif;
}
.uxd-wc-thankyou-page p,
.woocommerce-order-received p{
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 15px;
}

.uxd-wc-thankyou-page-wrapper{
	box-shadow: 0 0 30px 5px #0000000d;
}

.uxd-wc-thankyou-page-wrapper hr.wp-block-separator {
    margin: 30px 0;
}

.uxd-wc-thankyou-page-wrapper .wp-block-button .wp-block-button__link,
.uxd-wc-thankyou-page-wrapper .wp-block-button .wp-block-button__link strong{
	color:#fff!important;
}