/*
 Theme Name:   LNS QSM WOOCOMMERCE
 Theme URI:    https://lenamsite.com/
 Description:  Use this child theme to extend Bricks. Develop by LeNamSite
 Author:       LeNamSite
 Author URI:   https://lenamsite.com/
 Template:     bricks
 Version:      1.1
 Text Domain:  lenamsite
*/
.wc-block-checkout__actions_row button,
.added_to_cart,
.form-submit #submit {
	background-color: var(--bricks-color-6920b5);
	color: white;
}
.added_to_cart {
	align-items: center;
}
#reviews form .stars.selected a.active:before,
#reviews form .stars.selected a:not(.active):before,
.star-rating span:before {
	color: var(--bricks-color-primary);
}
.lns_quiz_container {
	background-color: var(--bricks-color-bf3216);
	color: white;
	padding: 30px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.lns_quiz_container .mlw_qmn_message_before,
.lns_quiz_container label,
.lns_quiz_container .mlw_qmn_question .qsm-text-simple-option {
	color: white;
}
.lns_quiz_container .mlw_qmn_question .qsm-text-correct-option {
	color: #ffd64f;
}
.lns_quiz_container .mlw_qmn_question .qsm-text-wrong-option {
	color: #ff3c3c;
}
.lns_quiz_container .qsm-quiz-comment-section textarea {
	width: 100%;
}
.lns_quiz_container .qmn_quiz_container .qmn_btn,
.lns_quiz_container .qmn_quiz_container .btn {
	background-color: var(--bricks-color-6920b5) !important;
	font-size: 14px !important;
	padding: 10px !important;
}
.lns_quiz_container .qsm-progress-bar .progressbar-text {
	color: white;
}
.lns_quiz_container .qsm-progress-bar svg path:nth-child(2) {
	stroke: var(--bricks-color-6920b5);
}
.lns_quiz_container .qsm-quiz-form .qmn_error .qmn_radio_answers,
.lns_quiz_container .qsm-quiz-form .qmn_error .qmn_check_answers,
.lns_quiz_container .qsm-quiz-form .qmn_error .qmn_accept_answers {
	background-color: var(--bricks-color-17848d);
}
.lns_quiz_container .qmn_quiz_container > img {
	display: none;
}
.lns_quiz_container
	.qsm-results-page
	.qmn_question_answer.qsm-add-border-bottom {
	border-bottom: 1px solid #ffffff;
}
.quiz_section .mlw_qmn_new_question *,
.mlw_qmn_question * {
	word-break: break-word;
	white-space: pre-wrap;
}
.mlw_qmn_message_before {
	padding-bottom: 0;
	margin-bottom: 0;
}
.lenamsite_post_content h2.woocommerce-Demo-title,
.lenamsite_post_content h2.woocommerce-Reviews-title {
	margin-top: 0;
}
.woocommerce-account .woocommerce:not(#brx-content) {
	gap: 0;
}
.woocommerce-MyAccount-content {
	padding: 30px;
	background: #fdfdfd;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active {
	background: var(--bricks-color-6920b5);
	color: white;
}
