/*
Theme Name:         G5Plus Lustria Child Theme
Theme URI:          https://lustria.g5plus.net/
Description:        G5Plus Lustria Child Theme
Version:            1.0
Author:             g5plus
Author URI:         http://g5plus.net/
Template:     		g5plus-lustria

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-lustria
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
.customize-shopping-cart .header-customize-item.item-shopping-cart {
    background: none !important;
}
.customize-shopping-cart .header-customize-item.item-shopping-cart .shopping-cart-widget .cart-bag {
    position: relative;
}
.customize-shopping-cart .header-customize-item.item-shopping-cart .shopping-cart-widget .cart-bag span#basketItems{
    position: absolute;
    margin: auto;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    background-color: var(--g5-color-accent);
    color: #fff;
    top: -15px;
    right: -16px;
}
.customize-shopping-cart .header-customize-item.item-shopping-cart a.kg-cart-sum{
    color:#000;
}
.customize-shopping-cart .header-customize-item.item-shopping-cart a.kg-cart-sum:hover{
    color: #ff621f;
}
.customize-shopping-cart .header-customize-item.item-shopping-cart {
    background: none !important;
    margin: 0;
    padding: 5px;
} 
.kg-sidebar-position-without .bag-total-table .cart-collaterals .cart_totals .proceed-to-checkout .checkout-button  {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-customize-item .cart-popup-container .widget_shopping_cart_content .cart_list .order-list .media{
    align-items: center;
}
.header-customize-item .cart-popup-container .widget_shopping_cart_content .cart_list .order-list .media .media-body h4.media-heading {
    margin: 0;
}
.kg-events-feed-list .kg-events-feed .products-loop.row-count-3 {
    justify-content: center;
}
.kg-events-feed-list .kg-events-feed h1.title {
    text-align: center;
    margin-bottom: 30px;
}
.kg-events-feed-list .kg-events-feed {
    max-width: 1440px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.kg-events-feed-list .kg-events-feed .products-loop .product .content-product {
    background: #f7f7f7;
    padding-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-details .product-excerpt {
    display: flex;
    margin-top: 15px;
}
.kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-details .product-excerpt a {
    background: #dcdcdc;
    padding: 10px;
    width: 50%;
    margin: auto;
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-left: auto;
    text-decoration: none;
}
.kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-details .product-excerpt a:hover{
    background: #000;
    color: #fff;
}


.kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-image-wrapper img{
    transition: 0.3s;
}
.kg-events-feed-list .kg-events-feed .products-loop .product .content-product:hover .product-image-wrapper img {
        transform: scale(1.1);
}
.kg-events-feed-list .kg-events-feed .products-loop .product {
    padding-bottom: 20px;
    padding-top: 20px;
}
.kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-image-wrapper a{
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    overflow: hidden;
}
.kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-image-wrapper a img {   
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: bottom;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto 0; 
}
.kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-image-wrapper a::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 66%;
}
@media screen and (max-width:991px) {
    .kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-details .product-title h4{
        font-size: 19px;
        padding: 0 20px;
    }
    .kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-details .product-excerpt a{
            width: 90%;
    }
}
@media screen and (max-width:767px) {
    .kg-events-feed-list .kg-events-feed .products-loop .product .content-product .product-details .product-title h4 {
        font-size: 16px;
        padding: 0px 10px;
    }
}
@media screen and (max-width: 991px) { 
    a.kg-main-cart-number {
        color: #000;
        position: relative;
    }
    a.kg-main-cart-number .cart-bag i {
        display: block;
        color: #000;
        font-size: 20px;
        font-family: "Font Awesome 5 Pro";
    }
        a.kg-main-cart-number .cart-bag .badge-number #basketItem {
        position: absolute;
        margin: auto;
        text-align: center;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        font-weight: 700;
        border-radius: 50%;
        background-color: #ff621f;
        color: #fff;
        top: -12px;
        right: -6px;
    }
    a.kg-main-cart-number .cart-bag {
    padding: 0 8px 0 0;
}
}
.btn-container {
    opacity: 1 !important;
}
.btn-container .btn {
    opacity: 1 !important;
}
