/*
Theme Name: TheAisle Child
Theme URI: http://theaisle.elated-themes.com
Description: A child theme of TheAisle Theme
Author: db-conception
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: theaisle
Template: theaisle
*/

/*
span.os-item-name-w {
    margin: auto;
}*/

#more {display: none;}

@media screen and (min-width: 640px) {
    .only-mobile{
        display: none;
    }
}

/* latepoint */
.acompte-info > * {
    margin-bottom: 10px;
}
/* fin latepoint */

/* header */ 
.social-networks{
    display: flex;
    gap: 0.5rem;
}

.eltdf-header-centered .eltdf-page-header .eltdf-position-left .eltdf-position-left-inner .eltdf-centered-widget-holder {
    padding: 0px 0.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* mini cart */
.wc-block-mini-cart__drawer span.wp-block-woocommerce-mini-cart-title-items-counter-block {
    font-size: 50%;
}

.wc-block-mini-cart__drawer .wc-block-cart-item__wrap {
    text-align: left;
}
.wc-block-mini-cart__drawer .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: center;
}
.wc-block-mini-cart__drawer td.wc-block-cart-item__image {
    padding-left: 16px;
}


@media only screen and (max-width: 1024px) {

}

/* PRODUCT PAGE */
.wc-block-components-notice-banner__content > a.button {
    background: transparent !important;
}
/* END PRODUCT PAGE */
/* fin header */


/* LATEPOINT FIX */
@media only screen and (max-width: 600px) {
    .os-items .os-item.with-details .os-item-i .os-item-details-popup-btn {
        opacity: 1;
        transform: unset !important;
        /* word-wrap: break-word; */
        /* padding: 0px 10px; */
        /* top: 10px; */
        position: relative;
        top: -5px;
    }
}
/* END LATEPOINT FIX */
