/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


body {
	font-family: "Wavehous", Sans-serif;
}

.elementor-button-link-uk {
    border: 0 !important;
    padding: 0 !important;
    text-decoration: underline !important;
    color: #000 !important;
    font-weight: 500;
}

.elementor-button-link-uk:hover {
    color: #000 !important;
	background-color:transparent !important;
}

a#fc-expansible-form-section__toggle-plus--order_comments::before {
    top: 28px;
}

.woocommerce table.shop_attributes th {
    border: none !important;
    font-weight: 500;
    line-height: 70px;
    font-size: 22px;
}
.woocommerce-checkout .entry-title {
	font-family: 'Wavehous'!important;
    font-size: 32px;
    font-weight: 600;
}

/* body .myparcel-delivery-options .myparcel-delivery-options__table tr:not(tr tr) td {
	width: 90%!important;
	padding: 0px!important;
} */

.login-popup-body .forget-link {
	font-family: 'Wavehous'!important;
}


@media (min-width: 768px) and (max-width: 1024px) {
	.home-products-4blocks .productlist  {
		width: 100%!important;
	}
	.home-products-4blocks .productlist .premium-woo-products-inner li {
		width: 50%!important;
	}
}


/* My Account page CSS */

a#elementor-menu-cart__toggle_button:hover {
    background-color: transparent !important;
    box-shadow: unset !important;
    border: 0 !important;
    outline: 0 !important;
}	
	
.elementor-menu-cart__container .elementor-menu-cart__product .variation {
    display: block !important;
}	
	
.elementor-menu-cart__container .elementor-menu-cart__product .variation dd {
    margin: 0 !important;
}	
	
.elementor-button-linkk {
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 2px solid #74a874 !important;
    border-radius: 0 !important;
    color: #000 !important;
}

.elementor-button-linkk:hover {
    background: transparent !important;
    opacity: 0.8;
}	
	
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 15px;
    color: #242424;
    line-height: 20px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

.woocommerce-MyAccount-content {
    padding: 10px 30px;
    width: 75% !important;
    border-left: 1px solid rgba(0, 0, 0, 0.105);
}

.woocommerce-MyAccount-navigation {
    width: 25% !important;
    padding: 0px 30px 0px 0px;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: rgba(0,0,0,0.06);
    cursor: default;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: rgba(0,0,0,0.03);
    cursor: default;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom: 15px !important;
}

.my-account-action-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.my-account-action-grid .orders-link,
.my-account-action-grid .downloads-link,
.my-account-action-grid .addresses-link,
.my-account-action-grid .account-link,
.my-account-action-grid .logout-link {
    display: block;
    padding: 20px;
    font-weight: 600;
    text-align: center;
    color:#555;
    border-radius: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
}

.my-account-action-grid img {
    height: 42px;
    width: 42px;
	filter: opacity(0.5);
}

.my-account-action-grid a:hover{
    color:#555;
    background-color: rgba(0,0,0,0.03);
}

.my-account-action-grid h3 {
    margin: 5px 0 0 0 !important;
    font-size: 18px;
}

#login-form .woocommerce-form {
    border-radius: 0 !important;
}


#login-form .woocommerce-form input.woocommerce-Input {
    height: 50px !important;
    border-radius: 0 !important;
}


#login-form .mt-15 {
    margin: 15px 0 !important;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#register-form .woocommerce-form {
    border-radius: 0 !important;
}

#register-form  .woocommerce-form input.woocommerce-Input {
    height: 50px !important;
    border-radius: 0 !important;
}

#register-form .woocommerce-privacy-policy-text {
    margin: 15px 0;
}

.woocommerce-ResetPassword {
    width: 50%;
    margin: 0 auto;
}

.woocommerce-ResetPassword input {
    height: 50px;
    width: 100% !important;
    border-radius:0;
    margin-bottom: 15px !important;
}

.woocommerce-ResetPassword p {
    width: 100% !important;
}

.mt-15 {
    margin-top: 15px;
}

.woocommerce-EditAccountForm input {
    height: 48px;
    border-radius: 0;
}

	.fc-step__next-step	{
    fill: #fff !important;
    color: #fff !important;
    background-color: #B2C399 !important;
    height: 50px;
		border-radius:50px !important;
	padding:10px 30px !important;
	}
	
.fc-step__substep-save {
    fill: #fff !important;
    color: #fff !important;
    background-color: #B2C399 !important;
    height: 50px;
		border-radius:50px !important;
	padding:10px 30px !important;
}

.fc-place-order-button {
    fill: #fff !important;
    color: #fff !important;
    background-color: #B2C399 !important;
    height: 50px;
		border-radius:50px !important;
	padding:10px 30px !important;
}

.tinvwl-to-right button {
    fill: #fff !important;
    color: #fff !important;
    background-color: #B2C399 !important;
    height: 50px;
		border-radius:50px !important;
	padding:10px 30px !important;
}
	
	.fc-step__next-step:hover	{
    fill: #fff !important;
    color: #fff !important;
    background-color: #B2C399 !important;	
	}	
	
.fc-step__substep-save:hover {
    fill: #fff !important;
    color: #fff !important;
    background-color: #B2C399 !important;
    height: 50px;
}

.fc-place-order-button:hover {
    fill: #fff !important;
    color: #fff !important;
    background-color: #B2C399 !important;
    height: 50px;
}

.tinvwl-to-right button:hover {
    fill: #fff !important;
    color: #fff !important;
    background-color: #B2C399 !important;
    height: 50px;
}	


div#customer_login {
    display: flex;
    justify-content: center;
    text-align: center;
}

.d-none{
	display:none !important;
}

@media (min-width: 992px) and (max-width: 1024px) {

.woocommerce-MyAccount-navigation {
     width: 30% !important;
     float: left !important;
}
	
.woocommerce-MyAccount-content {
     width: 70% !important;
     float: right !important;
}	
	
}


@media (min-width: 768px) and (max-width: 991px) {

.woocommerce-MyAccount-navigation {
     width: 30% !important;
     float: left !important;
}
	
.woocommerce-MyAccount-content {
     width: 70% !important;
     float: right !important;
}		
	
}

@media (min-width: 320px) and (max-width: 767px) {
	
.woocommerce-MyAccount-content {
	padding: 30px 0;
	width: 100% !important;
	border-left: unset !important;
}

.woocommerce-MyAccount-navigation {
    width: 100% !important;
    padding: 0px 0px 0px 0px;
}

.my-account-action-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.woocommerce-ResetPassword {
    width: 100%;
    margin: 0 auto;
}		
	
	
}


/* My Account page CSS */

