/*
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Zach Wills
Author URI: http://zachwills.net/
Description: Make all of your modifications to X in this child theme.
Version: 0.0.1
Template: x
*/

h3 small {
    font-size: 0.7em;
}

.fake-link {
    color: blue;
    cursor: pointer;
}

.billing-details-preview ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.woocommerce .input-text,
.woocommerce .select2-choice {
    border-radius: 0;
}

.woocommerce .select2-choice {
    height: 30px;
    line-height: 30px;
}

#order_review_heading {
    margin-top: 30px;
}

.woocommerce-checkout-review-order-table th {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout-review-order-table th.product-name {
    display: block;
}

.woocommerce-checkout-review-order-table th.product-total {
    text-align: center;
}

#payment.woocommerce-checkout-payment .payment_methods label {
    padding-left: 0;
}

#payment.woocommerce-checkout-payment .payment_methods p {
    font-size: 1em;
}

#payment.woocommerce-checkout-payment input[type='radio'] {
    margin-right: 5px;
    top: -2px;
}

#payment.woocommerce-checkout-payment .payment_methods .button {
    float: right;
    background: #ccc;
    border: none;
    color: #555;
}

.woocommerce-checkout .button {
    padding-top: 10px;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
	font-size: 14px;
	padding-left: 10px;
	width: 45%;
	display: inline-block;
	min-width: auto;
}

.x-alert {
    display: block !important;
}

/**
 * TML Styles
 */
.tml-page .entry-title {
    text-align: center;
}

.tml {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

.tml-inner {
    width: 33%;
    max-width: 400px;
    margin: 0 auto;
}

.tml .tml-submit-wrap input[type='submit'],
.tml input[type='text'],
.tml input[type='email'],
.tml input[type='tel'],
.tml select,
.tml input[type='password'] {
    width: 100%;
    max-width: 400px;
    border-radius: 0;
    border-style: 0;
    padding: 20px 20px;
    height: auto;
    margin-bottom: 0;
}

.tml select,
.woocommerce-checkout select {
    -webkit-appearance: none;
}

.tml .tml-submit-wrap {
    text-align: center;
}

.tml-form-title {
    margin-bottom: 20px;
}

.tml input[type='text'] {
    border: 1px solid #ccc;
}

.tml-submit-wrap input[type='submit'] {
    margin-top: 8px;
}

/**
 * Containers for the login page.
 */
.tml-login, .tml-create-account {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.tml-create-account {
    padding-right: 30px;
}

.tml-login {
    padding-left: 30px;
    border-left: 1px solid #666;
}

.tml-action-links {
    list-style-type: none;
    text-align: center;
}

.tml-login .tml-action-links a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(2,173,238);
}

.tml-register .tml-inner {
    width: 100%;
}

.tml form p {
    margin-bottom: 0;
}

.woocommerce_error {
	background: pink;
	border: 1px solid red;
	padding: 10px;
}

.woocommerce-checkout form .payment_methods .woocommerce_error li {
	margin-bottom: 0;
}

h3#ship-to-different-address {
	margin-top: 0px !important;
}
