/* 
Theme Name: Livre Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: livre
Version: 1.0.1
Text Domain: livre-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*orange: #F69666*/

.product-grid .grid-item:hover img {
    opacity: 0.7 !important;
}

.product-grid .grid-item:hover .product__title {
    color: #F69666;
}

/* ************************************
 *
 * @Section: HOME
 *
 ************************************* */

.woocommerce-shipping-methods label a {
    color: #eb8367;
}

.woocommerce-checkout-review-order-table th {
    width: 40%;
}

.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
    text-align: left;
}

/* ************************************
 *
 * @Section: E-BOOKS
 *
 ************************************* */
.woocommerce-MyAccount-navigation-link--my-ebooks a:before {
    content: "\e6b7";
}

.post-grid .post .post__image {
    max-height: 1000px !important;
}

.post-grid .post .post__image img {
    max-height: 1000px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

ul.e-books{
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    padding: 0px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

ul.e-books li{
    list-style: none outside;
}

ul.e-books li ._df_button {
    padding: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    display: flex;
}

/* ************************************

@Section: Responsive

************************************* */

/*smartphones*/
@media (max-width: 767px) {

}

/*tablets portrait*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*tablets landscape*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*tablets portrait and landscape*/
@media (min-width: 768px) and (max-width: 1199px) {

}

/*all smart*/
@media (max-width: 1199px) { 

}                            

@media (min-width: 1200px) {
	 .site-header .container {
		max-width:1400px !important;
	}
}