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

/*************** ADD CUSTOM CSS HERE.   ***************/

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

@media screen and (max-width: 767px) 
{
  .products.has-equal-box-heights .box-image {
   width: 100%;
 }
}
.products.has-equal-box-heights .box-image {
    padding-top: 100%;
    max-width: 185px;
    margin: 0px;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 485px;
    background-color: white !important;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #78ac40;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #78ac40;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #78ac40;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #78ac40;
    border-bottom-color: #78ac40;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button, button#ihavecookiesBtn {
    border: none;
    background: #000 !important;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px 20px;
    border-radius: 6px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #78ac40;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: white;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}


/**18-nov-21**/
.live-search-results.text-left.z-top {
    background: #fff;
    color: rgba(102,102,102,0.85);
}
span.search-price .amount {
    color: rgba(102,102,102,0.85);
}

/* 10-11-2022*/

ul.dashboard-links {
    display: none !important;
}
li#tab-title-ux_custom_tab {
    display: none;
}
 .mfp-container button.mfp-arrow::before, .mfp-container button.mfp-arrow::after{
    content: none !important;
}



/* 02 -03 - 2023 */
/*.products.row.row-small.large-columns-4.medium-columns-4.small-columns-2 > :first-of-type {
    display: none !important;
} */