/* Custom styling for Custom website */

html,body {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}
body {
	overflow-y:hidden;
}
.elementor-location-header {
	position:relative;
}
.cat-hover-show {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.cat-card-box:hover .cat-hover-show {
  max-height: 200px;
}
.cat-card-box:hover{
  padding-bottom: 25px;
}
.cat-card-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cat-hover-preview{
position:fixed;
width:120px;
height:120px;
border-radius:50%;
background-size:cover;
background-position:center;
pointer-events:none;
transform:translate(-50%,-50%) scale(.9);
opacity:0;
transition:opacity .25s ease, transform .25s ease;
z-index:9999;
}
.cat-hover-preview.show{
opacity:1;
transform:translate(-50%,-50%) scale(1);
}
.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar, .elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar {
    width: 40% !important;
    top: 450px !important;
    left: 500px !important;
}
.page-id-82 a.elementor-post__read-more {
    background: #0198AD;
    padding: 13px 40px 13px 40px;
    border-radius: 50px;
}
.page-id-82 a.elementor-post__read-more:hover {
    background: #04635B;
}
.blog-pagination span.page-numbers.current{
	background: #0198AD;
	border: 1px solid #0198AD;
    border-radius: 100px;
	color: white !important;
    padding: 13px 21px 13px 21px;
}
.blog-pagination .page-numbers {
    background: transparent;
	border: 1px solid black;
    border-radius: 100px;
    padding: 13px 21px 13px 21px;
	color: black !important;
}
.blog-pagination .page-numbers:hover {
	background: #0198AD;
	border: 1px solid white;
	color: white !important;
}


.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-radius: 50px 50px 0px 0px !important;

}






.custom-qty-btn .single_add_to_cart_button::before {
    content: "";
    display: inline-block;
    width: 24px; 
    height: 24px;
    margin-right: 8px;
    background-image: url('https://coastragdolls.wpenginepowered.com/wp-content/uploads/2026/03/Frame-19.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.woocommerce .woocommerce-ordering select {
    border-radius: 50px;

}








.woocommerce.widget_product_categories h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;  /* underline hata di */
  margin-bottom: 20px;
}

.product-categories .cat-item a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  /* baaki CSS same rahega */
}

.woocommerce.widget_product_categories h5 {
  font-size: 22px;
  font-weight: 600;
color: #000;
  margin-bottom: 20px;
}

.product-categories {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-categories .cat-item a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 14px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  background: transparent;
}

.product-categories .cat-item a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 5px;
  border: 2px solid #7dd8e0;
  background: #fff;
  transition: all 0.2s ease;
}

.product-categories .cat-item a:hover,
.product-categories .cat-item.current-cat a {
  background: #fff;
  border-color: #00bcd4;
  color: #007a8a;
  box-shadow: 0 2px 12px rgba(0,188,212,0.13);
}

.product-categories .cat-item.current-cat a::before {
  background: #00bcd4;
  border-color: #00bcd4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 10l4 4 8-8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}



/* Main Box */
.woocommerce .widget_price_filter {

    font-family: 'Poppins', sans-serif;
}

/* Title */
.woocommerce .widget_price_filter h5,
.woocommerce .widget_price_filter .widget-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 15px;
}

/* Slider Track */
.woocommerce .price_slider_wrapper .ui-widget-content {
    background: #cfd8dc;
    height: 6px;
    border-radius: 10px;
    border: none;
}

/* Active Range */
.woocommerce .price_slider_wrapper .ui-slider-range {
    background: #04635B !important; /* teal color */
    border-radius: 10px;
}

/* Handles */
.woocommerce .price_slider_wrapper .ui-slider-handle {
    background: white !important;
    border: 3px solid #0f766e;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: -6px;
    cursor: pointer;
}

/* Price Text */
.woocommerce .price_label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

/* Button */
.woocommerce .widget_price_filter .button {
    background: #0f766e;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
 
    transition: 0.3s ease;
}

/* Button Hover */
.woocommerce .widget_price_filter .button:hover {
    background: #0b5e57;
    color: white !important;
}

/* Align button & price nicely */
.woocommerce .price_slider_amount {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}



/* Price ko upar rakho */
.woocommerce .price_slider_amount .price_label {
    order: 1;
    margin-bottom: 10px;
}

/* Button ko neeche bhejo */
.woocommerce .price_slider_amount .button {
    order: 2;
}




nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
nav.woocommerce-pagination ul.page-numbers .next.page-numbers,
nav.woocommerce-pagination ul.page-numbers .prev.page-numbers {
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: #444;
  width: 32px;
}

nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.woocommerce-pagination ul.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.woocommerce-pagination ul.page-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid #ccc;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

nav.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background-color: #2fa8a8;
  border-color: #2fa8a8;
  color: #fff;
}

nav.woocommerce-pagination ul.page-numbers .page-numbers:hover:not(.current) {
  border-color: #2fa8a8;
  color: #2fa8a8;
}

nav.woocommerce-pagination ul.page-numbers .next.page-numbers,
nav.woocommerce-pagination ul.page-numbers .prev.page-numbers {
  border: none;
  font-size: 18px;
  color: #444;
  width: 32px;
}

nav.woocommerce-pagination ul.page-numbers .next.page-numbers:hover,
nav.woocommerce-pagination ul.page-numbers .prev.page-numbers:hover {
  color: #2fa8a8;
}

.woocommerce-message {
    border-top-color: #0198ad;
    font-family: 'Poppins';
    font-weight: 500;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    background: #0d93a6;
    color: white;
    float: right;
    padding: 15px 35px 15px 35px;
    border-radius: 50px;
}
.woocommerce-message::before {
    content: "\e015";
    color: #089ab2;
}
.woocommerce-message {
    border-top-color: #0198ad;
}