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

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-list-home .product-small .product-small img{
    border-radius: 7px;
    border: 2.5px solid var(--wp--preset--color--secondary);
}

.product-list-home .product-small .product-title a{
    font-weight: bold;
}

.home-jumbo-section{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.home-jumbo-section .home-jumbo-section-buttons{
position: absolute;
bottom: 50%;
left: 50%;
transform: translate(-50%);
z-index: 5;

}


.custom-form input, .custom-form textarea{
    background-color: rgba(255,255,255, 0.3) !important;
    backdrop-filter: blur(20px);
    border: .5px solid white !important;
    padding: .4rem 1rem !important;
    border-radius: 10px !important;
}

.custom-form input::placeholder, .custom-form textarea::placeholder{
   color: white;
}

form .contact-form-checkbox{
     margin-bottom: 0 !important;
}

form .contact-form-checkbox + span{
    color: #b2b2b2 !important;
    font-weight: 200;
}

.custom-form .custom-form-btn{
    text-transform: none  !important;
    padding: .2rem 3rem !important;
    margin-top: 1.7rem;
    background-color: white !important;
    color: var(--primary-color) !important;
}
.woocommerce-mini-cart.cart_list.product_list_widget *{
    color: var(--primary-color);
}

#cart-popup *{
    color: var(--primary-color);
}

.woocommerce-mini-cart__buttons .button:not(.checkout).wc-forward{
    color: white !important;
}

.product-form-row{
    background-color: #ebe5d552;
    padding: 10px !important;
    border-radius: 15px;
}
.product-form-row .col{
    margin: 0 !important;
    padding: 10px !important;
}
.product-form-row .col input, .product-form-row .col select {
    margin: 0 !important;
    border-radius: 5px;
    color: black !important;
    font-weight: bold;
}
.product-form-row .col input::placeholder,.product-form-row .col select::placeholder {
    margin: 0 !important;
    border-radius: 5px;
    color: black !important;
}

.product-form-row .col input.custom-submit-btn{
    color: white !important;
    text-transform: none;
    font-weight: 500;
}

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


}