/*
Theme Name: Psylo
Description: Life Coach & Psychologist Consulting WordPress Theme
Version: 1.0
Author: Your Name
Text Domain: psylo
*/

/* Theme styles will be loaded from assets/css/style.css */

/* .is-search-icon {
    width: 36px;
    padding-top: 3px !important;
}
.search-overlay .search-overlay-form form button {
    position: relative;
    right: 0px;
    top: 0px;
    width: 39px;
    color: #ffffff;
    height: 37px;
    border-radius: 0;
    background-color: #F0B9B2;
    transition: 0.6s;
    border: none;
    font-size: 20px;
    line-height: 45px;
    cursor: pointer;
}
.is-form-style input.is-search-submit, .is-search-icon {
    display: flex !important;
    justify-content: center;
    width: 100%;
    background: transparent;
    border: none;
}
.search-overlay .search-overlay-form form {
    display: flex;
}
.is-form-style .is-search-submit path {
    fill: #212529;
}*/
.is-search-sections {
    display: flex;
    align-items: center;
} 

.is-form-id-152 button {
    display: none;
}
.main-navbar .navbar .navbar-brand img.white-logo {
    display: none;
}
.single-blog-item .blog-content h3 {
    height: 112px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    margin-right: 0;
}
.page-banner-content {
    padding-right: 20%;
}
/* .psylo-grid-sorting label {
    border-right: 1px solid #0000002b;
} */
.psylo-grid-sorting .is-form-style.is-form-style-3 input.is-search-input {
    background-color: #f9f9f9;
    height: 60px;
    padding: 8px 15px;
    width: 100%;
    display: block;
    transition: 0.6s;
    border-radius: 5px;
    color: #221D48;
    border: none !important;
}
.products-area .woocommerce-ordering select {
    display: inline-block;
    width: 215px;
    background: #f8f8f8;
    border-color: #eeeeee;
    color: #212529;
    transition: 0.6s;
    padding: 0 0 0 12px;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    border-radius: 0;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 0;
}
.checkout-area input {
    height: 50px;
    color: #212529;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: 0.6s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 600;
}
.checkout-area .woocommerce-billing-fields .form-row label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #212529;
}

.checkout-area .woocommerce-billing-fields .form-row label  span.required {
    color: red;
}


.woocommerce-billing-fields span#select2-billing_country-container {
    height: 50px;
    color: #212529;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: 0.6s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.woocommerce-billing-fields h3::before{
    content: "";
    position: absolute;
    background: #F0B9B2;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}
.woocommerce-billing-fields h3 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 25px;
}

.woocommerce-billing-fields {
    margin-bottom: 20px;
}

#commentform input
{
    height: 50px;
    color: #212529;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: 0.6s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 600;
}
p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
p.comment-form-cookies-consent input {
    margin-right: 7px;
}
.products-details-desc .products-add-to-cart {
    margin-top: 25px;
}
.products-details-area .products-add-to-cart form {
    display: flex;
    align-items: center;
}
.products-details-area .products-add-to-cart form button.single_add_to_cart_button {
    border: none;
    padding: 20px 50px;
    background-color: #f0b9b2;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: white;
    transition: 0.6s;
    border-radius: 0;
    margin-left: 10px;
}
.products-details-area .products-add-to-cart form button.single_add_to_cart_button:hover {
    background: #e0e0e0;
    color: black;
}
.products-details-area .quantity .qty {
    width: 100px;
    text-align: center;
    padding: 14px;
}

/* Hide orphaned nice-select list in checkout */
.woocommerce-checkout .nice-select ul.list {
    position: absolute !important;
    z-index: 1000;
    max-height: 250px !important;
    overflow-y: auto;
}

/* Only show the dropdown when clicked, not as an orphan */
.woocommerce-checkout .nice-select:not(.open) ul.list {
    display: none !important;
}

/* Hide notices in my-account-area */
.my-account-area .woocommerce-notices-wrapper,
.my-account-content .woocommerce-notices-wrapper {
    display: none !important;
}

/* WooCommerce My Account Navigation Styles */
.woocommerce-MyAccount-navigation {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 20px 0;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.6s ease;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 18px 25px;
    color: #6b6b84;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.6s ease;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #F0B9B2;
    transform: scaleY(0);
    transition: transform 0.6s ease;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a[aria-current="page"] {
    color: #221D48;
    background-color: #f9f9f9;
}

.woocommerce-MyAccount-navigation ul li:hover a::before,
.woocommerce-MyAccount-navigation ul li.is-active a::before,
.woocommerce-MyAccount-navigation ul li a[aria-current="page"]::before {
    transform: scaleY(1);
}

.woocommerce-MyAccount-navigation ul li:hover {
    background-color: #f9f9f9;
}

/* Make the My Account section more visually appealing */
.woocommerce-MyAccount-content {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 30px;
}

.woocommerce-MyAccount-content h3 {
    color: #221D48;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #F0B9B2;
}

/* My Book Page Styles */
.my-book-area {
    background: #f9f9f9;
    position: relative;
}

.my-book-area .book-cover-image img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.my-book-area .book-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #221D48;
    margin-bottom: 25px;
}

.my-book-area .book-description {
    font-size: 16px;
    line-height: 1.8;
    color: #6b6b84;
    margin-bottom: 20px;
}

.my-book-area .book-cta {
    font-size: 18px;
    font-weight: 600;
    color: #221D48;
    margin-bottom: 25px;
}

.my-book-area .book-button .default-btn {
    background: #F0B9B2;
    color: #fff;
    padding: 15px 50px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.my-book-area .book-button .default-btn:hover {
    background: #e5a79f;
    color: #fff;
}

@media (max-width: 991px) {
    .my-book-area .book-cover-image {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .my-book-area .book-content {
        text-align: center;
    }
    
    .my-book-area .book-content h2 {
        font-size: 32px;
    }
}
.products-details-area .product_meta span.posted_in {
    display: none;
}



/* r */


.pl-0 {
    padding-left: 0 !important;
}
.philosophy-item .philosophy-content h4 {
    font-style: normal;
}

.switch-box
{
    display: none;
}

.nice-select {
    float: right;
    width: 100% !important;
    text-align: right !important;
}

.navbar-brand .black-logo {
    width: 60px;
}

.single-footer-widget .widget-logo a img {
    width: 110px;
}