/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Author: <a href="https://krupakacper.pl">Kacper Krupa</a>
* Template: goya
* Version: 1.0.8.2
*/



/***
 * CORE
 */

a {
	color: #484747;
}
.text-red, .text-red a,
.badge.new {
	color: #EF5C5C !important;
}



/***
 * NAVBAR MENU
 */
.search-panel .search-field {
	font-size: 1em !important;
}
.big-menu > li > a {
    font-size: 1em !important;
}

/* RIGHT ICONS ORDER */
.header-right-items .quick_search {
	order: 1 !important;
	margin-left: 0px;
}
.header-right-items .account-links{
	order: 2 !important;
}
.header-right-items .et-menu-account-btn {
	order: 2 !important;
	margin-left: 24px;
}
.header-right-items .quick_wishlist {
	order: 3 !important;
}
.header-right-items .quick_cart {
	order: 4 !important;
}



/***
 * TESTIMONIALS
 */

.et-testimonial-author cite {
	color: white !important;
}



/***
 * REGISTRATION & LOGIN FORM FOR WOOCOMMERCE
 */

/* Make content in columns align to top */
.et-form-container {
	align-items: start;
}

/* Style file input for business certificate */
.wcb2b-business_certificate-wrapper {
	font-family: inherit;
    font-size: 1em;
    outline: 0;
    padding: .75rem;
    color: #282828;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ddd;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
	margin-bottom: 18px;
}
.wcb2b-business_certificate-wrapper p {
	margin: 0;
}