:root {
  --ft-white-color: #FFF;
  --ft-primary-color: #ffd54c; /*orange*/
  --ft-primary-hight-color: #fae000; /*other*/
  --ft-secondary-color: #216dae; /*Blue dark*/
  --ft-searchbox-color: #ffbf2d; /*Blue dark*/
  --headingfont: 'Lato';
}

/*estilos comunes */
.products .product-category.category-style-1 .woocommerce-loop-category__title {
    background-color: rgba(0,0,0,0.6) !important;
    color: var(--ft-white-color);
}

#menu-registermenu > li > a > span {
    color: #ff6600!important;
}
@media only screen and (max-width: 420px) {

    .customer-login-right, .customer-signup-right {
    position: relative;
    }
    .customer-login-right, .customer-signup-right {
    padding: 10px 35px;
    }
    .customerTitle {
    margin-left: 25%;
    padding-top: 30px;
    }
    .customer-login-left {
        height: 300px;
    }
}
.customer-signup-left {
    flex: 10%;
}

.formleft {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}
.formright {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}