/*
Theme Name: astra_child
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Child theme for the Astra theme
Template: astra
Version: 1.0.0
*/

.ast-select-options-trigger {
    top: 1em;
    display: none;
}
.ast-on-card-button.ast-onsale-card {
    display: none;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {
    left: -10px;
    top: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.pp_slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999;
}

.pp_slick-next:before,
.pp_slick-prev:before {
  display: block;
  font-size: 40px;
  line-height: 35px;
  font-family: "proxima nova";
  font-weight: bold;
  text-align: center;
  opacity: 0.75;
  color: black;
  -webkit-font-smoothing: antialiased;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.pp_slick-next {
  right: 0;
}
.pp_slick-next:before {
  content: "›";
}

.pp_slick-prev {
  left: 0;
}
.pp_slick-prev:before {
  content: "‹";
}

.section {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px;
  float: left;
}

.pp_product-item-1,
.pp_product-item-2 {
 float: left;
    position: relative;
    height: 700px;
    width: 550px;
}
.pp_product-item-1 .pp_glide__bullets,
.pp_product-item-2 .pp_glide__bullets {
  position: relative;
  height: 100%;
}
.pp_product-item-1 .pp_glide__bullets .pp_glide__bullet,
.pp_product-item-2 .pp_glide__bullets .pp_glide__bullet {
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
}
.pp_product-item-1 .pp_glide__bullets .pp_glide__bullet.pp_glide__bullet--active,
.pp_product-item-2 .pp_glide__bullets .pp_glide__bullet.pp_glide__bullet--active {
  transform: scale(0.7);
}
.pp_product-item-1 .pp_glide__bullets .pp_marker,
.pp_product-item-2 .pp_glide__bullets .pp_marker {
  position: absolute;
  width: 60px;
  height: 60px;
}
.pp_product-item-1 .pp_glide__bullets .pp_marker.pp_pin-1,
.pp_product-item-2 .pp_glide__bullets .pp_marker.pp_pin-1 {
  left: 60%;
  top: 20%;
}
.pp_product-item-1 .pp_glide__bullets .pp_marker.pp_pin-2,
.pp_product-item-2 .pp_glide__bullets .pp_marker.pp_pin-2 {
  left: 35%;
  top: 45%;
}
.pp_product-item-1 .pp_glide__bullets .pp_marker.pp_pin-3,
.pp_product-item-2 .pp_glide__bullets .pp_marker.pp_pin-3 {
  left: 60%;
  top: 60%;
}
.pp_product-item-1 .pp_glide__bullets .pp_marker.pp_pin-4,
.pp_product-item-2 .pp_glide__bullets .pp_marker.pp_pin-4 {
  left: 10%;
  top: 45%;
}
.pp_product-item-1 .pp_glide__bullets .pp_marker.pp_pin-5,
.pp_product-item-2 .pp_glide__bullets .pp_marker.pp_pin-5 {
  left: 40%;
  top: 90%;
}
.pp_product-item-1 .pp_glide__bullets .pp_marker .pp_dot,
.pp_product-item-2 .pp_glide__bullets .pp_marker .pp_dot {
  position: absolute;
  display: block;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border-radius: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  z-index: 999999999;
}
.pp_product-item-1 .pp_glide__bullets .pp_marker .pp_dot:after,
.pp_product-item-2 .pp_glide__bullets .pp_marker .pp_dot:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: -15px;
  left: -15px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
  animation: 2.5s pulse ease-in-out infinite;
}

.pp_product-item-1 {
    background: url(https://princesspurple.in/wp-content/uploads/2025/08/kk25-11-230091copyfinal_1_720x-1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.pp_product-detail {
  position: relative;
  float: left;
  width: 400px;
  padding: 30px;
  font-family: futura, helvetica, sans-serif;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.pp_product-detail .pp_glide__slides {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pp_product-detail .pp_glide__slides .pp_glide__slide {
  float: left;
}
/* .pp_product-detail .pp_glide__slides figure {
  position: relative;
  float: left;
  display: block;
  width: 280px;
} */
.pp_product-detail .pp_glide__slides figure img {
  width: 300px;
  margin: 0 auto;
}
.pp_product-detail .pp_glide__slides header {
  width: 360px;
  display: block;
  position: relative;
}
.pp_product-detail .pp_glide__slides header h1 {
    font-size: 16px;
    font-weight: 100;
    margin: 0px;
    width: 80%;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
	font-weight: 600;
}
.pp_product-detail .pp_glide__slides header span {
 font-size: 14px;
    display: block;
    margin: 0px 0;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    font-weight: 600;
    color: #8D848C;
}
.pp_product-detail .pp_glide__slides header a {
  color: black;
  text-decoration: none;
}
.pp_product-detail .pp_glide__slides header .pp_btn {
    position: relative;
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: black;
    font-size: 12px;
    /* border-radius: 100px; */
    padding: 14px 21px;
    top: 28px;
}
.pp_product-detail .pp_glide__bullets {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.pp_product-detail .pp_glide__bullets .pp_glide__bullet {
border: 0;
    width: 10px;
    height: 10px;
    background: #e8e8e8;
    border-radius: 0;
    margin-right: -5px;
    padding: 0px;
    border-radius: 100px;
    margin: 4px;
}
.pp_product-detail .pp_glide__bullets .pp_glide__bullet.glide__bullet--active {
  background: black;
}
.pp_footer_text_head{}
.pp_footer_text_head ul {margin:0}
.pp_footer_text_head ul li{    display: inline-block;
    list-style: none;}
.pp_footer_text_head ul li a{
	    margin-right: 5px;
    background: #EEE8ED;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pp_banner_ban{
   width: 100% !important;
    aspect-ratio: 1920 / 1080;
    display: flex !important;
    align-items: center !important;
	height: 100vh!important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 40px;
}
.ast-theme-transparent-header #ast-desktop-header .ast-builder-grid-row{    margin: 0rem 7rem;}
.ast-icon svg {
    fill: rgb(255 255 255);
}
.pp_rating_new_ban{}
.pp_rating_new_ban_top{    padding: 1rem 0rem;
    background: #EDE9E9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.pp_rating_new_ban_top .ue_title{padding-left: 8.6rem;}
.pp_rating_new_ban_top .uc_stars{margin-top: 0px!important;
    color: #F1C644!important;
    font-size: 12px!important;}
.pp_rating_new_ban_top .ue_rate{padding:1px}
.pp_rating_new_ban .ue-image img{ position: relative;
    margin-top: -30px;
    margin-left: 2rem;
	border: solid 3px #FAF9F8;}
.pp_rating_new_ban .ue_subtitle {
    margin: 1rem 1rem 0rem!important;
}
.pp_rating_new_ban .ue-text {
    margin: 0rem 1rem !important;
}
.pp_hm_pro_ban{}
.pp_hm_pro_ban .eael-woo-product-carousel-container.preset-2 .eael-product-carousel:hover .image-wrap a{opacity:1}
.theme-astra .pp_hm_pro_ban .eael-woo-product-carousel-container.preset-2 .eael-product-carousel .product-overlay-content, .theme-astra .eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-overlay-content{z-index:20}
.theme-astra .pp_hm_pro_ban .eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-title a h2, .eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-excerpt h2{
	    background-color: rgb(255, 255, 255);
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    fill: rgb(2, 0, 2);
    color: rgb(2, 0, 2);
    border-radius: 100px;
    padding: 16px 44px;
    height: 50px;
    width: fit-content;
    display: block;
    text-align: center;
    margin-right: auto;
	margin-left:auto;
}
.pp_tab_pro_list div.product p.stock{display:none}
 .eael-woo-product-carousel-container.preset-1 .product-details-wrap{display:block!important}
.pp_tab_pro_list .eael-woo-product-carousel-container.preset-1 .product-details-wrap .eael-product-price {
    width: auto;
    text-align: left;
    color: #597dfc;
    margin-top: 10px;
}
.pp_our_story_ban{}
#secondary h2 {
    font-size: 16px;
    border-bottom: solid 1px #c6c1c5;
    padding-bottom: 6px;
    margin-top: 2rem;
    font-weight: 600;
}
#secondary h2:after{content: '';
    border-bottom: solid 2px #000000;
    display: block;
    width: 15%;
    top: 7px;
    position: relative;}
.pp_testi_ban .ue_date{
	margin-left: 16px;
}
.pp_testi_ban .ue_date img {
    display: inline-block!important;
    width: auto!important;
    vertical-align: middle;
    padding-bottom: 5px;
}
.header-wishlist-link{position:relative}
.header-wishlist-link span{
border-radius: 50px;
    background-color: #000000;
    position: absolute;
    top: -10px;
    right: -12px;
    font-weight: bold;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    font-size: 11px;
    padding-left: 0px;
    padding-right: 2px;
    line-height: 17px;
    letter-spacing: -.5px;
    height: 18px;
    min-width: 18px;
    border-radius: 99px;
    text-align: center;
    color: #fff;}
.header-wishlist-link i {
 font-style:normal;
	font-family: 'Font Awesome 5 Free';
  color: #fff; /* heart color */
}
.fa-heart:before {
    content: "\f004";
}

/* single page start */
.single-product.woocommerce-js div.product .product_title {
    font-size: 24px;
}
.single-product.woocommerce-js div.product p.price, .woocommerce-js div.product span.price {
    margin: 20px 0 .6em;
    display: block;
	font-weight:800;
}
.woocommerce-js div.product form.cart div.quantity{border: 1px solid #d7cfcf;}
.woocommerce-js .quantity .minus, .woocommerce-js .quantity .plus{border: 1px solid #e6e6e600;}
.woocommerce-js form .form-row textarea, .woocommerce-js input[type=email], .woocommerce-js input[type=number], .woocommerce-js input[type=password], .woocommerce-js input[type=reset], .woocommerce-js input[type=search], .woocommerce-js input[type=tel], .woocommerce-js input[type=text], .woocommerce-js input[type=url], .woocommerce-js textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type=email], .woocommerce-page input[type=number], .woocommerce-page input[type=password], .woocommerce-page input[type=reset], .woocommerce-page input[type=search], .woocommerce-page input[type=tel], .woocommerce-page input[type=text], .woocommerce-page input[type=url], .woocommerce-page textarea{border-color: #ffffff;    height: 46px;}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  border-radius: 0px;
    padding: 18px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}
.woocommerce-js div.product form.cart .variations {
	border-bottom: 1px solid #dcdfe0;}
.woocommerce-js div.product .woocommerce-tabs ul.tabs::after {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0px;
    left: 0;
    border-bottom:1px solid #dee2e6;
    z-index: 1;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs::before {display:none!important}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active::before {bottom: -10px;top: auto;}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .color-variable-item.variable-item:not(.radio-variable-item) {

    padding: 1px;

}
.woocommerce-js div.product .woocommerce-tabs ul.tabs{padding-bottom: 10px;}
.woocommerce-js div.product p.ast-stock-detail .ast-stock-avail, .woocommerce-js div.product p.stock .ast-stock-avail{display:none}
.woocommerce-js div.product .stock:before {
    content: '';
    background: #DFA4D6;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 4px #dfa4d654;
}
.woocommerce-js div.product .stock {
    color: #808080;
	margin-left: 6px;
}
.woocommerce-js div.product div.summary .woocommerce-product-details__short-description :last-child{
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #494949;
}
.wp-singular.woocommerce .star-rating, .wp-singular.woocommerce .comment-form-rating .stars a, .wp-singular.woocommerce .star-rating::before {
    color: #070707;
	
}
.wp-singular.woocommerce .star-rating {
    width: calc( 6.4em + 5px );
    letter-spacing: 3px;
	font-size: 12px;
	margin: 0.7em 0px 0 0;
}
a.woocommerce-review-link {
    color: #717171;
    font-size: 14px;
    vertical-align: super;
}
.single-product.woocommerce-js div.product p.price, .woocommerce-js div.product span.price {
	margin: 0px 0 .6em;}
.woocommerce-product-details__short-description {
    border-top: 1px solid rgb(51 51 51 / 15%);
    padding-top: 1rem;
}
.ast-single-product-payments{padding:15px 0px 0;border: 1px solid #01010100;}
.ast-single-product-payments ul{justify-content: start;}
.ast-single-product-payments legend {
    padding: 6px 0px 0px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
	text-align: left;text-transform: uppercase;}
.ast-single-product-payments ul li{margin:0 1.3em 0.5em 0em}
.woocommerce-js div.product .product_meta
 {
	 border-top: 1px solid #dcdfe0;}
.variable-item-span-button{overflow: inherit!important;
    font-size: 12px;}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item) {
    border-radius: 0;
}
.woo-variation-swatches .variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock)
 {
    background-color: #000000;
    color: var(--wvs-selected-item-text-color, #000);
    color: #fff;
}
.woocommerce-js div.product p.ast-stock-detail, .woocommerce-js div.product p.stock {
    font-size: 14px;
}
.woocommerce-variation-availability {
    display: none;
}
.woocommerce-js div.product .product_meta>span{
    display: block;
    margin-right: 15px;
    align-items: center;
    font-weight: 600;
    text-decoration: inherit;
    font-size: 12px;
    text-transform: uppercase;color: #343434;}
.woocommerce-js div.product .product_meta>span>* {
    font-weight: 400;
    color: #717171;
    padding-left: 6px;
	text-transform: capitalize;
}
.single-product.woocommerce-js .yith-wcwl-add-to-wishlist-button{
	color: #020002;
    text-transform: uppercase;
    border-color: #ffffff;
    background-color: #ffffff;
	font-weight: 900;
	padding:0px;
}
button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button-over-image.yith-wcwl-add-to-wishlist-button-over-image--top-left {
    border-color: transparent;
    background-color: transparent;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a{    font-weight: 300;color:#000}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a:focus{outline:transparent}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a), .woocommerce-js .woocommerce-product-details__short-description a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #615c5c;
}
.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta, .woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta {
    order: 1;
    width: 100%;
    font-size: 14px;
    margin-bottom: .4em;
    color: #000000;
}
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1.7em;
    font-size: 12px;
    text-transform: capitalize;
    color: #808080;
}
.woocommerce-js #reviews #comments ol.commentlist li img.avatar{
	padding: 0;
    height: 2.6em;
    width: 2.6em;
}
.woocommerce-js #reviews #review_form #respond #comment {
    border: none;
    height: 80px;
    border-bottom: solid 1px #808080;
}
.woocommerce-js .comment-reply-title
 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
.woocommerce-js #reviews .comment-form-comment label, .woocommerce-js #reviews .comment-form-rating label{    font-size: 14px;}
.woocommerce-js #reviews .comment-form-rating .stars a {
    position: relative;
    top: 2px;
   height: 1em;
    width: 1em;
    color: #a25a97;
}
.woocommerce-js #reviews #comments ol.commentlist li{border-bottom: 1px solid #dee2e6;}
.woocommerce-js #reviews .comment-form-rating .stars a:before {
    height: 1em;
    width: 1em;
    font-size: 12px;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
    margin-bottom: 1.6em;
    font-size: 14px;
    line-height: 28px;
    color: #373535;
}
.woocommerce-js .related.products h2 {
    margin-bottom: .7em;
    border-bottom: solid 1px #dee2e6;
    padding-bottom: 10px;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}
.woocommerce-js .related.products .woocommerce-loop-product__title{border:none}
.woocommerce-js #review_form #respond .form-submit input {
    left: auto;
    border-radius: 0px;
    padding: 16px 34px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}
.woocommerce-js ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    border-radius: 0px;
    padding: 14px 18px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: lighter;
}
.woocommerce-js .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select:focus {    outline-color: transparent;
    border-style: solid;}
.woocommerce-js .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    background-color: #ffffff;
    border: #000000;
    outline: 0;
    border: solid 1px;
    padding: 8px !important;
    height: 44px;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}
.yes-js.js_active .single-product.ast-plain-container.ast-single-post #primary{    margin: 4em 0;}
/* Single page end */
/* cart page start */
.woocommerce-cart header.entry-header .post-thumb img, .ast-single-post-featured-section.post-thumb img {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
	height: 250px;
}

.woocommerce-cart.ast-single-post .entry-content a, .woocommerce-cart.ast-comment-content a:not(.ast-comment-edit-reply-wrap a), .woocommerce-cart.woocommerce-js .woocommerce-product-details__short-description a{color:#fff}
/* cart page end */
.yes-js.js_active .ast-plain-container.ast-single-post #primary{margin: 0;}



.page-hero {
  position: relative;
  text-align: center;
  overflow: hidden;

}

.page-hero img {
  width: 100%;
  height: 250px; /* adjust */
  object-fit: cover;
  filter: brightness(70%); /* darken image for text contrast */
}

.page-hero-title {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
    padding-top: 10px;
}
.ast-no-sidebar .site-content .ast-article-image-container--wide{display: none;}
.home .page-hero{display:none}

.elementor-5 .pp_banner_ban .elementor-element.elementor-element-fcab784{position:relative;margin-bottom:-10rem;z-index:1}
.page-hero + .ast-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.woocommerce-js form .form-row textarea, .woocommerce-js input[type=email], .woocommerce-js input[type=number], .woocommerce-js input[type=password], .woocommerce-js input[type=reset], .woocommerce-js input[type=search], .woocommerce-js input[type=tel], .woocommerce-js input[type=text], .woocommerce-js input[type=url], .woocommerce-js textarea, .woocommerce-page form .form-row textarea, .woocommerce-page input[type=email], .woocommerce-page input[type=number], .woocommerce-page input[type=password], .woocommerce-page input[type=reset], .woocommerce-page input[type=search], .woocommerce-page input[type=tel], .woocommerce-page input[type=text], .woocommerce-page input[type=url], .woocommerce-page textarea
 {
	 border-color: #dedede;}
input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, .wp-block-search__input:focus, [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus, .woocommerce-ordering select.orderby:focus, #ast-scroll-top:focus, #coupon_code:focus, .woocommerce-page #comment:focus, .woocommerce #reviews #respond input#submit:focus, .woocommerce a.add_to_cart_button:focus, .woocommerce .button.single_add_to_cart_button:focus, .woocommerce .woocommerce-cart-form button:focus, .woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus, .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce #order_comments:focus, .woocommerce #place_order:focus, .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce .woocommerce-MyAccount-content form button:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus, .woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus, body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus, #ast-coupon-code:focus, .woocommerce.woocommerce-js .quantity input[type=number]:focus, .woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus, .woocommerce p#ast-coupon-trigger:focus{border-style: solid;}
.ast-search-menu-icon.slide-search a:focus-visible:focus-visible, .astra-search-icon:focus-visible, #close:focus-visible, a:focus-visible, .ast-menu-toggle:focus-visible, .site .skip-link:focus-visible, .wp-block-loginout input:focus-visible, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, .ast-header-navigation-arrow:focus-visible, .woocommerce .wc-proceed-to-checkout > .checkout-button:focus-visible, .woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible, .ast-orders-table__row .ast-orders-table__cell:focus-visible, .woocommerce .woocommerce-order-details .order-again > .button:focus-visible, .woocommerce .woocommerce-message a.button.wc-forward:focus-visible, .woocommerce #minus_qty:focus-visible, .woocommerce #plus_qty:focus-visible, a#ast-apply-coupon:focus-visible, .woocommerce .woocommerce-info a:focus-visible, .woocommerce .astra-shop-summary-wrap a:focus-visible, .woocommerce a.wc-forward:focus-visible, #ast-apply-coupon:focus-visible, .woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible, #close:focus-visible, .button.search-submit:focus-visible, #search_submit:focus, .normal-search:focus-visible, .ast-header-account-wrap:focus-visible, .woocommerce .ast-on-card-button.ast-quick-view-trigger:focus, .astra-cart-drawer-close:focus, .ast-single-variation:focus, .ast-woocommerce-product-gallery__image:focus, .ast-button:focus{outline-style: none;}

/* slide cart css */
.astra-cart-drawer .astra-cart-drawer-header{    padding: 1.50em 1.34rem;    max-height: initial;    border-bottom: 1px solid #dedede;}
.woocommerce-js .widget_shopping_cart .cart_list li, .woocommerce-js .widget_shopping_cart li, .woocommerce-js ul.product_list_widget .cart_list li, .woocommerce-js ul.product_list_widget li{border-bottom: 1px solid #dedede;}
.woocommerce-mini-cart__buttons a{
	border-radius: 2px !important;
    text-transform: capitalize;
    padding: 14px 20px !important;
    font-size: 16px !important;
    letter-spacing: 0.5px;
}

/* whistlist page */
.wishlist_table thead tr th, .wishlist_table tfoot td td, .widget_yith-wcwl-lists ul.dropdown li.current a, .widget_yith-wcwl-lists ul.dropdown li a:hover, .selectBox-dropdown-menu.selectBox-options li.selectBox-selected a, .selectBox-dropdown-menu.selectBox-options li.selectBox-hover a {
    background: #020002;color: #fff;
}
.wishlist_table .product-add-to-cart a.button {
    padding: 12px 20px !important;
    display: inline-flex !important;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.header-wishlist-link svg.yith-wcwl-icon-svg {
    width: 28px;
    height: 28px;
    color: #ffffff;
}
.header-wishlist-link span{
	top: -13px;
    right: -10px;
}
.yith-wcwl-share a {
        padding: 12px !important;
    border-radius: 2px !important;
    color: #ffffff !important;
}
@media only screen and (max-width: 768px) { 
	
	.elementor-5 .pp_banner_ban .elementor-element.elementor-element-fcab784{margin-bottom: -3.5rem;}
	.elementor-5 .pp_banner_ban .elementor-element.elementor-element-fcab784 .elementor-heading-title
 {
     font-size: 48px;
        line-height: 1.2em;
        font-family: "Yeseva One", sans-serif;
        color: #fff;
        text-transform: uppercase;
        text-shadow: none;
    }
	.pp_product-item-1, .pp_product-item-2{    width: 100%;}
	.section {
    margin: 0px;
    padding: 20px;
}
	.pp_product-detail{width:100%}
	.pp_product-detail .pp_glide__slides header {
		width: 100%;}
	.pp_product-detail .pp_glide__slides header h1{width: 100%;}
/* 	.pp_product-detail .pp_glide__slides header span{    padding-left: 0px;} */
	.pp_product-detail .pp_glide__slides header .pp_btn {
font-size: 12px;
        border-radius: 0;
        padding: 12px 20px;
        display: block;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
}
.pp_product-item-1, .pp_product-item-2{height:440px}
}
