/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 20 2021 | 09:40:03 */
/* Fix buy and quantity product style */
select#variacoes {
    font-weight: 700;
}
.quantity {
 	float: right;
	border-left: 1px solid #8bbe30;
}

.quantity .qty:focus {
    border-color: white;
}

.quantity .qty {
	padding:2px;
}

.product-action.wishlist-btn.style-02.hint--bounce.hint--top.hint--primary {
    padding-left: 30px;
}

.single-product form.cart .entry-product-actions{
	width: 100%;
    max-width: 300px;
}

.single-product form.cart .variations select {
    border-color: #8bbe30;
}

.single_variation_wrap {
    padding-top: 0px;
}
.single-product .single_variation {
    margin-bottom: 5px;
}
.woocommerce-variation-description {
	margin-bottom: 0px;
}

.single-product form.cart .quantity-button-wrapper {
    margin-bottom: 20px;
	max-width: 300px;
	width:100%;
}
.single-product form.cart div.quantity {
    margin: 0px;
}

.quantity-button-wrapper {
    padding: 0px;
    min-height: 48px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    border-color: #8bbe30;
	border-radius: 5px;
}


/* Termos e Condições no Checkout */
div.woocommerce-terms-and-conditions > h1, h2, h3 {
    font-size: 20px;
}

div.woocommerce-terms-and-conditions ul {
    display: none;
}
.woocommerce-terms-and-conditions h3:nth-child(1) {
    display: none;
}

.product-wrapper .label-wrap.wapl-label.label-custom.wapl-alignright {
    bottom: 90%!important;
    position: absolute!important;
    left: 45%!important;
}

.page-scroll-up.show {
    bottom: 88px;
    right: 21px;
}

/* Newsletter form homepage  */
#wpcf7-f9649-p437-o1 .wpcf7-response-output {
	color:white!important;
	text-align: center;
	border-color: white!important;
}

/* Invoice My account title */
#ix_documents_list h2 {
    font-size: 20px;
}

/* Hide program fields */
#curso-name, #curso-id {
	display:none;
}

/* Calendar epic bug fix on popup */
.mec-date-search .nice-select {
	display:none!important;
}

.mec-date-search select{
	display:block!important;
}

.mec-dropdown-search select{
	display:block!important;
}

.mec-dropdown-search .nice-select{
	display:none!important;
}
/*------------------------*/

/* Cookie Notice */
.wpca-lay-out .wpca-lay-out-content * {
    font-size: 13px;
    line-height: 24px;
}

.wpca-lay-out .wpca-lay-out-content p {
    padding: 11px 40px;
    margin: 0;
    position: relative;
    z-index: 100;
    opacity: 100;
    min-height: 38px;
}

#wpca-bar {
    width: 100%;
    min-height: 31px;
    padding: 0px 21px;
}

.wpca-btn {
    padding: 0px 21px 0px;
    margin-top: 10px;
}

.wpca-btn+.wpca-btn, #wpca-icon-settings+.wpca-btn, #wpca-icon-settings+noscript+.wpca-btn {
    margin-left: 9%;
}
/* ----------------------------------- */

/* Style 8 Page Title Breadcrumbs */
.page-title-bar-08 .page-title-bar-search-form .heading {
    font-size: 26px;
    line-height: 1.4;
    margin: 0 0 22px;
    color: #696969;
}
/* ----------------------------------- */

/* Archive Page | Woocommerce */
.product-thumbnail .product-badges{
    display: none;
}

.archive .page-sidebar-content .menu-item a:hover{
	font-weight: bold!important;
}

.archive .edumall-grid .woocommerce-loop-product__title a{
	font-weight:700;
	padding-top: 6px;
}

.archive [aria-label="Registar Interesse"] .button.product_type_simple::before{
	content: "\f040"; 
    font-family: FontAwesome;
    position:absolute;
	right: 18px;
    top: 0px;	
}


.archive .woocommerce-Price-amount.amount{
    font-weight: 500;
	color:#8BBE30;
}


.archive .product-info .price {
    margin: 14px 0 2px;
}
/* ----------------------------------- */

/*Aviso do Woocommerce*/
.demo_store, .woocommerce-store-notice {

    width: 100%;
    text-align: center;
    color: #FFF;
    background-color: #8BBE30;
    line-height: 60px;
	z-index: 9999;
	bottom: -22px;

}

a.woocommerce-store-notice__dismiss-link:hover{
	color:#FFF!important;
}
/*------------------*/

/*Esconder Recaptcha Badge*/
.grecaptcha-badge { display:none; }
/*------------------*/