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

@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&family=Encode+Sans:wght@100..900&display=swap');
@import url("https://codepen.io/MacEvelly/pen/iJGCw.css");

body {
	margin: 0 auto;
	padding: 0px;
}

.pad80 {
	padding: 80px 15px;
}

.pt80 {
	padding: 80px 15px 0px;
}

.pb80 {
	padding: 0px 15px 80px;
}

.plr15 {
	padding: 0px 15px 0px;
}

.pl60 {
	padding-left: 60px;
}

.pr60 {
	padding-right: 60px;
}

.mt25 {
	margin-top: 25px;
}

.mt50 {
	margin-top: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "DynaPuff", system-ui;
	margin: 0px 0px 20px;
	font-weight: 400;
}

p,
li,
span {
	margin: 0px 0 20px;
	font-family: "Encode Sans", sans-serif;
	font-weight: 300;
}

footer p,
.dyna-col p {
	font-family: "DynaPuff", system-ui !important;
}

p:last-child,
li:last-child,
span:last-child,
a:last-child {
	margin: 0px;
}

.hd_social-icon a.elementor-icon {
	box-shadow: 0px 0px 4px 0px #ffffff9e;
}

.cart-col .hfe-menu-cart__toggle a {
	max-width: max-content;
	padding: 12px;
	border-radius: 4px;
}

.hd_social-icon .elementor-social-icons-wrapper span:nth-child(4) a {
	background-image: url(/wp-content/uploads/2024/12/insta-bg.svg);
	background-size: cover;
}

.dyna-col .elementor-widget-container p {
	font-family: "DynaPuff", system-ui !important;
}

footer p,
.dyna-col p {
	font-family: "DynaPuff", system-ui !important;
}

.mail-col .elementor-icon {
	line-height: 20px !important;
}


/* home tabs  */
.book-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.tabs {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto 50px;
	max-width: 959px;
}

h4 i {
	font-style: normal;
}

.tab-button {
	cursor: pointer;
	border: none;
	background-color: #F97316;
	border-radius: 20px;
	box-shadow: 0 0px 14px hsla(0, 0%, 0%, 0.062);
	padding: 12px 32px;
	text-align: center;
	font-family: "DynaPuff", sans-serif;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;
	color: #fff;
}

.tab-button:hover,
.tab-button.active {
	background: #fff !important;
	color: #F97316;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.book-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.book-card {
	background: white;
	border: 1px solid #ddd;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.book-card img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.book-card h3 {
	font-size: 20px;
	margin: 0px 0;
	text-align: left;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.book-card p {
	color: #f97316;
	text-align: left;
	font-family: "DynaPuff", sans-serif;
	font-size: 0.75rem;
	line-height: 1.25rem;
	font-weight: 400;
	width: 100%;
	margin: 0px;
}

body .tab-btn-col button,
body .tab-btn-col a {
	padding: 10px 15px !important;
	background-color: #FAFABE;
	color: #000000;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	font-family: "DynaPuff", system-ui !important;
	transition: 0.3s all ease-in-out;
	box-shadow: 0 4px 4px #00000038;
	font-weight: 400 !important;
}

.book-card button:hover,
.book-card a:hover,
body .tab-btn-col button:hover,
body .tab-btn-col a:hover {
	color: #FFF !important;
	background-color: #f97316 !important;
}

.book-inner {
	padding: 20px 20px 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.tab-btn-col {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.book-grid img {
	border-radius: 15px 15px 0px 0px;
}

/* event page */
/* .event-col {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1280px;
margin: 0 auto;
}

.event-col.event-col:nth-child(2n) {
flex-direction: row-reverse;
}

.event-image {
width: 40%;
margin-right: -130px;
}

#title-btn {
color: white;
}

#title-btn:hover {
color: #f97316;
}

.event-image img {
max-width: 100%;
border-radius: 15px;
}

.event-text {
width: 60%;
box-shadow: 0px 0px 20px 0px rgba(7, 7, 7, 0.1);
padding: 50px 60px 50px 60px;
border-radius: 15px 128px 128px 15px;
}
.event-text h3 a {
color: #000 !important;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.event-text p {
font-family: DynaPuff;
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.event-text strong {
font-weight: 700;
}

.coming-soon-btn {
background-color: #f97316;
color: #ffffff;
border: none;
border-radius: 10px;
padding: 10px 20px;
font-family: DynaPuff;
font-size: 20px;
font-weight: 400;
line-height: 20px;
text-align: center;
cursor: pointer;
transition: 0.5s all ease-in-out;
border: 1px solid #F97316;
}
.coming-soon-btn a {
color: #fff;
}

.coming-soon-btn:hover {
border: 1px solid #F97316;
color: #F97316;
background: #fff;
}
.coming-soon-btn:hover a {
color: #F97316;
}
.event-col:nth-child(2n) .event-text {
padding: 50px 60px 50px 40px;
}
.event-col:nth-child(2n) .event-image {
margin-right: 0;
margin-left: -130px !important;
}

.event-col:not(:last-child) {
margin-bottom: 35px;
} */

/* navigation */

.navigation-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.nav-button {
	display: flex;
	align-items: center;
	gap: 20px;
	cursor: pointer;
	font-size: 16px;
	background: transparent !important;
	border: none;
	padding: 0;
	outline: none;
}

.nav-button .arrow-btn {
	background-color: black;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 10px;
	line-height: 0;
	outline: none;
	margin: 0;
}

.nav-button .arrow-btn svg {
	width: 30px;
	height: 30px;
}

.nav-button span.text {
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	margin: 0;
	color: #000;
}

.abt-flex {
	padding: 45px 0;
}

.abt-flex:not(:last-child) {
	padding-bottom: 0;
	border: 0px;
}

/* dashbored */

.woocommerce-page .woocommerce ul li a {
	font-family: Encode Sans;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	color: #000;
	text-decoration: none !important;
}

.woocommerce-page .woocommerce ul li {
	padding: 14px 19px;
	border-radius: 10px;
	border: 1px solid #000;
	margin-bottom: 20px !important;
	padding-left: 53px;
	position: relative;
}

.woocommerce-page .woocommerce ul li::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	background: url(/wp-content/uploads/2025/01/overview.svg) center #ffffff00;
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	pointer-events: none;
	transition: 0.3s all ease-in-out;
}

.woocommerce-page .woocommerce ul li:nth-child(2)::before {
	background-image: url(/wp-content/uploads/2025/01/order-history.svg);
}

.woocommerce-page .woocommerce ul li:nth-child(3)::before {
	background-image: url(/wp-content/uploads/2025/01/book-purchase.svg);
}

.woocommerce-page .woocommerce ul li:nth-child(4)::before {
	background-image: url(/wp-content/uploads/2025/01/material-symbols_upload-3.svg);
}

.woocommerce-page .woocommerce ul li:nth-child(5)::before {
	background-image: url(/wp-content/uploads/2025/01/logout.svg);
}

.woocommerce-page .woocommerce ul li:last-child {
	margin-bottom: 0px;
}

.woocommerce-page .woocommerce ul li:focus a,
.woocommerce-page .woocommerce ul li.is-active a {
	color: #fff;
}

.woocommerce-page .woocommerce ul li:focus::before,
.woocommerce-page .woocommerce ul li.is-active::before {
	left: calc(100% - 50px);
	filter: invert(1);
}

.woocommerce-page .woocommerce ul li:focus,
.woocommerce-page .woocommerce ul li.is-active {
	background: #b30126;
	padding-left: 19px;
	border-color: #b30126;
}

.woocommerce-page .woocommerce ul {
	list-style: none;
	padding: 35px 25px 80px 25px;
	border-radius: 10px;
	border: 1px solid #fff;
	box-shadow: 0 0 20px #C1C1C1;
}

.woocommerce-page .woocommerce-notices-wrapper-2 {
	padding: 35px 18px 35px 18px;
	border-radius: 10px;
	box-shadow: 0 0 20px #C1C1C1;
	float: right;
	width: 68%;
}

.woocommerce-page .woocommerce-MyAccount-content {
	padding: 35px 18px 35px 18px;
	border-radius: 10px;
	box-shadow: 0 0 20px #C1C1C1;
}

.site-main.post-12 {
	padding: 80px 15px;
	max-width: 1280px !important;
}

.woocommerce-page h1.entry-title {
	max-width: 1280px !important;
	margin-bottom: 35px;
}

.overview-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.overview-cards .card-over {
	background: #b30126;
	color: #fff;
	padding: 20px 15px 20px 15px;
	border-radius: 5px;
	display: grid;
	gap: 15px;
}

.overview-cards .card-over p {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin: 0;
}

.overview-cards .card-over h2 {
	text-align: center;
	color: #fff !important;
	margin: 0;
	line-height: normal;
}

.card-over img {
	margin: 0 auto;
}


.woocommerce-notices-wrapper-2 form {
	padding: 25px;
	gap: 25px;
	border-radius: 25px;
	background: #D4D4D424;
	box-shadow: 0px 4px 25px 0px #00000040 inset;
	max-width: 540px;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-notices-wrapper-2 input {
	padding: 10px 25px 10px 15px;
	border-radius: 10px;
	border: 1px solid #DEDEDE !important;
	background: #FFFFFF;
	outline: none;
	color: #B2B0B0;
}

.woocommerce-notices-wrapper-2 input::placeholder,
.woocommerce-notices-wrapper-2 input {
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #B2B0B0;
}

.woocommerce-notices-wrapper-2 input[type="submit"] {
	padding: 10px 35px 10px 35px;
	border-radius: 20px;
	border: 1px solid #000000;
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #000000;
}

.woocommerce-notices-wrapper-2 input[type="submit"]:hover {
	color: #DB3558;
	background: #fff;
	border-color: #DB3558;
}

.woocommerce-notices-wrapper-2 form p {
	margin: 0;
}

.woocommerce-notices-wrapper-2 input#receipt {
	opacity: 0;
}

.woocommerce-notices-wrapper-2 .choose-col {
	display: flex;
	padding: 9px 20px 9px 20px;
	gap: 5px;
	border-radius: 10px;
	background: #F97316;
	border: 1px solid #FFFFFF;
	position: absolute;
	cursor: pointer;
	transition: 0.5s all ease-in-out;
}

.woocommerce-notices-wrapper-2 .file-col input[type=file] {
	cursor: pointer;
	max-width: 250px;
}

.woocommerce-notices-wrapper-2 .choose-col i {
	font-family: Encode Sans;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	text-align: left;
	color: #ffff;
	font-style: normal;
}

.woocommerce-notices-wrapper-2 .choose-col svg {
	width: 36px;
	height: 36px;
	padding: 4px;
}

.woocommerce-notices-wrapper-2 th {
	font-family: Encode Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 10px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-radius: 5px;
	border: 1px solid #0000001A;
	background: #FFFFFF;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
	padding: 20px 25px 25px 25px;
	border-radius: 15px;
	background: #EDEDED91;
	border: 1px solid #BEB3B3F7;
}

.woocommerce-notices-wrapper-2 tr:nth-child(2) th:nth-child(1) {
	padding: 5px 0px 0px 0px;
	border-radius: 2px;
	box-shadow: 0px 0px 7px 0px #00000040 inset;
	font-family: Encode Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	color: #F97316;
	background: #FFFFFF;
}

.woocommerce-notices-wrapper-2 time {
	font-family: Encode Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	color: #DB3558;
}

.woocommerce-notices-wrapper-2 td {
	text-align: center;
}

.woocommerce-notices-wrapper-2 td {
	font-family: Encode Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	color: #000000;
	background: transparent;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number {
	padding: 5px;
	border-radius: 2px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px 0px #00000040 inset;
}

.woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number a {
	font-family: Encode Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	color: #F97316;
	text-decoration: none;
}

.woocommerce-orders-table__cell-order-date {
	padding: 5px 10px 5px 10px !important;
	border-radius: 10px;
	border: 0.5px solid #EAEAEA;
	background: #FFFFFF !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {}

span.woocommerce-Price-amount.amount {
	font-family: Encode Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	color: #F97316;
}

.woocommerce-orders-table__cell-order-total {
	color: #F97316;
}

.woocommerce-orders-table__cell-order-status,
.woocommerce-orders-table__cell-order-total {
	background: transparent !important;
	border: 0;
}

.woocommerce table.shop_table tdm,
table thead:first-child tr:first-child th {
	border: 0;
}

.woocommerce table tr {
	display: grid !important;
	grid-template-columns: 1fr 2fr 1.5fr 2fr 1fr !important;
	gap: 20px;
	margin-bottom: 20px;
}

.woocommerce table td.woocommerce-orders-table__cell {
	border: 0px !important;
}

.woocommerce table .woocommerce-button.button.view {
	background: url(/wp-content/uploads/2025/01/view-eye.svg) no-repeat;
	color: transparent;
	background-size: 22px;
	background-position: center center;
	display: inline-block;
	padding: 0;
	width: 30px;
	height: 20px;
}

.woocommerce table .woocommerce-orders-table__cell-order-actions {
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	border: 0.5px solid #EAEAEA !important;
	max-width: 56px;
	margin: 0 auto;
}

.woocommerce-page .page-header {
	display: none;
}

/* contact page */

.cont-form .wpcf7-form-control {
	padding: 10px 25px 10px 15px !important;
	!;
	border-radius: 10px !important;
	background: #FFFFFF;
	border: 1px solid #DEDEDE !important;
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	color: #323232;
	outline: none;
}

.cont-form .wpcf7-submit {
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 10px 15px;
	border-radius: 20px !important;
	border: 1px solid #F97316;
	background: #F97316;
	color: #fff;
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	width: 100%;
	max-width: 228px;
}

.cont-form .full-col {
	width: 100%;
}

.cont-form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

select.wpcf7-select.wpcf7-validates-as-required,
select {
	background-image: url(/wp-content/uploads/2025/01/select-aarrow.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
}

select.wpcf7-select,
select {
	position: relative;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-response-output {
	border-color: #ff0000;
	background: #ff0000;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 8px;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
	color: #f00;
	line-height: 20px;
	margin-top: 5px;
}


.site-main.post-12 {
	padding: 80px 0;
	max-width: 1280px !important;
}

.white-overlay {
	position: relative;
	z-index: 1;
}

.white-overlay::before {
	width: 100%;
	height: 85px;
	left: 0;
	position: absolute;
	content: "";
	right: 0;
	margin: 0 auto;
	bottom: -30px;
	background: #fff;
	filter: blur(15px);
	pointer-events: none;
}

/* profile page */
.profile-col form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}


.profile-col .form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
}


.profile-col input {
	padding: 10px 25px 10px 15px;
	border-radius: 10px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #323232;
	outline: none;
}

.profile-col button.btn {
	padding: 10px 35px;
	border-radius: 20px;
	border: 1px solid #F97316;
	background-color: #F97316;
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	max-width: max-content;
	margin: 0px auto;
}

.profile-col .btn:hover {
	background-color: #e66a00;
}


/* technical support page */



/* sign-up page page */

.sign-up_outer form {
	max-width: 750px;
	margin: 30px auto 0;
}

.sign-up_outer form label,
.login-outer label,
.woocommerce-form.woocommerce-form-login.login label {
	display: none !important;
}

.wp-custom-logo .woocommerce {
	padding: 50px;
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	max-width: 750px;
	margin: 0 auto;
}

.wp-custom-logo form.woocommerce-form.woocommerce-form-login.login {
	border: 0;
}

.sign-up_outer form input,
.sign-up_outer form select,
.login-outer input,
.lost-pw_outer form input,
.lost-pw_outer form input,
.login-outer .woocommerce input,
.woocommerce-form.woocommerce-form-login.login input {
	padding: 10px 25px 10px 15px;
	border-radius: 10px !important;
	background: #FFFFFF;
	border: 1px solid #DEDEDE !important;
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	outline: none;
	color: #B2B0B0;
}

.sign-up_outer form input::placeholder,
.login-outer input input::placeholder,
.lost-pw_outer form input::placeholder,
.woocommerce-form.woocommerce-form-login.login input::placeholder {
	color: #B2B0B0;
}

select#reg_country {
	background-image: url(/wp-content/uploads/2025/01/select-aarrow.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	position: relative;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.sign-up_outer .woocommerce-privacy-policy-text {
	display: none;
}

.sign-up_outer button,
.login-outer button,
.lost-pw_outer form button,
.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
	padding: 10px 35px;
	border-radius: 20px;
	border: 1px solid #F97316;
	background-color: #F97316;
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	max-width: max-content;
	margin: 0px auto;
}

.sign-up_outer button:hover,
.login-outer button:hover,
.lost-pw_outer form button:hover,
.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:hover {
	background-color: transparent;
	color: #e66a00;
}

.sign-up_outer {
	position: relative;
	z-index: 9;
	text-align: center;
}

.login-outer .woocommerce {
	max-width: 750px;
	background: #ffff;
	padding: 50px;
	box-shadow: 0px 4px 24px 0px #00000040;
	border-radius: 20px;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1;
	margin: -250px auto 0;
}

.login-sec {
	position: relative;
}

.login-outer form {
	margin: 0px 0px 0px !important;
	padding: 0 !important;
	border: 0px !important;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.lost_password {
	max-width: max-content;
	display: block;
	text-align: right;
	margin: 0 0 0 auto;
}

.label-for-checkbox.form-row {
	display: none;
}

.login-outer .woocommerce p {
	margin-bottom: 0px;
}

.lost_password a {
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	text-align: right;
}

.lost-pw_outer form {
	max-width: 750px;
	background: #ffff;
	padding: 50px;
	box-shadow: 0px 4px 24px 0px #00000040;
	border-radius: 20px;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 50px auto 0;
}

.woocommerce p {
	width: 100% !important;
	float: unset;
}

form.woocommerce-form-login {
	padding: 0 !important;
	margin: 0 !important;
}

.logged-in h2 {
	text-align: left;
}

.logged-in .login-outer .woocommerce {
	margin: 0;
	max-width: 100%;
	padding: 0;
	box-shadow: unset;
}

.logged-in.wp-custom-logo .woocommerce {
	padding: 0;
	max-width: 100%;
	box-shadow: unset;
}


/* profile  drodown */

.profile-down {
	position: relative;
	display: inline-block;
}


.profile-menu a {
	margin-bottom: 10px;
}

.profile-menu .icon {
	margin-right: 8px;
}

.profile-menu .arrow {
	margin-left: auto;
}

.profile-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	overflow: hidden;
	z-index: 1000;
	margin-top: 10px;
	width: 100%;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 5px 11px 8px 3px #00000024;
}

.profile-menu .profile-item {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #EC4899;
	border-radius: 5px;
	padding: 8px 10px !important;
	display: flex;
	justify-content: flex-start;
}

.profile-menu a:not(:last-child) {
	margin-bottom: 6px;
}

.profile-menu .profile-item:hover {
	background-color: #f7f7f7;
}

.profile-item span.icon {
	margin: 0;
	background: #ec4899;
	border-radius: 5px;
	display: flex;
	align-self: center;
	padding: 2px;
}

.profile-item span.icon svg {
	width: 25px;
	height: 25px;
}

.prf-txt,
.drop-btn {
	font-family: Encode Sans;
	text-align: left;
	color: #EC4899;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}

.profile-toggle {
	display: flex;
	gap: 10px;
	align-items: center;
	background: transparent !important;
	border: 0px;
	outline: none;
	padding: 0px;
	justify-content: flex-start;
	min-width: 200px;
}

/* .profile-down svg {
padding: 5px;
border-radius: 2px;
background: #EC4899;
} */
.profile-down .drop-btn {
	padding: 15px 20px 15px 20px;
	border-radius: 5px;
	background: #FFFFFF;
	border: 1px solid #EC4899;
	text-decoration: none;
	margin: 0;
}

.profile-toggle svg {
	height: 36px;
	width: 36px;
}

.arrow-profile {
	background: #ec4899;
	display: inline-flex;
	padding: 7px 2px;
	border-radius: 5px;
}

.drop-btn {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	padding: 6px 10px !important;
}

/* product page */

.single-product ul.flex-direction-nav {
	display: none;
}

.single-product ol.flex-control-nav.flex-control-thumbs {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-top: 10px !important;
}

.single-product ol.flex-control-nav.flex-control-thumbs img {
	border-radius: 5px;
	border: 1px solid #00000021;
}

.woocommerce-product-details__short-description p {
	font-family: Encode Sans;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	color: #000000;
	margin-bottom: 30px;
}

.woocommerce-Price-amount.amount bdi {
	font-size: 32px;
	font-weight: 600 !important;
	text-align: left;
	color: #DB3558;
}

.single-product .entry-summary button.single_add_to_cart_button {
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	padding: 10px 20px;
	border-radius: 20px;
	border: 1px solid #FFFDFD;
	background: #DB3558;
	width: 100%;
	display: block;
	max-width: 200px;
	float: unset !important;
}

.single-product .entry-summary button.single_add_to_cart_button:hover {
	background: #fff;
	color: #f97316;
	border-color: #f97316;
}

.entry-summary .quantity {
	float: unset;
	margin-bottom: 30px !important;
}


.single-product .woocommerce-Price-amount.amount bdi {
	font-size: 32px;
	font-weight: 600 !important;
	text-align: left;
	color: #DB3558;
}


.single-product div.product form.cart div.quantity {
	float: left;
	padding: 15px;
	border-radius: 10px;
	width: 100%;
	max-width: max-content;
	box-shadow: 0px 0px 4px 0px #00000040 inset;
	background: #FFFFFF;
	margin: 0 !important;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 15px;
	place-items: center;
}

.quantity-col input {
	width: 100% !important;
	border: 0px !important;
	max-width: 50px;
	padding: 0 !important;
	margin: 0 auto !important;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	color: #DB3558;
}

.quantity-col button {
	padding: 0px;
	border: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: transparent !important;
}

.quantity-col input[type="number"]::-webkit-inner-spin-button,
.quantity-col input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity-col input[type="number"] {
	-moz-appearance: textfield;
}

.quantity-col input[type="number"]::-webkit-inner-spin-button,
.quantity-col input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity-col input[type="number"] {
	-moz-appearance: textfield;
}

.single-product main nav {
	opacity: 0;
	pointer-events: none;
}

.entry-summary h1.entry-title {
	font-size: 36px;
	font-weight: 400;
	line-height: 45px;
	text-align: left;
	color: #000000;
}

.product.type-product,
.summary.entry-summary {
	margin-bottom: 0;
	position: relative;
}

.summary.entry-summary::before {
	background: url(/wp-content/uploads/2025/01/rope_vector.png);
	background-size: 8px;
	background-position: center center;
	background-repeat: repeat-y;
	position: absolute;
	content: "";
	width: 16px;
	height: 100%;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	pointer-events: none;
}

.summary.entry-summary form.cart {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.product_meta span.posted_in {
	display: none;
}

.products.columns-4 li {
	width: 100% !important;
	margin: 0px !important;
}

.products.columns-4 {
	display: grid;
	align-content: center;
	gap: 25px;
	justify-content: space-between !important;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 !important;
}

.products li.product.type-product a img {
	border-radius: 15px 15px 0px 0px;
	margin: 0 0 20px !important;
	object-fit: cover;
}

.products li h2.woocommerce-loop-product__title {
	font-family: DynaPuff;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	padding: 0 !important;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.related.products .products.columns-4 li {
	margin: 0px !important;
	width: 100% !important;
	float: unset !important;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px #00000040;
}

.related.products .product.type-product h2 {
	padding: 0px 20px 0px !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
}

.related.products span.price {
	padding: 10px 20px 25px !important;
}

.related.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	margin: 10px 20px 20px !important;
}

.related.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: none;
}

main {
	max-width: 1280px !important;
	margin: 0 auto;
}

.products::before,
.products::after {
	display: none !important;
}

.related.products span.price {
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 11px 20px 11px 20px !important;
	border-radius: 20px;
	background: #FAFABE;
	font-family: DynaPuff;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	display: inline-block;
	width: calc(100% / 2 - 20px);
}

.related.products span.price bdi,
.related.products span.price .woocommerce-Price-currencySymbol {
	font-family: DynaPuff;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 16px;
	text-align: left;
	color: #000;
}

.related.products span.price,
.products.columns-4 a.view-more-link {
	box-shadow: 0px 4px 4px 0px #00000040;
	padding: 11px 20px 11px 20px !important;
	border-radius: 20px;
	background: #FAFABE;
	font-family: DynaPuff;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	display: inline-block !important;
	width: calc(100% / 2 - 43px) !important;
	color: #000 !important;
	margin: 15px 20px 30px;
}

.related.products span.price:hover,
.products.columns-4 a.view-more-link:hover {
	color: #FFF !important;
	background-color: #f97316;
}

.related.products span.price:hover bdi,
.related.products span.price:hover .woocommerce-Price-currencySymbol {
	color: #ffffff !important;
}

.products.columns-4 a {
	font-family: DynaPuff;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #F97316;
	padding: 0 20px 0px;
	display: block;
	margin-bottom: 0;
}

.products.columns-4 .woocommerce-LoopProduct-link {
	padding: 0 !important;
}

.entry-summary .star-rating,
.entry-summary a.woocommerce-review-link {
	display: none;
}


.single-review {
	box-shadow: 0px 0px 15px 0px #00000040 inset;
	background: #FFFFFF;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
}

.single-review .review-avatar {
	margin: 0 auto !important;
}

.single-review .review-avatar img {
	border-radius: 50%;
}

.single-review p.review-author {
	font-family: Encode Sans;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	color: #000000;
}

.single-review p.review-text {
	order: 1;
	font-family: Encode Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

.review-content {
	display: flex;
	flex-direction: column;
}

section.related.products {
	padding: 80px 0px;
	width: 100%;
}

.review-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.review-grid .review-rating {
	display: flex;
	justify-content: center;
	gap: 3px;
	font-size: 19px;
	line-height: 19px;
}

.review-grid .review-rating img {
	width: 30px;
}

.custom-buttons-container {
	display: grid;
	grid-template-columns: auto auto;
	gap: 15px;
}

.custom-buttons-container .custom-button {
	text-align: center;
	border-radius: 5px;
	border: 1px solid #E2E2E2;
	background: #FFFFFF;
	padding: 10px 25px;
}

.custom-buttons-container .custom-button img {
	display: block;
	margin: 0 auto;
	object-fit: contain;
	width: 100%;
	max-width: max-content;
}

.product-reviews-before-related {
	padding: 0 15px 80px;
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce div.product div.summarym,
.woocommerce div.product form.cart,
.woocommerce div.product div.images {
	margin-bottom: 0px;
}

.related.products h2 {
	text-align: center;
	margin-bottom: 45px !important;
}

.product.type-product .star-rating {
	display: none;
}

.no-review {
	text-align: center;
	padding-bottom: 80px;
	font-family: "DynaPuff", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}


/* banner */

.banner-video {
	position: relative;
}

#soundControl {
	position: absolute;
	top: 30px;
	right: 30px;
	border: 0;
	background: #f97316;
	height: 60px;
	width: 60px;
	border-radius: 100px;
	transition: 0.3s all ease-in-out;
}

#soundControl:focus {
	background: #db3558;
}

#soundControl img {
	width: 100%;
	object-fit: contain !important;
	max-width: 25px;
	margin: 0 auto;
	transition: 0.3s all ease-in-out;
}

/* butoon */

.tab-btn-col button,
.tab-btn-col a {
	padding: 10px 15px;
	background-color: #FAFABE;
	color: #000000;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	box-shadow: 0 4px 4px #00000038;
	display: inline-block;
	height: max-content !important;
	font-family: DynaPuff;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	text-align: center;
}

.tab-btn-col button .regular-price .woocommerce-Price-amount.amount bdi {
	font-family: DynaPuff;
	font-size: 16px;
	font-weight: 300 !important;
	line-height: 16px;
	text-align: center;
	color: #000;
}


.tab-btn-col button span.woocommerce-Price-currencySymbol {
	font-size: 16px;
	font-family: 'DynaPuff';
	margin-right: 2px;
}

/* dashbored css */

.woocommerce-product-gallery__wrapper .flex-active-slide {
	border: 1px solid #C8C8C8;
	border-radius: 10px !important;
}

.single-product ol.flex-control-nav.flex-control-thumbs {
	justify-content: flex-start;
}

.woocommerce-customer-details-1 p {
	display: none;
}

.woocommerce p {
	width: 100% !important;
	float: unset;
	margin: 0 !important;
}

.woocommerce-customer-details-1 {
	float: right;
	width: 68%;
	border-radius: 10px;
	border: 1px solid #fff;
	box-shadow: 0 0 20px #C1C1C1;
	padding: 30px;
}

.woocommerce-order-details table {
	border: 0 !important;
}

.woocommerce-order-details table th {
	width: 98px;
}

.woocommerce-customer-details-1 table {
	border: 1px solid #ddd !important;
	padding: 20px;
}

.woocommerce-order-details table tr {
	margin-top: 15px;
}

.woocommerce-customer-details-1 bdi {
	font-size: 20px !important;
}


.woocommerce-order-details__title table tr:nth-child(1) {
	background: #dddddd4d;
	padding: 5px;
	border-radius: 5px;
}

.woocommerce-notices-wrapper ul.woocommerce-error {
	padding: 20px !important;
	border-radius: 10px;
	border: 1px solid #fff;
	box-shadow: 0 0 20px #C1C1C1;
	margin-bottom: 30px;
}

.woocommerce-notices-wrapper ul.woocommerce-error li {
	margin: 0 !important;
	color: #f00;
	padding: 0;
	border: 0;
}

.woocommerce-notices-wrapper ul.woocommerce-error li::before {
	display: none;
}

.woocommerce-notices-wrapper ul.woocommerce-error li a {
	font-weight: 500;
	color: #f00;
	margin-top: 35px;
	display: inline-block;
}

/* pagination */
.pageN {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	list-style: none;
}

.page-btn {
	padding: 8px 12px;
	border: 1px solid #f97316;
	background-color: #f97316;
	cursor: pointer;
	transition: background-color 0.3s;
	border-radius: 4px;
	color: #fff !important;
	font-family: 'DynaPuff';
	font-weight: 300;
}

.page-btn:hover {
	background-color: transparent;
	color: #f97316 !important;
}

.page-btn.active {
	background-color: transparent;
	color: #f97316 !important;
}

/*  .dashborad-header, .login-header {
display: none;
}  */

.narrated-books-list li {
	display: grid;
	gap: 20px;
	grid-template-columns: 2fr auto;
	place-items: stretch;
}

.nart-col {
	display: flex;
	gap: 5px;
}

.narrated-books-list .tab-btn-col {
	display: block;
}


/* dashbored css */

/* responsive */

.woocommerce-page .woocommerce ul li.select2-search.select2-search--inline {
	padding: 0 15px;
	width: 100%;
}

.woocommerce-page .woocommerce ul li.select2-search.select2-search--inline input {
	border: 0;
}

.woocommerce-page .woocommerce ul li.select2-search.select2-search--inline input.select2-search__field {
	border: 0 !important;
}

span.selection span.select2-selection.select2-selection--multiple {
	border: none;
}

span.selection span.select2-selection.select2-selection--multiple ul li {
	margin-bottom: 0 !important;
	border: none;
	padding: 0;
}

span.selection span.select2-selection.select2-selection--multiple ul {
	border: 1px solid #DEDEDE !important;
	padding: 5px 15px;
}

span.selection span.select2-selection.select2-selection--multiple ul li input {
	width: 100% !important;
	border: none !important;

}


/* book grid */

div#comments {
	display: none;
}

.held {
	position: relative;
	width: 14%;
}

.button {
	width: 150px;
	padding: 10px;
}

p,
li,
span {
	margin: 0px 0 20px;
	font-family: "Encode Sans", sans-serif;
	font-weight: 300;
}

.book-color_outer ol.swatchHolder {
	cursor: url('/wp-content/uploads/2025/01/paint-brush-1.png') 1 1,
		auto;
	/* Fix cursor syntax */
	border: 1px solid black;
	/* Fix missing space between '1px' and 'solid' */
	list-style: none;
	padding: 0px;
	flex: 40%;
	margin: 0;
}

/* Remove conflicting cursor */
.book-color_outer ol.swatchHolder li {
	cursor: url('/wp-content/uploads/2025/01/paint-brush-1.png') 1 1,
		auto;
	/* Fix cursor hotspot */
}

.book-color_outer ol.swatchHolder li {
	cursor: ew-resize;
}

#ActivityDIV .swatchHolder .colorHolder {
	width: 100%;
	line-height: 100%;
	content: 'Chosen Color';
	padding: 10px 0px;
	margin: 0px auto 15px auto;
	cursor: pointer;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#ActivityDIV .swatchHolder li:not(.colorHolder) {
	height: 25px;
	width: 25px;
	margin: 2px;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#ActivityDIV svg {
	width: 100%;
	height: 100%;
	display: inline-block;
	flex: 60%;
	cursor: url('/wp-content/uploads/2025/01/paint-brush-1.png') 1 1,
		auto;
	max-height: 470px;
	box-shadow: 0 0 4px #ddd;
	padding: 15px;
	border-radius: 1%;
	stroke: #fff !important;
}

div#ActivityDIV {
	display: flex;
	width: 60%;
	/* flex-direction: row-reverse; */
	gap: 0px;
}



.book-color_outer a {
	border: 1px solid #ddd;
	padding: 9px;
	display: block;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

.book-color_outer .held-btn {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-top: 10px;
}

.book-color_outer {
	max-width: 1280px;
	margin: 80px auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.116);
	border-radius: 1%;
	padding: 25px;
}

#btnClear img {
	margin: 0 auto;
	display: block;
	max-width: 30px;
}

.move-button {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-top: 15px;
}

.move-button button {
	width: 100%;
}

#colorPalette {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.colorSwatch {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	cursor: pointer;
	border: 2px solid transparent;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.colorSwatch:hover {
	border: 2px solid black;
}

.colorSwatch.selected {
	border: 2px solid red;
}

.colorName {
	font-size: 12px;
	color: #333;
	text-align: center;
	width: 100%;
	line-height: 12px;
}

.single-product ul.tabs.wc-tabs {
	display: none;
}

.single-product form#commentform {
	margin-top: 10px;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.comment-form {
	width: 600px;
}

form#commentform input#submit {
	background: #ec4899 !important;
	color: #fff !important;
	font-weight: 400 !important;
}


form#commentform input#submit {
	background: #db3558 !important;
	color: #fff !important;
	font-weight: 400 !important;
}

p.comment-form-cookies-consent {
	display: flex;
	gap: 05px;
	margin-bottom: 6px !important;
}

span#reply-title {
	color: #db3558;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	display: flex;
	margin: 10px auto;
	justify-content: center;
}

/* book color */
#colorPalette::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

#colorPalette::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 5px;
}

#colorPalette::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 5px;
}

#colorPalette::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.boo_grid {
	display: flex;
	gap: 15px;
	justify-content: space-around;
	flex-direction: row;
	cursor: url('/wp-content/uploads/2025/01/paint-brush-1.png') 1 1,
		auto;
	align-items: center;
}

.colorPalette .colorSwatch {
	cursor: url('/wp-content/uploads/2025/01/paint-brush-1.png') 1 1,
		auto;
}

#ActivityDIV svg {
	width: 100%;
	height: 100%;
	display: inline-block;
	flex: 60%;
	cursor: url('/wp-content/uploads/2025/01/paint-brush-1.png') 1 1,
		auto;
	max-height: 470px;
	box-shadow: 0 0 4px #ddd;
	padding: 15px;
	border-radius: 1%;
	stroke: #fff !important;
}

.colorSwatch {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	cursor: pointer;
	border: 2px solid transparent;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	outline: none;
}

/* .boo_grid .held {
flex: calc(100% / 2);
} */

.colorContainer {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 4px #ddd;
	padding: 9px 4px;
	text-align: center;
	place-items: center;
	flex: calc(100% / 6);
	border-radius: 2px;
	gap: 8px;
}

/* Hide WooCommerce review name and email fields */
#commentform #author,
#commentform #email {
	display: none !important;
}

p.comment-form-author {
	display: none;
}

p.comment-form-email {
	display: none;
}

p.comment-notes {
	display: none;
}

/* 
p.comment-form-cookies-consent {
display: none;
} */

/* 
div#ActivityDIV {
width: 94%;
} */

#colorPalette {
	display: flex;
	gap: 0px;
	max-height: 350px;
	overflow: auto;
	margin-bottom: 30px;
	cursor: url('/wp-content/uploads/2025/01/paint-brush-1.png') 1 1,
		auto;
	justify-content: center;
}

.row {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(3, 3fr);
}


/* .boo_grid .held {
background: linear-gradient(45deg, #3ba8fa, #3ba8fa);
padding: 10px;
border-radius: 10px;
} */

.hexagon {
	width: 50px;
	height: 59px;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	display: inline-block;
	position: relative;
	margin: 0;
	border: 0 !important;
	cursor: url('/wp-content/uploads/2025/01/paint-brush-1.png') 1 1,
		auto;
}

.colorName {
	display: none;
}

#selectedColorSwatch {
	width: 80px;
	height: 92px;
	margin: 10px auto;
	border: none ! important;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	cursor: url('/wp-content/uploads/2025/01/paint-brush-1.png') 1 1,
		auto;
}

#selectedColorName {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}


.woocommerce-notices-wrapper-2 p {
	margin-bottom: 10px !important;
}

.login-header .dash-btn,
.dashboard-header .log-hide {
	display: none;
}

.dash-btn,
.log-hide {
	display: none;
}

.cart-col .hfe-menu-cart__toggle a {
	max-width: max-content;
	padding: 14px;
	border-radius: 4px;
	background-image: url(/wp-content/uploads/2025/01/cart.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center center;
}

.cart-col .hfe-menu-cart__toggle .eicon {
	color: transparent !important;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
	max-width: 95%;
	margin: 0 auto;
}

.ehf-footer li a span {
	font-family: 'DynaPuff';
}

.woocommerce p.price {
	margin-bottom: 20px !important;
}

.register-form input#receipt-id {
	display: none;
}

.file-col label {
	font-size: 16px;
	margin-bottom: 20px;
}

.wp-custom-logo .woocommerce-form.woocommerce-form-login.login {
	display: grid;
	gap: 20px;
}

.wc-block-grid__products li {
	padding: 20px;
	flex: 0 0 24% !important;
	border: 1px solid #ddd;
	border-radius: 2%;
}

.wc-block-grid__products {
	margin: 0 !important;
	gap: 0px;
	justify-content: space-between;
}

.wc-block-grid__products .add_to_cart_button {
	background-color: #F97316;
	border-radius: 20px;
	box-shadow: 0 0px 14px hsla(0, 0%, 0%, 0.062);
	padding: 8px 20px;
	text-align: center;
	font-family: "DynaPuff", sans-serif;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;
	color: #fff;
	width: 100%;
}

.wc-block-grid__product-price.price {
	color: #f97316;
	text-align: left;
	font-family: "DynaPuff", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	width: 100%;
	margin: 0px 0px 20px;
}

.wc-block-grid__product-title {
	font-size: 20px !important;
	text-align: left;
	line-height: 28px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #000 !important;
	font-family: "DynaPuff", sans-serif !important;
	font-weight: 300 !important;
}

.wc-block-grid__products img {
	border-radius: 2%;
}

h2.wc-block-cart__empty-cart__title {
	text-align: center;
}

.cart-outer .wp-block-woocommerce-cart.alignwide {
	margin: 0 auto !important;
	max-width: 1280px !important;
}

.wp-block-button.wc-block-grid__product-add-to-cart {
	margin: 0;
}

.search-wrapper {
	display: flex;
	gap: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
	border-radius: 50px !important;
	max-width: 850px;
	margin: 0 auto;
}

.search-wrapper input.search-data {
	border: 0;
	border-radius: 50px;
	font-family: "Encode Sans", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 21px;
	height: auto !important;
	padding: 10px 30px;
}

.search-wrapper input.search-data::placeholder {
	font-family: "Encode Sans", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 21px;
}

.search-wrapper span.search-icon {
	background-color: #db3558;
	font-size: 26px;
	padding: 6px 16px 6px 10px;
	color: #fff;
	border-radius: 0px 50px 50px 0px;
	border: 4px solid #fff;
}

.no-event {
	text-align: center;
	margin-top: 30px;
	font-family: "DynaPuff", Sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
}

.single-event main .entry-title {
	max-width: 1280px !important;
	padding: 0px !important;
}

.single-event main img {
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
	max-height: 500px;
	object-position: bottom;
}

.event-col {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1045px;
	margin: 0 auto;
}

.event-col.event-col:nth-child(2n) {
	flex-direction: row-reverse;
}

.event-col:nth-child(2n) .event-image {
	margin-left: -100px;
}

.event-image {
	flex: 40%;
}

#title-btn {
	color: white;
}

#title-btn:hover {
	color: #f97316;
}

.event-image img {
	max-height: 230px;
	object-fit: cover;
	border-radius: 15px;
	width: 100%;
}

.event-text {
	flex: 60%;
	box-shadow: 0px 0px 20px 0px rgba(7, 7, 7, 0.1);
	padding: 50px 60px 50px 130px;
	border-radius: 15px 128px 128px 15px;
}

.event-text h3 a {
	color: #000 !important;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.event-text p {
	font-family: DynaPuff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.event-text strong {
	font-weight: 700;
}

.coming-soon-btn {
	background-color: #f97316;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	padding: 10px 20px;
	font-family: DynaPuff;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s all ease-in-out;
	border: 1px solid #F97316;
}

.coming-soon-btn a {
	color: #fff;
}

.coming-soon-btn:hover {
	border: 1px solid #F97316;
	color: #F97316;
	background: #fff;
}

.coming-soon-btn:hover a {
	color: #F97316;
}

.event-image {
	flex: 40%;
	margin-right: -100px;
}

.event-col:nth-child(2n) .event-text {
	padding: 50px 130px 50px 40px;
}

.event-col:nth-child(2n) .event-image {
	margin-right: 0;
	margin-left: -100px !important;
}

.event-col:not(:last-child) {
	margin-bottom: 35px;
}

.post-type-archive li.product.type-product span.price {
	display: none;
}

.post-type-archive .add_to_cart_button,
.post-type-archive a.button.product_type_simple {
	box-shadow: 0px 4px 4px 0px #00000040 !important;
	padding: 11px 20px 11px 20px !important;
	border-radius: 19px !important;
	font-size: 16px !important;
	line-height: 20px !important;
	color: #000000 !important;
	background: #FAFABE !important;
	text-align: center;
}

nav.woocommerce-pagination ul.page-numbers {
	gap: 20px;
	display: flex;
	justify-content: center;
	padding: 40px 0;
	border: 0;
}

nav.woocommerce-pagination ul.page-numbers li {
	background: #f97316;
	border-radius: 4% !important;
	color: #fff !important;
}

nav.woocommerce-pagination ul.page-numbers li span.page-numbers {
	color: #fff !important;
}

.products.columns-4 li {
	border: 1px solid #ddd;
	border-radius: 20px;
}

nav.woocommerce-pagination ul.page-numbers li a.page-numbers {
	color: #fff !important;
	font-family: 'DynaPuff';
}

.hd-active .hd-flex {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	box-shadow: inset -2px 10px 19px 7px #00000026;
}

.narrated-books-list li a {
	display: flex;
	padding: 8px;
	gap: 20px;
}

.narrated-books-list li::before {
	display: none;
}

.narrated-books-list li {
	padding-left: 10px !important;
}



.woocommerce-notices-wrapper-2.recipt-col li {
	border: 0px !important;
	padding: 10px !important;
	flex: calc(100% / 4) !important;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	box-shadow: 0 0 12px 4px #70616136;
}

.woocommerce-notices-wrapper-2.recipt-col li::before {
	display: none;
}

ul.woocommerce-notices-wrapper-2.recipt-col {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.receipt-images .download-link {
	background: #b30126;
	padding: 10px 25px !important;
	display: block;
	text-align: center;
	border-radius: 10px;
	margin-top: 30px;
	max-width: max-content;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 15px !important;
}

.search-results .entry-title {
	max-width: 1280px !important;
	margin: 30px auto 20px;
	font-size: 2.0vw;
	line-height: 46px;
	text-align: center;
}

.search-results .entry-title {
	max-width: 1280px !important;
	margin: 30px auto 20px;
	font-size: 25px;
	line-height: 46px;
	text-align: center;
}

.search-results article.post {
	display: grid;
	gap: 20px;
	margin-bottom: 5%;
}

.search-results article.post img {
	max-width: 95%;
	margin: 0 auto;
	border-radius: 15px;
}

.search-results article.post p {
	font-size: 18px;
	!;
	line-height: 32px;
	max-width: 95%;
	margin: 0 auto;
}

.recipt-col h2 {
	width: 100%;
}

.pagination-col.pagination {
	display: flex;
	justify-content: center;
	margin: 20px auto;
	width: 100%;
	gap: 15px;
}

.pagination-col.pagination .page-numbers {
	border: 1px solid #ddd;
	padding: 10px 19px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10%;
	text-decoration: none !important;
	color: #b30126 !important;
	margin: 0px !important;
	font-weight: 500;
}

.pagination-col.pagination .page-numbers.current,
.pagination-col.pagination .page-numbers:hover {
	background: #b30126;
	color: #fff !important;
	border-color: #b30126;
}

.page-id-10 .wc-block-grid__product-rating {
	display: none;
}


#ActivityDIV {
	perspective: 1000px;
	display: inline-block;
}

.flip-next {
	animation: flipNext 0.5s ease-in-out;
}

.flip-prev {
	animation: flipPrev 0.5s ease-in-out;
}

@keyframes flipNext {
	0% {
		transform: rotateY(0deg);
		opacity: 1;
	}

	50% {
		transform: rotateY(90deg);
		opacity: 0.5;
	}

	100% {
		transform: rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipPrev {
	0% {
		transform: rotateY(0deg);
		opacity: 1;
	}

	50% {
		transform: rotateY(-90deg);
		opacity: 0.5;
	}

	100% {
		transform: rotateY(0deg);
		opacity: 1;
	}
}


.left_text_cstm {
	background: #000000;
	display: none !important;
}

.comment-form {
	background-color: #f9f9f9;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 2000px !important;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: 100% !important;
	justify-content: center;
}

#review_form span {
	justify-content: flex-start !important;
}

#review_form span#reply-title {
	justify-content: flex-start !important;
	font-family: "DynaPuff", Sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 45px;
	text-align: left;
	color: #000000;
}

.woocommerce #reviews #comment {
	height: 180px;
}

#tab-reviews {
	margin: 0;
}

.woocommerce input#submit {
	text-align: center;
	max-width: 250px !important;
	margin: 0 auto;
	width: 100% !important;
	font-family: 'DynaPuff';
	font-weight: 400;
	border-radius: 50px !important;
	border: 1px solid #ddd;
}

.woocommerce-tabs.wc-tabs-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	display: block !important;
}

.comment-form label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
	color: #333;
}

.required {
	color: red;
	font-size: 14px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	width: 100%;
	padding: 12px;
	margin: 8px 0 16px 0;
	border-radius: 4px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #333;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
	border-color: #007bff;
	outline: none;
}

/* Styling for the rating section */
.comment-form-rating {
	margin-bottom: 16px;
}

.comment-form-rating label {
	font-size: 16px;
	margin-bottom: 10px;
}

.stars {
	display: flex;
	gap: 10px;
}

.stars a {
	text-decoration: none;
	font-size: 24px;
	color: #ff9900;
	transition: color 0.3s;
}




/* Default stars styling */
.woocommerce p.stars a {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
}

/* Default unfilled icon */
.woocommerce p.stars a::before {
	content: "" !important;
	display: block;
	width: 25px;
	height: 25px;
	background: url(/wp-content/uploads/2025/02/nonfill.svg) no-repeat center;
	background-size: 30px;
	transition: background 0.3s;
}

/* Active and hover states */
.woocommerce p.stars a.active::before,
.woocommerce p.stars a:hover::before {
	background: url(/wp-content/uploads/2025/02/carrot-2.svg) no-repeat center;
	background-size: 30px;
}

/* Active stars styling */
.woocommerce p.stars a.active::before,
.woocommerce p.stars a.active~a::before {
	background: url(/wp-content/uploads/2025/02/carrot-2.svg) no-repeat center;
	background-size: 30px;
}
.stars {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.stars a.star-1 {
	order: 1;
}
.stars a.star-2{
	order: 2;
}
.stars a.star-3 {
	order: 3;
}
.stars a.star-4{
	order: 4;
}
.stars a.star-5{
	order: 5;
}



.woocommerce p.stars a {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
}
.woocommerce p.stars a::before {
	content: "" !important;
	display: block;
	width: 25px;
	height: 25px;
	background: url(/wp-content/uploads/2025/02/nonfill.svg) no-repeat center;
	background-size: 30px;
	transition: background 0.3s;
}

.woocommerce p.stars a:hover~a::before {
	background: url(/wp-content/uploads/2025/02/nonfill.svg) no-repeat center;
	background-size: 30px;
}

.woocommerce p.stars:hover a::before {
	background: url(/wp-content/uploads/2025/02/carrot-2.svg) no-repeat center;
	background-size: 30px;
}

.woocommerce p.stars.selected a.active::before {
	background: url(/wp-content/uploads/2025/02/carrot-2.svg) no-repeat center;
	background-size: 30px;
}

.woocommerce p.stars.selected a.active~a::before {
	background: url(/wp-content/uploads/2025/02/nonfill.svg) no-repeat center;
	background-size: 30px;
}

.woocommerce p.stars.selected a:not(.active)::before {
	background: url(/wp-content/uploads/2025/02/carrot-2.svg) no-repeat center;
	background-size: 30px;
}


/* Ensure stars fill from left to right by reversing order */
/* .woocommerce p.stars {
	display: flex;
	flex-direction: row-reverse;
}
 */


/* Submit button styling */
.form-submit input[type="submit"] {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.form-submit input[type="submit"]:hover {
	background-color: #0056b3;
}

.comment-form-cookies-consent {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.comment-form-cookies-consent input {
	margin-right: 8px;
}

/* table css */


table.woocommerce-table.shop_table.order_details tr {
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 10px;
}

table.woocommerce-table.shop_table.order_details tr th,
table.woocommerce-table.shop_table.order_details tr td {
	width: 100%;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.narrated-books-list li {
	display: grid;
	gap: 20px;
	grid-template-columns: 2fr auto;
	place-items: stretch;
}

.nart-col {
	display: flex;
	gap: 5px;
}

/* home slider  */

.narrated-books-list .tab-btn-col {
	display: block;
}

.review-grid .slick-dots {
	display: none !important;
}

.review-grid .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.scrolling-reviews button.slick-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	padding: 0 !important;
	background: transparent !important;
	font-size: 0px;
	border: 0px;
	box-shadow: inset 0 0 5px #8d8d8d;
}

.scrolling-reviews .slick-prev::before,
.scrolling-reviews .slick-next:before {
	background: url(/wp-content/uploads/2025/02/slik-arrow.svg) no-repeat !important;
	background-size: 18px !important;
	background-position: center !important;
	content: "" !important;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
}

.scrolling-reviews .single-review .review-avatar {
	margin: 0 auto 10px !important;
	display: block;
	max-width: max-content;
}

.scrolling-reviews .slick-prev:before {
	transform: rotate(180deg);
}

.scrolling-reviews .single-review {
	margin-left: 20px;
	margin-right: 20px;
}

.scrolling-reviews .slick-track {
	display: flex;
	gap: 0;
}

.scrolling-reviews .slick-prev {
	left: -20px;
}

.scrolling-reviews .slick-next {
	right: -20px;
}

/* tr table */


.wc-block-components-sidebar-layout table tr th span {
	font-weight: 700;
	font-size: 20px;
}

.wc-block-cart-items__header-total span::before {
	content: "Total";
	visibility: visible;
	float: right;
}

.wc-block-cart-items__header-total span {
	visibility: hidden;
}

.tippie-paragraph,
.tippie-paragraph span {
	font-weight: 400;
	color: #828282;
	line-height: 2.25rem;
	font-family: "DynaPuff", sans-serif;
}

.tippie-paragraph .highlight-orange {
	color: #F97316;
}

.tippie-paragraph .highlight-blue {
	color: #3B82F6;
}

.tippie-paragraph .highlight-green {
	color: #16A34A;
}

.tippie-paragraph .highlight-purple {
	color: #A855F7;
}

.tippie-paragraph .highlight-yellow {
	color: #EAB308;
}

.tippie-paragraph .highlight-pink {
	color: #EC4899;
}

.wc-block-components-product-metadata__description p {
	font-weight: 600;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
	font-weight: 500;
}

.tippie-paragraph a {
	color: #1E40AF;
	font-weight: bold;
}

#colorPalette2 .row:nth-child(odd), #colorPalette1 .row:nth-child(odd)  {
	margin-top: 0px !imporant;
	margin-left: 0px;
	width: 100%;
}

#colorPalette2 .row:nth-child(even), #colorPalette1 .row:nth-child(even) {
	margin-top: -10px;
	margin-left: 30px;
	width: 100%;
}

#ActivityDIV .cls-1 {
	fill: #000;
	pointer-events: none;
}

/* responsive start */
@media (max-width: 1400px) {
	.book-grid {
		gap: 20px;
	}

	.book-card {
		border-radius: 10px;
	}

	.book-container {
		padding: 0 15px;
	}

	.event-text {
		width: 65%;
		padding: 30px 40px 30px 130px;
		border-radius: 15px 80px 80px 15px;
	}

	.event-image {
		width: 35%;
		margin-right: -100px;
	}

	.event-col:nth-child(even) .event-image {
		margin-right: 0;
		margin-left: -100px;
	}

	.event-col:nth-child(even) .event-text {
		padding: 30px 130px 30px 30px;
	}

	.site-main.post-12 {
		padding: 80px 15px;
	}

	.woocommerce-page .woocommerce ul {
		padding: 25px 15px 60px 15px;
	}

	.overview-cards {
		gap: 15px;
	}

	.woocommerce-page .woocommerce ul li::before {
		background-size: 25px !important;
		left: 6px;
	}

	.woocommerce-page .woocommerce ul li {
		padding: 14px 14px;
		margin-bottom: 12px !important;
		padding-left: 45px;
	}

	.woocommerce-orders-table.woocommerce-MyAccount-orders.account-orders-table {
		padding: 20px 15px 15px 15px;
	}

	.woocommerce table tr {
		gap: 10px;
	}

	.woocommerce-page .woocommerce ul li a {
		font-size: 18px;
		line-height: 22px;
	}

	.woocommerce-page .woocommerce ul li:focus::before,
	.woocommerce-page .woocommerce ul li.is-active::before {
		left: calc(100% - 34px);
	}

	.woocommerce-page .woocommerce-notices-wrapper-2,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-customer-details-1 {
		width: 64%;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 35%;
	}

	.profile-toggle {
		justify-content: flex-end;
		min-width: 100%;
	}

	.admin-col {
		justify-content: flex-end;
	}

	.right-bar {
		justify-content: space-between !important;
	}

	section.related.products {
		padding: 80px 0px;
	}

	.woocommerce div.product {
		padding: 0px 15px;
	}

	.wc-block-grid__products li {
		padding: 16px;
	}

	.book-color_outer {
		max-width: 96%;
		margin: 60px auto;
	}
}



@media (max-width: 1199px) {
	.pad80 {
		padding: 60px 15px;
	}

	.pt80 {
		padding: 60px 15px 0px;
	}

	.pb80 {
		padding: 0px 15px 60px;
	}

	.pl60 {
		padding-left: 35px;
	}

	.pr60 {
		padding-right: 35px;
	}

	.mt25 {
		margin-top: 20px;
	}

	.mt50 {
		margin-top: 35px;
	}

	.mb50 {
		margin-bottom: 35px;
	}

	.tabs {
		gap: 15px;
		margin: 0 auto 30px;
	}

	.abt-flex {
		padding: 35px 0;
	}

	.event-text p {
		font-size: 18px;
		line-height: 26px;
	}

	.coming-soon-btn {
		padding: 8px 15px;
		font-size: 18px;
		line-height: 24px;
	}

	.woocommerce-notices-wrapper-2 .choose-col {
		padding: 6px 20px 6px 20px;
		border-radius: 10px;
	}

	.woocommerce-notices-wrapper-2 form {
		gap: 15px;
	}

	.hd-flex .hfe-search-form__container {
		min-width: 100px;
		margin-left: -40px;
	}

	.hd-flex .hfe-menu-cart__toggle.elementor-button-wrapper {
		margin-left: -40px;
	}

	.related.products span.price,
	.products.columns-4 a.view-more-link {
		width: calc(100% / 2 - 24px) !important;
		margin: 15px 10px 30px;
	}

	.postid-3258 nav.woocommerce-breadcrumb {
		display: none;
	}

}

@media (max-width: 1024px) {
	.menu-nav .hfe-nav-menu-icon {
		box-shadow: 0 0 4px #ddd;
		border-radius: 5px;
		padding: 12px;
	}

	.hd-flex ul li a {
		padding: 15px 25px !important;
	}

	.menu-nav nav {
		position: absolute !important;
		height: 100vh;
		display: block !important;
		top: 0;
		left: 0px;
		right: 0px;
		margin: 0 auto;
		overflow-Y: hidden;
	}

	.menu-nav nav ul {
		width: 100% !important;
		max-width: 100% !important;
	}

	.menu-nav {
		position: relative !important;
	}

	.menu-nav .hfe-dropdown.menu-is-active {
		margin-top: 20px !important;
	}

	/* 	.menu-nav nav {
	margin-top: 20px;
} */
	.login-header .dash-btn,
	.dashboard-header .log-hide {
		display: none;
	}

	.login-header .log-hide,
	.dashboard-header .dash-btn {
		display: block;
	}

	.hd-flex .e-con-inner {
		display: flex;
		justify-content: space-between !important;
	}

	.nav-button .arrow-btn svg {
		width: 22px;
		height: 22px;
	}

	.cont-form {
		gap: 15px;
	}

	.hd-flex ul .sub-menu {
		padding: 0 !important;
		border-top: 1px solid #ddd;
	}

	.hd-flex ul .sub-menu li a {
		padding: 15px 40px !important;
		background: #00000012 !important;
	}

	.review-grid {
		gap: 15px;
	}

	.scrolling-reviews .slick-prev::before,
	.scrolling-reviews .slick-next:before {
		background-size: 12px !important;
		width: 25px;
		height: 25px;
	}

	.scrolling-reviews button.slick-arrow {
		width: 42px;
		height: 42px;
	}

	.scrolling-reviews .slick-prev {
		left: -10px;
	}

	.scrolling-reviews .slick-next {
		right: -10px;
	}
	div#ActivityDIV {
		display: flex;
		width: 46%;
		flex-direction: row-reverse;
		gap: 0px;
	}
	.held {
		position: relative;
		width: 23%;
	}
	#colorPalette2 .row:nth-child(even), #colorPalette1 .row:nth-child(even) {
		margin-top: -4px;
		margin-left: 23px;
		width: 100%;
	}
	div#colorPalette2, div#colorPalette1 {
		max-width: max-content;
	}
	#colorPalette2 .row:nth-child(even), #colorPalette1 .row:nth-child(even) {
		margin-top: -4px;
		margin-left: 23px;
		width: 100%;
	}
	.held-btn a {
		margin: 0;
	}

}

@media (max-width: 999px) {
	.pad80 {
		padding: 50px 15px;
	}

	.pt80 {
		padding: 50px 15px 0px;
	}

	.pb80 {
		padding: 0px 15px 50px;
	}

	.pl60 {
		padding-left: 25px;
	}

	.pr60 {
		padding-right: 25px;
	}

	.mt25 {
		margin-top: 20px;
	}

	.mt50 {
		margin-top: 25px;
	}

	.mb50 {
		margin-bottom: 25px;
	}

	.book-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.book-inner {
		padding: 15px;
		gap: 15px;
	}

	.abt-flex {
		padding: 25px 0;
	}

	.event-image {
		width: 40%;
		margin-right: -45px;
	}

	.event-col:nth-child(even) .event-image {
		margin-right: 0;
		margin-left: -45px;
	}

	.event-col:nth-child(even) .event-text {
		padding: 25px 60px 25px 20px;
	}

	.event-text {
		width: 60%;
		padding: 25px 20px 25px 60px;
		border-radius: 15px 50px 50px 15px;
	}

	.event-text p {
		font-size: 16px;
		line-height: 24px;
	}

	p,
	li,
	span,
	a {
		margin: 0px 0 15px;
	}

	.event-col:not(:last-child) {
		margin-bottom: 25px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: unset;
		width: 100%;
	}

	.woocommerce-page .woocommerce ul {
		padding: 25px 15px 25px 15px;
	}

	.woocommerce-page .woocommerce-notices-wrapper-2,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-customer-details-1 {
		float: unset;
		width: 100%;
		margin-top: 20px;
	}

	.site-main.post-12 {
		padding: 60px 15px;
		margin: 0 auto !important;
	}

	.woocommerce-notices-wrapper-2 input[type="submit"] {
		font-size: 18px;
		line-height: 24px;
	}

	.woocommerce-notices-wrapper-2 input::placeholder,
	.woocommerce-notices-wrapper-2 input {
		font-size: 18px;
		line-height: 22px;
	}

	.woocommerce-notices-wrapper-2 .choose-col {
		padding: 6px 10px 6px 10px;
	}

	.woocommerce-notices-wrapper-2 .choose-col i {
		font-size: 18px;
		line-height: 34px;
	}

	.cont-form .wpcf7-form-control {
		padding: 8px 15px 8px 10px !important;
		font-size: 18px;
		line-height: 22px;
	}

	.cont-form {
		gap: 10px;
	}

	.products.columns-4 {
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	section.related.products {
		padding: 60px 0px;
	}

	.login-outer .woocommerce {
		max-width: 95%;
		margin: -150px auto 0;
	}

	.lost_password a {
		font-size: 18px;
		line-height: 20px;
	}

	.sign-up_outer button,
	.login-outer button,
	.lost-pw_outer form button,
	.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
		padding: 5px 35px;
		border-radius: 20px;
		font-size: 18px;
	}

	nav.woocommerce-pagination ul.page-numbers {
		padding: 30px 0;
	}

	.colorContainer {
		padding: 6px 4px;
		flex: calc(100% / 5);
		gap: 8px;
	}

	.book-color_outer {
		max-width: 95%;
		margin: 50px auto;
		padding: 20px;
	}

	.colorSwatch {
		width: 43px;
		height: 50px;
	}

	.boo_grid {
		gap: 15px;
	}



}

@media (max-width: 768px) {

	.pad80 {
		padding: 35px 15px;
	}

	.pt80 {
		padding: 35px 15px 0px;
	}

	.pb80 {
		padding: 0px 15px 35px;
	}

	.pl60 {
		padding-left: 0px;
	}

	.pr60 {
		padding-right: 0px;
	}

	.mt25 {
		margin-top: 15px;
	}

	.mt50 {
		margin-top: 20px;
	}

	.mb50 {
		margin-bottom: 20px;
	}

	.tab-button {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 1.1;
	}

	.tab-btn-col {
		gap: 10px;
	}

	.book-container {
		padding: 0;
	}

	.event-col,
	.event-col.event-col:nth-child(even) {
		flex-direction: column;
		width: 100%;
		gap: 20px;
	}

	.event-text {
		width: 100%;
		padding: 30px;
		border-radius: 10px;
		text-align: center;
	}

	.event-col:nth-child(2n) .event-image,
	.event-image {
		width: 100%;
		margin: 0 auto !important;
	}

	.event-text p {
		font-size: 15px;
		line-height: 22px;
		text-align: center;
	}

	.event-text,
	.event-col:nth-child(even) .event-text {
		padding: 20px;
	}

	.event-col {
		border-radius: 10px;
		padding: 10px;
		border: 1px solid #00000017;
		background: #fff;
	}

	.site-main.post-12 {
		padding: 40px 15px;
		margin: 0 auto !important;
	}

	.overview-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.woocommerce table td.woocommerce-orders-table__cell {
		border: 0px !important;
		display: flex !important;
		gap: 25px;
		align-items: center;
		margin: 0;
	}

	.woocommerce-notices-wrapper-2 tr.woocommerce-orders-table__row {
		display: block !important;
		padding: 10px;
		background: #fff;
		border-radius: 5px;
		margin: 0;
	}

	.woocommerce-notices-wrapper-2 table.woocommerce-orders-table {
		margin: 0;
	}

	.woocommerce-page .woocommerce-notices-wrapper-2 {
		padding: 25px 15px 25px 15px;
	}

	.woocommerce-notices-wrapper-2 form {
		padding: 15px;
		gap: 15px;
		border-radius: 15px;
		max-width: 100%;
	}

	.hd-flex .e-con-inner {
		flex-wrap: nowrap !important;
	}

	.cont-form .wpcf7-form-control {
		font-size: 16px;
		line-height: 20px;
	}

	.nav-button .arrow-btn {
		padding: 5px;
	}

	section.related.products {
		padding: 40px 0px;
	}

	.woocommerce div.product div.summary {
		margin: 30px 0 0;
	}

	.related.products h2 {
		margin-bottom: 35px !important;
	}

	.related.products span.price,
	.products.columns-4 a.view-more-link {
		width: calc(100% / 2 - 14px) !important;
		margin: 15px 6px 20px;
	}

	.summary.entry-summary::before {
		display: none;
	}

	.entry-summary h1.entry-title {
		font-size: 26px;
		line-height: 25px;
		margin-bottom: 20px;
	}

	.sign-up_outer button,
	.login-outer button,
	.lost-pw_outer form button,
	.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
		max-width: 100%;
		margin: 0px auto;
		width: 100%;
	}

	.wp-custom-logo .woocommerce-form.woocommerce-form-login.login {
		gap: 12px;
	}

	.login-outer .woocommerce {
		padding: 30px;
		border-radius: 10px;
		margin: -50px auto 0;
	}

	.lost_password a {
		font-size: 16px;
		line-height: 18px;
	}

	.sign-up_outer button,
	.login-outer button,
	.lost-pw_outer form button,
	.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
		padding: 5px 35px;
		font-size: 16px;
		line-height: 20px;
	}

	nav.woocommerce-pagination ul.page-numbers {
		gap: 15px;
		padding: 20px 0;
	}

	.products.columns-4 {
		gap: 15px;
		grid-template-columns: repeat(1, 1fr);
	}

	.comment-form {
		padding: 15px;
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form textarea {
		font-size: 14px;
	}

	.stars a {
		font-size: 20px;
	}

	.form-submit input[type="submit"] {
		padding: 10px 20px;
		font-size: 14px;
	}

	.woocommerce-customer-details-1 table {
		padding: 8px;
	}

	.woocommerce-order-details table tr {
		margin: 4px 0;
	}

	.woocommerce-customer-details-1 {
		padding: 15px;
	}

	.woocommerce table.shop_table td {
		padding: 5px 6px;
		font-size: 13px;
		line-height: 13px;
	}

	.scrolling-reviews .single-review {
		margin-left: 10px;
		margin-right: 10px;
	}

	.white-overlay::before {
		bottom: -60px;
		filter: blur(13px);
	}
	.book-flex {
		flex-direction: column;
	}
	.boo_grid .held {
		width: 100% !important;
		order: 2;
	}
	.boo_grid #ActivityDIV {
		width: 100% !important;
		order: 1;
	}

	div#colorPalette2 .row, .boo_grid  .held div#colorPalette1 .row, .boo_grid  .held #colorPalette2 .row:nth-child(even), .boo_grid  .held #colorPalette1 .row:nth-child(even) {
		display: flex;
		gap: 4px;
		margin: 0 !important;
		margin-left: 0 !important;
	}


}

@media (max-width: 600px) {
	.boo_grid {
		flex-direction: column;
	}

	.boo_grid .held,
	div#ActivityDIV {
		flex: 100%;
		width: 100%;
	}

	#ActivityDIV svg {
		flex: 100%;
		max-height: 100%;
	}

	.boo_grid .held {
		width: 100% !important;
		flex: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.book-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.tab-btn-col button,
	.tab-btn-col a {
		padding: 10px 12px;
		font-size: 14px;
		line-height: 14px;
	}

	.tabs {
		gap: 12px;
		margin: 0 auto 25px;
		grid-template-columns: auto;
	}

	#soundControl {
		height: 45px;
		width: 45px;
		padding: 8px;
	}

	.abt-flex {
		padding: 15px 0;
	}

	.event-col:not(:last-child) {
		margin-bottom: 15px;
	}

	.event-text,
	.event-col:nth-child(even) .event-text {
		padding: 20px 15px;
	}

	.coming-soon-btn {
		padding: 10px 15px;
		font-size: 16px;
		line-height: 16px;
		width: 100%;
	}

	.event-col,
	.event-col.event-col:nth-child(even) {
		gap: 10px;
	}

	.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
		padding: 15px 15px 15px 15px;
		border-radius: 10px;
		background: #EDEDED91;
		border: 1px solid #BEB3B3F7;
	}

	.woocommerce-notices-wrapper-2 input[type="submit"] {
		padding: 8px 25px 8px 25px;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		width: 100%;
	}

	.woocommerce-notices-wrapper-2 input::placeholder,
	.woocommerce-notices-wrapper-2 input {
		font-size: 16px;
		line-height: 20px;
	}

	section.related.products {
		padding: 35px 0px;
	}

	.related.products h2 {
		margin-bottom: 25px !important;
	}

	.login-outer .woocommerce {
		margin: -20px auto 0;
		padding: 24px;
	}

	.lost_password a {
		font-size: 15px;
		line-height: 17px;
	}

	.sign-up_outer button,
	.login-outer button,
	.lost-pw_outer form button,
	.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
		padding: 5px 20px;
		font-size: 15px;
		line-height: 25px;
	}

	#soundControl {
		height: 35px;
		width: 35px;
		padding: 12px !important;
	}

	.book-color_outer .held-btn {
		grid-template-columns: repeat(1, 1fr);
		gap: 8px;
	}

	.review-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.narrated-books-list li {
		grid-template-columns: 1fr;
	}

	.narrated-books-list .tab-btn-col .tab-btn {
		text-align: center !important;
		font-size: 15px;
		line-height: 15px;
		display: block;
	}

	.book-color_outer .held-btn {
		gap: 10px;
		flex-direction: column;
	}

	.book-color_outer #btnClear {
		margin: 0;
	}

	.colorSwatch {
		width: 46px;
		height: 53px;
	}

	.book-color_outer {
		max-width: 98%;
		padding: 15px;
	}
}

@media (max-width: 400px) {
	#soundControl {
		height: 40px;
		width: 40px;
		padding: 5px;
	}

	.event-image img {
		border-radius: 5px;
	}

	.event-col:not(:last-child) {
		margin-bottom: 10px;
	}

	.event-text p {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}

	.event-text,
	.event-col:nth-child(even) .event-text {
		padding: 20px 10px;
	}

	.overview-cards {
		grid-template-columns: repeat(1, 1fr);
	}

	.woocommerce-notices-wrapper-2 form {
		gap: 10px;
		border-radius: 10px;
	}

	section.related.products {
		padding: 30px 0px;
	}

	.products.columns-4 {
		gap: 20px;
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.custom-buttons-container {
		grid-template-columns: auto;
		gap: 10px;
	}

	.login-outer .woocommerce {
		padding: 20px;
	}

	#colorPalette {
		gap: 5px;
		max-height: 400px;
		margin-bottom: 20px;
	}

	.book-color_outer {
		max-width: 98%;
		margin: 30px auto;
		padding: 15px;
	}

	.colorContainer {
		flex: calc(100% / 4);
	}

	.comment-form {
		padding: 10px;
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form textarea {
		font-size: 12px;
		padding: 10px;
	}

	.stars a {
		font-size: 18px;
	}

	.form-submit input[type="submit"] {
		padding: 8px 18px;
		font-size: 12px;
	}
}
.custom-buttons-container .custom-button{
	border:none;
}





