/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2024 | 16:00:06 */
/*Rediseñamos el counter
 * 
input#quantity_64de5756e2597{
	height: 3rem !important;
	width: 3.5rem !important;
	padding: 5px !important;
}

input#quantity_64de5756e2597.input-text.qty.text{
	font-size: 0.9 rem;
	border: 2px solid #ccc;
}
*/

/*--------------------PERSONALIZAMOS CHECKOUT-----------------*/

div.woocommerce-info{
    background-color: #fff;
	color: #000;
	display: flex !important;
	flex-direction: column;
	padding-left: 0.7rem;
}

a.showcoupon{
	color: #ccc !important;
	margin-top: 0.5rem;
}

a.showcoupon:hover{
	color: #000;
}

div.woocommerce-info::before{
    display: none;
}

.checkout_coupon > * {
    flex: 1 1 100%;
    margin-bottom: 0;
}


:is(.checkout_coupon,.login.hidden-form){
    position: relative;
    padding: 30px;
    max-width: 470px;
    border: 2px solid #ccc;
    font-size: 0.9rem;
    
}

input#coupon_code.input-text{
	border: 1px solid #ccc;
}

button.button{
	background-color: #CB333C;
	border-radius: 4px; 
	font-size: 1rem;
	border: none;
	color: #fff;
	max-width: 300px;
}

button.button:hover{
	color: #fff;
	background-color: #CB333C;
}

button#place_order.button.alt{
	background-color: #CB333C !important;
	border-radius: 4px !important; 
	font-size: 1.2rem;
	padding: 14px 70px;
	border: none;
	color: #fff;
	max-width: 100%;
}

button#place_order.button.alt:hover{
	background-color: #9305CB !important;
}

/*------BORRÉ EL CHECK ¿ENVIAR A UNA DIRECCIÓN DIFERENTE?----*/
h3#ship-to-different-address{
    display: none;
}


/*NOTAS DEL PEDIDO*/
textarea#order_comments{
    border: 1px solid #ccc;
    height: 10rem;
    content: "su pedido aquí"
}

form.checkout_coupon.woocommerce-form-coupon.customize-unpreviewable {
	display: flex;
	justify-content: space-evenly !important;
	align-items: center !important;
}

input#billing_first_name{
	border: 1px solid #ccc !important;
}

input#billing_last_name{
	border: 1px solid #ccc !important;
}

input#billing_company{
	border: 1px solid #ccc !important;
}

input#billing_address_1{
	border: 1px solid #ccc !important;
}

input#billing_address_2{
		border: 1px solid #ccc !important;
}

input#billing_city{
	border: 1px solid #ccc !important;
}

input#billing_postcode{
	border: 1px solid #ccc !important;
}

input#billing_phone{
	border: 1px solid #ccc !important;
}

input#billing_email{
	border: 1px solid #ccc !important;
}

input#shipping_first_name{
		border: 1px solid #ccc !important;
}

input#shipping_last_name{
			border: 1px solid #ccc !important;
}

input#shipping_company{
				border: 1px solid #ccc !important;
}

input#shipping_address_1{
					border: 1px solid #ccc !important;
}

input#shipping_address_2{
						border: 1px solid #ccc !important;
}

input#shipping_postcode{
							border: 1px solid #ccc !important;
}

/*Personalizamos el PRODUCT DATA TABS*/

div.woocommerce-tabs.wc-tabs-wrapper{
	/*margin-top: -200px !important;*/
}

/*Modificación color de back inputs*/

input.input-text{
	background-color: #fff !important;
}

textarea#order_comments {
	background-color: #fff !important;
}

/*-----------MODIFICAMOS EL BOTÓN REALIZAR PEDIDO-----------------*/

button#place_order.button.alt{
	background-color: #D5D5D5 !important; 
	border-radius: 25px !important;
	color: #000; 
}

button#place_order.button.alt:hover{
	background-color: #a9a9a9!important; 
}

