/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*Quitar de la pagina single-product, el texto del atributo seleccionado*/
/*.wd-attr-selected {
    display: none !important;
}*/

/*Etiquetas productos*/
.product-label {
	word-break: normal; !important;
}

.product-labels {
    max-width: 60% !important;
}

#locker_nombre_punto::placeholder,
#locker_direccion_punto::placeholder,
#locker_poblacion::placeholder
#contacto_instagram::placeholder{
	color: #d3d3d3 !important;
}

.cr-review-form-textbox[required] {
    border-color: inherit !important;
}

.cr-review-form-textbox:required {
    box-shadow: none !important;
}

label .required {
    display: none !important;
}

.footer-container .social-links {
    display: flex;
	padding: 10px 13px;
}
  
.footer-container .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #0065e2;
    border: 1px solid #0065e2;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    transition: 0.3s;
}

.footer-container .social-links a:hover {
    background-color: #005acb;
}

.link-copyright * a {
    color: white !important;
}

.link-copyright * a:hover,
.link-copyright * a:active {
    color: #C7D3FF !important;
}

.checkout-login-msg {
   	border: 2px dashed #c3c3c3;
	padding: 10px;
}

.checkout-login-msg + * {
    padding: 10px;
	background-color: #f3f3f3;
	border: 2px solid #f3f3f3;
}


/*AJUSTAR EL SEARCH DE LA TIENDA*/
.wp-block-search__inside-wrapper {
    display: flex;
}

/*AJUSTAR COLOR INSTAGRAM BUTTON*/
.social-instagram {
    --wd-social-brand-color: #DD2A7B !important;
    --wd-social-icon: "\f163";
}

.woocommerce-shipping-destination{
	display: none;
}

/*AVISO WORDPRESS*/
