/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*--- custom Style ----*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap");

.custom-item .elementor-menu-cart__toggle_button {
    background-image: none;
}

.change-color {
    background-color: #f8f8f7 !important;
}

.border-style {
    position: relative;
}
.border-style:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 1px;
    position: absolute;
    background-image: linear-gradient(#133146, #ffffff);
}

.border-style:before {
    content: "";
    top: 0;
    left: 0;
    width: 4px;
    background: #133146;
    position: absolute;
    height: 100px;
}

#timeline-style.timeline-style .wpr-icon {
    left: 0;
    transform: translate(0, -50%);
}

#timeline-style.timeline-style .wpr-icon svg {
    fill: #505f6d;
}

#timeline-style.timeline-style .wpr-description {
    padding-left: 0;
    padding-right: 0;
}
#timeline-style.timeline-style:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border-top: 1px dashed #505f6d;
    margin-left: -15px;
    margin-right: -15px;
}

#timeline-style.timeline-style .wpr-story-info {
    background-color: transparent !important;
}

.journey-loop {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 56px;
}

.inner-box {
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.inner-box figure {
    height: 150px;
}

.inner-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-box figcaption {
    background: #f8f8f7;
}
.inner-box figcaption div {
    border-bottom: 1px solid rgba(20, 20, 42, 0.04);
    padding: 6px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-box figcaption div:last-child {
    border-bottom: none;
}

.inner-box figcaption div span {
    font-size: 16px;
}

.inner-box figcaption div span:first-child {
    color: #7d7e91;
}

.journey-loop .swiper-button-next,
.journey-loop .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #133146;
    color: #fff;
    border-radius: 50%;
}

.journey-loop .swiper-button-next:after,
.journey-loop .swiper-button-prev:after {
    font-size: 17px;
}

.journey-loop .swiper-button-next {
    right: 3px;
}

.journey-loop .swiper-button-prev {
    left: 3px;
}

.lpn-content-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.lpn-left {
    position: relative;
    display: flex;
    justify-content: center;
    width: 40%;
    padding: 60px 0;
}

.lpn-right {
    display: flex;
    width: 60%;
}

.lpn-thumb-swiper {
    height: 230px;
}

.lpn-main-swiper {
    height: 230px;
}

.lpn-thumb-swiper .swiper-slide {
    height: auto;
}

.lpn-thumb-swiper .swiper-slide:last-child {
    margin-bottom: 0px;
}

.lpn-thumb-swiper .img-content {
    display: flex;
    align-items: center;
    width: 140px;
    height: 100%;
}

.lpn-thumb-swiper .img-content img {
    width: 100%;
    max-width: 100%;
    filter: brightness(0.5);
}

.lpn-thumb-swiper .swiper-slide-thumb-active .img-content img {
    filter: brightness(0);
}

.lpn-main-swiper .text-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.lpn-main-swiper .text-content p {
    font-size: 31px;
    color: #133146;
    max-width: 671px;
    margin: 0;
}

.lpn-left .swiper-button-prev::after,
.lpn-left .swiper-button-next::after {
    display: none;
}

.lpn-left .swiper-button-prev,
.lpn-left .swiper-button-next {
    width: 24px;
    height: 24px;
    z-index: 9;
}

.lpn-left .swiper-button-prev {
    top: 0;
    left: calc(50% - 12px);
    right: auto;
    bottom: auto;
    margin-top: 0;
}

.lpn-left .swiper-button-next {
    top: auto;
    bottom: 0;
    left: calc(50% - 12px);
    right: auto;
}

/*.influence_card {
    overflow: hidden;
}
.influence_card .card__content {
    float: left;
}
.influence_card .card__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.influence_card .card__aside {
    float: left;
}
.influence_card .card__aside img {
    display: block;
    max-width: 100%;
}*/

.influencer-swiper .swiper-button-next,
.influencer-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #133146;
    color: #fff;
    border-radius: 50%;
}

.influencer-swiper .swiper-button-next:after,
.influencer-swiper .swiper-button-prev:after {
    font-size: 17px;
}
.influencer-swiper .swiper-button-next {
    right: 3px;
}
.influencer-swiper .swiper-button-prev {
    left: 3px;
}
.influencer-swiper {
    height: 388px;
}
.influencer-swiper .content-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.influencer-swiper .content-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 0 56px;
}
.influencer-swiper .content-left .img-wrap {
    width: 100%;
    height: 100%;
}
.influencer-swiper .content-left .img-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.influencer-swiper .content-right {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: 0 53px;
}
.influencer-swiper .content-right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, #133146, #ffffff);
}
.influencer-swiper .video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 10px;
    overflow: hidden;
}
.influencer-swiper .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#process-steps-style.timeline-style:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border-top: 1px dashed #505f6d;
    margin-left: -15px;
    margin-right: -15px;
}

.the-hairy-hair-product-desc-p p {
    margin-bottom: 11px;
}

.border-style-class .swiper-slide {
    position: relative;
}

.border-style-class .swiper-slide::after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 1px;
    position: absolute;
    background-image: linear-gradient(#133146, #ffffff);
}
.border-style-class .swiper-slide::before {
    content: "";
    top: 0;
    left: 0;
    width: 4px;
    background: #133146;
    position: absolute;
    height: 100px;
}

.remove-border-newstyle .swiper-slide:before,
.remove-border-newstyle .swiper-slide:after {
    display: none;
}

.simple-slider-style .swiper-slide:before,
.simple-slider-style .swiper-slide:after {
    display: none;
}

.simple-slider-style .swiper-slide .elementor-testimonial__cite {
    margin-top: 8px;
}

.border-style-class .elementor-swiper-button {
    align-items: center;
    justify-content: center;
    background: #133146;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.border-style-class {
}

#custom-style .swiper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 17px;
}

#custom-style .swiper .elementor-swiper-button {
    position: static;
    transform: translateY(0);
    margin-top: 34px;
    margin-left: 10px;
    margin-right: 10px;
}

.remove-border-newstyle .swiper-slide .elementor-testimonial__text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remove-border-newstyle .swiper-slide .elementor-testimonial__text:before {
    content: "";
    background: url("/staging/wp-content/uploads/2024/09/teth.svg");
    width: 30px;
    display: inline-block;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.remove-border-newstyle .swiper-slide .elementor-testimonial__cite {
    margin-top: 8px;
}

/*---footer newsletter----*/

.news-wrap p {
    margin-bottom: 0;
}
.news-wrap .input-field {
    height: 50px;
    border: none;
    margin-bottom: 8px;
}
.news-wrap .footer-btm {
    border-radius: 0;
    width: 100%;
}
.heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}
.heading-wrap h2 {
    margin-bottom: 0;
    font-size: 33px;
}
.heading-wrap a {
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    background-image: linear-gradient(42deg, #f3812a 0%, #f6954b 96%);
    border-radius: 37px 37px 37px 37px;
    color: #fff;
    text-decoration: none !important;
    padding: 13px 38px;
    display: flex;
    align-items: center;
}
.heading-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
    background-image: linear-gradient(180deg, #468ca3 0%, #468ca3 100%);
    border-color: #133146;
}
.heading-wrap a span {
    line-height: 13px;
    margin-left: 9px;
}

.post-list {
    padding: 0 !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(283px, 1fr));
    gap: 18px;
    list-style: none;
}

.post-list li {
    background: #f8f8f7;
    border-radius: 16px;
}

.post-list li figcaption {
    padding: 20px 17px;
    min-height: 100px;
}
.post-list li a {
    text-decoration: none !important;
}

.post-list li figcaption h2 {
    text-decoration: none !important;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.category-section {
    margin-bottom: 100px;
}

.top-categories-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0 !important;
}
.top-categories-list li {
    margin-right: 14px;
    margin-bottom: 6px;
}
.top-categories-list li:last-child {
    margin-right: 0;
}
.top-categories-list li a {
    text-decoration: none !important;
    background: rgba(217, 217, 217, 19%);
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    padding: 9px 14px;
    display: inline-block;
}
.top-categories-list li a:hover {
    color: #fff;
    background-image: linear-gradient(42deg, #f3812a 0%, #f6954b 96%);
    border-color: #f6954b;
}

.archive-page-filter-wrapper form {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.search-wrapper {
    display: flex;
    flex-direction: column;
    background: rgba(217, 217, 217, 19%);
    border: 1px solid #d9d9d9;
    border-radius: 17px;
    padding: 7px 22px;
    margin-right: 20px;
    flex: 1;
}

.search-wrapper .label {
    font-size: 15px;
    color: #000;
    font-family: "Altone Regular", Sans-serif;
}

.search-wrapper .input-wrap {
    display: flex;
    flex-direction: row;
}

.search-wrapper input {
    font-family: "Altone Regular", Sans-serif;
    font-size: 14px;
    color: #000;
    line-height: normal;
    height: auto;
    border: none !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 6px 7px !important;
}

.search-wrapper .search-button {
    color: #f3812a;
    background-image: none !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
}

.select-wrapper {
    background: rgba(217, 217, 217, 19%);
    border: 1px solid #d9d9d9;
    border-radius: 17px;
    padding: 7px 22px;
}

.select-wrapper .label {
    font-size: 15px;
    color: #000;
    font-family: "Altone Regular", Sans-serif;
}

.select-style {
    border: none;
    background-color: transparent !important;
    padding: 6px 7px !important;
    font-size: 14px;
    height: auto;
    font-family: "Altone Regular", Sans-serif;
    color: #000;
}

.custom-grid-style .elementor-post__card .elementor-post__thumbnail__link {
    margin-bottom: 0;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    font-family: "Altone Regular", Sans-serif;
    flex-wrap: wrap;
}

.breadcrumb a {
    margin-right: 4px;
    margin-left: 4px;
    color: #f3812a;
}
.breadcrumb span {
    margin-right: 4px;
    margin-left: 4px;
}

.custom-styling {
    position: sticky;
    top: 100px;
}

.custom-styling .elementor-toc__list-wrapper {
    padding: 0;
    margin: 0;
}

.custom-styling .elementor-toc__list-item-text-wrapper {
    align-items: flex-start;
    display: flex;
}

.content-part-styling .elementor-widget-container p {
    margin-bottom: 17px;
}

.content-part-styling .elementor-widget-container h3,
.content-part-styling .elementor-widget-container h4,
h5 {
    font-family: "Altone Medium", Sans-serif;
    font-size: 22px;
}

/*----custom tab jquery----*/
.book-posts {
    margin-bottom: 79px;
}

.book-content {
    display: none;
    padding: 19px 21px 0;
    border-top: 1px solid #d9d9d9;
}

.book-content p {
    font-size: 16px;
    /*font-family: "Altone Normal", Sans-serif;*/
    font-family: "Altone Regular", Sans-serif;
}

.book-item {
    background: #efefed;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    margin-bottom: 20px;
}

.book-item.show {
    background: #e5f1f4;
}

.book-item h3 {
    margin-bottom: 0;
    font-family: "Altone Medium", Sans-serif;
    font-size: 18px !important;
    font-weight: inherit !important;
    /*    font-family: "Altone Normal", Sans-serif;*/
}
.tab-heading {
    padding: 19px 21px;
    position: relative;
    cursor: pointer;
}

.tab-heading:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    transition: all 0.3s ease;
    font-size: 24px;
    color: #133146;
    font-family: "Altone Normal", Sans-serif;
}

.tab-heading.active:after {
    content: "-";
}
.accordion-answer {
    padding: 18px 0 0;
}
.accordion-answer {
    display: none;
}

.accordion-heaading {
    cursor: pointer;
    position: relative;
    padding: 12px 0;
}
.accordion-heaading:after {
    content: "\f078";
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-heaading.active:after {
    transform: rotate(180deg) translateY(50%);
}

.accordion-question {
    font-family: "Altone Medium", Sans-serif !important;
    font-size: 18px;
}

.accordion-answer p {
    font-size: 16px;
    /*font-family: "Altone Normal", Sans-serif;*/
    font-family: "Altone Regular", Sans-serif;
    margin-bottom: 25px;
}

/*--- Get started Pge Design----*/

.wpr-forms-container .wpcf7-date {
    width: 100% !important;
}

.form-flex-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.half-grid {
    width: 100%;
    max-width: 50%;
    flex: 0 0 1;
    position: relative;
    margin-bottom: 38px;
    padding: 0 10px;
}

.half-grid label {
    font-size: 13px;
    font-family: "Altone Regular", Sans-serif;
    color: #adadad;
    padding: 0 12px;
    position: absolute;
    /*     top: 28%; */
    top: 24px;
    left: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
    transform: translateY(-50%);
}
.half-grid.floating-label-except label {
    left: 120px;
}

.half-grid label.active {
    top: 0%;
    left: 25px;
    transform: translateY(-50%);
    display: inline-block;
    width: auto;
    background: #f6f6f6;
    padding: 0 6px;
}

.get-form #custom-form-change .step-input {
    height: 50px !important;
    background: rgba(217, 217, 217, 0.19);
    border: 1px solid #d9d9d9;
    border-radius: 13px !important;
    width: 100% !important;
}

.step-input {
    height: 50px !important;
    background: rgba(217, 217, 217, 0.19) !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 13px !important;
    width: 100% !important;
    font-size: 14px !important;
}

.get-form .half-grid,
.get-form .full-area {
    padding: 0 10px;
}
.get-form .step-textarea {
    background: rgba(217, 217, 217, 0.19);
    border: 1px solid #d9d9d9;
    border-radius: 13px !important;
    height: 100px !important;
    width: 100% !important;
}
.get-form .full-area {
    width: 100%;
}

.radio-style label span.wpcf7-list-item-label {
    position: relative;
    background: rgba(217, 217, 217, 19%) !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 20px !important;
    padding: 6px 21px;
}
.radio-style label span.wpcf7-list-item-label:before {
    display: none !important;
}
.radio-style.radio-style-image label span.wpcf7-list-item-label:before {
    content: "" !important;
    display: block !important;
}

.radio-style label input:checked ~ span.wpcf7-list-item-label {
    background: #f6954b !important;
    border-color: #f3812a !important;
    color: #fff !important;
}

.full-width {
    width: 100%;
    margin-bottom: 32px;
}
.form-group:last-child .full-width {
    margin-bottom: 20px;
}

.full-width h3 {
    font-size: 21px;
    font-family: "Altone Regular" !important;
    margin-bottom: 19px;
}

.centeralign {
    text-align: center;
}

.radio-style.radio-style-image {
    display: flex;
    justify-content: center;
}
.radio-style.radio-style-image .wpcf7-list-item span.wpcf7-list-item-label {
    width: 165px;
    height: 189px;
    background: rgba(217, 217, 217, 0.19);
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.radio-style .wpcf7-list-item {
    margin-bottom: 10px;
}

.radio-style.radio-style-image .wpcf7-list-item:nth-child(1) span.wpcf7-list-item-label:before {
    display: block !important;
    content: "";

    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2024/09/first.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 129px !important;
    position: static !important;
    background-position: center;
    color: transparent !important;
    border: none;
    width: 165px !important;
    background-color: transparent !important;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 18px;
}

.radio-style.radio-style-image span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2024/09/second.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 129px !important;
    position: static !important;
    background-position: center;
    color: transparent !important;
    border: none;
    width: 165px !important;
    background-color: transparent !important;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 18px;
}

.radio-style.radio-style-image span.wpcf7-list-item:nth-child(3) span.wpcf7-list-item-label:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2024/09/third.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 129px !important;
    position: static !important;
    background-position: center;
    color: transparent !important;
    border: none;
    width: 165px !important;
    background-color: transparent !important;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 18px;
}

.radio-style.radio-style-image span.wpcf7-list-item:nth-child(4) span.wpcf7-list-item-label:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2024/09/fourth.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 129px !important;
    position: static !important;
    background-position: center;
    color: transparent !important;
    border: none;
    width: 165px !important;
    background-color: transparent !important;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 18px;
}

.radio-style.radio-style-image label input:checked ~ span.wpcf7-list-item-label {
    border-color: #f3812a !important;
    background: rgba(217, 217, 217, 0.19) !important;
    color: #000 !important;
}

.title-place {
    padding: 0 10px;
    margin-bottom: 40px;
}

.title-place h3 {
    font-size: 20px;
    font-family: "Altone Regular" !important;
    margin-bottom: 4px;
}

.title-place h1 {
    font-size: 30px;
}

.wpcf7-list-item-label {
}

.text-checkbox label {
    font-size: 15px !important;
    font-family: "Altone Regular" !important;
    font-weight: 400 !important;
}

.cf7-step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.cf7-step-indicator li {
    width: 30px;
    height: 30px;
    background: #d9d9d9;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 8px;
}

.cf7-step-indicator li.active {
    background: #f48530;
    color: #fff;
}
.fieldset-cf7mls .cf7mls-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.fieldset-cf7mls .cf7mls-btns .cf7mls_back.action-button {
    margin: 25px 0px 6px;
}

.fieldset-cf7mls .cf7mls_next {
    background: linear-gradient(90deg, #f3812a 0%, #f6954b 100%);
    border-radius: 60px;
    color: #fff;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 13px 0 !important;
    min-width: 150px !important;
}

.fieldset-cf7mls .cf7mls_back {
    background: #133146;
    border-radius: 60px;
    color: #fff;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 13px 0 !important;
    min-width: 150px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.button-place {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wpr-forms-submit-left .button-place .step-submit {
    float: none !important;
    background: linear-gradient(90deg, #f3812a 0%, #f6954b 100%);
    border-radius: 60px !important;
    color: #fff;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 13px 0 !important;
    min-width: 150px !important;
}

.custom-imagebox {
}

.custom-imagebox .elementor-image-box-wrapper {
    background: #c9e6f8;
    align-items: stretch !important;
    border-radius: 10px;
    overflow: hidden;
    min-height: 78px;
}

.custom-imagebox .elementor-image-box-img {
    background: #f6954b;
    padding: 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-imagebox .elementor-image-box-content {
    align-self: center;
    padding: 0 14px 0 0;
}

.shop_table .wps_recurring_bifurcation_wrapper h4 {
    font-family: "Altone Normal", Sans-serif !important;
    font-size: 16px;
}

.shop_table .wps_recurring_bifurcation_wrapper h4 a {
    display: block;
}

.woocommerce-billing-fields h3,
.e-checkout__order_review h3 {
    font-size: 22px !important;
    font-weight: inherit !important;
    color: #133146 !important;
}

.e-coupon-box .e-coupon-anchor .coupon-container-grid .e-apply-coupon {
    background: #133146 !important;
    border-color: #133146 !important;
    border-radius: 13px;
}
.e-coupon-box .e-coupon-anchor .coupon-container-grid .e-apply-coupon:hover {
    background: #505f6d !important;
    color: #fff !important;
    border-color: #505f6d !important;
}

.shop_table .e-apply-coupon,
.e-login-wrap-end .woocommerce-button {
    background: #133146 !important;
    border-color: #133146 !important;
    border-radius: 13px !important;
    color: #fff !important;
}

.shop_table .e-apply-coupon:hover,
.e-login-wrap-end .woocommerce-button:hover {
    background: #505f6d !important;
    color: #fff !important;
    border-color: #505f6d !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove a {
    width: 20px;
    height: 20px;
}

.wpr-shop-table tr th {
    font-size: 15px !important;
    font-weight: inherit !important;
    color: #133146 !important;
}

#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="tel"],
#customer_login input[type="date"],
#customer_login input[type="password"],
#customer_login select {
    height: 45px !important;
    padding: 0 10px !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 13px !important;
}

.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce
    .login
    .button,
.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce
    .register
    .button,
.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce
    .woocommerce-ResetPassword
    .button {
    background: linear-gradient(90deg, #f3812a 0%, #f6954b 100%);
    border-radius: 60px;
    color: #fff;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 13px 0 !important;
    min-width: 150px !important;
}

.form-flex-box .wpcf7-not-valid-tip {
    margin-top: -14px;
    margin-bottom: 18px;
}

.form-flex-box .wpcf7-list-item-label {
    margin-bottom: 18px;
    display: block;
    line-height: 24px;
    font-weight: 400;
}

.wpcf7-spinner {
    display: block !important;
    margin: auto !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    border: 1px solid #00a0d2;
    font-size: 13px;
}
.news-wrap {
    margin-bottom: 0 !important;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-family: "Altone Normal", Sans-serif !important;
    position: absolute;
    left: 0;
    /* bottom: -4px; */
    bottom: 1px;
}

.wpr-mini-cart-image img,
.wpr-mini-cart-image a img {
    min-width: 18% !important;
}

.woocommerce-js ul.cart_list li a,
.woocommerce-js ul.product_list_widget li a {
    font-weight: inherit !important;
}

.woocommerce-js a.button {
    background: linear-gradient(90deg, #f3812a 0%, #f6954b 100%) !important;
    border-radius: 60px !important;
    color: #fff !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 9px 21px !important;
    min-width: 113px !important;
    text-align: center;
    font-size: 13px;
    text-transform: capitalize;
    border: none !important;
}
.woocommerce-js a.button:hover {
    background: linear-gradient(90deg, #69727d 0%, #69727d 100%);
}

/* 14-10-2024 */
.woocommerce-MyAccount-navigation {
    border-right: 1px solid #d2d4d6;
    padding-right: 5px;
}
.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #69727d !important;
    background: transparent !important;
    border-radius: 6px !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #f6954b !important;
    background: rgba(246, 149, 75, 0.25) !important;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #000 !important;
    background: #dee0e4 !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #e5f1f4 !important;
    background: #133146 !important;
}
.page.woocommerce-account {
    background: #f2f4f5;
}
.woocommerce-MyAccount-content {
    position: relative;
    padding-left: 30px !important;
}
.woocommerce-MyAccount-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: -1px;
    height: 100%;
    width: 1px;
    background: #d2d4d6;
}

/*---my account 14-10-24----*/

.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce
    .form-row
    .input-text {
    height: 45px !important;
    padding: 0 10px !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 13px !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-info a.woocommerce-Button,
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-info a.button {
    color: #fff !important;
}

.custom-account-details-wrapper {
    max-width: 600px;
}

.woocommerce-Button.button,
.button {
    background: linear-gradient(90deg, #f3812a 0%, #f6954b 100%) !important;
    border-radius: 60px !important;
    color: #fff !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 13px 20px !important;
    min-width: 150px !important;
}

.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce-EditAccountForm
    fieldset
    legend {
    font-family: "Altone Medium", Sans-serif !important;
    font-weight: inherit !important;
    text-transform: capitalize;
}
.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce
    .form-row
    label {
    font-size: 13px !important;
    color: #000 !important;
    font-weight: inherit !important;
    font-family: "Altone Normal", Sans-serif !important;
    margin-bottom: 6px !important;
}

.woocommerce-MyAccount-content-wrapper {
    background-color: #fff !important;
    padding: 30px 30px !important;
    border-radius: 3px !important;
    border: 1px solid #d5d8dc !important;
}

.woocommerce-Address .woocommerce-Address-title {
    border: none !important;
}

.woocommerce-Address .woocommerce-Address-title h2 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    color: #133146 !important;
}

.woocommerce-Address .woocommerce-Address-title .edit {
    margin-left: 0px !important;
    color: #f6954b !important;
    text-transform: capitalize;
}

.woocommerce-Address address {
    padding: 45px 20px 16px 20px !important;
}

.table-style {
}

.table-style thead {
    background: #468ca3;
}
.table-style th {
    text-align: left;
    margin: 0;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    color: #fff;
    border-right: 1px solid #e5f1f4 !important;
}

.table-style tr td {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-right: 1px solid #efefed !important;
    border-bottom: 1px solid #efefed !important;
    color: #000 !important;
}

.table-style tr td strong {
    color: #133146;
}

.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 26px !important;
}

.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .select2-container--default
    .select2-selection--single {
    border-radius: 13px !important;
}

.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .select2-container--default {
    border: 1px solid #e8e8e8 !important;
    border-radius: 13px !important;
}

body.woocommerce-account .site-main,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main {
    margin: 51px 0;
}

.custom-login-register-wrapper {
    max-width: 1240px;
    /* 	max-width:500px; */
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

body.woocommerce-cart #wc-square-digital-wallet {
    margin-top: 15px !important;
}

.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce
    .woocommerce-ResetPassword {
    margin: auto !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
    color: #000 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2 {
    margin-bottom: 15px !important;
}

.wpcf7-form-control-wrap[data-name="condition"] .wpcf7-not-valid-tip {
    bottom: -21px;
}

.elementor-3082 .elementor-element.elementor-element-d0714cc .wpr-forms-container .wpcf7-response-output {
    border-color: #f6954b !important;
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    fill: #f6954b !important;
}

.news-wrap .wpcf7-form-control-wrap[data-name="email"] .wpcf7-not-valid-tip {
    left: 65px;
    bottom: 11px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #f6954b !important;
}

.woocommerce-MyAccount-navigation li.is-active a {
    color: #fff !important;
}

.ast-article-single img {
    box-shadow: none !important;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #727272 !important;
}

.scroll-fixed {
    position: sticky;
    top: 150px;
}
.scroll-fixed > div {
    height: 100%;
}

.left-side h4 {
    font-size: 18px;
    color: #133146;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.blog_details_left_ul {
    padding: 0 0 0 21px;
    margin: 0;
}

.blog_details_left_ul li {
    margin-bottom: 14px;
}

.blog_details_left_ul li.selected a {
    color: #f6954b;
}

.blog_details_left_ul li a {
    color: #000;
}
.blog_details_left_ul li a:hover {
    color: #f6954b;
}

.elementor-widget-woocommerce-my-account
    .e-my-account-tab
    .woocommerce
    .woocommerce-orders-table
    a[aria-label="order"] {
    color: #000 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-orders-table a.woocommerce-button,
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .order-again a,
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .custom-account-wrapper a.button {
    color: #fff !important;
}

.elementor-45
    .elementor-element.elementor-element-2855ed2
    .e-my-account-tab
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li
    a {
    font-family: "Altone Medium", Sans-serif !important;
    font-weight: inherit !important;
}

.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce
    .shop_table
    tr
    th {
    padding-left: 9px !important;
    padding-right: 9px !important;
    padding-bottom: 9px !important;
    padding-top: 9px !important;
}
.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce
    .shop_table
    tr
    td {
    padding-left: 9px !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-customer-details h2.woocommerce-column__title {
    margin-bottom: 0 !important;
}

.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce
    .custom-account-wrapper
    .shop_table
    a.button {
    color: #fff !important;
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) label {
    display: flex;
}

body.woocommerce-order-pay .elementor-widget-container .woocommerce {
    max-width: 800px;
    margin: auto;
    background: #f9f9f9;
    padding: 29px 21px;
    border-radius: 16px;
    border: 1px solid #ccc;
}

body.woocommerce-order-pay .woocommerce-info {
    padding: 6px 10px;
    background: #f1f1f1;
}

body.woocommerce-order-pay .woocommerce-info::before {
    position: static !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: flex;
}

.elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce-message {
    margin-bottom: 16px !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
    margin-top: 0 !important;
}

.woocommerce .wcmamtx_intro_text {
    text-align: center;
}

.woocommerce span.wcmamtx_intro_text2 {
    display: none;
}
span.wcmamtx_intro_text1 {
    margin-left: 0;
    font-weight: 700;
    font-style: inherit;
    font-size: 18px;
    color: #000;
}

/*---woocommerce thank you page----*/

body.woocommerce-order-received .woocommerce-order {
    max-width: 1000px;
    margin: auto;
}

body.woocommerce-order-received .woocommerce-order-overview {
    padding: 0;
    border: 1px solid #ccc;
}

body.woocommerce-order-received .woocommerce-order-overview li {
    padding: 14px 20px;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-table {
    border: 1px solid #d1d5db;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details header {
    background: #fbfbfb;
    padding: 1em;
    border: 1px solid #ccc;
    border-bottom: none;
}

body.woocommerce-order-received .woocommerce-order .woocommerce-order-details .shop_table {
    border: 1px solid #ccc;
}

/*--- toggle button for switching-----*/

.cont {
    text-align: center;
}

.toggle {
    position: relative;
    display: inline-block;
}

.toggle__input {
    display: none;
}

.toggle__label {
    display: block;
    width: 60px;
    height: 30px;
    background-color: #c9e6f8;
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dark-mode .toggle__label {
    background-color: #c9e6f8;
}

.toggle__input:checked + .toggle__label::after {
    left: 32px;
}

.toggle__label::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background-color: #133146;
    border-radius: 50%;
    transition: left 0.3s ease;
}

.reduce-space h2 {
    margin-bottom: 3px !important;
}

.premium-section {
    display: none;
}

/*---Loader Style----*/

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

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

/*--archive pagination Design---*/

.archive-pagination {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.archive-pagination span,
.archive-pagination a.page-numbers:not(.prev, .next) {
    background: #133146;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 0 6px;
}

.archive-pagination .current {
    background: #f3812a;
}
.archive-pagination .prev,
.archive-pagination .next {
    color: #133146;
}

.woocommerce-billing-address {
    border-top: 1px solid #ccc;
    margin-top: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-MyAccount-navigation ul li a {
    position: relative !important;
}

.woocommerce-MyAccount-navigation ul li:nth-child(1) a:before {
    content: "\f013" !important;
    font-family: "font awesome 5 free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 13px;
}

.woocommerce-MyAccount-navigation ul li:nth-child(2) a:before {
    content: "\f291" !important;
    font-family: "font awesome 5 free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 13px;
}

.woocommerce-MyAccount-navigation ul li:nth-child(3) a:before {
    content: "\f022" !important;
    font-family: "font awesome 5 free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 13px;
}

.woocommerce-MyAccount-navigation ul li:nth-child(4) a:before {
    content: "\f53c" !important;
    font-family: "font awesome 5 free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 13px;
}

.woocommerce-MyAccount-navigation ul li:nth-child(5) a:before {
    content: "\f007" !important;
    font-family: "font awesome 5 free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 13px;
}

.woocommerce-MyAccount-navigation ul li:nth-child(6) a:before {
    content: "\f15c" !important;
    font-family: "font awesome 5 free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 13px;
}

.woocommerce-MyAccount-navigation ul li:last-child a:before {
    content: "\f2f5" !important;
    font-family: "font awesome 5 free" !important;
    font-weight: 900 !important;
    position: absolute;
    right: 13px;
}

/*---new get started form----*/

.radio-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.form-check {
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}
.form-check:last-child {
    margin-right: 0;
}
.form-check span {
    position: relative;
    background: rgba(217, 217, 217, 19%) !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 20px !important;
    padding: 8px 21px;
}

.form-check span.radio-style-image {
    width: 165px;
    height: 189px;
    background: rgba(217, 217, 217, 0.19);
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.form-check span.radio-style-image:before {
    display: block !important;
    content: "";
    height: 129px !important;
    position: static !important;
    color: transparent !important;
    border: none;
    width: 165px !important;
    background-color: initial !important;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 18px;
}

.form-check:nth-child(1) span.radio-style-image:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2024/09/first.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.form-check:nth-child(2) span.radio-style-image:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2024/09/second.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.form-check:nth-child(3) span.radio-style-image:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2024/09/third.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.form-check:nth-child(4) span.radio-style-image:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2024/09/fourth.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.form-check label input[type="radio"] {
    display: none !important;
}
.form-check label input[type="radio"]:checked ~ span {
    background: #f6954b !important;
    border-color: #f3812a !important;
    color: #fff !important;
}
.form-check label input[type="radio"]:checked ~ span.radio-style-image {
    background: rgba(217, 217, 217, 19%) !important;
    color: #000 !important;
}

.list-inline {
    list-style: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-inline li {
    margin: 0 5px;
}

.list-inline li .pre-step {
    width: 150px;
    display: block;
    background: #133146;
}

.list-inline li .next-step {
    width: 150px;
    display: block;
}

.tab-content > .tab-pane {
    display: none;
}

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

.price-style h3 {
    font-size: 18px;
}

.woocommerce-thankyou-order-details {
    display: none;
}

.woocommerce-order-received .woocommerce-order-details header,
.woocommerce-order-received .woocommerce-order-details .my_account_orders {
    display: none;
}

.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}

.first_part {
    border: 1px solid #ccc;
    padding: 15px;
}
.first_part h3 {
    font-size: 18px !important;
    margin-bottom: 8px !important;
    font-weight: normal !important;
}

.woocommerce-checkout .woocommerce-info {
    display: none !important;
}

/*--- new adition-----*/

.woocommerce-account .custom-login-register-wrapper {
    max-width: 500px;
}

.woocommerce-account.woocommerce-lost-password .custom-login-register-wrapper {
    max-width: initial;
}
/*---contactpage succes box remove----*/

#success-remove .wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

/*---- post grid on home page style (27-11-24)----*/

.post-grid-button .elementor-post__read-more {
    width: 124px;
    border-radius: 37px;
    background: #505d6e;
    text-align: center;
    padding: 4px 0;
}
.post-grid-button .elementor-post__read-more:hover {
    background: #468ca3;
}

/*29-11-2024 Subscription Start CSS*/
.upgrade-section {
    width: 100%;
    clear: both;
    margin: 20px 0;
}

.upgrade-section h3 {
    font-size: 1.1em;
    font-weight: 600;
    padding: 9px 0;
    margin: 0;
}

.upgrade-section-content {
    padding: 15px;
    background: #f8f8f8;
    border-radius: 4px;
    margin-bottom: 20px;
}

.subscription-upgrade-field {
    margin: 0;
}

.subscription-upgrade-field label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.subscription-upgrade-field ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.subscription-upgrade-field ul li {
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.subscription-upgrade-field ul li label {
    margin: 0 0 0 5px;
    font-weight: normal;
}

.info-tooltip {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #f6954b;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-left: 5px;
    cursor: help;
    position: relative;
}

.info-tooltip:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 99999;
}

span.optional {
    display: none;
}

.woocommerce-js form .form-row label {
    font-size: 13.5px !important;
}

span.woocommerce-input-wrapper > label {
    margin-bottom: 0px;
}

span.woocommerce-input-wrapper {
    display: flex;
    align-items: center !important;
}

label.radio {
    padding-right: 20px;
}

input#subscription_upgrade_Y {
    margin-right: 6px;
}
input#subscription_upgrade_N {
    margin-right: 6px;
}
/*29-11-2024 Subscription EndCSS*/

/*04-12-2024 Affiliate Register Form Start*/
/* Form container and grid layout */
.uap-register-form.uap-register-14 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.uap-register-form.uap-register-14 form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

/* Form fields styling */
.uap-register-form.uap-register-14 input[type="text"],
.uap-register-form.uap-register-14 input[type="number"],
.uap-register-form.uap-register-14 input[type="password"],
.uap-register-form.uap-register-14 textarea {
    background: transparent !important;
    border-radius: 13px !important;
    border: 1px solid #ccc; /* Adding a border so fields are visible */
    padding: 8px 15px !important;
}

/* Full width elements */
.uap-register-form.uap-register-14 .uap-tos-wrap {
    grid-column: 1 / -1;
}

/* Rest of your existing CSS */
.uap-register-row-left,
.uap-register-row-right {
    grid-column: unset;
    margin: 0;
}

.uap-register-form.uap-register-14 .uap-register-row-left,
.uap-register-form.uap-register-14 .uap-register-row-right {
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
}

.uap-submit-form input[type="submit"],
.uap-login-link a {
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}

.uap-clear {
    display: none;
}

.uap-register-14 .uap-login-link {
    padding: 6px !important;
}

.uap-login-link > a {
    color: #ffffff !important;
	text-decoration:none !important;
}

.uap-register-14 .uap-login-link:hover {
    background: linear-gradient(180deg, #f3812a 0%, #f6954b 100%) !important;
}

.uap-register-14 {
    padding: 0px !important;
}

.uap-register-14 .uap-login-link,
.uap-register-14 .uap-submit-form input {
    background: linear-gradient(180deg, #f3812a 0%, #f6954b 100%) !important;
    border-radius: 30px !important;
	border:none !important;
}
.uap-register-14 .uap-login-link a {
	display:block !important;
}

.uap-register-14 .uap-login-link:hover,
.uap-register-14 .uap-submit-form input:hover {
background: #468ca3 !important;
}


@media screen and (max-width: 768px) {
    .uap-register-form.uap-register-14 form {
        grid-template-columns: 1fr;
    }
}

/*04-12-2024 Affiliate Register Form End*/

/*06-12-2024 Affliliate Register Form Hide Start*/
.page-id-9169 p.uap-form-line-register.uap-fair-checkout-reward-wrapper {
    display: none;
}
.uap-login-template-5 {
    width: auto;
}

.uap-form-line-fr.uap-form-submit > input {
    background: #f6954b !important;
	width: 100%;
    padding: 14px 20px;
    font-size: 15px;
	margin-top: 23px;
}

.uap-form-line-fr.uap-form-submit > input:hover {
    background: #468ca3 !important;
}

/* Style login form inputs */
#uap_login_form input[type="text"],
#uap_login_form input[type="password"] {
    background: transparent !important;
    border-radius: 13px !important;
    border: 1px solid #ccc !important;
    padding: 8px 15px !important;
}

/* Style the submit button consistently */
#uap_login_form input[type="submit"] {
    border-radius: 30px !important;
	width:100%;
}

/*06-12-2024 Affliliate Register Form Hide End*/

/*12-12-2024 Styling for new form get started start*/
.single-page-form-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.form-section:first-of-type {
    margin-bottom: 40px;
    padding: 20px;
    background: transparent;
    border-radius: 8px;
    box-shadow: unset;
    transition: opacity 0.3s ease;
}
.form-section {
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}

.form-section.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.form-section.active {
    opacity: 1;
    pointer-events: all;
}

.form-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.next-button,
.back-button,
.submit-button {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.next-button {
    background: #007bff;
    color: white;
}

.back-button {
    background: #6c757d;
    color: white;
}

.submit-button {
    background: #28a745;
    color: white;
}

.error {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    width: 100%;
    /*text-align: center;*/
}
.minutes-ps {
    display: flex;
    align-items: center;
    color: #f3842e !important;
}
.ps-form-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 66px;
}

.ps-icon-box {
    width: 40px;
    height: 65px;
    background-color: #133146;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 25px;
}

.ps-form-details h2 {
    margin: 0;
    font-size: 30px;
    color: #133146;
}
.fullbox.full-width.ps {
    display: flex;
    flex-wrap: wrap;
}
.ps-form-details p {
    margin: 5px 0 0;
    font-size: 21px;
    color: #133146;
    font-weight: 400;
}
h3.ps-head {
    width: 100%;
    max-width: 400px;
    margin-right: 20px;
    font-size: 17px;
}
h3.ps-head-new {
    font-size: 17px;
}
.radio-group.radio-style.ps {
    justify-content: left;
}
span.radio-style-image {
    text-align: center;
}
.readonly-form-summary .single-page-form-container {
    pointer-events: none;
    opacity: 0.8;
}

.readonly-form-summary input,
.readonly-form-summary textarea {
    background: #f8f8f8 !important;
    border: 1px solid #ddd !important;
}

.readonly-form-summary .form-navigation,
.readonly-form-summary .error {
    display: none;
}

.readonly-form-summary .form-section {
    display: block;
}

.readonly-form-summary .disabled {
    display: block;
    opacity: 0.8;
}
/*12-12-2024 Styling for new form get started end*/
/*12-12-2024 Woocommerce Checkout Form*/
.e-checkout__column.e-checkout__column-start {
    display: none;
}
.e-coupon-box {
    width: 100%;
    order: 2;
    border-radius: 20px !important;
}
.e-checkout__column-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.e-checkout__order_review {
    width: 48%;
    border-radius: 20px !important;
display: flex !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.e-checkout__order_review-2 {
    width: 48%;
    border-radius: 20px !important;
}

div#order_review {
    display: flex
;
    flex-wrap: wrap;
}
.woocommerce-checkout-payment{
border-radius: 20px !important;
}
h3#order_review_heading {
    display: none;
}
.e-coupon-box{
display:none !important;
}
.e-coupon-box.ps{
display:block !important;
}
.e-coupon-box.ps {
    order: 2;
}
/* Hide the congratulations container on the order received page */
.woocommerce-order-received #congratulations {
    display: none !important;
}
.woocommerce-lost-password p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    width: 100%;
}
/*12-12-2024*/

body.logged-in .elementor-element-0958dd1 {
    visibility: hidden;
}
body.logged-in .elementor-element-d7721a4 {
    display: none;
}

/*--- For Female Start ----*/
.form-check-ps {
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}
.form-check-ps:last-child {
    margin-right: 0;
}
.form-check-ps span {
    position: relative;
    background: rgba(217, 217, 217, 19%) !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 20px !important;
    padding: 8px 21px;
}

.form-check-ps span.radio-style-image {
    width: 165px;
    height: 189px;
    background: rgba(217, 217, 217, 0.19);
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.form-check-ps span.radio-style-image:before {
    display: block !important;
    content: "";
    height: 129px !important;
    position: static !important;
    color: transparent !important;
    border: none;
    width: 165px !important;
    background-color: initial !important;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 18px;
}

.form-check-ps:nth-child(1) span.radio-style-image:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2025/01/stage1f.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.form-check-ps:nth-child(2) span.radio-style-image:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2025/01/stage2f.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.form-check-ps:nth-child(3) span.radio-style-image:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2025/01/stage3f.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.form-check-ps:nth-child(4) span.radio-style-image:before {
    background: url(https://hairyhair.com.au/staging/wp-content/uploads/2025/01/stage4f.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.form-check-ps label input[type="radio"] {
    display: none !important;
}
.form-check-ps label input[type="radio"]:checked ~ span {
    background: #f6954b !important;
    border-color: #f3812a !important;
    color: #fff !important;
}
.form-check-ps label input[type="radio"]:checked ~ span.radio-style-image {
    background: rgba(217, 217, 217, 19%) !important;
    color: #000 !important;
}

.half-grid.ps.floating-label {
    width: 33%;
}


/*--- For Female End----*/


/*13-01-2025*/
.ps-score-bar-ps {
            width: 100%;
            height: 8px;
            background: #fff;
            border-radius: 4px;
margin-bottom: 15px;
        }

        .ps-score-fill-ps {
            height: 100%;
            background: #ff8c42;
            border-radius: 4px;
            transition: width 0.3s ease;
        }

        .ps-score-div-ps {
            align-items: center;
            display: block;
	    max-width: 275px;
            width: 100%;
            gap: 10px;
        }
.ps-percentage{
font-size:37px;
}
.ps-key{
margin: 0 0 0.5em 1em;
}
.ps-pricing{
font-size: 30px;
}
.ps-treatment-title{
font-size:25px !important;
}

td.ps-table-column-left {
    vertical-align: baseline;
    width: 290px;
    background: #E5F1F4;
    padding: 20px;
    font-weight: 600;
}
td.ps-table-column-right {
padding: 20px;
}

/*13-01-2025*/


/*-- affiliate register form design 13-02-25--*/

.uap-form-line-register.uap-form-radio .uap-form-sublabel {
    font-size: 15px;
}

.uap-form-line-register.uap-form-radio .uap-form-sublabel strong {
    margin-top: 12px;
    display: inline-block;
}

 .uap-register-form.uap-register-14 textarea {
    height:150px;
}

.uap-login-template-5 .uap-temp5-row-left, .uap-login-template-5 .uap-form-line-fr {
	float:none !important;
}

.uap-login-template-5 .uap-form-links a{
    color: #f3812a !important;
}

.uap-login-template-5 .uap-reset-password-button {
    width: 100% !important;
}

.uap-login-template-5 .uap-email-field {
    background: transparent !important;
    border-radius: 13px !important;
    border: 1px solid #ccc !important;
    padding: 8px 15px !important;
}

/*----added by sujoy roy----*/
a.sjcarticon {
    position: relative;
}

a.sjcarticon span.cart-count{
    background-color: var(--items-indicator-background-color, #d9534f);
    border-radius: 100%;
    color: var(--items-indicator-text-color, #fff);
    display: block;
    font-size: 10px;
    height: 1.6em;
    inset-inline-end: -.7em;
    line-height: 1.5em;
    min-width: 1.6em;
    position: absolute;
    text-align: center;
    top: -.7em;
}
a.sjcarticon i {
    color: var(--toggle-button-icon-color, #69727d);
    font-size: 18px;
}






/*----responsive----*/

@media (max-width: 1024px) {
    .lpn-left {
        padding: 40px 0;
    }
    .lpn-thumb-swiper {
        height: 190px;
    }
    .lpn-main-swiper {
        height: 190px;
    }
    .lpn-main-swiper .text-content p {
        font-size: 30px;
    }
    .influencer-swiper {
        height: 258px;
    }
    .influencer-swiper .content-left {
        padding-right: 36px;
    }
    .influencer-swiper .content-right {
        padding-left: 36px;
    }
    /*12-12-24*/
    .e-checkout__column-inner {
        flex-direction: column; /* Stack columns vertically */
    }

    .e-checkout__order_review,
    .e-checkout__order_review-2,
    .e-coupon-box {
        width: 100%; /* Full width on mobile */
        order: 0; /* Reset order */
    }

    .e-coupon-box {
        margin-top: 20px; /* Add space above coupon box */
    }
    /* Form Get Started*/
    .single-page-form-container {
        padding: 0px;
    }
    .form-section:first-of-type {
        padding: 10px;
    }
    .form-section {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    #timeline-style.timeline-style:after {
        display: none;
    }
    .lpn-content-wrapper {
        flex-direction: column;
    }
    .lpn-left {
        width: 100%;
        padding: 0 40px;
    }
    .lpn-right {
        width: 100%;
    }
    .lpn-thumb-swiper {
        height: 80px;
    }
    .lpn-main-swiper {
        height: auto;
        max-height: 100px;
    }
    .lpn-thumb-swiper .img-content {
        margin: 0 auto;
    }
    .lpn-left .swiper-button-prev {
        top: calc(50% - 12px);
        left: 10px;
        transform: rotate(-90deg);
    }
    .lpn-left .swiper-button-next {
        top: calc(50% - 12px);
        right: 10px;
        left: auto;
        transform: rotate(-90deg);
        margin-top: 0;
    }
    .lpn-main-swiper .text-content {
        justify-content: center;
    }
    .lpn-main-swiper .text-content p {
        text-align: center;
    }
    .influencer-swiper {
        height: 430px;
    }
    .influencer-swiper .content-wrapper {
        flex-direction: column;
    }
    .influencer-swiper .content-left {
        width: 100%;
        max-height: 350px;
        padding: 10px 56px;
    }
    .influencer-swiper .content-right {
        width: 100%;
        padding: 10px 56px;
    }
    .influencer-swiper .content-right::after {
        display: none;
    }
    .influencer-swiper .content-right p {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #timeline-style.timeline-style .swiper.wpr-horizontal-bottom {
        margin-left: 0px;
        margin-right: 0px;
    }
    #timeline-style.timeline-style .wpr-swiper-pagination.swiper-pagination-progressbar {
        width: calc(100% - (40px + 0px) * 2) !important;
    }
    .custom-imagebox .elementor-image-box-wrapper {
        display: flex;
    }
    .custom-imagebox .elementor-image-box-content {
        padding: 0 14px 0 14px;
    }

    fieldset {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.woocommerce-order-received .woocommerce-order-overview li {
        padding: 14px 20px;
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        border-right: none;
        border-bottom: 1px dashed #d1d5db;
    }

    body.woocommerce-account.woocommerce-view-order .site-main {
        margin: 111px 0 0;
    }

    .woocommerce-MyAccount-navigation {
        border-right: none;
        padding-right: 0;
    }
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
        padding-left: 0 !important;
        width: 100%;
    }
    .woocommerce-MyAccount-content-wrapper {
        padding: 14px !important;
    }

    .woocommerce-MyAccount-content:before {
        display: none;
    }

    .elementor-widget-woocommerce-my-account
        .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
        .woocommerce
        .custom-account-wrapper
        .shop_table
        a.button {
        margin-left: 0 !important;
        margin-bottom: 8px;
    }

    .inner-box figure {
        height: 129px;
    }
    .scroll-fixed {
        position: static;
        top: 0;
    }

    .custom-login-register-wrapper {
        margin: 48px auto 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .lpn-right {
        margin-top: 20px;
    }
    .influencer-swiper {
        height: 330px;
    }
    .influencer-swiper .content-left {
        max-height: 280px;
    }
    .influencer-swiper .content-right {
        height: auto;
    }
    .influencer-swiper .swiper-button-prev {
        left: 0;
    }
    .influencer-swiper .swiper-button-next {
        right: 0;
    }
}

@media (max-width: 480px) {
    .influencer-swiper {
        height: 290px;
    }
    .influencer-swiper .content-left {
        max-height: 200px;
    }
    .heading-wrap h2 {
        margin-bottom: 23px;
        font-size: 26px;
    }
    .heading-wrap {
        margin-bottom: 26px;
        flex-direction: column;
    }
    .post-list li figcaption h2 {
        font-size: 18px;
    }
    .post-list li figcaption {
        padding: 20px 18px;
        min-height: auto;
    }
    .category-section {
        margin-bottom: 40px;
    }
    .info-tooltip:hover:after {
        white-space: initial;
        z-index: 99999;
        width: 314px;
        line-height: 1.5em;
    }
}

@media (max-width: 420px) {
    .inner-box figcaption div span {
        font-size: 14px;
    }
    .lpn-main-swiper .text-content p {
        font-size: 22px;
    }
    .inner-box figure {
        height: 129px;
    }
}

@media (max-width: 400px) {
    .title-place h1 {
        font-size: 23px;
    }
    .title-place h3 {
        font-size: 16px;
    }
    .half-grid {
        max-width: 100%;
    }

    .full-width h3 {
        font-size: 17px;
        margin-bottom: 19px;
    }

    .radio-style.radio-style-image {
        flex-wrap: wrap;
        justify-content: center;
    }

    /*--- category search----*/

    .archive-page-filter-wrapper form {
        flex-direction: column;
    }

    .search-wrapper {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 8px;
    }

    .select-wrapper {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .inner-box figure {
        height: 120px;
    }
    .influencer-swiper {
        height: 230px;
    }
    .influencer-swiper .content-left {
        max-height: 130px;
    }
    .influencer-swiper h2 {
        font-size: 18px;
    }
    .full-width {
        margin-bottom: 48px;
    }
}

/* PS code for get-started */
@media (max-width: 640px) {
    .half-grid {
        max-width: 100%;
    }
.half-grid.ps.floating-label {
    width: 100%;
}
    .ps-icon-box {
        width: 100px;
    }
    .ps-form-section {
        align-items: start;
    }
    .ps-form-details h2 {
        font-size: 28px;
    }
    .ps-form-details p {
        font-size: 14px;
    }
    .radio-group.radio-style.ps {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ps-form-section {
        display: flex;
    }
}

.woocommerce-message {
    display: none !important;
}



/*For Progress Tracking*/
#filter-form {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between elements */
max-width: 100%;
        background: #fff;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
}

#filter-form label {
    margin-bottom: 5px; /* Space between label and input */
}

#filter-form select,
#filter-form input {
    padding: 5px; /* Padding for better appearance */
    width: 100%; /* Full width of the parent div */
}


.image-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Set to 3 columns */
    gap: 20px; /* Space between items */
    justify-content: center;
    max-width: 100%;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.image-item {
    text-align: center;
}

.image-item > img {
    text-align: center;
border-radius: 15px;
}

.image-item img {
    margin-bottom: 10px; /* Adds space below the image */
}

.image-item p {
    margin-bottom: 10px; /* Adds space below the paragraph */
}

.image-item button {
    margin-bottom: 10px; /* Adds space below the button */
}

.image-item label {
    display: block; /* Ensures the checkbox label appears on a new line */
}
.compare-selected-images{
margin-top: 20px;
}

form#compare-form {
    text-align: center;
}


h3.ps-filter {
    margin-bottom: 10px !important;
    margin-top: 40px !important;
}

form#compare-form {
    padding-bottom: 20px;
}

.ps-save-comparision label {
    display: block;
    margin-bottom: 10px; /* Adjust as needed */
}


form.ps-save-comparision {
    text-align: center;
    padding: 20px 0 0 0;
}


.upload-form {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.upload-label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.file-input {
    display: none; /* Hide the default file input */
}

.upload-button {
    background-color: #007bff; /* Blue background */
    color: white; /* White text */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.upload-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

.file-support {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

#image_preview img {
    border: 1px solid #ccc; /* Optional border */
    border-radius: 5px; /* Optional rounded corners */
    margin-top: 10px; /* Space above the image */
}

.ps-btn-uploadd {
    text-align: center;
}


.message {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 5px;
        z-index: 1000;
font-size: 20px;
    }
    .message.success {
    border-color: white;
    background: green;
    color: white;
}
    .message.error {
        border-color: white;
    background: red;
    color: white;
width: unset !important;
    }


.combined-image-item{
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.combined-image-item > img {
    border-radius: 20px !important;
    border: 1px solid #ddd;
}

.combined-image-item {
           width: 48%; /* Default width for larger screens */
           margin-bottom: 20px;
margin-right:10px;
       }

       @media (max-width: 768px) { /* Adjust the breakpoint as needed */
           .combined-image-item {
               width: 100% !important; /* Full width for mobile devices */
           }
.image-gallery{
display:block !important;
}
       }

.social-sharing {
    text-align: center;
    padding: 20px 0px;
}
.social-sharing i {
    font-size: 24px; /* Adjust size as needed */
    margin: 0 10px; /* Spacing between icons */
    color: #000; /* Change color as needed */
}
.button-container {
    text-align: center;
}

.page-id-45.elementor-kit-11 button{
font-size: 12px !important;
}
select.ps-select{

    padding: 0px 15px;

}

@media (min-width: 768px) { /* Adjust breakpoint as needed */
    .woocommerce-MyAccount-navigation {
        position: sticky;
        top: 0; /* Distance from the top */
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 767px) { /* For smaller screens */
    .woocommerce-MyAccount-navigation {
        position: static; /* Default behavior (non-sticky) */
        box-shadow: none; /* Remove shadow for mobile */
    }
select#section-selector {
    width: 100% !important;
    margin-bottom: 20px !important;
}
}


form.ps-journal {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
margin-bottom: 25px !important;
}

ul.ps-journal-list {
padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
margin-bottom: 25px !important;
}
ul.ps-entries {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}

.ps-journal-list {
        list-style-type: none; /* Remove bullet points */
        padding: 0; /* Remove padding */
    }
select#section-selector {
    width: 30%;
    float: right;
    margin-top: -10px;
}




