/*
Theme Name:   Lindo Child
Theme URI:    https://wordpress.com
Description:  This is a child theme for Lindo
Author:       Goalthemes
Author URI:   #
Template:     lindo
Version:      1.0.0
Text Domain:  lindo-child
*/

.header-default {
	line-height: 140% !important;
}

/* Style the toggle icon */
.toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 30px;
}

/* SVG eye icon size */
.toggle-password svg {
	width: 20px;
	height: 20px;
	stroke: #666;
	transition: stroke 0.3s;
}

/* Change color on hover */
.toggle-password:hover svg {
	stroke: #000;
}

.password-wrapper {
	position: relative;
}

.footer_form .es-form-field-container input.es-name,
.footer_form .es-form-field-container input.es-email{
	display: block;
	width: 100%;
	height: 41px;
	padding: 12px 15px;
	font-size: 14px;
	line-height: 140%;
	color: #555555;
	background-color: transparent;
	background-image: none;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	outline: none;
}

.footer_form .es-form-field-container input[type="submit"]{
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 500;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background-color: #a64826;
	background-image: none;
	border: 1px solid #a64826;
	padding: 10px 30px;
	font-size: 12px;
	line-height: 140%;
	border-radius: 0px;
}

.footer_form .es-form-field-container label.es-field-label{
	height: 20px;
}

.home_category_con .categories-item .cate-image img{
	max-width: 160px;
	width: 100%;
}

.widget-categories-box.style1 .categories-item:hover .cate-image a:before{
	display: none;
}

section#goal-breadscrumb{
	background-position: center center;
	background-size: cover;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
body.woocommerce-cart .wc-block-cart__submit-container .wc-block-cart__submit-button,
.goal-topcart .offcanvas-content .title-cart-canvas {
	background-color: #0f0f0f;
	color: #fff;
}


.details-product .goal-woocommerce-product-gallery-wrapper .slick-arrow {
	display: none !important;
}

.goal-page-loading .goal-loader-inner{
	max-width: 200px !important;
	width: 100% !important;
	max-height: 83px !important;
	height: 100% !important;
}

.login-wrapper .register_login_wrapper.active form.login p.form-group:nth-child(2){
	margin-bottom: 0px;
}

.woocommerce-account table.my_account_orders .woocommerce-orders-table__cell-order-actions .button{
	margin-right: 10px;
}

.details-product .information .cart>.edw_date{
	display: block;
	width: 100%;
	margin-top: 20px;
}

body.woocommerce-shop .product-block.grid .metas {
	padding: 10px 15px;
}

.add-fix-top {
	bottom: 90px !important;
}

body.single-product .add-to-cart-bottom-wrapper.sticky .edw_date{
	display: none;
}

