/**
* Theme Name: Bookory Child
* Description: This is a child theme of Bookory, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">PavoThemes</a>
* Template: bookory
* Version: 2.2.4
*/
/* ===== Консультация ONLY page 10175 ===== */

.page-id-10175 .woocommerce .product {
    max-width: 560px;
    margin: 40px auto;
    padding: 35px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Убираем мусор */
.page-id-10175 .woocommerce-tabs,
.page-id-10175 .related.products,
.page-id-10175 .product_meta,
.page-id-10175 .sku_wrapper,
.page-id-10175 .stock,
.page-id-10175 .woocommerce-product-gallery,
.page-id-10175 .images,
.page-id-10175 .social-share,
.page-id-10175 .tinv-wraper,
.page-id-10175 .yith-wcwl-add-to-wishlist,
.page-id-10175 .posted_in {
    display: none !important;
}

/* Заголовок */
.page-id-10175 .product_title {
    font-size: 34px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px !important;
    color: #111;
}

/* Цена */
.page-id-10175 .price {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #2f7d32 !important;
    text-align: center;
    margin-bottom: 25px !important;
}

/* Таблица вариаций */
.page-id-10175 table.variations {
    width: 100%;
    margin-bottom: 25px;
}

/* Название вариации */
.page-id-10175 table.variations label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

/* Select */
.page-id-10175 table.variations select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    background: #fafafa;
    font-size: 16px;
}

/* Кнопка */
.page-id-10175 .single_add_to_cart_button {
    width: 100%;
    padding: 18px !important;
    border-radius: 14px !important;
    background: #2f7d32 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border: none !important;
    transition: 0.3s ease;
}

/* Hover */
.page-id-10175 .single_add_to_cart_button:hover {
    background: #256428 !important;
    transform: translateY(-2px);
}

/* Центрирование */
.page-id-10175 .summary.entry-summary {
    width: 100% !important;
    float: none !important;
}

/* Убираем лишние отступы */
.page-id-10175 .woocommerce div.product div.summary {
    margin: 0 auto;
}

/* Additional info убрать */
.page-id-10175 .woocommerce-tabs {
    display: none !important;
}

/* Убираем related products */
.page-id-10175 .related.products {
    display: none !important;
}

/* Адаптив */
@media (max-width:768px){

.page-id-10175 .woocommerce .product{
    padding:20px;
    margin:20px auto;
}

.page-id-10175 .product_title{
    font-size:28px !important;
}

.page-id-10175 .price{
    font-size:24px !important;
}

}