/*
Theme Name: Benim Temam
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* ================================= */
/* LUMISE TASARLA BUTONU GERÇEK FIX */
/* ================================= */

/* hover overlay alanını serbest bırak */
.image-tools.bottom {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

/* tasarla butonu */
.lumise-button.lumise-list-button {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

/* turuncu rengi değiştir */
.lumise-button.lumise-list-button {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
}

.lumise-button.lumise-list-button:hover {
    background: #333 !important;
}

/* ürün kartı taşma engeli */
.product-small,
.product-small .box-image {
    overflow: visible !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}