/*
Theme Name: SamuS Child
Template: samus-v0.3
*/

.post, .page {
    margin: 0 0 0em;
}
.single-product .woocommerce-message {
    display: none !important;
}

.shopengine-widget .select2.select2-container .select2-selection--single .select2-selection__arrow>b {
    display: none !important;
}

/* Descripción larga (pestaña) y corta (arriba del precio) */
.single-product .woocommerce-Tabs-panel--description,
.single-product .woocommerce-product-details__short-description,
.shopengine-single-product .shopengine-product-description,
.shopengine-product-tabs .tab-content {
  white-space: pre-line;
}

/* Boton para ficha tecnica --------------------------------------------- */

.btn-ficha {
  background-color: #294d99!important;
  color: white!important;
  padding: 12px 24px!important;
  border: none!important;
  border-radius: 50px!important;
  font-weight: bold!important;
  font-size: 14px!important;
  cursor: pointer!important;
  text-transform: uppercase!important;
  letter-spacing: 0.5px!important;
  transition: background-color 0.3s ease!important;
}

.btn-ficha:hover {
  background-color: #294d99!important;
}

.btn-ficha:active {
  background-color: #294d99!important;
}

.elementor-button-content-wrapper {
    justify-content: left!important;
}

.fa-solid, .fas {
    font-weight: 900;
    font-size: 15px!important;
}

.elementor-1693 .elementor-element.elementor-element-6f2847f .shopengine-account-form-register .woocommerce-form-register .form-row :is(label, .required) {
    font-size: 15px;
    font-family: arial!important;
}
.elementor-1693 .elementor-element.elementor-element-6f2847f .shopengine-account-form-register .woocommerce-form-register :is(.woocommerce-pending-message, .woocommerce-privacy-policy-text p) {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 16px;
}
.elementor-1693 .elementor-element.elementor-element-6f2847f .woocommerce-form :is(label, input, button, p, *, div) {
    font-family: arial!important;
}

/* Boton recuperar contraseña --------------------------------------------- */
.tecno-btn-recuperar
{
    background-color: var(--e-global-color-bd89dd1)!important;
    font-family: "Figtree", Sans-serif!important;
    font-size: 15px!important;
    font-weight: 700!important;
    border-radius: 30px 30px 30px 30px!important;
    color: #fff!important;
    display: inline-block!important;
    fill: #fff!important;
    font-size: 15px!important;
    line-height: 1!important;
    padding: 12px 24px!important;
    text-align: center!important;
    transition: all .3s!important;
}

/*hide precios*/
.woocommerce-Price-amount,
.elementor-element-c7e6d01,
.shopengine-filter-single form,
.woocommerce-Price-amount.amount,
.woocommerce-variation-add-to-cart {
	 display: none !important;
}

