/*
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.6.1773315757
Updated: 2026-03-12 11:42:37

*/
p {
  margin: 0px;
}
a {
  color: #5b5b5b;
}
p.woocommerce-result-count {
  font-size: 20px;
  font-weight: 500;
}
header.woocommerce-products-header {
  margin-bottom: 50px;
}
ul.products li h2 {
  color: #222;
  font-size: 20px !important;
}

.shop-products{
	width:100%;
}

.top-selling-products .product-info {
  margin-top: 15px;
}
.pc-wishlist-wrapper {
  position: relative;
  display: inline-block;
}

.pc-wishlist-icon {
  width: 26px;
  height: auto;
}

.pc-wishlist-count {
  position: absolute;
  top: -6px;
  right: -4px;
  background: #ff2a2a;
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 50px;
  line-height: 1;
  font-weight: 600;
}
/* 
.shop-category-slider {
  text-align: center;
}

.cat-item {
  text-decoration: none;
  color: #000;
  display: block;
}

.cat-img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
  margin: auto;
}

.cat-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cat-item:hover img {
  transform: scale(1.15);
}

.cat-item p {
  margin-top: 10px;
  font-weight: 500;
  color: #333333;
}
 */



.shop-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 30px;
	row-gap: 50px;
}

.cat-item {
    text-align: center;
	 overflow: hidden;
}

.cat-img img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.cat-item:hover .cat-img img {
    transform: translateY(-10px);
}

.cat-item p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 22px;
    color: #201b21;
	text-transform:uppercase;
}

.swiper-slide a:hover p {
  color: #0b0b0b;
}

.custom-marquee {
  width: 100%;
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 12px 0;
}

.marquee-track {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 60px;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 14px;
}

.marquee-item::before {
  content: "⭐";
  margin-right: 8px;
  color: #f5a623;
}

/* Equal height product cards */
.productSwiper .swiper-slide {
  display: flex;
  height: auto;
}

.product-card {
  position: relative;
  padding: 10px;
  border: 1px solid #e5e5e575;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap:15px;
}

.product-title a {
  color: #333333;
  text-transform: capitalize;
  font-size: 18px;
}

.product-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-top-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
}

.product-top-icons a {
  display: flex !important;
}

.product-top-icons img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.cart-icon,
.view-icon,
.wishlist-icon {
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.product-info {
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 10px;
    justify-content: space-between;
	flex-wrap:wrap;
}

.related-products-wrapper .product-info {
  gap: 10px;
}
.related-products-wrapper .product-price {
  font-weight: 500;
}
.related-products-wrapper h1 {
  text-transform: capitalize;
}
.related-products-wrapper .product-title {
  margin-bottom: 0px;
}
.related-products-wrapper .product-info h3 a {
  font-size: 20px;
}




.product-title {
  font-size: 16px;
  margin: 5px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-price {
  font-weight: 600;
}

.star-rating {
  font-family: star;
  font-size: 14px;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.star-rating::before {
  content: "★★★★★";
  opacity: 0.3;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-rating span::before {
  content: "★★★★★";
  color: #ffc107;
}

.product-rating {
  display: none;
	
}

.product-grid .product-rating {
    display: none;
}

.product-top-icons .added_to_cart.wc-forward {
  position: absolute;
  white-space: nowrap;
  top: 32px;
  right: 0;
  font-size: 12px;
  color: #333333;
}

.discount-badge {
  position: absolute;
  top: -10px;
  left: -58px;
  background: #000000;
  color: #fff;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 4px;
  font-weight: 600;
  z-index: 9;
  rotate: -41deg;
  padding: 18px 58px 6px 58px;
}

.product-card .product-price del .woocommerce-Price-amount {
  color: #818181;
}

.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 30px;
}



.top-selling-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.wishlist-title-container {
  display: none;
}

/* MAIN CONTAINER */
.custom-single-product .acc-item.active .acc-title {
  background: #0c0d0e;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
}
.custom-single-product {
  max-width: 100%;
  margin: auto;
  width: 100%;
	padding:40px 20px;
}

.single-product #main {
  max-width: 100%;
  padding: 40px 20px;
}

/* PRODUCT LAYOUT */

.custom-product-top {
  display: flex;
  gap: 60px;
}

/* GALLERY */

.custom-gallery {
  display: flex;
  gap: 20px;
  width: 55%;
  height: 700px;
  overflow: hidden;
}

.gallery-thumbs-outer {
  max-height: 700px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/* scrollbar design */

.gallery-thumbs-outer::-webkit-scrollbar {
  width: 6px;
}

.gallery-thumbs-outer::-webkit-scrollbar-thumb {
  background: #c7af9a;
  border-radius: 10px;
}

/* hide scrollbar but keep scroll working */

.gallery-thumbs-outer.hide-scroll::-webkit-scrollbar {
  display: none;
}

.gallery-thumbs-outer.hide-scroll {
  scrollbar-width: none; /* firefox */
}

.gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gallery-thumbs img {
  width: 145px;
  cursor: pointer;
  border: 1px solid #eee;
}

.custom-single-product .gallery-main {
  flex: 1;
  position: relative;
}

/* wishlist position */

.custom-single-product .wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

/* optional styling */

.custom-single-product .wishlist-btn a {
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-main img {
  width: 100%;
}

/* ZOOM */

.image-zoom-container {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

#main-product-image {
  width: 100%;
  display: block;
  transition: opacity 0.2s;
  height: 700px;
  object-fit: cover;
}

/* PRODUCT INFO */

.custom-product-info {
  width: 45%;
}

.custom-single-product .product-title {
  font-size: 35px;
  margin-bottom: 10px;
}
.custom-single-product .price {
  font-size: 20px;
  font-weight: 500;
}
.custom-single-product .price del {
  color: #b7b6b6;
}
/* ADD TO CART */
.woocommerce .quantity .qty {
  width: 100px;
  height: 50px;
}
.single_add_to_cart_button {
  width: 100%;
  padding: 14px;
  background: #000;
  color: #fff;
  border: none;
  margin-top: 15px;
}

/* ACCORDION */

.product-accordion {
  margin-top: 30px;
}

.acc-item {
  border-bottom: 1px solid #eee;
}

.acc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}

.acc-content {
  display: none;
  padding-bottom: 15px;
  color: #666;
}

/* ARROW ICON */

.acc-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
}

.acc-item.active .acc-icon {
  transform: rotate(-135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* ///////////////////////////////// */

/* =====================================================
1. VARIATION TABLE LAYOUT (WooCommerce default markup)
===================================================== */

/* variation wrapper */

.single-product .custom-product-info .variations {
  border: none;
  margin-top: 20px;
  position: relative;
}

/* each attribute row */

.single-product .custom-product-info .variations tr {
  display: block;
  margin-bottom: 20px;
}

/* attribute label */

.single-product .custom-product-info .variations th {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  background-color: transparent;
  border: none !important;
  padding: 0px;
  text-align: justify;
  margin-bottom: 15px;
  font-size: 20px;
}

.single-product .custom-product-info .variations tr {
	  border-bottom: 1px solid #eee !important;
	  padding-bottom: 10px;
}

#fit {
    border: 1px solid #eee;
    outline: none;
}


/* =====================================================
2. HIDE DEFAULT SELECT DROPDOWNS
(Custom UI will replace them)
===================================================== */

.single-product .custom-product-info .variations #pa_size  , .single-product .custom-product-info .variations #color{
  display: none;
}

/* =====================================================
3. SIZE BUTTONS STYLE
(Convert select → clickable buttons)
===================================================== */

.single-product .size-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.single-product .size-options button {
  padding: 10px 16px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s;
  color: #000000;
  width: 50px;
}

.single-product .reset_variations {
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  font-weight: 500;
}

.single-product .variations .value {
  border: none;
  background-color: unset !important;
  padding: 0px;
}

.single-product .custom-product-info .variations tr:hover .value {
  background-color: unset !important;
}

.single-product .single_add_to_cart_button.button.alt {
  background-color: #000;
  border: 1px solid #000000;
  font-weight: 500;
  text-transform: capitalize;
  height: 50px;
  border-radius: 5px;
}

.single-product
  .single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  background-color: white;
  color: gray;
  border-color: gray;
  font-weight: 500;
  text-transform: capitalize;
}

.single-product .single_add_to_cart_button.button.alt:hover {
  background-color: white;
  color: #000000;
}

/* hover effect */

.single-product .size-options button:hover {
  border-color: #000;
  color: #000;
}

/* active (selected size) */

.single-product .size-options button.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* =====================================================
4. COLOR SWATCH STYLE
(Convert select → color circles)
===================================================== */

.single-product .color-options {
  display: flex;
  gap: 10px;
}

/* color circle */

.single-product .color-options span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  border: 2px solid transparent;
}

/* selected color */

.single-product .color-options span.active {
  border-color: #000;
}

/* =====================================================
5. DISABLED SIZE STYLE
(Size unavailable for selected color)
===================================================== */

.single-product .size-options button.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  border-color: white;
}

.single-product .woocommerce-variation-add-to-cart-enabled,
.single-product .variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.related-products-wrapper {
  padding: 50px 0px;
  margin-top: 50px;
  border-top: 1px solid #e9e9e9;
}

.related-products-wrapper h1 {
  font-size: 28px;
}

.custom-single-product .woocommerce-product-attributes-item__value {
  padding-left: 10px !important;
}

/* login form styling start  */

/* =====================================================
MAIN WRAPPER
===================================================== */

.modern-login-wrapper {
  display: flex;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  background: #f5f5f5;
}

/* =====================================================
LEFT SIDE (IMAGE SECTION)
===================================================== */

.modern-login-wrapper .login-left {
  flex: 1;
  position: relative;
	background-color:#201b21;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 40px;
}

.modern-login-wrapper .login-left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modern-login-wrapper .login-left h2,
.modern-login-wrapper .login-left p {
  position: relative;
  z-index: 2;
}

.modern-login-wrapper .login-left h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.modern-login-wrapper .login-left p {
  font-size: 14px;
  opacity: 0.9;
}

/* =====================================================
RIGHT SIDE (FORM SECTION)
===================================================== */

.modern-login-wrapper .login-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}


.modern-login-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* =====================================================
LOGIN FORM BOX
===================================================== */

.modern-login-wrapper .modern-login-form {
  background: #fff;
  padding: 40px;
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* =====================================================
FORM TITLE
===================================================== */

.modern-login-wrapper .modern-login-form h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* =====================================================
INPUT FIELDS
===================================================== */

.modern-login-wrapper .modern-login-form input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.modern-login-wrapper .modern-login-form input:focus {
  border-color: #000;
  outline: none;
}

.modern-login-wrapper .modern-login-form #rememberme {
  width: fit-content;
}

/* =====================================================
LABEL
===================================================== */

.modern-login-wrapper label {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}

/* =====================================================
REMEMBER ME
===================================================== */

.modern-login-wrapper .login-remember label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

/* =====================================================
BUTTON
===================================================== */

.modern-login-wrapper input[type="submit"],
.modern-login-wrapper .button,
.modern-login-wrapper button {
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.modern-login-wrapper input[type="submit"]:hover,
.modern-login-wrapper .button:hover,
.modern-login-wrapper button:hover {
  background: #333;
}

.modern-login-form .success {
  background: #e6f9ec;
  color: #2e7d32;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.modern-login-form .error {
  background: #fdecea;
  color: #c62828;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* =====================================================
EXTRA LINKS
===================================================== */

.modern-login-wrapper .extra-links {
  text-align: right;
  margin-top: 10px;
}

.modern-login-wrapper .extra-links a,
.register-link a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
}

.register-link p {
  margin-top: 10px;
}

.modern-login-wrapper .extra-links a:hover,
.register-link a:hover {
  text-decoration: underline;
}

.register-link p a {
  text-decoration: underline;
}

/* =====================================================
ERROR / MESSAGE
===================================================== */

.modern-login-wrapper .login-error {
  color: red;
  margin-bottom: 10px;
  text-align: center;
}

.buy-now-btn {
  background: #70538900;
  color: #000000;
  border: 1px solid black;
  padding: 12px 14px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  border-radius: 6px;
}

.buy-now-btn:hover {
  background: #000;
}

.buy-now-btn.disabled {
  background: transparent;
  cursor: not-allowed;
  opacity: 0.6;
  border-color: #808080;
  color: #808080;
}

.buy-now-btn.disabled:hover {
  color: #808080;
}
/* Rating css */
.rating-filter input:checked + .stars {
  color: #fff;
}

/* THIS IS THE REAL FIX */
.rating-filter input:checked + .stars {
  background: transparent;
}

.rating-filter input:checked + .stars {
  color: #fff;
}

.rating-filter input:checked + .stars {
  color: #fff;
}

/* FINAL CLEAN WAY */
.rating-filter input:checked + .stars {
  color: #ffc107;
}

.rating-filter input:checked + .stars {
}

/* ✅ WORKING PARENT EFFECT */
.rating-filter label:has(input:checked) {
  color: #ffc107;
}
/* contact form styling start  */
.contact-form-inner p {
  margin-bottom: 20px;
}

/* Labels */
.contact-form-inner label {
  color: #201b21;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-weight: 500;
}

/* Inputs & Textarea */
.contact-form-inner input,
.contact-form-inner textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #c3c1c1;
  padding: 12px 14px;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  transition: 0.3s ease;
}

/* Placeholder */
.contact-form-inner input::placeholder,
.contact-form-inner textarea::placeholder {
  color: #bdbdbd;
  font-size: 14px;
}

/* Focus Effect */
.contact-form-inner input:focus,
.contact-form-inner textarea:focus {
  border-color: #0b0b0b;
}

/* Textarea resize off */
.contact-form-inner textarea {
  height: 150px;
}

.contact-form-inner input[type="submit"] {
  background: #0b0b0b;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
  border-radius: 5px;
}
.contact-form-inner input[type="submit"]:hover {
  background: #fff;
  border: 1px solid #0b0b0b;
  color: #0b0b0b;
}
span.wpcf7-spinner {
  position: absolute;
  right: 0;
}

.contact-field-wrapper {
  display: flex;
  gap: 20px;
}
/* contact form styling end  */

/* FILTER BOX */
.shop-container .filter-box {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/* HEADINGS */
.shop-container .filter-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #201b21;
}

/* PRICE INPUT */
.shop-container .filter-box input[type="number"] {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  transition: 0.2s;
}

.shop-container .filter-box input[type="number"]:focus {
  border-color: #201b21;
}

/* CHECKBOX LABEL */
.shop-container .filter-box label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #201b21;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 15px;
}

/* HOVER EFFECT */
.shop-container .filter-box label:hover {
  color: #201b21;
}

/* CUSTOM CHECKBOX */
.shop-container .filter-box input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}

/* CHECKED STYLE */
.shop-container .filter-box input[type="checkbox"]:checked {
  background: #201b21;
  border-color: #201b21;
}

/* CHECK ICON */
.shop-container .filter-box input[type="checkbox"]:checked::after {
  content: "✔";
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: -1px;
  left: 2px;
}

/* APPLY BUTTON */
.shop-container .filter-btn {
  width: 100%;
  background: #201b21;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.shop-container .filter-btn:hover {
  background: #201b21a3;
}

.shop-container .top-selling-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.clear-filter-btn {
  position: absolute;
  top: -20px;
  white-space: nowrap;
  right: 0px;
  color: #201b21;
  font-size: 14px;
  text-decoration: underline !important;
}

.clear-filter-btn:hover {
  color: #201b21;
}
/* =========================
   My Account Full Redesign
   Parent Scope: .page-id-19
========================= */

.page-id-19 {
  background: #f7f7f7;
  padding: 40px 0;
}

/* Container */
.page-id-19 .woocommerce {
  padding: 40px 0px;
}

/* =========================
   Sidebar Navigation
========================= */
.page-id-19 .woocommerce-MyAccount-navigation {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Nav list */
.page-id-19 .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Nav items */
.page-id-19 .woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

/* Nav links */
.page-id-19 .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 15px;
  border-radius: 8px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

/* Hover effect */
.page-id-19 .woocommerce-MyAccount-navigation a:hover {
  background: #201b21;
  color: #fff;
}

/* Active tab */
.page-id-19 .woocommerce-MyAccount-navigation .is-active a {
  background: #201b21;
  color: #fff;
}

/* Logout special */
.page-id-19 .woocommerce-MyAccount-navigation-link--customer-logout a {
  background: #fceaea;
  color: #d9534f;
}

.page-id-19 .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #d9534f;
  color: #fff;
}

/* =========================
   Main Content Area
========================= */
.page-id-19 .woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Heading */
.page-id-19 .woocommerce-MyAccount-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* Paragraph */
.page-id-19 .woocommerce-MyAccount-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* Links inside content */
.page-id-19 .woocommerce-MyAccount-content a {
  color: #201b21;
  font-weight: 500;
  text-decoration: none;
}

.page-id-19 .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

/* =========================
   Dashboard Welcome Box
========================= */
.page-id-19 .woocommerce-MyAccount-content p:first-child {
  background: #e9e9e9;
  padding: 15px 20px;
  border-radius: 10px;
  color: #333;
  font-weight: 500;
}

/* =========================
   Buttons
========================= */
.page-id-19 .woocommerce .woocommerce-Button {
  background: #201b21;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  transition: 0.3s;
  margin-top: 20px;
  cursor: pointer;
}

.page-id-19 .woocommerce button:hover,
.page-id-19 .woocommerce .button:hover {
  background: #201b2182;
  color: white;
}

/* =========================
   Tables (Orders etc.)
========================= */
.page-id-19 table {
  width: 100%;
  border-collapse: collapse;
}

.page-id-19 table th {
  background: #f5f5f5;
  padding: 12px;
  text-align: left;
  font-size: 14px;
}

.page-id-19 table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

/* =========================
   Forms
========================= */
.page-id-19 input,
.page-id-19 select,
.page-id-19 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 14px;
}

/* Focus effect */
.page-id-19 input:focus,
.page-id-19 select:focus,
.page-id-19 textarea:focus {
  border-color: #201b21;
  outline: none;
}

.shop-container {
  display: flex;
  gap: 0px;
}

/* SIDEBAR WRAPPER */
.shop-container .shop-sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 20px;
  max-width: 285px;
  margin-right: 30px;
}

.shop-sidebar .shop-sidebar-form {
  position: relative;
}


    .filter-toggle-btn{
   display:none;
    }

.sidebar-close-btn{
   display:none;
}

.yith-wcwl-share {
    display: none;
}

.page-id-17 .product-name a {
    color: #201b21;
}

.page-id-17 .product-add-to-cart a {
    background-color: #201b21;
    color: white;
    padding: 10px 20px;
}


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


.page-id-17 .checkout-button.button.alt.wc-forward , .page-id-17 .button, .page-id-18 .wc-block-components-checkout-place-order-button, .page-id-18 .wc-block-components-totals-coupon__button {
    background-color: #201b21 !important;
	border:1px solid #201b21 !important;
	color:white !important;
}

.page-id-18 .wc-block-components-checkout-place-order-button{
    padding: 13px 30px;
}



.page-id-17 .checkout-button.button.alt.wc-forward:hover, .page-id-17 .button:hover , .page-id-18 .wc-block-components-checkout-place-order-button:hover, .page-id-18 .wc-block-components-totals-coupon__button:hover {
    background-color: white !important;
	color:#201b21 !important;
}

.page-id-17 .coupon {
    display: flex;
}


.page-id-17  .cart_totals{
    float: unset !important;
}




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

.tabs-nav{
    display:flex;
    gap:20px;
    border-bottom:1px solid #ddd;
    margin-bottom:20px;
}

.tab-btn{
    background:none;
    border:none;
    padding:10px 15px;
    cursor:pointer;
    font-weight:600;
	color:#201b21;
	border-radius:0px;
	
}


.tab-btn:hover, .tab-btn:focus{
background-color: #201b21 !important;
    color: white !important;
}


.tab-btn.active {
    background-color: #201b21 !important;
    color: white !important;
}

.tab-content{
    display:none;
}

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

#reviews #submit {
    background-color: white !important;
    border: 1px solid #201b21 !important;
    padding: 16px 50px !important;
}

#reviews #submit:hover {
    background-color: #201b21 !important;
    color:white !important;
}

#reviews  .commentlist {
    padding: 0;
}

#reviews .woocommerce-Reviews-title {
    font-size: 24px;
}



.pro-single-post h1 , .pro-single-post  h2 ,  .pro-single-post  h3 , .pro-single-post  h4, .pro-single-post  h5{
    color:#201b21;
}

.pro-single-post .hero-content .main-title {
	color:white;
}
/* HERO */
.pro-single-post .post-hero{
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    display:flex;
    align-items:flex-end;
    color:#fff;
}

.pro-single-post .post-hero .overlay{
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.5);
}

.pro-single-post .hero-content {
    position: relative;
    padding:  40px 20px;
    margin: auto;
    max-width: 1360px;
    width: 100%;
}

.pro-single-post .hero-content h1{
    font-size:40px;
    margin:10px 0;
	color:#201b21;
}

.pro-single-post .post-wrapper {
    display: flex;
    max-width: 1360px;
    margin: auto;
    gap: 40px;
    padding: 40px 20px;
}

/* SHARE */
.pro-single-post .share-sidebar{
    position:sticky;
    top:100px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

/* CONTENT */
.pro-single-post .post-content{
    flex:1;
    line-height:1.8;
}

.pro-single-post .post-content img{
    max-width:100%;
    border-radius:10px;
}

/* TAGS */
.pro-single-post .post-tags span{
    background:#eee;
    padding:5px 10px;
    margin:5px;
    display:inline-block;
}

/* AUTHOR */
.pro-single-post .author-box{
    max-width:1360px;
    margin:40px auto;
    display:flex;
    gap:20px;
    padding:20px;
    border-top:1px solid #eee;
}

/* RELATED */
.pro-single-post .related-posts {
    max-width: 1360px;
    margin: 40px auto;
    padding: 0px 20px;
}

.pro-single-post .related-grid{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
}

.pro-single-post .related-card img{
    width:100%;
    border-radius:10px;
}


.pro-single-post .post-hero .meta {
    display: flex;
    gap: 20px;
	text-transform:capitalize;
}

.pro-single-post .post-category a{
color:white;
	text-decoration:underline;
}

.related-posts .related-card h4 {
    font-size: 22px;
}

/* =====================================================
RESPONSIVE
===================================================== */

@media (max-width: 1024px) {
  .top-selling-products {
    grid-template-columns: repeat(3, 1fr);
  }

    .shop-container{
        display: flex;
	 min-height: 100vh;
    }

   .shop-container .shop-sidebar{
        position: absolute;
        top: 0;
        left: -320px; /* hidden */
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 999;
        overflow-y: auto;
        transition: 0.4s ease;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        padding: 40px 20px 20px 20px;
    }

    /* ACTIVE STATE */
    .shop-sidebar.active{
        left: 0;
    }

    /* overlay */
    .sidebar-overlay{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background: rgba(0,0,0,0.4);
        z-index: 99;
        display: none;
    }

    .sidebar-overlay.active{
        display:block;
    }

    /* button */
    .filter-toggle-btn{
        z-index: 10000;
        background: #201b21;
        color: #fff;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 5px;
		display:block;
		margin-bottom:30px;
    }
	
	    .filter-toggle-btn:hover, .filter-toggle-btn:focus{
        background: #201b21;
       
    }
	
	
	.sidebar-close-btn{
    position: absolute;
    top: 10px;   
    right: 15px;
    background: #201b21;
    color: #fff;
    border: none;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10001;
	display:block;
	padding: 0px;
}

.sidebar-close-btn:hover{
    background: #5a4370;
}
	
	.clear-filter-btn {
    top: -35px;
    left: 0px;
}
	
	
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: absolute;
    z-index: 99;
    top: 29px;
    right: 0;
	width: max-content;
}
	
	    .wishlist-products{
        grid-template-columns: repeat(3, 1fr);
    }
	
	
	
	
/* 	single page styling start  */
	
	.custom-gallery {
    flex-direction: column;  
    height: 100%;
		width:100%;

}
	
	
	.custom-product-info {
    width: 100%;
}


	.gallery-thumbs {
    flex-direction: row;
}
	
.custom-product-top {
    display: grid;
	gap:25px;
    grid-template-columns: 45% 1fr;
}
	.gallery-thumbs img {
    height: 120px;
    object-fit: cover;
}
	
	
	#main-product-image {
    height: 500px;
}
	
	.custom-single-product .gallery-main {
    flex: unset;
}
	.gallery-thumbs-outer {
    order: 1;
}
	
		.custom-product-tabs {
    margin-top: 40px;
}
	
	
/* 	single page styling end  */
	

	
	
}

@media (max-width: 768px) {
  .top-selling-products {
    grid-template-columns: 1fr 1fr;
  }
  .modern-login-wrapper {
    flex-direction: column;
  }

  .modern-login-wrapper .login-left {
    height: 220px;
    padding: 20px;
  }
  .page-id-19 .woocommerce {
    padding: 20px 0px 40px 0px;
  }

  .page-id-19 .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
  }

  .page-id-19 .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 5px;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .page-id-19 .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    display: none;
  }

  .page-id-19 .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }

  .page-id-19 .woocommerce-MyAccount-navigation a {
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 14px;
    background: #f3f3f3;
    border-radius: 50px;
  }

  .page-id-19 .woocommerce-MyAccount-navigation .is-active a {
    background: #201b21;
    color: #fff;
  }

  .page-id-19 .woocommerce-MyAccount-content p:first-child {
    background: transparent;
    padding: 0px;
  }

  .page-id-19 .woocommerce-MyAccount-content {
    padding: 20px;
  }
  .shop-container {
    flex-direction: column;
  }

  .shop-container .shop-sidebar {
    width: 100%;
  }
		.shop-container .top-selling-products {
    grid-template-columns: repeat(2, 1fr);
}
	
	
	
/* 	product single page styling start  */
	
	    .custom-product-top {
        display: grid;
        gap: 25px;
        grid-template-columns: 1fr;
    }
	
/* 	product single page styling end  */
	
	
	    .single-product .top-selling-products {
        grid-template-columns: 1fr 1fr;
    }
	
	    .wishlist-products{
        grid-template-columns: 1fr 1fr;
    }
	
	
	
#reviews .woocommerce-Reviews-title {
    font-size: 24px;
}
	
	
	.custom-product-tabs {
    margin-top: 30px;
}
	
	.related-products-wrapper {
    padding: 20px 0px;
    margin-top: 30px;
}
	
	.related-grid {
    grid-template-columns: repeat(2, 1fr);
}
	
	.shop-category-grid {
    grid-template-columns: 1fr;
}

	.product-grid {
    grid-template-columns: 1fr 1fr; 
}
	
		.product-info {
    flex-direction: column;
}
	
}

@media (max-width: 468px) {
  .modern-login-wrapper .modern-login-form {
    padding: 25px;
    border-radius: 0px;
  }

  .page-id-19 .entry-title {
    font-size: 24px;
  }

  .modern-login-wrapper .login-right {
    padding: 0;
  }
	
	.shop-sidebar.active{
	left:0px !important;	
	}
	
	   .shop-container .shop-sidebar{
	   max-width:100%;
		   left:-500px;
    }
	

	
	.shop-container .product-price {
    font-weight: 600;
    font-size: 14px;
}
	
	.product-title a {
    font-size: 16px;
}
	
	
	.product-top-icons {
    top: 3px;
    right: 3px;
}
	
    .cart-icon, .view-icon, .wishlist-icon {
        width: 30px;
        height: 30px;
    }
		    .single-product .top-selling-products {
        grid-template-columns: 1fr;
    }
	
	.single-product .woocommerce-variation-add-to-cart-enabled, .single-product .variations_button.woocommerce-variation-add-to-cart-disabled {
    flex-direction: column;
}
	
	
	    #main-product-image {
        height: 400px;
    }
	
	.gallery-thumbs img {
    width: 100px;
height:100px;
	}
	
	.custom-single-product .product-title {
    font-size: 24px;
}
	
	.custom-single-product .price {
    font-size: 18px;
}
	
	.related-products-wrapper h1 {
    font-size: 24px;
}

	
	.single-product #main {
    padding: 30px 10px;
}
	
	
	.single-product .custom-product-info .variations th {
    font-size: 18px;
}
	
	

	.modern-login-wrapper .login-left h2 {
    font-size: 24px;
}
	
.wishlist-products{
 grid-template-columns: 1fr 1fr;
	}
	
	
	.pro-single-post .related-grid {
    grid-template-columns: repeat(1, 1fr);
}
	
	.pro-single-post .post-hero .meta {
    flex-direction: column;
}
	.pro-single-post .hero-content {
    padding: 30px 20px;
}
	
	.pro-single-post .hero-content .main-title {
    font-size: 28px;
}
	
	.pro-single-post .post-hero {
    height: 350px;
}
	
	.pro-single-post .post-wrapper {
    padding: 30px 20px;
}
	
.pro-single-post .post-wrapper h1{
font-size:26px;
	}
	
.pro-single-post .post-wrapper h2{
font-size:24px;
	}
	
	.pro-single-post .post-wrapper h2{
font-size:22px;
	}
	
	.related-posts .related-card h4 {
    font-size: 18px;
}
	
   .related-posts h2 {
    font-size: 22px;
}
	.pro-single-post .author-box {
    margin: 20px auto;
}
	
	.pro-single-post .related-posts {
    margin: 0px auto;
}
	
	.cat-img img {
    height: 300px !important;
}
	
	.shop-category-grid {
    row-gap: 30px;
}
	
	.product-grid {
    grid-template-columns: 1fr; 
}
	
	.product-price {
    font-size: 14px;
}

	.cat-item {
    border: 1px solid #e5e5e575;
    padding: 10px;
}
	  .top-selling-products {
    grid-template-columns: 1fr;
  }
	
	.cat-item:hover .cat-img img {
    transform: unset;
}
	
    .shop-container .top-selling-products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
	
}
