/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/
.product section {
    text-align: left!important;
}

/* Деякі додаткові стилі для кращої інтеграції календаря зайнятості з темою Listeo */
.listing-details-sidebar .availability-section {
    margin-top: 25px;
}

.tabs-container .tab-content .availability-section {
    padding: 30px 0;
}

/* Стилі для мобільної версії */
@media (max-width: 768px) {
    .availability-section {
        padding: 15px;
    }
}

/* Покращення стилів для інтерфейсу адміністратора */
.post-type-listing #listeo_availability_metabox .inside {
    padding: 12px;
}
#singleListingMap {
    height: 400px;
    border-radius: 15px;
    z-index: 90;
    box-shadow: 0px 7px 20px -10px #a1a1a1;
}
#titlebar.listing-titlebar {
    padding-bottom: 0px!important;
    padding-top: 15px;
}
.listing-details li {
    flex: 0 0 25%!important;
}
.listing-details {
    margin-bottom: 0px!important;
}
.desc-plosh .cptwooint-product-price {
    display: none;
}
.desc-plosh .quantity {
    display: none;
}
.desc-plosh .cpt-price-and-cart-button, .cptwooint-cart-btn-wrapper {
    align-items: center!important;
}
.home-cat .listeo-svg-icon-box-grid image {
    width: 30px;
    height: 30px;
}
.left-side {
    width: 80%!important;
}
.right-side {
    width: 20%!important;
}
.header-widget .button, .header-widget .button.border {
    display: none;
}