.footer-links ul li{
	list-style:none;
	display:block;
	margin-bottom:2px;
}

.enquiry-form p{
margin-bottom: 0px !important;
}


.nvcarr{
	display:none;
}

.devMsg{
height:120px !important;	
	
}

#event_enqfrm .wpcf7-list-item, #encc .wpcf7-list-item {
  display: block !important;	
  margin: 0 0 0 0em !important;	
}


.pagination-style-01 .page-item .page-numbers {
  border: 0;
  padding: 0 2px;
  margin: 0 7px;
  background: 0 0;
  color: var(--medium-gray);
  min-width: 45px !important;
  font-size: inherit;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100% !important;
  line-height: 45px !important;
  min-height: 45px !important;
  display:block;
}

.pagination-style-01 .page-item .page-numbers:hover {
  background: #fff;
  color: #2d2c2b;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}

.pagination-style-01 .page-item .page-numbers.current{
  background: #2d2c2b;
  color: #fff;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}


h5.section-title5{
	font-size:25px;
	text-align:center !important;
	margin-bottom:60px !important;
}


h6.section-title6{
	font-size:20px;
	text-align:center !important;
	margin-bottom:40px !important;
}


h6.section-title6 a{
	color:#333;
}
h6.section-title6 a:hover{
	color:#000;
}


.devLsst{
	margin-top:30px;
}

.devLsst h4{
	padding-bottom:20px;
	text-align:center;
}

.devLsst ul{
	
}

.devLsst ul li{
	padding-bottom:10px;
}

.termss{
	background:#fff;
	text-align:left !important;
}

.termss ol li{
	margin-bottom:15px;
}






.wooSide h2{
  font-family: 'Raleway',sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom:20px;
}


/* Container */
.category-filter {
    margin-bottom: 2rem;
}

/* Title */
.category-filter .filter-title {
    font-family: 'Raleway',sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom:20px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #CCE3DE;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #A7BEB9;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
  background-color: #CCE3DE;
}
/* Category list */
.category-filter ul.product-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-filter ul.product-categories li {
    padding: 0.6em 1em;
    margin-bottom: 0.4em;
    border-radius: 6px;
    background: #f9f9f9;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Hover effect */
.category-filter ul.product-categories li:hover,.category-filter ul.product-categories li.current-cat {
    background: #CCE3DE;
    color: #fff;
    cursor: pointer;
}

/* Links */
.category-filter ul.product-categories li a {
    text-decoration: none;
    color: inherit;
    flex-grow: 1;
}

/* Count badge */
.category-filter ul.product-categories li .count {
    background: #ddd;
    border-radius: 12px;
    padding: 0 8px;
    font-size: 0.8rem;
    margin-left: 8px;
    transition: background 0.3s ease;
}

.category-filter ul.product-categories li:hover .count {
    background: #27ae60;
    color: #fff;
}





/* Product listing specific styles */
        .shop-hero { padding: 40px 0; }
        .shop-title { font-family: 'Raleway', sans-serif; font-size: 36px; font-weight:700; margin-bottom: 18px; }
        .products-section { padding: 20px 0 90px 0; }
        .products-wrap { display: flex; gap: 30px; }
        .filter-column { max-width: 360px; }
        .filter-box { background:#fff; border:none; padding:0; margin-bottom:18px; }
        .filter-section { border-bottom: 1px solid #e0e0e0; padding: 18px 0; }
        .filter-section:last-child { border-bottom: none; }
        .filter-title { display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-family:'Raleway',sans-serif; font-size:15px; font-weight:600; color:#333; margin-bottom:12px; user-select:none; }
        .filter-title.collapsed .chevron { transform: rotate(180deg); }
        .chevron { display:inline-block; width:22px; height:22px; transition: transform 0.3s ease; }
        
        /* Availability toggle */
        .toggle-switch { display:flex; align-items:center; gap:10px; margin-bottom:8px; }
        .toggle { width:50px; height:28px; background:#ddd; border-radius:14px; position:relative; cursor:pointer; transition: background 0.3s; }
        .toggle.active { background:#999; }
        .toggle-circle { width:24px; height:24px; background:#fff; border-radius:50%; position:absolute; top:2px; left:2px; transition: left 0.3s; }
        .toggle.active .toggle-circle { left:24px; }
        .toggle-label { font-family:'Raleway',sans-serif; font-size:14px; color:#666; }
        
        /* Price range slider */
        .price-inputs { display:flex; gap:10px; align-items:center; margin-top:12px; }
        .price-input-group { flex:1; display:flex; align-items:center; gap:6px; }
        .price-symbol { font-family:'Raleway',sans-serif; font-size:14px; color:#333; font-weight:600; }
        .price-input-group input { width:60px; padding:8px; border:1px solid #ddd; border-radius:4px; font-family:'Raleway',sans-serif; font-size:13px; text-align:center; }
        .price-separator { color:#999; font-size:13px; }
        
        .range-slider { width:100%; height:4px; background:#e0e0e0; border-radius:2px; position:relative; margin:16px 0; cursor:pointer; }
        .range-track { height:100%; background:#333; border-radius:2px; position:absolute; }
        .range-thumb { width:16px; height:16px; background:#333; border-radius:50%; position:absolute; top:-6px; cursor:grab; }
        .range-thumb:active { cursor:grabbing; }

        .product-grid { flex:1; }
        .products { display:grid; grid-template-columns: repeat(3, 1fr); gap:20px; }
        .product-card { background:#fff; padding:18px; border:1px solid #f0f0f0; text-align:center; position:relative; }
        .product-image { height:320px; display:flex; align-items:center; justify-content:center; overflow:hidden; position:relative; }
        .product-image img { max-height:100%; width:auto; display:block; transition:opacity 0.36s ease; }
        /*.product-image img.alt-img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:contain; opacity:0; }
        .product-image img.primary-img { opacity:1; }
        .product-card:hover .product-image img.alt-img { opacity:1; }
        .product-card:hover .product-image img.primary-img { opacity:0; }*/
		
		
		
		
		
		

		.product-card .product-image.has-alt .alt-img {
			position: absolute;
			top: 0;
			left: 0;
			opacity: 0;
			transition: opacity 0.3s ease;
		}

		.product-card .product-image.has-alt:hover .primary-img {
			opacity: 0;
		}

		.product-card .product-image.has-alt:hover .alt-img {
			opacity: 1;
		}
		
		
		

        .badge-sale { position:absolute; top:14px; right:14px; background:#CCE3DE; color:#fff; padding:6px 10px; border-radius:6px; font-weight:700; font-size:13px; z-index: 99;}

        .rating { display:flex; align-items:center; justify-content:center; gap:6px; margin:14px 0; }
        .stars { color:#CCE3DE; font-size:18px; }
        .rating-count { color:#666; font-size:14px; }

        .product-title { font-family:'Raleway',sans-serif; font-size:15px; color:#222; margin-bottom:8px; }
        .price-row { display:flex; align-items:center; justify-content:center; gap:12px; margin-bottom:12px; }

        /* Actions shown on hover */
        .product-actions { max-height:0; overflow:hidden; opacity:0; transition: max-height 0.36s ease, opacity 0.28s ease, padding 0.28s ease; padding: 0 18px; }
        .product-card:hover .product-actions { max-height:160px; opacity:1; padding:12px 18px 18px; }
        .product-actions .qty-box { justify-content:center; margin:8px 0 12px; }
        .price-old { text-decoration:line-through; color:#999; }
        .price-now { color:#CCE3DE; font-weight:700; }

        .add-to-bag22 { background:#CCE3DE; color:#fff; border:none; padding:12px 20px; border-radius:6px; width:100%;display: block; }
		
		
		.add-to-bag{
			background-color: #9CB5B8;
			color: #fff;
			padding: 12px 30px;
			border: none;
			text-transform: uppercase;
			border-radius: 0px;
			font-size: 16px;
			cursor: pointer;
			transition: background-color 0.3s;
			width:100%;display: block;
		}
		
		.add-to-bag:hover {
		  background-color: #CCE3DE;
		}

        /* Single featured product layout on top-left to match screenshot feel */
        .featured { display:flex; gap:30px; align-items:flex-start; margin-bottom:40px; }
        .featured .featured-image { width:420px; height:420px; background:#fff; display:flex; align-items:center; justify-content:center; border:1px solid #f0f0f0; }
        .featured .featured-actions { flex:1; text-align:left; }
        .qty-box { display:flex; gap:8px; align-items:center; margin:12px 0 20px 0; }
        .qty-btn { width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center; border:1px solid #ddd; background:#fff; }
        .qty-input { width:56px; height:36px; text-align:center; border:1px solid #ddd; }

        @media (max-width: 1100px) {
            .products { grid-template-columns: repeat(2, 1fr); }
            .filter-column { display:none; }
            .products-wrap { gap:20px; }
        }
        @media (max-width: 700px) {
            .products { grid-template-columns: 1fr; }
            .featured { flex-direction:column; }
            .featured .featured-image { width:100%; height:300px; }
            .filter-column { display:none; }
        }
		
		
		.woocommerce-message {
			transition: opacity 1s ease, transform 1s ease;
			opacity: 0;
			transform: translateY(-10px);
			background-color: #e6f9f0;    
			font-weight: 500;
		}

		.woocommerce-message.fade-in {
			opacity: 1;
			transform: translateY(0);
		}

		.woocommerce-message.fade-out {
			opacity: 0;
			transform: translateY(-10px);
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
  /* Product details page styles */
        .breadcrumb-nav { padding: 20px 0; }
        .breadcrumb-nav a { font-family:'Raleway',sans-serif; font-size:13px; color:#666; text-decoration:none; }
        .breadcrumb-nav a:hover { color:#333; }
        .breadcrumb-nav span { color:#999; margin: 0 8px; }

        .product-details-section { padding: 40px 0 80px; }
        .product-details-wrap { display: flex; gap: 60px; align-items: flex-start; }

        /* Product images gallery */
        .product-gallery { flex: 0 0 45%; }
        .main-image { width:100%; height:500px; background:#f9f9f9; display:flex; align-items:center; justify-content:center; border-radius:8px; overflow:hidden; margin-bottom:16px; cursor:pointer; position:relative; }
        .main-image img { max-width:100%; max-height:100%; object-fit:contain; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease; }
        .main-image:hover img { transform: scale(1.08); filter: brightness(1.05); }
        .main-image::after { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:radial-gradient(circle at 30% 30%, rgba(255,255,255,0.1), transparent); pointer-events:none; opacity:0; transition: opacity 0.3s; }
        .main-image:hover::after { opacity:1; }
        
        .thumbnail-gallery { display:flex; gap:12px; }
        .thumbnail { width:80px; height:80px; background:#f9f9f9; border:2px solid #ddd; border-radius:4px; cursor:pointer; display:flex; align-items:center; justify-content:center; overflow:hidden; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); position:relative; }
        .thumbnail img { max-width:100%; max-height:100%; object-fit:contain; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .thumbnail::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg, rgba(255,255,255,0.3), transparent); opacity:0; transition: opacity 0.4s ease; }
        .thumbnail:hover::before { opacity:1; }
        .thumbnail:hover img { transform: scale(1.15) rotate(2deg); }
        .thumbnail:hover { border-color:#333; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transform: translateY(-4px); }
        .thumbnail.active { border-color:#333; box-shadow: 0 6px 16px rgba(0,0,0,0.2); background:linear-gradient(135deg, #f5f5f5, #fff); animation: pulseActive 0.6s ease; }
        
        @keyframes pulseActive { 
            0% { transform: scale(1); box-shadow: 0 6px 16px rgba(0,0,0,0.2); }
            50% { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0,0,0,0.25); }
            100% { transform: scale(1); box-shadow: 0 6px 16px rgba(0,0,0,0.2); }
        }

        /* Lightbox Modal */
        .lightbox-modal { display:none; position:fixed; z-index:999; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0); opacity:0; transition: opacity 0.5s ease, background-color 0.5s ease; }
        .lightbox-modal.active { display:flex; opacity:1; background-color:rgba(0,0,0,0.9); }
        .lightbox-content { position:relative; margin:auto; width:90%; max-width:900px; max-height:90vh; display:flex; align-items:center; justify-content:center; }
        .lightbox-image { max-width:100%; max-height:100%; object-fit:contain; animation: imageSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .lightbox-modal.active .lightbox-image { animation: imageSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        
        @keyframes imageSlideIn {
            0% { opacity:0; transform:scale(0.8) rotate(-2deg); }
            50% { opacity:0.5; transform:scale(1.02); }
            100% { opacity:1; transform:scale(1) rotate(0deg); }
        }
        
        .lightbox-close { position:absolute; top:20px; right:40px; color:#fff; font-size:40px; cursor:pointer; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); width:50px; height:50px; display:flex; align-items:center; justify-content:center; animation: fadeInDown 0.5s ease 0.2s both; }
        .lightbox-close:hover { transform: scale(1.3) rotate(90deg); }
        
        .lightbox-prev, .lightbox-next { position:absolute; top:50%; transform:translateY(-50%); color:#fff; font-size:36px; cursor:pointer; padding:10px 16px; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); user-select:none; background:rgba(255,255,255,0); border-radius:4px; }
        .lightbox-prev { left:20px; animation: slideInLeft 0.5s ease 0.1s both; }
        .lightbox-next { right:20px; animation: slideInRight 0.5s ease 0.1s both; }
        .lightbox-prev:hover, .lightbox-next:hover { background:rgba(255,255,255,0.15); transform:translateY(-50%) scale(1.15); }
        
        @keyframes slideInLeft { from { opacity:0; transform:translateX(-30px); } to { opacity:1; transform:translateX(0); } }
        @keyframes slideInRight { from { opacity:0; transform:translateX(30px); } to { opacity:1; transform:translateX(0); } }
        @keyframes fadeInDown { from { opacity:0; transform:translateY(-20px); } to { opacity:1; transform:translateY(0); } }
        
        .lightbox-counter { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); color:#fff; font-family:'Raleway',sans-serif; font-size:14px; animation: fadeInUp 0.5s ease 0.3s both; }
        
        @keyframes fadeInUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }

        /* Product info */
        .product-info { flex: 1; }
        .product-name { font-family:'Raleway',sans-serif; font-size:32px; font-weight:600; color:#333; margin-bottom:12px; }
        .product-rating { display:flex; align-items:center; gap:12px; margin-bottom:20px; }
        .stars-display { color:#CCE3DE; font-size:18px; }
        .rating-text { font-family:'Raleway',sans-serif; font-size:14px; color:#666; }

        .price-section { margin-bottom:24px; }
        .product-price { font-family:'Raleway',sans-serif; font-size:28px; font-weight:700; color:#CCE3DE; }
        .price-old-lg { text-decoration:line-through; color:#999; font-size:18px; margin-left:12px; }
        .save-badge { display:inline-block; background:#f1a9b0; color:#fff; padding:6px 10px; border-radius:4px; font-size:13px; font-weight:700; margin-top:8px; }

        .product-description { font-family:'Raleway',sans-serif; font-size:15px; line-height:1.8; color:#666; margin-bottom:28px; }

        /* Product specs */
        .specs-list { margin-bottom:28px; }
        .spec-item { display:flex; gap:16px; padding:10px 0; border-bottom:1px solid #eee; }
        .spec-label { font-weight:600; color:#333; min-width:120px; }
        .spec-value { color:#666; }

        /* Actions */
        .product-actions { display:block; gap:12px; margin-bottom:28px; align-items:center; }
        .qty-selector { display:flex; gap:8px; align-items:center; }
        .qty-btn-lg { width:44px; height:44px; display:flex; align-items:center; justify-content:center; border:1px solid #ddd; background:#fff; cursor:pointer; border-radius:4px; }
        .qty-input-lg { width:70px; height:44px; text-align:center; border:1px solid #ddd; border-radius:4px; font-family:'Raleway',sans-serif; }
        .add-to-cart-lg { background:#CCE3DE; color:#fff; border:none; padding:14px 40px; border-radius:4px; font-family:'Raleway',sans-serif; font-size:15px; font-weight:600; cursor:pointer; transition: background 0.3s; }
        .add-to-cart-lg:hover { background:#b0a9a0; }
        .wishlist-btn { width:44px; height:44px; display:flex; align-items:center; justify-content:center; border:1px solid #ddd; background:#fff; cursor:pointer; border-radius:4px; transition: all 0.3s; }
        .wishlist-btn:hover { background:#f0f0f0; }

        /* Tabs */
        .product-tabs { margin-top:60px; border-top:1px solid #eee; padding-top:40px; width:100%; }
        .tabs-nav { display:flex; gap:30px; border-bottom:2px solid #f0f0f0; margin-bottom:30px; }
        .tab-link { font-family:'Raleway',sans-serif; font-size:15px; font-weight:600; color:#999; cursor:pointer; padding-bottom:16px; border-bottom:3px solid transparent; transition: all 0.3s; }
        .tab-link.active { color:#333; border-bottom-color:#333; }
        .tab-content { display:none; }
        .tab-content.active { display:block; }
        .tab-content p { font-family:'Raleway',sans-serif; font-size:14px; line-height:1.8; color:#666; }

        /* Related products */
        .related-section { margin-top:80px; padding-top:40px; border-top:1px solid #eee; }
        .related-title { font-family:'Raleway',sans-serif; font-size:24px; font-weight:600; color:#333; margin-bottom:30px; }
        .related-products { display:grid; grid-template-columns: repeat(4, 1fr); gap:20px; }
        .related-item { background:#fff; padding:12px; border:1px solid #f0f0f0; text-align:center; }
        .related-img { height:200px; display:flex; align-items:center; justify-content:center; background:#f9f9f9; border-radius:4px; margin-bottom:12px; }
        .related-img img { max-height:100%; max-width:100%; object-fit:contain; }
        .related-name { font-family:'Raleway',sans-serif; font-size:13px; color:#333; margin-bottom:8px; }
        .related-price { font-family:'Raleway',sans-serif; font-size:14px; font-weight:700; color:#CCE3DE; }

        @media (max-width: 1000px) {
            .product-details-wrap { flex-direction:column; gap:40px; }
            .product-gallery { flex:1; width:100%; }
            .related-products { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 600px) {
            .product-details-wrap { gap:20px; }
            .tabs-nav { gap:16px; }
            .related-products { grid-template-columns: 1fr; }
        }
		
		
		
.product-details-section .woocommerce-breadcrumb{
	display:none !important;
}

.related h2{
	display:none !important;
}

.related .product-actions {
  display: block;
}

.related ul.products {
  padding-left: 0px;
}


.styled-review-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.styled-review-form .form-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    color: #333;
}

.styled-review-form .form-group {
    margin-bottom: 15px;
}

.styled-review-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    color: #555;
}

.styled-review-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.95rem;
}

/* Star rating input */
.star-rating-input {
    display: flex;
    flex-direction: row; /* left to right */
    gap: 5px;
}



.star-rating-input input {
    display: none;
}

.star-rating-input label {
    font-size: 1.5rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}

/* Highlight selected star and all previous ones */
.star-rating-input input:checked ~ label {
    color: #CCE3DE;
}

/* Hover effect */
.star-rating-input label:hover,
.star-rating-input label:hover ~ label {
    color: #CCE3DE;
}


.btn-primary {
    background: #CCE3DE;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #B4CBC6;
}



.btn-primary{
	background-color: #9CB5B8;
	color: #fff;
	padding: 12px 30px;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
	
}
		
.btn-primary:hover {
  background-color: #CCE3DE;
}


.product-tabs .rating,.product-info .rating{
    display: flex;
    align-items: center;
	justify-content:left;
    gap: 10px;
    margin: 10px 0;
    
}

.rating .stars {
    font-size: 1.2rem;
    color: #CCE3DE; /* gold stars */
}

.rating .rating-count {
    font-size: 0.95rem;
    color: #555;
}
ul.review-items{
	padding-left:0px;
	margin-left:0px;
}

ul.review-items li {
  display: block;
  background: #f8f8f8;
  padding: 10px;
  margin: 10px 0;
}
.comment-form{
	max-width:600px;
}




/* Lightbox Slider */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

.lightbox .close,
.lightbox .prev,
.lightbox .next {
    position: absolute;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    user-select: none;
}

.lightbox .close {
    top: 20px; right: 30px;
}

.lightbox .prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox .next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}



















/*
.review-list {
    margin-bottom: 30px;
}

.review-items {
    list-style: none;
    padding: 0;
}

.review-items li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.review-items .meta {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 8px;
}

.review-items .description {
    font-size: 1rem;
    color: #333;
}

.styled-review-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.star-rating-input {
    display: flex;
    gap: 5px;
}

.star-rating-input input {
    display: none;
}

.star-rating-input label {
    font-size: 1.5rem;
    color: #ccc;
    cursor: pointer;
}

.star-rating-input input:checked ~ label,
.star-rating-input label:hover,
.star-rating-input label:hover ~ label {
    color: #CCE3DE;
}*/





.shades-filter ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.shades-filter li {
    cursor: pointer;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
	display: block;
	width: 100%;
    transition: all 0.3s ease;
}

.shades-filter li:hover {
    background: #f1f1f1;
    border-color: #CCE3DE;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 10px 10px;
  list-style: none;
}

.shades-filter li:hover {
  background: #f1f1f1;
  border-color: #CCE3DE;
}


#additional_information .woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
  margin-top: 0;
  margin-bottom: 0rem;
  padding: 0 0 0 15px;
}




.product-actions_dettt .product-actions {
  max-height: 200px;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.36s ease, opacity 0.28s ease, padding 0.28s ease;
  padding: 0 0px;
}

.product-actions_dettt .qty-box {
  display: inherit;
  gap: 8px;
  align-items: center;
  margin: 12px 0 20px 0;
}

.product-actions_dettt .add-to-bag{
	background-color: #9CB5B8;
	color: #fff;
	padding: 12px 30px;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
	width: auto;
	display: inline-block;
}
		
.product-actions_dettt .add-to-bag:hover {
  background-color: #CCE3DE;
}



.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button,.wc-block-components-checkout-return-to-cart-button {
	background-color: #9CB5B8;
	color: #fff;
	padding: 12px 30px;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	display: block;
	transition: background-color 0.3s;
}

.wc-block-cart__submit-button:hover,.wc-block-components-checkout-place-order-button:hover,.wc-block-components-checkout-return-to-cart-button:hover {
background-color: #CCE3DE;	
	
}


.wc-block-components-checkout-return-to-cart-button{
	background-color: #9CB5B8;
	color: #fff !important;
	padding: 12px 30px;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	width: 100% !important;
  display: inline-block;
  padding:15px 30px !important;
}













.wc-block-components-checkout-return-to-cart-button svg {
  fill: currentColor;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 7px;
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  border: 1px solid #ddd;
  padding: 15px;
}

.woocommerce .woocommerce-customer-details address {
  min-height: 226px !important;
}


.order_details .product-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}















.woocommerce-MyAccount-navigation{
    margin-bottom:30px !important;
}

.woocommerce-MyAccount-navigation ul{
    padding-left:0px !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link{
   display:inline-block; 

}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
   display:inline-block; 
   padding:10px 10px;
   background: #ddd;
   font-weight:600;
   text-transform:capitalize !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover,.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a{
   background: #000 !important;
   color:#fff !important;
}

.woocommerce-MyAccount-content{
    
    border: 1px solid #ddd;
    padding: 30px;
}


.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 10px 16px;
  vertical-align: middle;
}


.woocommerce-Address address{
 border:1px solid #ddd !important;
  padding: 15px 20px  !important;
  box-sizing: border-box;
  margin-top:15px !important;
  min-height: 150px  !important;
}


.edit-account fieldset {
  margin-top: 45px  !important;
}






.edit-account .woocommerce-Button,.woocommerce-form-login__submit,.woocommerce-form-register__submit,.woocommerce-Button{
background-color: #9CB5B8  !important;
	color: #fff  !important;
	padding: 12px 30px  !important;
	border: none  !important;
	text-transform: uppercase  !important;
	border-radius: 0px  !important;
	font-size: 16px  !important;
	cursor: pointer  !important;
	transition: background-color 0.3s  !important;
	
}

.edit-account .woocommerce-Button:hover,.woocommerce-form-login__submit:hover,.woocommerce-form-register__submit:hover,.woocommerce-Button:hover {
    background-color: #CCE3DE  !important;
}

.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-info a.wc-forward,.woocommerce-address-fields button{
background-color: #9CB5B8  !important;
	color: #fff  !important;
	padding: 12px 30px  !important;
	border: none  !important;
	text-transform: uppercase  !important;
	border-radius: 0px  !important;
	font-size: 16px  !important;
	cursor: pointer  !important;
	transition: background-color 0.3s  !important;

}
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover,.woocommerce-MyAccount-content .woocommerce-info a.wc-forward:hover,.woocommerce-address-fields button:hover{

background-color: #CCE3DE  !important;
  
}
.woocommerce-info {
  border-top-color: #000;
}
.woocommerce-info::before {
  color: #000;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
}


.woocommerce form.register,.woocommerce-form-login {
  min-height: 380px;
}


.woocommerce-MyAccount-content form .form-row,.woocommerce-ResetPassword .form-row,.woocommerce-form-login .form-row,.woocommerce-form-register .form-row{
  padding: 3px;
  margin: 0 0 6px;
  display: block !important;
}




.ajax-loader {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #555;
    font-size: 14px;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #CCE3DE; /* green accent */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}














.mini-cart-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 360px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: right 0.4s ease;
    overflow-y: auto;
}

.mini-cart-drawer.open {
    right: 0;
}

.mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}

.close-mini-cart {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.mini-cart-content {
    padding: 16px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.mini-cart-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #555;
    font-size: 14px;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2ecc71;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}














/* Quantity box */
.qty-box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.qty-btn {
    background: #eee;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 1.2rem;
    cursor: pointer;
}
.qty-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 6px;
    font-size: 1rem;
}

/* Mini cart drawer */
.mini-cart-drawer {
    position: fixed;
    top: 0;
    right: -600px;
    width: 560px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: right 0.4s ease;
    overflow-y: auto;
}
.mini-cart-drawer.open { right: 0; }

.mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}
.close-mini-cart {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.mini-cart-content { padding: 16px; transition: opacity 0.3s ease; }
.mini-cart-loader {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #555;
    font-size: 14px;
}
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2ecc71;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* Overlay */
.mini-cart-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
    display: none;
    transition: opacity 0.3s ease;
}
.mini-cart-overlay.open { display: block; opacity: 1; }




.add-to-cart-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #2ecc71;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


#miniCart img{
height:70px;
width:auto;	
margin-right: 22px;
  margin-left: 7px;
}

#miniCart ul{
margin:0px;
padding:0px;
}

#miniCart li{
list-style:none;
margin-bottom:20px;	
}


#miniCart .remove_from_cart_button{
font-size: 30px;
  color: #f00;
}



#miniCart .wc-forward{
  background: #CCE3DE;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}









.mini-cart-drawer {
    position: fixed;
    top: 0;
    right: -600px;
    width: 560px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: right 0.4s ease;
    display: flex;
    flex-direction: column;
}

.mini-cart-drawer.open { right: 0; }

.mini-cart-header {
    padding: 16px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    position: relative;
}
.mini-cart-header h3 {
    font-size: 16px;
    margin: 0;
}
.free-shipping {
    font-size: 13px;
    color: #2ecc71;
    margin-top: 4px;
}
.close-mini-cart {
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}

.mini-cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.mini-cart-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mini-cart-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}
.item-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.item-details {
    flex: 1;
}
.item-name {
    font-weight: 600;
    font-size: 14px;
}
.item-free {
    font-size: 12px;
    color: #2ecc71;
}
.item-pricing {
    font-size: 13px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.price-old {
    text-decoration: line-through;
    color: #999;
}
.price-save {
    color: #e74c3c;
}
.item-qty {
    font-size: 12px;
    color: #666;
}

.mini-cart-footer {
    padding: 16px;
    border-top: 1px solid #eee;
    background: #fff;
}
.subtotal {
    font-weight: 600;
    margin-bottom: 10px;
}
.checkout-button {
    display: block;
    text-align: center;
    background: #CCE3DE;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
}

.checkout-button{
	background-color: #9CB5B8;
	color: #fff;
	padding: 12px 30px;
	border: none;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 16px;
	cursor: pointer;
	display: block;
	transition: background-color 0.3s;
	
}
		
.checkout-button:hover {
  background-color: #CCE3DE;
}

/* Overlay */
.mini-cart-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
    display: none;
}
.mini-cart-overlay.open { display: block; }

/* Spinner */
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #CCE3DE;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




#miniCart .widget_shopping_cart_content .woocommerce-mini-cart__total,#miniCart .widget_shopping_cart_content .woocommerce-mini-cart__buttons{
	
	display:none;
}













.devTermsPrivacy h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
}
.devTermsPrivacy h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #444;
}
.devTermsPrivacy p, .devTermsPrivacy li {
  font-size: 14px;
  margin-bottom: 8px;
}
.devTermsPrivacy ul {
  margin: 10px 0 20px 20px;
}
.devTermsPrivacy .section {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.devTermsPrivacy .cont {
  font-style: italic;
  color: #666;
  margin-top: 10px;
}

.founder-image {
  text-align: center;
	position:relative;
}

.founder-image .name2a {
  font-family: 'Eyesome Script', sans-serif;
  font-size: 40px;
  color: #333;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 15px;
  margin: 0;
  text-align: center;
  transition: transform 0.3s ease;
  font-weight: 700;
}
