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


 .wishlist-title,
 .loop-item_product .yith-wcwl-add-to-wishlist-button__label {
 	display: none !important;
 }

 .custom-product-archive-wrapper {
 	display: flex;
 	gap: 20px;
 }

 #header-main>div,
 #header-main .mega-menu-wrap,
 #header-main>div>div,
 #header-main>div>div>div,
 #header-main>div>div>div>div>ul,
 #header-main>div>div>div>div>ul li {
 	position: static !important;
 }

 #header-main .mega-menu-link:hover {
 	color: rgb(147, 118, 93) !important;
 }

 #header-main #mega-menu-menu-1>li>a,
 #header-main svg,
 #header-main i {
 	color: #000 !important;
 	fill: #000;
 }

 .products-top-sec {
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 	padding-bottom: 20px;
 }

 .custom-product-sidebar {
 	width: 270px;
 	padding: 15px;
 }

 .custom-product-sidebar li {
 	list-style: none;
 	margin: 15px 0px;
 	font-size: 15px;
 	line-height: 24px;
 	color: #020635;
 }

 .custom-product-listing-area {
 	flex: 1;
 	height: 100%;
 }

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

 .archive-search-box {
 	position: relative !important;
 }

 .archive-search-box svg {
 	position: absolute;
 	left: 20px;
 	top: 21px;
 }

 .accordion-group {
 	margin-bottom: 10px;
 }

 input#product-search {
 	padding-left: 49px;
 	background-color: #fff;
 	border: none;
 	border-radius: 8px;
 	margin-top: 10px;
 	height: 43px;
 }

 .accordion-header {
 	cursor: pointer;
 	padding: 10px 0px;
 	display: flex;
 	justify-content: space-between;
 	border-bottom: 1px solid #B5B5B5;
 	align-items: center;
 	font-size: 23px;
 	font-weight: 600;
 	color: #000;
 }

 .accordion-header.active svg {
 	rotate: -90deg;
 }

 .accordion-body {
 	display: none;
 	padding: 10px 0px;
 }

 .accordion-header.active+.accordion-body {
 	display: block;
 }

 .accordion-toggle {
 	font-size: 14px;
 	transform: rotate(0deg);
 	transition: transform 0.3s ease;
 }

 .accordion-header.active .accordion-toggle {
 	transform: rotate(90deg);
 	/* Down arrow */
 }

 .custom-pagination {
 	text-align: center;
 	margin-top: 100px;
 }

 .custom-pagination a {
 	display: inline-block;
 	margin: 0 5px;
 	border: 0;
 	border-radius: 50px;
 	color: #000;
 	text-decoration: none;
 	width: 32px;
 	height: 32px;
 	align-content: center;
 }

 .custom-pagination a:hover,
 .custom-pagination a.active {
 	background-color: #93765d !important;
 	color: #fff;
 	border: 0;
 	border-radius: 50px;
 }

 .archive .custom-product-grid [data-aos="fade-up"] {
 	transform: none !important;
 }

 .custom-product-grid,
 .custom-product-sidebar ul {
 	padding: 0 !important;
 }

 .single-product-card {
 	opacity: 1 !important;
 	height: 100% !important;
 }

 /* ---------------------- */
 /* Hide default checkboxes */
 .sort-options input[type="checkbox"],
 .category-options input[type="checkbox"],
 .brand-options input[type="checkbox"] {
 	display: none;
 }

 /* Style label for all */
 .sort-options label,
 .category-options label,
 .brand-options label {
 	position: relative;
 	padding-left: 32px;
 	cursor: pointer;
 	line-height: 24px;
 	display: inline-block;
 	font-size: 14px;
 	user-select: none;
 }

 /* Custom checkbox appearance */
 .sort-options label::before,
 .category-options label::before,
 .brand-options label::before {
 	content: "";
 	position: absolute;
 	left: 0;
 	top: 3px;
 	width: 20px;
 	height: 20px;
 	border-radius: 3px;
 	background: #fff;
 	border: 1px solid #D3D3D3;
 	transition: 0.3s ease;
 }

 /* Checked state with red gradient */
 .sort-options input[type="checkbox"]:checked+label::before,
 .category-options input[type="checkbox"]:checked+label::before,
 .brand-options input[type="checkbox"]:checked+label::before {
 	background: #93765d;
 	border: none;
 }

 /* Tick icon when checked */
 .sort-options input[type="checkbox"]:checked+label::after,
 .category-options input[type="checkbox"]:checked+label::after,
 .brand-options input[type="checkbox"]:checked+label::after {
 	content: '';
 	position: absolute;
 	left: 5px;
 	top: 7px;
 	width: 12px;
 	height: 12px;
 	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.285 6.709l-11.285 11.291-5.285-5.291 1.42-1.418 3.865 3.879 9.865-9.879z'/%3E%3C/svg%3E") no-repeat center center;
 	background-size: contain;
 }

 .sort-by-rating {
 	position: relative;
 }

 .sort-by-rating select {
 	width: 256px;
 	background: transparent;
 	border: 1px solid #D4D4D4;
 	height: 40px;
 	border-radius: 8px;
 	appearance: none;
 	cursor: pointer;
 	position: relative;
 }

 .sort-by-rating::after {
 	content: "";
 	background-image: url(https://brainlyacad.com/accessories/wp-content/uploads/2025/06/Vector-9.png);
 	height: 24px;
 	background-repeat: no-repeat;
 	background-size: contain;
 	position: absolute;
 	width: 12px;
 	position: absolute;
 	top: 17px;
 	right: 20px;
 	z-index: -1;

 }

 .my_account .woocommerce-MyAccount-navigation ul {
 	padding: 0;
 	list-style: none;
 	padding-right: 30px;
 }

 .my_account a br {
 	display: none;
 }

 .my_account .woocommerce-MyAccount-navigation ul li a {
 	border: 2px solid #93765d;
 	border-radius: 50px;
 	padding: 10px 30px;
 	margin-bottom: 10px;
 	width: 100%;
 	display: block;
 }

 .my_account .woocommerce-MyAccount-navigation ul li.is-active a {
 	background: #93765d;
 	color: #fff;
 }

 .my_account .woocommerce-info::before {
 	color: #000;
 }

 .my_account .woocommerce-Button {
 	margin-top: 10px;
 }

 .woocommerce-Address-title h2 {
 	color: var(--e-global-color-primary);
 	font-family: "Times New Roman", Sans-serif;
 	font-size: 22px;
 	font-weight: 600;
 	text-transform: none;
 	font-style: normal;
 	text-decoration: none;
 	line-height: 1em;
 }

 .woocommerce-MyAccount-content {
 	background: #fff;
 	padding: 20px;
 	box-sizing: border-box;
 	box-shadow: 4px 5px 30px #eee;
 }

 .woocommerce>h2 {
 	display: none;
 }

 .woocommerce form.checkout_coupon,
 .woocommerce form.login,
 .woocommerce form.register {
 	margin-top: 0;
 }

 .alignwide {
 	margin-inline: 0;
 }

 .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
 	padding: 8px 10px 8px 10px !important;
 }

 .wc-block-cart .wc-block-cart__totals-title {
 	padding-top: 0px !important;
 	font-size: 20px !important;
 	font-weight: 600 !important;
 }

 .wc-block-cart__submit-button {
 	color: #fff !important;
 	background: #000;
 	border-radius: 50px;
 }

 .wc-block-cart-item__wrap {
 	display: flex;
 	justify-content: space-between;
 }

 .wc-block-components-product-badge.wc-block-components-sale-badge {
 	display: none;
 }

 .wc-block-components-product-name {
 	width: 200px;
 	font-size: 17px !important;
 }

 .mega-indicator {
 	display: none !important;
 }

 @media screen and (max-width: 1199px) {
 	.custom-gridproduct-grid-wrapper {
 		grid-template-columns: repeat(3, 1fr) !important;
 	}
 }

 @media screen and (max-width: 991px) {
 	.custom-gridproduct-grid-wrapper {
 		grid-template-columns: repeat(2, 1fr) !important;
 	}

 	.single-product-card .site-btn {
 		min-width: 98px;
 	}
 }

 @media screen and (max-width: 800px) {
 	.custom-product-sidebar {
 		width: 210px;
 	}

 	.custom-gridproduct-grid-wrapper {
 		gap: 20px !important;
 	}

 }

 @media screen and (max-width: 700px) {
 	.custom-gridproduct-grid-wrapper {
 		grid-template-columns: repeat(1, 1fr) !important;
 	}

 	.sort-by-rating select {
 		width: 125px;
 	}

 	.sort-by-rating select {
 		width: 180px;
 	}

 }

 @media screen and (max-width: 600px) {
 	.custom-product-archive-wrapper {
 		display: block;
 	}

 	.custom-product-sidebar {
 		width: 100%;
 		padding: 0px;
 	}

 	.custom-product-listing-area {
 		margin-top: 50px;
 	}
 }


 .site-btn,
 .product-buttons.sng-add-to-wishlist .single_add_to_cart_button {
 	padding: 8px 20px;
 	border: none;
 	font-size: 14px;
 	font-weight: 600;
 	border-radius: 5px;
 	cursor: pointer;
 	transition: all 0.5s ease !important;
 	color: #fff !important;
 	background: #000;
 }

 .site-btn:hover,
 form .submit,
 .product-buttons.sng-add-to-wishlist .single_add_to_cart_button:hover,
 .review-main-sec [value="Submit Review"]:hover {
 	color: #fff;
 	background: #000;
 }

 a {
 	transition: all 0.5s ease !important;
 	text-decoration: none;
 }

 .view-all-btn {
 	padding: 17px 89px;
 }

 #sticky-header {
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
 	background: #fff;
 	z-index: 9999;
 	transform: translateY(-100%);
 	/* Hidden by default */
 	transition: transform 0.4s ease, box-shadow 0.3s ease;
 	box-shadow: none;
 }

 #sticky-header.show {
 	transform: translateY(0);
 	/* Slide down when shown */
 	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 }

 #sr7-txt#srwoo-16STR1-2,
 #sr7-txt#srwoo-16STR1-2 {
 	display: -webkit-box;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
 	overflow: hidden;
 }


 .price ins {
 	font-size: 16px;
 	font-weight: 400 !important;
 	text-decoration: none !important;
 }

 .star-rating {
 	color: #FFC700 !important;
 	font-size: 25px !important;
 	margin-top: -9px;
 	width: 100% !important;
 }

 .star-rating::before {
 	display: none !important;
 }

 .header-menu .hfe-pointer__underline .menu-item a.hfe-menu-item::after {
 	height: 1px;
 }

 .reviews-list .star-rating {
 	display: block;
 	margin: 0px 0px 5px;
 }

 .single-product-card:hover .yith-wcwl-add-to-wishlist-button {
 	transform: matrix(1.1, 0, 0, 1, 0, 0);
 }


 .product-price-btn-sec {
 	display: flex;
 	justify-content: space-between;
 	align-items: end;
 	position: absolute;
 	bottom: 0;
 	width: 100%;
 }

 .keyboard-products {
 	display: flex;
 	flex-wrap: wrap;
 	gap: 20px;
 }

 .keyboard-product {
 	position: relative;
 	width: 22%;
 	border: 1px solid #ddd;
 	padding: 15px;
 	text-align: center;
 	border-radius: 10px;
 	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
 }

 .keyboard-product img {
 	max-width: 100%;
 	height: auto;
 }

 .keyboard-product h2 {
 	font-size: 16px;
 	margin: 10px 0;
 }

 .wishlist-icon {
 	position: absolute;
 	top: 10px;
 	right: 10px;
 	font-size: 22px;
 	cursor: pointer;
 	color: #ccc;
 	transition: color 0.2s ease-in-out;
 }

 .discount-badge {
 	background-color: transparent;
 	position: absolute;
 	top: 15px;
 	left: 10px;
 	width: 50px;
 	color: white;
 	font-size: 10px;
 	z-index: 2;
 	background: green;
 	background-repeat: no-repeat;
 	background-size: contain;
 	padding: 5px;
 	transition: all 0.4s ease;
 	/* font-family: "Fahkwang", sans-serif; */
 	font-weight: 400;
 	text-align: center;
 }

 .single-product-card:nth-child(1),
 .single-product-card:nth-child(5),
 .single-product-card:nth-child(9) {
 	transition: all 0.3s ease !important;
 }

 .single-product-card:nth-child(2),
 .single-product-card:nth-child(6),
 .single-product-card:nth-child(10) {
 	transition: all 0.5s ease !important;
 }

 .single-product-card:nth-child(3),
 .single-product-card:nth-child(7),
 .single-product-card:nth-child(11) {
 	transition: all 0.7s ease !important;
 }

 .single-product-card:nth-child(4),
 .single-product-card:nth-child(8),
 .single-product-card:nth-child(12) {
 	transition: all 0.9s ease !important;
 }

 .um-page-login .um-form,
 .um-page-register .um-form {
 	background-color: #eee;
 	padding: 20px;
 	box-shadow: 0px 0px 11px 3px #76767612;
 	border-radius: 5px;
 }

 .single-product-card a {
 	overflow: hidden;
 	display: flex;
 }

 .single-product-card a img {
 	transition: all 0.4s ease;
 	height: 226px;
 	width: 100%;
 	object-fit: cover;
 }

 .single-product-card a img {
 	background-color: #F1F1F1;
 }


 .single-product-card {
 	overflow: hidden !important;
 	padding-bottom: 37px;
 	height: 100%;
 }

 .h-play-btn a {
 	background-image: none !important;
 }

 .h-play-btn svg {
 	height: 80px !important;
 	width: 80px !important;
 	border-radius: 50% !important;
 	cursor: pointer;
 	transition: all 0.4s ease;
 }

 .h-play-btn svg:hover {
 	transform: matrix(1, 0, 0, 1, 0, -11);
 	transform: scale(1.2);
 }

 .video-play-btn .elementor-custom-embed-play svg {
 	opacity: 1 !important;
 }

 .count-numbers .elementor-counter {
 	flex-direction: row-reverse;
 }

 .count-numbers .elementor-counter-title {
 	width: 95px;
 	max-width: 95px;
 }

 .single-product-card .yith-wcwl-add-to-wishlist-button__label {
 	display: none !important;
 }

 .custom-mouse-product {
 	display: flex;
 	justify-content: space-between;
 	width: 100%;
 }

 .custom-mouse-product>div {
 	width: 33.3%;
 }

 .custom-mouse-product>div.left {
 	width: 36.3%;
 }

 .custom-mouse-product .center img {
 	width: 100% !important;
 	height: 550px;
 	object-fit: contain;
 }

 .custom-mouse-product>div:last-child {
 	padding-left: 20px;
 }

 .custom-mouse-product>div:first-child {
 	padding-right: 20px;
 	align-content: center;
 }

 .custom-mouse-product .left>div {
 	display: flex;
 }

 .custom-mouse-product .left>div del {
 	display: none;
 }

 .custom-mouse-product .left>div .price-label {
 	margin-right: 150px;
 }

 .custom-product-grid {
 	padding: 0 !important;
 	height: 100%;
 }

 .custom-product-grid h2 {
 	font-weight: 400;
 	font-size: 35px;
 	padding-bottom: 15px;
 }

 .custom-mouse-product .product-title {
 	margin-bottom: 22px;
 	margin-top: 0px;
 }

 .custom-mouse-product .product-title a {
 	font-family: "Inter", Sans-serif;
 	font-weight: 600;
 	font-size: 40px;
 	line-height: 110.00000000000001%;
 	letter-spacing: 0px;
 	text-transform: uppercase;
 	color: #020635;
 	text-decoration: none;
 }

 .custom-mouse-product .product-description {
 	font-family: "Inter", Sans-serif;
 	font-weight: 400;
 	font-size: 16px;
 	line-height: 157%;
 	letter-spacing: 0px;
 	color: #02063580;
 	margin-bottom: 50px;
 }

 .custom-mouse-product .price-label {
 	font-family: "Inter", Sans-serif;
 	font-weight: 600;
 	font-size: 27px;
 	line-height: 100%;
 	letter-spacing: 0%;
 	color: #020635;
 	margin-bottom: 0;

 }

 .custom-mouse-product .left .tagline {
 	margin-bottom: 24px;
 	font-family: "Inter", Sans-serif;
 	font-weight: 400;
 	font-size: 14px;
 	line-height: 20px;
 	letter-spacing: 0.2px;
 	color: #020635;
 }

 .custom-mouse-product .price-value {
 	font-family: "Inter", Sans-serif;
 	font-weight: 700;
 	font-size: 27px;
 	line-height: 100%;
 	color: #020635;
 	text-decoration: none;
 	margin-bottom: 0;
 }

 .home sr7-img {
 	width: 537px !important;
 }

 .home sr7-px {
 	left: 45% !important;
 	transform: translateX(-50%) !important;
 }

 .product-quantity .qty-update {
 	position: absolute;
 	right: -75px;
 	font-size: 13px;
 	background-color: red;
 	color: #fff;
 	padding: 5px 10px;
 	border-radius: 5px;
 }

 .woocommerce-cart-form tbody {
 	position: relative;
 }

 .custom-mouse-product .add-to-cart-btn {
 	font-weight: 500;
 	font-size: 10.85px;
 	line-height: 16.28px;
 	width: 140px;
 	display: block;
 	text-align: center;
 	height: 47px;
 	align-content: center;
 	margin-top: 46px;
 }

 .custom-mouse-product .right .feature-box {
 	padding: 27px 24px;
 	transition: 0.3s ease-in-out;
 }

 .custom-mouse-product .right .feature-box:hover {
 	box-shadow: 0px 46px 80px 0px hsla(0, 0%, 0%, 0.122);
 }

 .custom-mouse-product .right .feature-box h4 {
 	font-family: "Inter", Sans-serif;
 	font-weight: 400;
 	font-size: 21px;
 	line-height: 157%;
 	letter-spacing: 0.34px;
 }

 .custom-mouse-product .right .feature-box p {
 	font-family: "Inter", Sans-serif;
 	font-weight: 400;
 	font-size: 16px;
 	line-height: 157%;
 	letter-spacing: 0.34px;
 }

 .mouse-price-upr-box {
 	display: flex;
 	justify-content: space-between;
 	align-content: center;
 }

 .mouse-price-upr-box ins {
 	text-decoration: none;
 }

 .desktop-header #hfe-menu-cart__toggle_button {
 	background-image: transparent !important;
 }

 .custom-product-grid>div:first-child {
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 }

 .custom-mouse-product .price-value del {
 	display: none;
 }

 .client-slider .swiper-slide,
 .client-slider .swiper-slide-inner,
 .client-slider .swiper-slide-inner img {
 	width: auto !important;
 	height: 378px;
 }

 .menu-cart .elementor-button,
 .menu-cart .elementor-button:hover {
 	background: transparent;
 }

 .custom-product-summary {
 	display: flex;
 	flex-wrap: wrap;
 }

 .custom-product-summary>div {
 	width: 50%;
 }

 .custom-product-summary>div:first-child {
 	padding-right: 30px;
 }

 .custom-product-summary>div:last-child {
 	padding-left: 30px;
 }

 .custom-product-summary .flex-control-thumbs li {
 	width: 90px !important;
 	height: 70px !important;
 	margin: 20px 12px 0px 0px !important;
 	overflow: hidden;
 }

 .custom-product-summary .flex-control-thumbs li img {
 	width: 100% !important;
 	height: 100% !important;
 	object-fit: cover;
 	border-radius: 10px;
 }

 .custom-product-summary .flex-control-nav.flex-control-thumbs {
 	display: flex;
 	flex-wrap: wrap;
 }

 .wp-post-image {
 	border-radius: 10px !important;
 }

 .single-product-details-sec {
 	padding-top: 55px;
 }

 .single-product-description h2 {
 	font-size: 35px;
 	font-weight: 400;
 	padding-top: 10px;
 }

 .single-product-description p {
 	color: #02063580;
 	font-size: 20px;
 }

 .reviews-list div {
 	width: 100%;
 	transition: all 0.4s ease !important;
 }

 .reviews-list>div:hover {
 	width: 100%;
 	transform: matrix(1, 0, 0.06, 1, 0, -6) !important;
 	box-shadow: 0px 2px 7px 2px #eee;
 }

 .custom-product-summary .woocommerce-product-gallery img {
 	border-radius: 10px;
 }

 .custom-product-summary .woocommerce-product-gallery {
 	width: 100% !important;
 }

 .single-product-card h3 {
 	font-size: 20px;
 	padding-top: 20px;
 	z-index: 10;
 	position: relative;
 	margin-top: 0;
 }

 .single-product-card:hover a img {
 	transform: scale(1.1);
 }

 .single-product-card>div:nth-child(2) {
 	z-index: 2;
 }

 .single .woocommerce .star-rating::before {
 	display: none;
 }

 .product-single-related-product .star-rating::before {
 	display: none !important;
 }

 .custom-product-summary .product-gallery>div {
 	width: 100% !important;
 }

 .reviews-list>div p {
 	color: rgba(2, 6, 53, 0.5);
 	font-weight: 500;
 	font-size: 15px;
 	line-height: 24px;
 	margin: 0;
 }

 .reviews-list>div span {
 	color: #c8c9d3;
 	font-size: 14px !important;
 	font-weight: 500;
 }

 .review-main-sec textarea {
 	border: 1px solid #CECECE;
 	border-radius: 10px;
 	color: #979797;
 	height: 90px;
 	transition: all 0.4s ease;
 }

 .product-info .product-price {
 	font-size: 32px;
 	font-weight: 500;
 	margin-bottom: 25px;
 	margin-top: 20px !important;
 }

 .product-info .product-price del {
 	color: #A0A0A0;
 	font-weight: 400;
 	font-size: 24px;
 	margin-left: 10px;
 }

 .product-info .quantity {
 	display: none !important;
 }

 .product-info .product-extra-info {
 	display: flex;
 	list-style: none;
 	padding: 0;
 	margin-top: 56px;
 }

 .product-gallery .flex-viewport {
 	max-height: 392px;
 	border-radius: 10px;
 }

 .product-info .product-extra-info svg {
 	padding: 17px;
 	height: 56px;
 	width: 56px;
 	background-color: #F6F6F6;
 	border-radius: 11px;
 }

 .product-extra-info li>div span {
 	width: 100%;
 	display: block;
 	font-weight: 500;
 }

 .product-extra-info li>div {
 	padding: 0px 32px 0px 16px;
 	font-size: 14px;
 	color: #02063580;
 	font-weight: 500;
 }

 .product-extra-info li:last-child>div {
 	padding-right: 0px !important;
 }

 .product-extra-info li:hover svg path {
 	fill: green !important;
 }

 .product-extra-info li {
 	display: flex;
 	flex-wrap: wrap;
 }

 .product-extra-info li>div span {
 	width: 100%;
 	display: block;
 	font-weight: 500;
 }

 .product-buttons.sng-add-to-wishlist {
 	display: flex;
 }

 .product-buttons.sng-add-to-wishlist button,
 .product-buttons.sng-add-to-wishlist form {
 	width: 100% !important;
 	font-size: 16px !important;
 	margin: 0 !important;
 	height: 56px;
 }

 body .product-buttons.sng-add-to-wishlist .site-btn {
 	background-image: none;
 	border: 1px solid;
 	margin-right: 16px !important;
 	border-radius: 6px;
 }

 /* .single-product-details-sec th,.single-product-details-sec td{
	background-color:transparent !important;
	padding:16px 30px;
	border-color:#02063580;
}
.single-product-details-sec th{
	font-family: "Inter", Sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align:left;
	color:#02063580;
	width: 35%;
} */
 /* .single-product-details-sec td{
	font-family: "Inter", Sans-serif;
	font-weight: 400;
	font-size: 25px;
	color:#020635;
} */
 .product-title {
 	font-weight: 700;
 	line-height: 40px;
 }

 .custom-review-wrap .review-in-poins-sec>div:nth-child(2) {
 	color: #979797;
 	font-weight: 500;
 	font-family: "Inter", Sans-serif !important;
 }

 .custom-review-wrap>div:first-child>div:last-child>div>div:first-child {
 	font-weight: 600 !important;
 	color: #020635 !important;
 }

 .custom-review-wrap>div:first-child>div:last-child>div {
 	margin-bottom: 20px !important;
 }

 body .custom-review-wrap>div:first-child>div:last-child>div:last-child {
 	margin-bottom: 0px !important;
 }

 .join_our_newsletter_form .form_type_normal {
 	background-color: transparent !important;
 	box-shadow: none !important;
 }

 .join_our_newsletter_form form {
 	display: flex;
 	font-size: 0;
 }

 .join_our_newsletter_form .form_type_normal .form_field {
 	border-radius: 50px !important;
 	margin: 0 !important;
 	width: 100%;
 }

 .btn-news-latter-form>div {
 	width: 100%;
 }

 .join_our_newsletter_form .form_type_normal .form_field input.form-control {
 	border-radius: 50px !important;
 	background-color: #FFFFFF36 !important;
 	border: none !important;
 }

 .join_our_newsletter_form .form_type_normal .submit-button {
 	position: absolute !important;
 	right: 29px;
 	width: fit-content;
 	background-color: #fff;
 	font-size: 20px !important;
 	top: 13px;
 }

 .join_our_newsletter_form .form_type_normal .submit-button button {
 	padding: 10px 50px !important;
 	font-size: 16px !important;
 	font-weight: 500 !important;
 	color: #000 !important;
 }

 #nex-forms .bootstrap .form-control::placeholder {
 	color: #fff;
 	opacity: 0.9;
 	font-size: 16px;
 }

 .join_our_newsletter_form .form_type_normal .form_field input.form-control {
 	border-radius: 50px !important;
 	background-color: #FFFFFF36 !important;
 	border: none !important;
 	height: 72px !important;
 	padding-left: 25px !important;
 }

 .join_our_newsletter_form .form_type_normal .submit-button button {
 	border: none !important;
 	border-radius: 50px !important;
 	height: 46px;
 }

 .custom-mouse-product {
 	flex-wrap: wrap;
 	justify-content: center;
 }

 .custom-mouse-product>div:last-child>div {
 	display: flex;
 	width: 100% !important;
 	max-width: 100% !important;
 }

 .custom-mouse-product>div:last-child {
 	width: 100%;
 }

 /* === My Account > Orders Page Styling === */
 .account-page .woocommerce-MyAccount-content {
 	background: #fff;
 	padding: 30px;
 	border-radius: 12px;
 	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
 }

 /* Table wrapper */
 .woocommerce-account .woocommerce-orders-table {
 	width: 100%;
 	border-collapse: collapse;
 	border-spacing: 0;
 	margin-top: 20px;
 }

 /* Table Header */
 .woocommerce-account .woocommerce-orders-table thead th {
 	color: #020635;
 	font-weight: 600;
 	padding: 14px 12px;
 	text-align: left;
 	font-size: 20px;

 }


 /* Table Cells */
 .woocommerce-account .woocommerce-orders-table td {
 	padding: 16px 5px;
 	font-size: 15px;
 	color: #555;
 }

 /* Order Number (bold) */
 .account-page .woocommerce-orders-table__cell-order-number a {
 	color: #020635 !important;
 	font-weight: 600;
 	text-decoration: none;
 	font-size: 20px;
 }

 /* Order Actions Button */
 .account-page .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a.button {
 	border: none;
 	font-size: 14px;
 	font-weight: 600;
 	border-radius: 5px;
 	cursor: pointer;
 	transition: all 0.5s ease !important;
 	color: #fff;
 	font-family: "Inter", Sans-serif !important;
 	text-decoration: none !important;
 	background: #ff0000;
 	padding: 7px 22px !important;
 }

 /* Status Badge */

 .account-page .woocommerce-MyAccount-navigation ul {
 	list-style: none;
 	padding: 0 !important;
 	padding-right: 40px !important;
 }

 .account-page .woocommerce-MyAccount-navigation ul li {
 	border-bottom: 1px solid #ccc;
 	position: relative;
 	padding: 20px 10px;
 }

 .account-page .woocommerce-MyAccount-navigation ul li br,
 .woocommerce-MyAccount-content tbody a br,
 .account-page .woocommerce-EditAccountForm .woocommerce-form-row br {
 	display: none;
 }

 .account-page .woocommerce-MyAccount-content td p,
 .account-page .woocommerce-MyAccount-content th p,
 .account-page .woocommerce-MyAccount-content th {
 	margin: 0px !important;
 	padding: 10px 0px;
 }

 .account-page .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions p {
 	text-align: center;
 }

 .account-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
 	color: #020635;
 	font-size: 20px;
 	width: 100%;
 	display: block;
 	font-weight: 500;
 }

 .account-page .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link::after {
 	content: "";
 	background-image: url(https://brainlyacad.com/accessories/wp-content/uploads/2025/06/Vector-9.png);
 	height: 30px;
 	background-repeat: no-repeat;
 	background-size: contain;
 	width: 15px;
 	position: absolute;
 	top: 23px;
 	right: 20px;
 	z-index: 0;
 	transform: rotate(-90deg);
 }

 .account-page .woocommerce-MyAccount-content input {
 	height: 50px !important;
 	border: 1px solid #9F9F9F !important;
 	border-radius: 8px !important;
 	color: #020635 !important;
 	font-size: 16px;
 	font-weight: 400 !important;
 }

 .account-page .woocommerce-MyAccount-content #account_display_name_description,
 .account-page .woocommerce-MyAccount-content .required {
 	font-size: 12px;
 }

 .account-page .woocommerce-MyAccount-content fieldset {
 	border: 0;
 	padding: 0;
 }

 .account-page .woocommerce-MyAccount-content fieldset legend {
 	font-size: 24px;
 	color: #020635;
 	font-weight: 600;
 	margin: 20px 0px;
 }

 .account-page .woocommerce-MyAccount-content label {
 	margin-bottom: 5px;
 	font-weight: 600;
 	color: #020635;
 	font-size: 16px;
 	font-family: "IBM Plex Sans", Sans-serif;
 }

 .account-page .woocommerce-MyAccount-content input:focus-visible {
 	outline: 0;
 }

 .account-page .woocommerce-MyAccount-content .woocommerce-Button {
 	color: #fff;
 	background: #ff0000;
 	margin-top: 30px;
 	padding: 15px 30px;
 	border-radius: 8px;
 }

 .account-page .woocommerce-MyAccount-content .woocommerce-Button:hover {
 	background: #000;
 	color: #fff;
 }

 .account-page .woocommerce-MyAccount-content address {
 	font-size: 16px;
 	font-weight: 500;
 	font-style: normal;
 	color: #020635;
 	font-family: "IBM Plex Sans", Sans-serif;
 }

 /* Responsive Fix */
 @media screen and (max-width: 768px) {
 	.woocommerce-account .woocommerce-orders-table thead {
 		display: none;
 	}

 	.woocommerce-account .woocommerce-orders-table tbody tr {
 		display: block;
 		margin-bottom: 20px;
 		border: 1px solid #eee;
 		border-radius: 10px;
 		padding: 15px;
 	}

 	.woocommerce-account .woocommerce-orders-table td {
 		display: block;
 		text-align: right;
 		position: relative;
 		padding-left: 50%;
 		border: none;
 	}

 	.woocommerce-account .woocommerce-orders-table td::before {
 		content: attr(data-title);
 		position: absolute;
 		left: 15px;
 		top: 16px;
 		font-weight: bold;
 		text-align: left;
 		color: #777;
 	}
 }

 @media screen and (max-width: 1024px) {
 	.product-grid-wrapper {
 		grid-template-columns: repeat(2, 1fr) !important;
 	}

 	body {
 		overflow-x: hidden;
 	}
 }

 @media screen and (max-width: 500px) {
 	.product-grid-wrapper {
 		grid-template-columns: repeat(1, 1fr) !important;
 	}

 }


 /* Custom Login/Register Styles - Ebolt Inspired */
 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

 .custom-auth-wrapper {
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	padding: 60px 20px;
 	background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
 	/* Sky blue gradient */
 	min-height: 80vh;
 	font-family: 'Inter', sans-serif;
 }

 .custom-auth-container {
 	background: rgba(255, 255, 255, 0.85);
 	backdrop-filter: blur(12px);
 	-webkit-backdrop-filter: blur(12px);
 	padding: 48px;
 	border-radius: 24px;
 	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
 	width: 100%;
 	max-width: 440px;
 	text-align: center;
 	position: relative;
 	box-sizing: border-box;
 }

 /* Header */
 .auth-header {
 	margin-bottom: 32px;
 }

 .auth-icon-box {
 	width: 48px;
 	height: 48px;
 	background: #fff;
 	border-radius: 12px;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	margin: 0 auto 24px;
 	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
 }

 .custom-auth-container h2 {
 	font-size: 24px;
 	font-weight: 700;
 	color: #111827;
 	margin: 0 0 8px;
 	letter-spacing: -0.5px;
 }

 .auth-subtitle {
 	font-size: 14px;
 	color: #6b7280;
 	line-height: 1.5;
 	margin: 0;
 }

 /* Tabs Toggle */
 .auth-toggle-group {
 	display: inline-flex;
 	background: #f3f4f6;
 	padding: 4px;
 	border-radius: 12px;
 	margin-bottom: 30px;
 }

 .auth-tab {
 	background: transparent;
 	border: none;
 	padding: 8px 16px;
 	border-radius: 8px;
 	font-size: 14px;
 	font-weight: 500;
 	color: #6b7280;
 	cursor: pointer;
 	transition: all 0.2s;
 }

 .auth-tab.active {
 	background: #fff;
 	color: #111827;
 	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
 }

 /* Forms */
 .auth-form-content {
 	display: none;
 	animation: fadeInUp 0.4s ease;
 }

 .auth-form-content.active {
 	display: block;
 }

 @keyframes fadeInUp {
 	from {
 		opacity: 0;
 		transform: translateY(10px);
 	}

 	to {
 		opacity: 1;
 		transform: translateY(0);
 	}
 }

 .input-with-icon {
 	position: relative;
 	margin-bottom: 16px;
 	display: flex;
 	align-items: center;
 	background: #f3f4f6;
 	border-radius: 12px;
 	transition: box-shadow 0.2s;
 	border: 1px solid transparent;
 }

 .input-with-icon:focus-within {
 	background: #fff;
 	border-color: #d1d5db;
 	box-shadow: 0 0 0 4px rgba(243, 244, 246, 0.5);
 }

 .input-icon {
 	padding: 0 16px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	color: #9ca3af;
 }

 .input-with-icon input {
 	width: 100%;
 	padding: 14px 16px 14px 0;
 	background: transparent;
 	border: none;
 	font-size: 15px;
 	color: #111827;
 	outline: none;
 	font-weight: 500;
 	border-radius: 0 12px 12px 0;
 }

 .input-with-icon input::placeholder {
 	color: #9ca3af;
 	font-weight: 400;
 }

 .toggle-password {
 	padding: 0 16px;
 	cursor: pointer;
 	color: #9ca3af;
 	display: flex;
 	align-items: center;
 }

 .toggle-password:hover {
 	color: #4b5563;
 }

 .form-footer-actions {
 	display: flex;
 	justify-content: flex-end;
 	margin-bottom: 24px;
 }

 .forgot-password-link {
 	font-size: 13px;
 	font-weight: 500;
 	color: #111827;
 	text-decoration: none;
 }

 .forgot-password-link:hover {
 	text-decoration: underline;
 }

 .btn-primary-black {
 	width: 100%;
 	padding: 14px;
 	background: #111827;
 	color: #fff;
 	border: none;
 	border-radius: 12px;
 	font-size: 16px;
 	font-weight: 600;
 	cursor: pointer;
 	transition: transform 0.1s, background 0.2s;
 	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 }

 .btn-primary-black:hover {
 	background: #000;
 	transform: translateY(-1px);
 }

 .btn-primary-black:active {
 	transform: translateY(0);
 }

 /* Divider */
 .auth-divider {
 	margin: 32px 0;
 	position: relative;
 	text-align: center;
 }

 .auth-divider::before {
 	content: '';
 	position: absolute;
 	top: 50%;
 	left: 0;
 	width: 100%;
 	height: 1px;
 	background: #e5e7eb;
 }

 .auth-divider span {
 	background: #fff;
 	/* Match backdrop if poss, or make transparent if supported but hard with line */
 	background: rgba(255, 255, 255, 1);
 	/* Fallback */
 	padding: 0 12px;
 	position: relative;
 	font-size: 12px;
 	color: #9ca3af;
 	font-weight: 500;
 }

 /* Fix for backdrop blur bg */
 .custom-auth-container .auth-divider span {
 	background-color: transparent !important;
 	/* Hack for blur context */
 	background: #fff;
 }


 /* Social Buttons */
 .social-login-row {
 	display: flex;
 	justify-content: center;
 	gap: 16px;
 }

 .social-btn {
 	width: 60px;
 	/* Wider for better click area */
 	height: 48px;
 	border-radius: 12px;
 	border: 1px solid #e5e7eb;
 	background: #fff;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	cursor: pointer;
 	transition: all 0.2s;
 }

 .social-btn:hover {
 	background: #f9fafb;
 	border-color: #d1d5db;
 }

 /* Responsive */
 @media screen and (max-width: 480px) {
 	.custom-auth-container {
 		padding: 32px 24px;
 	}
 }