/*!
Theme Name: Themex Child
Template: themex
Theme URI: 
Author: Themex
Author URI: 
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: themex
Tags: custom-background, custom-logo, custom-menu, featuprimary-images, threaded-comments, translation-ready

*/

/* ==========================
	GLOBAL STYLES START  
=============================*/

:root {
  --primary: #EB3A87;
  --secondary: #B68DED;
  --black: #000;
  --light-black: #1F1F1F;
  --gray: #616368;
  --light-gray: #f6f6f6;
  --white: #fff;
  --error: #ff0000;
  --success: #4caf50;
  --transition: all 0.3s ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", Sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
p {
    margin: 0 0 1rem;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.goto-top {
  display: inline-block;
  position: fixed;
  bottom: -100px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--white) !important;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  z-index: 2000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goto-top:hover {
  background: var(--secondary);
}

.goto-top.visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(1.5rem * -.5);
    margin-left: calc(1.5rem * -.5);
}

.custom-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}
 @media (min-width: 992px) {
    .col-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-6 {
        flex: 0 0 auto;
        width: 50%;
    }

}
/* ==========================
	GLOBAL STYLES START  
=============================*/

/* ===============================
	HEAD & BUTTON STYLES START  
==================================*/

.section {
    position: relative;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.main-menu ul>li>a {
    position: relative;
}

.main-menu ul>li>a:before {
    position: absolute;
    content: '';
    background: var(--primary) !important;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto;
}

.div-CTAs {
    margin-top: 1.5rem;
}

.btn-primary > a {
  padding: 1rem 2rem;
  border-radius: 8px;
}

.btn-primary > a > span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
}
.btn-primary > a {
  background-image: linear-gradient(90deg, #EB3A87 0%, #B68DED 100%);
}
.btn-primary > a:hover {
  background-image: linear-gradient(180deg, #B68DED 0%, #EB3A87 100%);
}

.primary-heading h2 {
    font-size: 62px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    color: var(--light-black) !important;
}

.primary-heading h2>span {
    font-weight: 600;
}

.heading-shape {
    position: relative;
}

@media (min-width: 1199px) {
    .heading-shape:before, .heading-shape:after {
        position: absolute;
        content: '';
        width: 208px;
        height: 60px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(/skinchanted/wp-content/uploads/2025/09/heading-shape.webp);
    }
    
    .heading-shape:before {
        right: -230px;
    }
    
    .heading-shape:after {
        left: -230px;
        transform: scaleX(-1);
}
}

.primary-heading.white-color h2 {
    color: var(--white) !important;
}


@media (max-width: 1199px) {
    .primary-heading h2 {
        font-size: 48px !important;
        
    }
}
@media (max-width: 767px) {
    .primary-heading h2 {
        font-size: 40px !important;
        
    }
}



.swiper-pagination {
    display: none;
    margin-top: 2rem;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 1rem !important;
    height: 1rem !important;
    transition: var(--transition);
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--secondary);
    width: 4rem !important;
    border-radius: 10px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #B68DED;
}

@media (max-width: 767px) {
    .elementor-swiper-button {
        display: none !important;
    }
    .swiper-pagination {
        display: block;
    }
}
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 2rem !important;
    top: 0px !important;
    left: 0 !important;
}
a.added_to_cart.wc-forward {
    width: 100%;
    color: var(--white);
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.add_to_cart_button.added {
    display: none;
}
.tinvwl-buttons-group>button {
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    background-image: linear-gradient(90deg, #EB3A87 0%, #B68DED 100%);
    border: 0;
    color: var(--white);
    cursor: pointer;
}
.tinvwl-buttons-group>button:hover {
    background-image: linear-gradient(180deg, #B68DED 0%, #EB3A87 100%);
}
/* ===============================
	HEAD & BUTTON STYLES END  
==================================*/

/* ===============================
	HOME SECTION 1 CSS START  
==================================*/
@media (min-width: 1199px) {
    
div#home-s1 .primary-heading.shape {
    position: relative;
}

div#home-s1 .primary-heading.shape:before {
    position: absolute;
    content: '';
    width: 208px;
    height: 60px;
    right: 110px;
    bottom: 0;
    background-image: url(/skinchanted/wp-content/uploads/2025/09/heading-shape.webp);
}

}
/* ===============================
	HOME SECTION 1 CSS END  
==================================*/

/* ===============================
	HOME SECTION 2 CSS START  
==================================*/

.search-box form.e-search-form {
    flex-direction: column;
}

.search-box form.e-search-form button.e-search-submit {
    margin: .5rem 0 0;
    padding: 1rem 0;
}

.search-box form.e-search-form button.e-search-submit>span {
    width: 100%;
}

.product-box .product-description p {
    margin: 0;
}

.product-box .product-price .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
    margin: 0;
}

.product-box .product-price .price ins {
    text-decoration: unset;
}
.product-box .product-permalink {
    position: absolute;
    z-index: 9;
    background: var(--white);
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    place-items: center;
    justify-content: center;
    border-bottom-left-radius: 20px;
    transition: all .3s ease-in-out;
}

.product-box .product-permalink:hover {
    background: var(--primary);
}

.product-box .product-permalink:hover svg path {
    fill: var(--white);
}

.product-box .product-permalink svg path {
    transition: all .3s ease-in-out;
}


/* ===============================
	HOME SECTION 2 CSS END  
==================================*/

/* ===============================
	HOME SECTION 4 CSS START  
==================================*/


@media (min-width: 1199px) {
    div#home-s4:before, div#home-s4:after {
        position: absolute;
        content: '';
        background-image: url('/skinchanted/wp-content/uploads/2025/09/choose-shape.webp');
        background-repeat: no-repeat;
        width: 183px;
        height: 236px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
    }
    
    div#home-s4:before {
        left: 0;
    }
    
    div#home-s4:after {
        right: 0;
        transform: scaleX(-1);
    }
}

/* ===============================
	HOME SECTION 4 CSS END  
==================================*/

/* ===============================
	HOME SECTION 6 CSS START  
==================================*/



div#home-s6:before {
    position: absolute;
    content: '';
    background-image: url('/skinchanted/wp-content/uploads/2025/09/tree-about.webp');
    width: 300px;
    height: 300px;
    right: 0;
    top: 3rem;
    margin-left: auto;
    background-repeat: no-repeat;
    z-index: -1;
}

/* ===============================
	HOME SECTION 6 CSS END  
==================================*/

/* ===============================
	HOME SECTION 7 CSS START  
==================================*/

div#home-s7 .swiper-pagination {
    display: block;
}

.review-box .review-thumbnail {
    margin: 0 auto;
    background: #dddddf;
    width: 182px;
    height: 182px;
    border-radius: 50%;
    overflow: hidden;
    padding: 1rem;
    border: 5px solid var(--primary);
}

/* ===============================
	HOME SECTION 7 CSS END  
==================================*/

/* ===============================
	HOME SECTION 8 CSS START  
==================================*/


#home-s8 .gallery-box .gallery-item .gallery-icon {
    width: 370px;
    height: 370px;
}

#home-s8 .gallery-box .gallery-item .gallery-icon a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===============================
	HOME SECTION 8 CSS END  
==================================*/

/* ===============================
	HOME SECTION 9 CSS START  
==================================*/

 .blog-card .blog-excerpt {
    min-height: 81px;
}

/* ===============================
	HOME SECTION 9 CSS END  
==================================*/

/* ===============================
	FOOTER SECTION 1 CSS START  
==================================*/

.newsletter-form .elementor-field-type-email input {
    padding: 2rem;
}

.newsletter-form .elementor-form-fields-wrapper {
    position: relative;
}

.newsletter-form .elementor-form-fields-wrapper .elementor-field-type-submit {
    position: absolute;
    width: fit-content;
    height: 100%;
    top: 0;
    right: .5rem;
    display: flex;
    align-items: center;
}

.newsletter-form .elementor-form-fields-wrapper .elementor-field-type-submit button {
    background: var(--primary);
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
}

.newsletter-form .elementor-form-fields-wrapper .elementor-field-group {
    margin: 0 !important;
}

.newsletter-form .elementor-form-fields-wrapper .elementor-field-type-submit button:hover {
    background: var(--secondary);
}

.newsletter-form .elementor-form-fields-wrapper .elementor-field-type-submit button svg {
    font-size: 2.5rem;
}
@media (max-width: 767px) {
    .section {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    div#home-s1 {
        background-image: url(/skinchanted/wp-content/uploads/2025/09/mobile-banner.webp);
    }
    .newsletter-form .elementor-field-type-email input {
        padding: 1rem;
    }
    
    .newsletter-form .elementor-form-fields-wrapper .elementor-field-type-submit button {
        width: 50px;
        height: 50px;
    }
    
    .newsletter-form .elementor-form-fields-wrapper .elementor-field-type-submit button svg {
        font-size: 1.5rem;
    }
    div#home-s5 {
        background-position: center center;
    }
}

/* ===============================
	FOOTER SECTION 1 CSS END  
==================================*/

/* ===============================
	WOO SINGLE PAGE CSS START  
==================================*/

.single-product .sale-percentage {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #E21D1D;
}
.single-product p.price {
    margin: 0;
}
.single-product .elementor-widget-woocommerce-product-price .price  {
      display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
    margin: 0;
}

.single-product .elementor-widget-woocommerce-product-price .price ins  {
      text-decoration: unset;
}

.single-product .elementor-widget-woocommerce-product-price .price {
    align-items: center;
}
.single-product .quantity button {
    background: #E9E9E9;
    border: 0;
    width: 3rem;
    height: 3rem;
    border-radius: .4rem;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 0 !important;
    transition: var(--transition);
}
.single-product .quantity button:hover {
    background-image: linear-gradient(0deg, #EB3A87 0%, #B68DED 100%) !important;
}
.single-product .quantity .input-text {
    border: 1px solid #E9E9E9;
    border-radius: 0.5rem;
}
 /* Chrome, Safari, Edge, Opera */
.single-product .quantity .input-text::-webkit-inner-spin-button, 
.single-product .quantity .input-text::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

  /* Firefox */
.single-product .quantity .input-text {
    -moz-appearance: textfield;
    border: 1px solid #E9E9E9;
    border-radius: .5rem;
}
/*.yith-wcwl-add-to-wishlist-button--single:hover,*/
/*.yith-wcwl-add-to-wishlist-button--single:hover svg path {*/
/*    color: var(--primary);*/
/*}*/

.single-product .single_add_to_cart_button {
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    background-image: linear-gradient(90deg, #EB3A87 0%, #B68DED 100%) !important;
}

.single-product .single_add_to_cart_button:hover {
    background-image: linear-gradient(180deg, #B68DED 0%, #EB3A87 100%) !important;
}
.single-product .single_add_to_cart_button svg {
    fill: var(--white);
}

.single-product-accordian ul li {
    color: var(--light-black);
    line-height: 1.5;
}
.wc-tabs-wrapper .wc-tabs {
    padding: 0 !important;
}

.wc-tabs-wrapper .wc-tabs>li {
    border: 0 !important;
    margin: 0 1rem 0 0 !important;
}

.wc-tabs-wrapper .wc-tabs>li>a {
    color: var(--white) !important;
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    background: #CCCCCC !important;
}
.wc-tabs-wrapper .wc-tabs>li.active>a {
   background-image: linear-gradient(90deg, #EB3A87 0%, #B68DED 100%) !important;
}


.woocommerce-tabs .panel {
    padding: 1.5rem 0 0 !important;
    margin: 2rem 0 0 !important;
    border-top: 1px solid #D9D9D9  !important;
}

.woocommerce div.product .woocommerce-tabs .panel .yikes-custom-woo-tab-title {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel * {
    color: #1F1F1F;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h3,
.woocommerce div.product .woocommerce-tabs .panel h4,
.woocommerce div.product .woocommerce-tabs .panel h5 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    color: var(--light-black);
    font-weight: 600;
}
.woocommerce span.onsale {
    background-image: linear-gradient(90deg, #EB3A87 0%, #B68DED 100%) !important;
    /*min-height: 4em;*/
    /*min-width: 4em;*/
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
form#commentform .submit {
    padding: 1rem 2rem !important;
    border-radius: 8px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    background-image: linear-gradient(90deg, #EB3A87 0%, #B68DED 100%) !important;
    color: var(--white) !important;
}

form#commentform .submit:hover {
    background-image: linear-gradient(180deg, #B68DED 0%, #EB3A87 100%) !important;
}
/* ===============================
	WOO SINGLE PAGE CSS END  
==================================*/


/* ===============================
	WOO SHOP PAGE CSS START  
==================================*/


.my-wc-filters {
    max-width: 70%;
}
.wc-filters-heading {
    margin: 0 0 1rem;
}
.wc-filters-heading hr {
    margin: 1rem 0;
}


div#filter-form ul {
    list-style: none;
    padding: 0;
}

div#filter-form ul li {
    color: #475156;
}

div#filter-form ul li:not(:last-child) {
    margin: 0 0 .5rem;
}
div#products-container {
    margin: 2rem 0 0;
}
div#filter-status {
    font-size: 1rem;
    margin: 0 0 1rem;
}
div#filter-status p {
    margin: 0;
}

.search-section #product-search,
.sort-section select#sort-products {
    border: 1px solid #E4E7E9;
    width: 100%;
    padding: 1rem;
    border-radius: .4rem;
}

.search-section #product-search::placeholder {
    color: #676767;
}

.search-section #product-search:focus,
select#sort-products:focus{
    outline: none;
    border-color: var(--primary);
}

.sort-section {
    text-align: right;
}

.sort-section>label {
    font-weight: 500;
    color: #191C1F;
}

.sort-section select#sort-products {
    width: 50%;
    color: #676767;
}

.products-grid {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 1.5rem;
}

.products-grid>div {
	flex: 0 1 48%;
}

.products-grid .product-box {
	position: relative;
	padding: 15px;
	box-shadow: 0px 0px 10px 0px rgb(221 221 221 / 50%);
	border-radius: 12px;
}

.products-grid .product-box .thumbnail {
	height: 360px;
	border-radius: 10px;
	overflow: hidden;
}

.products-grid .product-box .thumbnail img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.products-grid .product-box .title-wishlist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 5px;
}

.products-grid .product-box .title-wishlist>h3>a {
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #1F1F1F;
}

.products-grid .product-box .title-wishlist .add_to_wishlist {
	font-size: 36px;
	color: #1F1F1F;
	line-height: 1;
}

.products-grid .product-box .excerpt {
	color: #676767;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.products-grid .product-box .excerpt p {
	margin: 0;
}

.products-grid .product-box .star-rating {
	float: unset;
	color: #FFC04B;
	font-size: 20px;
}

.products-grid .product-box span.sale-price {
	color: #171520;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.products-grid .product-box span.regular-price.striked {
	color: #626262;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	opacity: 0.5;
    text-decoration: line-through;
}

.products-grid .product-box span.sale-percentage {
	font-size: 20px;
	font-weight: 600;
	color: #E21D1D;
}

.products-grid .product-box .price-section {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 15px 0;
}

.products-grid .product-box .add-to-cart button {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 1rem 2rem;
	border-radius: 8px;
	background-image: linear-gradient(90deg, #EB3A87 0%, #B68DED 100%);
	color: #fff;
	border: 0;
	width: 100%;
	cursor: pointer;
}

.products-grid .product-box .add-to-cart button:hover {
	background-image: linear-gradient(180deg, #B68DED 0%, #EB3A87 100%);
}
.products-grid .product-box .add-to-cart {
    position: relative;
}
.products-grid .product-box .add-to-cart img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4.5rem;
    pointer-events: none;
}
.products-grid .product-box .add-to-cart.added>img {
    display: none;
}


/* ===============================
	WOO SHOP PAGE CSS END  
==================================*/

/* ====================================
	WOO ALL CATEGORIES PAGE CSS START  
=======================================*/


.category-box .e-loop-item:not(:last-child) {
    margin-bottom: 5rem;
}

.category-box .e-loop-item:nth-child(odd) .e-con-inner {
    flex-direction: row-reverse;
}
/* ====================================
	WOO ALL CATEGORIES PAGE CSS END  
=======================================*/

/* ====================================
	SINGLE BLOG PAGE CSS START  
=======================================*/


.single-blog-section h2, 
.single-blog-section h3, 
.single-blog-section h4, 
.single-blog-section h5, 
.single-blog-section h6 {
    color: var(--light-black);
}

.single-blog-section h2 {
    font-size: 48px !important;
    font-weight: 300 !important;
    margin: 0 0 1rem;
}

.single-blog-section img {
    border-radius: 1rem !important;
    width: 100%;
    box-shadow: 0 0 20px rgba(0 0 10 / 15%) !important;
    margin: 2rem 0;
}

/* ====================================
	SINGLE BLOG PAGE CSS END  
=======================================*/

/* ====================================
	CONTACT  PAGE CSS START  
=======================================*/

.contact-form input {
    border-radius: 20px;
    padding: 1.5rem;
}

.contact-form textarea {
    border-radius: 20px;
    resize: none !important;
}

.contact-form .elementor-button {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1rem 2rem !important;
    border-radius: 8px;
    background-image: linear-gradient(90deg, #EB3A87 0%, #B68DED 100%);
    cursor: pointer;
}
.contact-form .elementor-button:hover {
      background-image: linear-gradient(180deg, #B68DED 0%, #EB3A87 100%);
}

/* ====================================
	CONTACT  PAGE CSS END  
=======================================*/

/* ====================================
	MY ACCOUNT  PAGE CSS START  
=======================================*/

/* ---------------------------------------
   GENERAL ACCOUNT PAGE STYLING
--------------------------------------- */


/* Account navigation menu */
.woocommerce-MyAccount-navigation {
    overflow: hidden;
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-radius: 8px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ebebeb;
}
.woocommerce-MyAccount-navigation ul li br {
    display: none;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 1rem 2rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    background: #fafafa;
/*     background-image: linear-gradient(90deg, #EB3A87 0%, #B68DED 100%); */
    border: 0;
    color: var(--black);
    cursor: pointer;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background-image: linear-gradient(180deg, #B68DED 0%, #EB3A87 100%);
    color: var(--white);
}

/* Account content area */
.woocommerce-MyAccount-content {
    width: 70%;
    float: right;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-radius: 8px;
}

/* Headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333;
}

/* Buttons */
.woocommerce-Button,
button.woocommerce-Button {
    background-color: #0071a1;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.woocommerce-Button:hover {
    background-color: #005b85;
}

/* Form inputs */
.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="password"],
.woocommerce form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
}

/* Clearfix for columns */
.woocommerce-account:after {
    content: "";
    display: table;
    clear: both;
}

/* Enable flex layout for menu links */
.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ====================================
	MY ACCOUNT  PAGE CSS END  
=======================================*/
