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

.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: #F5F5F5;
    border: none;
    border-radius: 8px;
    margin-top: 10px;
}
.accordion-header {
    cursor: pointer;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #B5B5B5;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

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

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

.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;
    padding: 6px 12px;
    border:0;
	border-radius:10px;
    color: #333;
    text-decoration: none;
	background:#F6F6F6;
}
.custom-pagination a:hover,
.custom-pagination a.active {
   background-color: #f3bd7d !important;
    color: #fff;
	border:0;
	border-radius:10px;
}
.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: #ec8000;
    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;
	
}
 @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;
}
}
@media screen and (max-width: 700px) {
	.custom-gridproduct-grid-wrapper{
	grid-template-columns: repeat(1, 1fr) !important;
}
.sort-by-rating select {
	width: 125px;
}
}
@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;
}
}


  button, .site-btn, .product-buttons.sng-add-to-wishlist .single_add_to_cart_button, form .submit,.review-main-sec [value="Submit Review"]{
	  padding: 10px 20px;
	  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;
  }
  button:hover, .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);
  }
  
  .single-product-card .site-btn {
	  padding: 7px 22px !important;
  }
  
  .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: #ec8000;
	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;
  }
  .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: 16px;
	padding-top: 20px;
	z-index: 10;
	position: relative;
	background-color: #fff;
	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;
	}
}