/*
Theme Name: Lotus
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: JH Bijoy
Author URI: https://bijoy.wordpressbugfixer.com/
Description: This is a child theme of the "Hello Elementor" theme and cutomized by JH Bijoy.
Version: 1.1.1737721492
Updated: 2025-01-24 12:24:52
Text Domain:  hello-elementor-child

*/

/*---------------------------------------------------*/
/*----------------- Form Styles ------------------------*/
/*---------------------------------------------------*/

.tdc-lable {
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 15px;
}
.tdc-lable p {
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 15px;
}
.tdc-lable p {
    margin: 10px 0 !important;
}
fieldset.fieldset-cf7mls.cf7mls_current_fs p {
    padding: 0;
    margin: 0;
}
.tdc-lable {
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: center;
    margin-bottom: 15px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: content-box;
    display: inline-block;
    font-size: 1em;
    -webkit-appearance: none;
    margin: 0;
    position: relative;
    text-align: center;
    line-height: normal;
    min-height: 0 !important;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    vertical-align: middle;
}
form p {
    margin: 18px 0px 0px 0px;
    font-weight: 600;
}
#page-id-2137 p,li{
    font-size: 15px;
}
ul, ol {
    margin: 18px 0px 0px 0px;
    padding: 0;
	list-style-type: none;
}
.wpcf7-list-item-label {
    margin-left: .25em;
	font-size: 16px;
}
span.wpcf7-list-item {
    margin-right: 1em;
    margin-left: 0;
}
input, textarea, select, .seldiv, .select2-choice, .select2-selection--single {
    display: block;
    line-height: initial;
    margin: 9px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid transparent;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    line-height: initial;
    margin: 9px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid transparent;
}

input[type=checkbox], input[type=radio]{
	border: 1px solid #000;
    background-color: #f0f7fb;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}
input[type=checkbox]:checked, input[type=radio]:checked{
	background-color: #2a3365;
}
input[type=radio]:checked:before,input[type=checkbox]:checked:before{
	background-color: #2a3365;
	color:#fff;
	font-size: 15px;
}
input[type=radio]:checked:before{
	content: "\2713";
    font-weight: 600;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-family: "uncodeicon";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 1.2em;
	background-color: #2a3365;
    color: #fff;
    font-size: 15px;
	border-radius: 0;
    width: 100%;
    height: 100%;
}

form#reorder-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
textarea {
    width: 100%;
    background-color: #f0f7fb;
    height: 90px;
    border-radius: 10px;
    border: 0;
    box-shadow: none;
    margin-bottom: 15px;
}


form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    font-weight: bold;
    margin: 16px 0px 26px;
    padding: 13px 29px;
    font-weight: 700;
    margin: 16px 0 26px;
    border-radius: 10em;
    font-weight: 700 !important;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    letter-spacing: .1em;
    background-color: #2A3365;
    font-size: 20px;
    border: none;
}

.question-box.GP-question input {
    background-color: #f0f7fb;
    border-radius: 10px;
    border: 0;
}
input[type=checkbox]:checked:before {
    content: "\2713";
    font-weight: 600;
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    box-sizing: border-box;
    font-family: "uncodeicon";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 1.2em;
   /* font-size: 11px; */
}



/*-------------- log/regi form ---------------*/

/* Form Container */
.form-container {
    margin: auto;
    font-family: "Montserrat", Sans-serif;
    text-align: center;
}

/* Input fields */
.woocommerce-form .input-text, select {
    background: #f1f1f4;
    background-color: #f1f1f4 !important;
    border: none;
    border-radius: 25px;
    padding: 15px 30px;
    width: 100%;
    font-size: 20px;
    font-family: "Montserrat", Sans-serif;
}
.woocommerce-form .input-text:focus-visible, 
.woocommerce-form select:focus-visible {
    outline: none !important;
}


/* Button styling */
.cstm-btn {
    background-color: #FF9400 !important;
    color: #fff !important;
    border: none;
    border-radius: 25px !important;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600 !important;
    font-size: 24px !important;
    cursor: pointer;
    text-transform: uppercase;
}

.cstm-btn:hover {
    background-color: #e68a00;
}

/* Switch link */
.cstm-pad {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.register-link {
    color: #FF9400;
    font-weight: bold;
    text-decoration: none;
}

.register-link:hover {
    text-decoration: underline;
}

/* Form toggle styling */
.form-box {
    display: block;
}

.form-cstm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.woocommerce-LostPassword a {
    color: #FF9400;
    font-weight: bold;
    text-decoration: none;
}

.woocommerce-LostPassword a:hover {
    text-decoration: underline;
}

.row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.form-group {
    flex: 1;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" fill="%23FF9400"><path d="M5.5 6l3 3 3-3z"/></svg>') no-repeat right 15px center;
    background-size: 35px;
}
	

/* .payment_box.payment_method_ppcp-gateway,
.form-row.place-order{
	display: none !important;
} */
/* .woocommerce-checkout-payment{
	max-width: 750px;
	margin: 0 auto;
}
li.wc_payment_method.payment_method_ppcp-gateway{
	text-align: center !important;
}
.ppc-button-wrapper {
    max-width: 750px;
    margin: 0 auto;
}
.ppc-button-wrapper iframe .paypal-button-container{
	max-width: 100% !important;
} */
/* .payment_method_ppcp-credit-card-gateway {
    display: block !important;
} */
.elementor-9 .elementor-element.elementor-element-f2c47a0 button#place_order {
    width: 100% !important;
}
@media (max-width: 767px){
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
    	width: 50%;
	}
	#wc-ppcp-credit-card-gateway-cc-form label {
		font-size: 14px;
	}
	.woocommerce-checkout #payment div.payment_box {
		padding: 0.5em;
	}
	.woocommerce-checkout #payment div.payment_box .form-row {
		margin: 0 0 0em;
	}
	.single-product .woocommerce-message{
		display: none;
	}
}

	

/* ============================================ Updated MAR */

.custom_uploads_order_wrapper {
    padding: 15px;
    margin: 25px 0;
    border: 1px solid #000;
    border-radius: var(--wc-form-border-radius);
}

.custom_uploads_order_wrapper label {
    line-height: 2;
    font-size: 16px;
    font-weight: 600;
}

.custom_uploads_order_wrapper input[type=file] {
    cursor: pointer;
    padding: 15px 30px !important;
    font-size: 16px;
    color: #fff;
    background-color: #007bff !important;
    border: none;
    border-radius: 5px;
	max-width: 100%;
}
.custom_uploads_order_wrapper .required {
    color: var(--wc-red);
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}
div#upload_status {
    border: 1px solid #4BB543;
    padding: 12px;
    margin-bottom: 30px;
    color: #278220;
    font-weight: 600;
    border-radius: 6px;
}
div#upload_status.error{
	border-color: #a82e2e;
    color: #a82e2e;
}

div#upload_status p {
    margin: 0;
}

.fc-checkout-order-review .fc-widget-area #block-10 .wp-block-media-text{
	grid-template-columns: 7% auto !important;
}
.fc-checkout-order-review .fc-widget-area #block-10 .wp-block-media-text .wp-block-media-text__content{
	padding-right: 5% !important;
	padding-left: 5% !important;
}
.fc-checkout-order-review .fc-widget-area #block-10 .wp-block-media-text .wp-block-media-text__content p strong{
	font-weight: 700;
}
.fc-checkout-order-review .fc-widget-area #block-10 .wp-block-media-text .wp-block-media-text__content p+p{
	margin-top: 6px !important;
}

.fc-widget-area.fc-checkout-order-review__widgets-outside{
/* 	padding: 20px 10px; */
	padding-top: 20px;
	padding-bottom: 20px;
}
.fc-widget-area.fc-checkout-order-review__widgets-outside #block-13 p strong{
	font-weight: 700;
}
.fc-widget-area.fc-checkout-order-review__widgets-outside #block-14 ul{
	list-style-image: url('/wp-content/uploads/2025/07/check-3.png');
	padding-left: 20px;
}
.fc-widget-area.fc-checkout-order-review__widgets-outside #block-14 ul li {
    margin-bottom: 15px;
    padding-left: 6px;
}
.fc-widget-area.fc-checkout-order-review__widgets-outside #block-9{
	margin-top: 30px;
}
.fc-widget-area #block-11{
	margin-top: 30px;
}
.fc-widget-area #block-11 .wp-block-image{
	text-align: center;
}
.fc-checkout-order-review__edit-cart{
	display: none !important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border-color: #d8d8d8;
}
.woocommerce form .form-row .input-text:focus{
	outline: none !important;
}
.feefo-image{
	border: 1px solid #333;
	border-radius: 4px;
}
#gr_checkout_redeem_lable {
    margin-bottom: 20px;
}
input.button.gr_rewards_apply_discount{
	background-color: #7f54b3;
    color: #fff;
}
@media (min-width: 767px){
	#gr_checkout_redeem_lable {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.grPointsRedeem {
		width: calc(100% - 100px);
		margin: 0;
		border-radius: 2px;
	}
	input.button.gr_rewards_apply_discount{
		padding: 15px 20px;
	}
}
input.checkout-qty-input {
    border: 1px solid;
    margin-left: 0 !important;
}
.woocommerce-message {
    display: none !important;
}

p#upload_document_check_field>label.required_field {
    font-size: 1.3rem;
}
/* h3.fc-step__substep-title.fc-step__substep-title--contact,
h3.fc-step__substep-title.fc-step__substep-title--shipping_address,
body[data-documents-upload="no"] p#body_image_attachment_field, 
body[data-documents-upload="no"] p#id_attachment_field, 
body[data-documents-upload="no"] p#evidence_attachment_field,
h3.fc-step__substep-title.fc-step__substep-title--billing_address, 
body.woocommerce-view-order table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields,
p#billing_same_as_shipping_field {
    display: none;
} */
h3.fc-step__substep-title.fc-step__substep-title--contact,
h3.fc-step__substep-title.fc-step__substep-title--shipping_address,
body[data-documents-upload="no"] p#body_image_attachment_field, 
body[data-documents-upload="no"] p#id_attachment_field, 
body[data-documents-upload="no"] p#evidence_attachment_field,
body.logged-in section.fc-step__substep[data-substep-id="coupon_codes"]{
    display: none;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-top: 1em !important;
    font-size: 17px;
}
img.custom_order_image {
    display: block;
    max-height: 400px;
}
img.custom_order_image[src=""] {
    display: none !important;
}
p#billing_dob_field, p#billing_dob_field * {
    width: 100%;
}
div.woocommerce form .form-row label {
    margin-left: 0;
}
.thwcfe-uloaded-file-list-item img {
    height: 100%;
    width: auto;
    margin: auto;
    display: block;
}

div#upload_doc_info_field {
    border: 3px solid #cff4fc;
    border-radius: 10px;
    padding: 10px 10px 10px 60px;
    background: #cff4fc;
	position: relative;
}
div#upload_doc_info_field p.infoTitle {
    margin: 0;
    font-weight: bold;
}
div#upload_doc_info_field p.infoSubtitle {
    margin-top: 5px;
    font-weight: 400;
}
div#upload_doc_info_field p.infoTitle i.fa-solid.fa-info {
    position: absolute;
    left: 15px;
    transform: translate(0px, 57%);
    border: 1px solid;
    padding: 7px 12px;
    border-radius: 50px;
}
label[for="billing_dob"] span.optional {
    display: none;
}
body.logged-in input#billing_email, 
body.logged-in input#shipping_first_name, 
body.logged-in input#shipping_last_name,
input[readonly="readonly"]{
    background: #e7e7e7 !important;
    cursor: no-drop;
	pointer-events: none;
}
.woocommerce form .form-row .optional {
    visibility: hidden;
}

body.logged-in section[data-substep-id="coupon_codes"] {
	display:none !important;
}
div#customer_details .col-1
 {
    width: 100%;
    margin-bottom: 1em;
    float: none;
}
div#order_review
 {
    margin-bottom: 2em;
}
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }
	body .fc-checkout-order-review .fc-widget-area #block-10 .wp-block-media-text {
		grid-template-columns: 16% auto !important;
	}
}

/* div#gr_checkout_redeem_lable {
    display: none !important;
} */