/*This file contains style overrides for woocommerce forms.  Original styles can be found in ~/wp-content/plugins/woocommerce/assets/css/woocommerce.css */

.entry-content {
    margin-top: 15px;
}

// .entry-content .woocommerce {
//     width: 70%;
// }

.woocommerce form .form-row .select2-container {
    /*margin: 5px 10px;   */ 
/*    margin-top: 5px;
*/	width: 70% !important;
    display: inline-block !important;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: inline-block !important;
    width: 30% !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    width: 70% !important;
    float: right;
}

.woocommerce form .form-row {
	padding: 10px 0 !important;
}

.woocommerce form .form-row label {
	font-weight: 300;
}

p#billing_first_name_field,
p#billing_last_name_field {
    width: 100%;
}

.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	width: 100% !important;
}

.form-row .input-text {
	border: 1px solid rgba(253,181,21,0);
	background: rgb(235,235,228);
	transition: border .3s ease;
}

.form-row .input-text:focus {
	border: 1px solid rgba(253,181,21,1);
}

input#shipping_city::placeholder {
	visibility: hidden;
}

span.selection {
    width: 100%;
    display: block;
    min-width: 150px;
    margin-top: 5px;
}

label[for="shipping_company"] {
	min-width: 150px;
}

@media (max-width: 768px) {
    .entry-content .woocommerce {
        width: 100%;
    }

    .woocommerce form .form-row label, .woocommerce-page form .form-row label {
/*	    width: 50% !important;
*/	}

	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	    width: 100% !important;
	    float: left;
	}
	.woocommerce form .form-row .select2-container {
	    text-align: right;
	}
}


/* Checkout */

h3#order_review_heading {
	width: 100px;
}

.woocommerce .woocommerce-error {
    border-top-color: #FDB515 !important;
}

/* Wishlist */

#wl-wrapper .wl-intro-desc p {
	font-weight: 500;
}

#wl-wrapper label {
	font-weight: 300 !important;
}

p a.wlconfirm {
	border: none;
    height: 40px; 
    background: #b81c23;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff !important;
    line-height: 40px;
    width: 150px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    text-align:center;
}

p a.wlconfirm:hover {
	background-color: #d9534f;
    border-color: #d43f3a;
}

#wl-wrapper .wl-row {
	display: block;
	height: 45px;
}

.wl-actions-table td {
	width: 100%;
}

.wl-actions-table td .btn-small {
	margin: 0 10px;
	width: 136px;
}

td.product-purchase {
	text-align: right !important;
}

#wl-items-form > .wl-row:last-child {
    display: none;
}
