/*!
Theme Name: psychology
Theme URI: http://underscores.me/
Author: d3n2dboy
Author URI: https://t.me/ryazanovdeni
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: psychology
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

psychology is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.specialists-card__content {
    min-height: 700px;
}

.page__actions {
    display: flex;
flex-direction: column;
}
.page__notices{
   padding: 10px;

}


.page__body:not(:last-child) {
    margin-bottom: 15px;
}

.actions-shop__categories {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.actions-shop__categories .orderby {
    padding: 7px 15px;
    border-radius: 1px solid #ebebeb;
}


.actions-shop__item.active a {
    font-weight: 600;
}


.woocommerce-message {
    margin: 5px 0;
    padding: 5px 15px;
}






/* Формы ОС */
/* 
.form__checkboxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px 0;
}

.form__textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: .625rem;
    padding: .9375rem;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.header__cart{
    position: relative;
        width: 2.1875rem;
        height: 2.1875rem;
        border-radius: 50%;
        border: 2px solid #cda37b;
        color: #cda37b;
        text-align: center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
}

.header__cart::before {
    font-family: icons;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
    content: "\e904";
} */

.wpcf7-list-item {
    margin: 0;
}

/* фог джля страниц */
._bg {
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #afa59a;
    border-radius: 15px;
    padding: 10px;
    background-color: #afa59a;
    color: #fff;
}