/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1761723488
Updated: 2025-10-29 07:38:08

*/


/* =======================
   Satoshi Webfont Setup
======================= */

@font-face {
  font-family: 'Satoshi';
  src: url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-regular-webfont.woff2') format('woff2'),
       url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-regular-webfont.woff') format('woff'),
       url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-medium-webfont.woff2') format('woff2'),
       url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-medium-webfont.woff') format('woff'),
       url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-bold-webfont.woff2') format('woff2'),
       url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-bold-webfont.woff') format('woff'),
       url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-black-webfont.woff2') format('woff2'),
       url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-black-webfont.woff') format('woff'),
       url('https://new.yourportaldesign.com/ypdev2/dermking/wp-content/uploads/2025/10/satoshi-black-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =======================
   Force font on WooCommerce pages
======================= */
body.woocommerce,
body.woocommerce-page,
.woocommerce *,
.woocommerce-page * {
  font-family: 'Satoshi', sans-serif !important;
}





/*----Header-----*/
.post-type-archive-product .elementor-sticky--active {
	background-color: transparent !important;
}
.post-type-archive-product .elementor-sticky--active.elementor-sticky--effects {
	background-color: #000 !important;
}
.elementor-nav-menu .sub-arrow .e-font-icon-svg {
    height: 25px !important;
    width: 20px !important;
    fill: #8445f4 !important;
    padding-top: 0px !important;
    margin-top: -5px !important;
}
.search-results header .elementor-sticky--active,
.search-no-results div#header-main{
    background: #000;
}

.post-type-archive-product ul#menu-1-a26cd37 li a,
.woocommerce-page ul#menu-1-a26cd37 li a{
    font-family: 'Satoshi Regular' !important;
}

/*-----sub menu-----*/
.elementor-sub-item.elementor-item-active.has-submenu .sub-arrow svg{
    fill: #fff !important;
}
.elementor-sub-item.has-submenu:hover .sub-arrow svg{
    fill: #fff !important;
}
header nav .elementor-sub-item.has-submenu,
.menu-item-has-children a {
    justify-content: space-between !important;
}
.has-submenu:hover .sub-arrow .e-font-icon-svg{
	fill: #fff !important;
}
.has-submenu.highlighted .sub-arrow .e-font-icon-svg{
	fill: #fff !important;
}
.current_page_item.menu-item-has-children .sub-arrow .e-font-icon-svg{
	fill: #fff !important;
}
/*------wp review slider-----*/
.w3_wprs-row ul.slickwprev-dots {
    display: none !important;
}

/*--------Services Boxes------*/
.hidden-services-outer {
  position: relative;
  overflow: hidden;
}


.hidden-services {
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out,
    max-height 0.6s ease-in-out;
}


.hidden-services-outer:hover .hidden-services {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px; 
}

/*---Cart Page---*/
.page-id-94 div#header-main,
.page-id-95 div#header-main,
.post-type-archive-product div#header-main,
.page-id-97 #header-main,
.page-id-96 #header-main{
    background: #000;
}
.page-id-94 main#content,
.page-id-95 main#content,
.post-type-archive-product main#main,
.page-id-97 main#content,
.page-id-96 main#content{
    margin-top: 180px !important;
}

/* body.woocommerce,
body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
    font-family: 'Satoshi-regular', sans-serif !important;
} */
label:focus-visible {
    border: none;
    outline: none;
}

.single-product div#primary {
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 250px;
}
.woocommerce div#header-main {
    background: #000;
}




div#cart-icon a {
    position: relative;
}
div#cart-icon span.elementor-icon-list-text {
    position: absolute;
    padding: 0;
    top: -5px;
    right: -5px;
    background: #fff;
    color: #000 !important;
    border-radius: 50%;
    font-size: 11px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    text-decoration: none !important;
    font-weight: 400 !important;
    font-family: 'Satoshi Regular' !important;
    background: #8445f4;
	transition: all .3s ease-in-out;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
	background: #000;
}
nav.woocommerce-MyAccount-navigation {
    padding: 10px;
    margin-bottom: 15px;
    background: linear-gradient(90.02deg, #67D8B6 24.42%, #4E7FEA 69.67%, #825BDC 99.11%);
    border-radius: 15px;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Satoshi Regular' !important;
	display: block;
}

header.woocommerce-Address-title.title h2{
	font-size: clamp(30px, 5vw, 40px);
}
h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 30px !important;
    font-family: 'Satoshi Regular' !important;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Satoshi Regular' !important;
    background: #8445f4;
    color: #fff;
    padding: 10px 15px;
    text-shadow: none;
	font-weight: 400;
}
.page-id-96 main#content {
    margin-top: 200px !important;
    margin-bottom: 20px !important;
}
form.woocommerce-EditAccountForm.edit-account p,
form.woocommerce-EditAccountForm.edit-account label,
form.woocommerce-EditAccountForm.edit-account legend{
    color: #fff;
    font-size: 18px;
}
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content address{
	font-size: 18px;
	color: #000;
	font-style: normal;
}
.woocommerce-MyAccount-content a {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: 'Satoshi Regular' !important;
    text-decoration: none !important;
    color: #656fe4 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0 !important;
}
.woocommerce-MyAccount-navigation ul {
    padding-left: 0px !important;
}
nav.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 30px !important;
	transition: all .3s ease-in-out;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{
    background: #000;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #000;
}
nav.woocommerce-MyAccount-navigation ul li:first-child a {
    border-radius: 8px 8px 0 0;
}
.woocommerce p {
    font-family: 'Satoshi Regular' !important;
}
/*------Checkout Page----*/
.page-id-95 h3.wc-block-components-product-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
}
.page-id-95 .wc-block-components-product-metadata {
    display: none;
}

/*----cart page if not login----*/
.wp-block-woocommerce-empty-cart-block hr {
    display: none !important;
}
.wp-block-woocommerce-empty-cart-block h2:nth-of-type(2) {
    display: none !important;
}
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    display: none;
}



button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: rgb(130,36,227);
    padding: 10px 20px;
    width: auto;
}
a.wc-block-components-checkout-return-to-cart-button {
    background: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    font-size: 20px !important;
    font-weight: 500 !important;
    font-family: 'Satoshi' !important;
}
/*---Button effect---*/

.hp-cards-slider-btn,
.postArchive a.elementor-post__read-more,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
	overflow: hidden;
}
a.elementor-button,
.hp-cards-slider-btn a,
.postArchive a.elementor-post__read-more,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained{
  position: relative;
  overflow: hidden !important;
  z-index: 1;
  transition: color 0.3s ease;
}

a.elementor-button::before,
.hp-cards-slider-btn a::before,
.postArchive a.elementor-post__read-more::before,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained::before{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000; /* background color on hover */
  z-index: -1;
  transition: all 0.4s ease;
}

a.elementor-button:hover::before,
.hp-cards-slider-btn a:hover::before,
.postArchive a.elementor-post__read-more:hover::before,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover::before{
  left: 0;
}

a.elementor-button:hover,
.hp-cards-slider-btn a:hover,
.postArchive a.elementor-post__read-more:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover{
  color: #fff !important; /* text color on hover */
}

/* === Global WooCommerce Button Hover Effect === */
.hp-cards-slider-btn {
	overflow: hidden;
}

/* Apply to Elementor, Custom Button, and WooCommerce Buttons */
a.elementor-button,
.hp-cards-slider-btn a,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce input[type="submit"],
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page input[type="submit"] {
	position: relative;
	overflow: hidden !important;
	z-index: 1;
	transition: color 0.3s ease;
}

/* Hover Background Animation */
a.elementor-button::before,
.hp-cards-slider-btn a::before,
.woocommerce a.button::before,
.woocommerce button.button::before,
.woocommerce input.button::before,
.woocommerce #respond input#submit::before,
.woocommerce input[type="submit"]::before,
.woocommerce-page a.button::before,
.woocommerce-page button.button::before,
.woocommerce-page input.button::before,
.woocommerce-page #respond input#submit::before,
.woocommerce-page input[type="submit"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #000; /* background color on hover */
	z-index: -1;
	transition: all 0.4s ease;
}

/* Hover Effect */
a.elementor-button:hover::before,
.hp-cards-slider-btn a:hover::before,
.woocommerce a.button:hover::before,
.woocommerce button.button:hover::before,
.woocommerce input.button:hover::before,
.woocommerce #respond input#submit:hover::before,
.woocommerce input[type="submit"]:hover::before,
.woocommerce-page a.button:hover::before,
.woocommerce-page button.button:hover::before,
.woocommerce-page input.button:hover::before,
.woocommerce-page #respond input#submit:hover::before,
.woocommerce-page input[type="submit"]:hover::before {
	left: 0;
}

/* Hover Text Color */
a.elementor-button:hover,
.hp-cards-slider-btn a:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input[type="submit"]:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page input[type="submit"]:hover {
	color: #fff !important; /* text color on hover */
}


/* === PRODUCT SINGLE PAGE STYLING === */
.single-product .product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    margin: 60px auto;
    max-width: 1240px;
    padding: 0px;
}

.single-product div.product div.images {
    flex: 1 1 45%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 0px !important;
    border: 1px solid #8546f4;
}

.single-product div.product div.images img {
    width: 100%;
    border-radius: 16px;
    transition: transform 0.4s ease;
    height: 340px;
    object-fit: contain;
    object-position: center;
}


.single-product div.product div.images img:hover {
  transform: scale(1.05);
}

.single-product div.product div.summary {
  flex: 1 1 50%;
}

.single-product .product_title {
  font-family: 'Satoshi', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.2;
}

.single-product .price {
  font-size: 24px;
  font-weight: 600;
  color: var(--e-global-color-accent, #34DBE5);
  margin-bottom: 25px;
}

.single-product .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.single-product .single_add_to_cart_button {
  display: inline-block;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(90deg, #34DBE5 0%, #8543F4 100%);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.single-product .single_add_to_cart_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #8543F4 0%, #34DBE5 100%);
  transition: all 0.4s ease;
  z-index: -1;
}

.single-product .single_add_to_cart_button:hover::before {
  left: 0;
}

.single-product .quantity input {
  width: 70px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}

.single-product .product_meta {
  font-size: 14px;
  color: #666;
  margin-top: 25px;
}
.single-product .product_meta a {
  color: var(--e-global-color-accent, #34DBE5);
}

.woocommerce-tabs {
  margin-top: 0px !important;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  border-bottom: 2px solid #eee;
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  gap: 30px;
}

.woocommerce-tabs ul.tabs li a {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  padding: 10px 0;
  display: inline-block;
  position: relative;
}

.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
  color: var(--e-global-color-accent, #34DBE5);
}

.woocommerce-tabs ul.tabs li.active a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}
.woocommerce-message {
    background: #000;
    color: #fff;
    border-top: 5px solid #8445f4;
}
.woocommerce-message::before {
    content: "\e015";
    color: #ffffff;
}
a.button.wc-forward {
    background: #8346f3 !important;
    color: #fff !important;
    border: 2px solid transparent !important;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
}
a.button.wc-forward:hover{
	border: 2px solid #fff !important;
}
.woocommerce-Tabs-panel {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}


.related.products {
  margin-top: 70px;
}

.related.products h2 {
  font-family: 'Satoshi', sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.related.products {
    margin-top: 0;
}
.related.products ul.products li.product {
  flex: 1 1 calc(25% - 30px); 
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
  box-sizing: border-box;
  margin-right: 0;
}

.related.products ul.products li.product:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.related.products ul.products li.product:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.woocommerce div.product form.cart .button {
    background: #8546f4;
}
.woocommerce-account .addresses .title .edit {
    float: left;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}







.related.products ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}

/* Top section: image + title */
.related.products ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

/* Image styling */
.related.products ul.products li.product img {
  border-radius: 10px;
  transition: transform 0.4s ease;
  width: 100%;
  height: auto;
}

.related.products ul.products li.product:hover img {
  transform: scale(1.05);
}

/* Title */
.related.products ul.products li.product h2.woocommerce-loop-product__title {
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 10px 0;
  padding: 0;
}
.related.products ul.products li.product h2.woocommerce-loop-product__title:after{
	
}

/* Bottom section: price + button container */
.related.products ul.products li.product .price,
.related.products ul.products li.product a.button {
  margin-top: auto;
}

.related.products ul.products li.product .price {
  font-size: 16px;
  font-weight: 600;
  color: var(--e-global-color-accent, #34DBE5);
  margin-bottom: 15px;
}

/* Button styling */
.related.products ul.products li.product a.button {
    display: inline;
    padding: 5px 15px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    background: #8543F4;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
	margin-bottom: 10px;
}

/* Button hover animation */
.related.products ul.products li.product a.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: all 0.4s ease;
}

.related.products ul.products li.product a.button:hover::before {
  left: 0;
}

.related.products ul.products li.product a.button:hover {
  color: #fff !important;
}

/* Hover shadow */
.related.products ul.products li.product:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* === FLEX RESPONSIVE === */
.related.products ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.related.products ul.products li.product {
  flex: 1 1 calc(25% - 30px); /* 4 cards per row */
}


.related.products ul.products li.product a.added_to_cart.wc-forward {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    background: #8543f4;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Hover Animation (same as Add to Cart) */
.related.products ul.products li.product a.added_to_cart.wc-forward::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: all 0.4s ease;
}

.related.products ul.products li.product a.added_to_cart.wc-forward:hover::before {
  left: 0;
}

.related.products ul.products li.product a.added_to_cart.wc-forward:hover {
  color: #fff !important;
  text-decoration: none;
}

/* Optional: icon spacing if text like "View cart →" */
.related.products ul.products li.product a.added_to_cart.wc-forward::after {
  content: " →";
  transition: transform 0.3s ease;
}

.related.products ul.products li.product a.added_to_cart.wc-forward:hover::after {
  transform: translateX(4px);
}

/* Align vertically below Add to Cart */
.related.products ul.products li.product a.button + a.added_to_cart.wc-forward {
  display: inline-block;
  margin-top: -30px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 2 !important;
}

/*----Account Page----*/
.woocommerce-info {
    border-top-color: #8346f3 !important;
}
.woocommerce-info::before {
    color: #fff !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #000000 !important;
    color: #fff !important;
    border-top: 3px solid #720eec !important;
}

/*-----Account Details Form------*/
.woocommerce-MyAccount-content form {
    padding: 20px;
    box-shadow: 0 0 3px 0px #c7c7c7;
    border-radius: 15px;
	margin-bottom: 30px;
	background: #000 !important;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    height: 40px !important;
    border: 1px solid #dddddd;
}
button.woocommerce-Button.button {
    background: #7a60de;
    color: #fff;
}
.page-id-96 button.woocommerce-Button.button {
    background: #7a60de;
    color: #fff;
    border: 1px solid #7a60de;
}
.page-id-96 button.woocommerce-Button.button:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

/* FAQs */
.noSpace, .noSpace p {
	margin: 0;
}
.noSpace strong, .noSpace p stong {
	font-family: 'Satoshi Medium';
    font-weight: 500;
}
.faq_bg_color .e-n-accordion-item {
	background: #ECECEC99;
	border-radius: 15px;
}
.faq_bg_color .e-n-accordion-item-title-icon {
	background-color: #8543F4;
	height: 48px;
	width: 48px !important;
	border-radius: 50%;
	justify-content: center;
}
.faq_bg_color.icon_color .e-n-accordion-item-title-icon {
	background-color: #2B235E !important;
}
.faq_bg_color.icon_color_gradient .e-n-accordion-item-title-icon {
	background: linear-gradient(91.07deg, #34DBE5 16.74%, #8543F4 98.57%) !important;
}

/* Product Archive Page */
.archive_pro_box .woocommerce.columns-4 ul.products {
	grid-template-columns: repeat(3, 1fr) !important;
}
.archive_pro_box .woocommerce.columns-4 ul.products li {
	border-radius: 15px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px;
}
.archive_pro_box .woocommerce.columns-4 ul.products li a img {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background: #000000;
    color: #fff;
}
/*----Cart Page----*/
.woocommerce-page .page-content {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #9664f5 !important;
    color: #fff !important;
}

	.page-id-94 main#content, .page-id-95 main#content, .post-type-archive-product main#main, .page-id-97 main#content, .page-id-96 main#content {   padding: 0 15px; }

.woocommerce-address-fields button.button {
    background: #9665f5;
    color: #fff;
}
a.wc-block-components-product-name {
    color: #000 !important;
}
.single-product div#primary {
    padding: 0 15px;
}

.woocommerce-checkout a.wc-block-components-checkout-return-to-cart-button {
    width: 200px;
    text-align: center;
	padding-left: 10px;
}
.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    width: 200px;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}

/*------Single Product------*/
/* ===== Product Review Form Styling — Single Product Page ===== */
.single-product #commentform.comment-form {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
    max-width: 650px;
    margin: 40px auto;
    font-family: "Satoshi", "Poppins", sans-serif;
}

/* Notes */
.single-product #commentform .comment-notes {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Labels */
.single-product #commentform label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

/* 🔥 Force show dropdown and hide stars */
.single-product .comment-form-rating .stars {
    display: none !important;
}
.single-product #commentform select#rating {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Inputs, Textareas, and Selects */
.single-product #commentform input[type="text"],
.single-product #commentform input[type="email"],
.single-product #commentform textarea,
.single-product #commentform select {
    width: 100%;
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #333;
}

.single-product #commentform input:focus,
.single-product #commentform textarea:focus,
.single-product #commentform select:focus {
    border-color: #6a4ef5;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(106,78,245,0.1);
    outline: none;
}

/* Rating Dropdown Styling */
.single-product #commentform select#rating {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fafafa url('data:image/svg+xml;utf8,<svg fill="%23666" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 15px center;
    background-size: 16px;
    cursor: pointer;
}

/* Checkbox */
.single-product .comment-form-cookies-consent {
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}

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

/* Submit Button */
.single-product #commentform .form-submit {
    text-align: right;
    margin-top: 25px;
}

.single-product #commentform input.submit {
    background: linear-gradient(135deg, #34DBE5 0%, #8543F4 100%);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.single-product #commentform input.submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(133, 67, 244, 0.25);
}

.single-product .comment-form-rating .stars,
.single-product .comment-form-rating span[role="group"] {
    display: none !important;
}


/* Responsive */
@media (max-width: 600px) {
    .single-product #commentform.comment-form {
        padding: 20px;
    }
}


/*-----Single Post------*/
.single-post div#header-main {
    background: #000;
}




/*----------Responsive Layout--------*/
@media (max-width: 1024px) {
    .faq_bg_color .e-n-accordion-item-title-icon {height: 35px; width: 35px !important;}
	.page-id-94 main#content, .page-id-95 main#content, .post-type-archive-product main#main, .page-id-97 main#content, .page-id-96 main#content {
    margin-top: 250px !important;
}
}
@media (max-width: 992px) {
  .single-product .product {
    flex-direction: column;
  }

  .single-product div.product div.images,
  .single-product div.product div.summary {
    flex: 1 1 100%;
  }

  .single-product .product_title {
    font-size: 28px;
  }
	.related.products ul.products li.product {
    flex: 1 1 calc(45% - 30px);
  }
	.related.products ul.products li.product {
    flex: 1 1 calc(45% - 30px);
  }
}
@media(max-width: 840px){
.page-id-95 .wc-block-components-sidebar-layout .wc-block-components-main,
.page-id-95 .wc-block-components-sidebar{
    width: 100%;
}
}
@media (max-width: 767px) {
    .faq_bg_color .e-n-accordion-item-title-header {width: 300px;}
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
a.button.wc-forward {
    padding: 5px 15px;
    font-size: 15px !important;
}
	.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    font-size: 15px;
}
	a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    padding: 0;
    font-size: 18px;
}
	.page-id-94 main#content, .page-id-95 main#content, .post-type-archive-product main#main, .page-id-97 main#content, .page-id-96 main#content {
    margin-top: 90px !important;
}
	.single-product div#primary {
    margin-top: 130px;
}
}
@media(max-width: 599px){
.w3_wprs-row ul.slickwprev-dots {
    display: flex !important;
    justify-content: center;
    gap: 1px;
}
	
.w3_wprs-row .slickwprev-dots li button {
    width: 8px;
    height: 8px;
}
.w3_wprs-row .slickwprev-dots li {
    width: 8px;
    height: 8px;
}
.w3_wprs-row .slickwprev-dots li button:before {
    font-size: 8px;
}
.w3_wprs-row {
		padding: 0 !important;
}
.t7displayname	{
	font-size: 14px !important;	
}
}
@media (max-width: 576px) {
  .single-product .single_add_to_cart_button {
    width: 100%;
    text-align: center;
  }

  .woocommerce-tabs ul.tabs {
    flex-direction: column;
    gap: 15px;
  }
	 .related.products ul.products li.product {
    flex: 1 1 100%;
    margin-bottom: 10px !important;
  }
	.related.products ul.products li.product a.button,
  .related.products ul.products li.product a.added_to_cart.wc-forward {
    width: 100%;
    text-align: center;
  }
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
    justify-content: start;
}
	.woocommerce div.product form.cart .button {
    margin-top: 10px;
}
	.related.products ul.products li.product a.button{
		width: unset !important;
	}
	
	.page-id-94 main#content, .page-id-95 main#content, .post-type-archive-product main#main, .page-id-97 main#content, .page-id-96 main#content {
    margin-top: 120px !important;
}
.single-product .product{
		margin: 20px auto;
}
.single-product .product_title {
    font-size: 18px;
}
.single-produc .woocommerce div.product div.images {
    margin-bottom: 10px;
}
	.single-produc .woocommerce .woocommerce-breadcrumb{ margin: 10px 0; }
	.single-product .product_meta a {
    font-size: 15px;
}
.single-product div.product div.images img {
    width: 100% !important;
}
	
	
.woocommerce-checkout a.wc-block-components-checkout-return-to-cart-button {
    width: 180px;
    text-align: center;
}
.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    width: 200px;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}
}
@media (max-width: 420px) {
    .faq_bg_color .e-n-accordion-item-title-header {width: 200px;}
	.page-id-96 main#content {
    margin-top: 250px !important;
}
	.page-id-94 main#content, .page-id-95 main#content, .post-type-archive-product main#main, .page-id-97 main#content, .page-id-96 main#content {
    margin-top: 90px !important;
}
	.single-product div#primary {
    margin-top: 90px;
}
}