/*
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 */
.dgwt-wcas-search-icon svg {
	fill:#0197af;
}
.woocommerce-MyAccount-navigation ul {
	list-style:none;
	padding-left:0;
}
.woocommerce-MyAccount-navigation ul li a {
	display:block;
	background:#0197af;
	color:#fff;
	border-bottom:1px solid #fff;
	padding:15px;
}
.woocommerce-Button, .woocommerce-button {
	background:#0197af !important;
	color:#fff !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	background:#ffac33;
}
.woocommerce-MyAccount-navigation ul li a br, .woocommerce-form br {
	display:none;
}

.wp-block-woocommerce-cart.alignwide {
	margin:0 !important;
}
.wc-block-cart-items__header {
	color:#000 !important;
}
a.wc-block-components-product-name {
	color:#000;
	font-weight:bold;
}
.wc-block-cart__submit-container a {
	color:#fff;
}
p.submit {
	text-align:center;
}
p.submit .wpcf7-submit {
	border:0px solid #fff;
	background:#0397AF;
	border-radius:30px;
	color:#fff;
	padding:10px 20px;
}
.wpcf7-spinner {

	position:absolute;
}
.wpcf7-textarea {
	height:100px;
}

/*tablet landscape*/
@media screen and (min-width:821px) and (max-width:1024px) {
	
}

/*tablet portrait*/
@media screen and (min-width:768px) and (max-width:820px) {

}

/*all mobile*/
@media screen and (max-width:767px) {

}

/*mobile portrait*/
@media screen and (max-width:479px) {

}