/*
 Theme Name:   LandingPress Child
 Theme URI:    https://masedi.net
 Description:  LandingPress WP child theme
 Author:       MasEDI.Net
 Author URI:   https://masedi.net
 Template:     landingpress-wp
 Version:      0.0.1
*/

.woocommerce-page table.cart td.actions .input-text#coupon_code {
    width: 120px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 44.1%;
    margin-left: 0;
}

.mpc-container {
    margin: 20px;
}

select.mpc-orderby {
    max-width: 200px;
    min-width: 75%;
    display: inline-block;
    border-radius: 4px;
    padding: 0;
}

.mpc-container input[type=checkbox] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

#content table.mpc-wrap td .mpc-product-image {
	margin-left: 5px;
}

#wf-application-form textarea, #wf-application-form input, #wf-login-form input {
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: .5em;
    /*display: block;*/
    background-color: var(--wc-form-color-background, #fff);
    border: var(--wc-form-border-width) solid var(--wc-form-border-color);
    border-radius: var(--wc-form-border-radius);
    color: var(--wc-form-color-text, #000);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
}

#wf-application-form .wf-application-form-panel-button input.button.wf-button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}