/* 
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 */

.woof_container_inner.woof_container_inner_productcategories h4 {
    display: none;
}
li.active-result.woof-padding-1 {
    padding-left: 7% !important;
}
nav.woocommerce-MyAccount-navigation {
    display: none;
}
.woof_sid_auto_shortcode .woof_container {
    overflow: unset;
}

@media only screen and (min-width: 769px) {
	.woof.woof_sid.woof_sid_auto_shortcode {
		width: 30%;
		float: left;
		margin-right: 2%;
	}
	.shop-ride-bar {
		float: right;
		width: 68%;
	}
	.woof_container {
	    width: 100% !important;
	}

}

span.irs-from, span.irs-to, .irs--round .irs-bar, .single_add_to_cart_button {
    background: #28486B !important;
}
span.irs-handle.from, span.irs-handle.to {
    border-color: #28486B !important;
}

.back-to-dashboard {
	float: right;
    background-color: #28486B;
    color: #fff;
    padding: 6px;
    border-radius: 10px;
}
a.back-to-dashboard { color: #fff; }


a { color: #28486B; }

.wp-block-woocommerce-proceed-to-checkout-block a:hover { color: #fff; }
.wc-block-components-checkout-place-order-button {
    color: #28486B;
    border-color: #28486B;
}

.wc-block-components-checkout-place-order-button:hover {  background-color: #28486B; }


/*27-01-2025* start*/
/* Custom Nav Bar css*/
	 .custom-navbar {
	 	max-width: 1140px;
	 	margin: auto;
	 	padding: 20px 0px;

	 }
	 .custom-navbar ul {
	 	list-style: none; 
	 	display: flex; 
	 	margin: 0; 
	 	padding: 0; 
	 	center; gap: 
	 	1.5rem;
	 }
	 .custom-navbar ul li a {
	 	color: #28486B;
	 	font-family: "Open Sans", sans-serif; 
	 	text-decoration: none;
	 	font-size: 15px;
	 	text-transform: capitalize;
	 }
	 .custom-navbar .mvx-font:before {
    	font-size: 26px;
	}
	.custom-navbar .mvx-font {
		margin-right: 6px;
	}

	.woocommerce-shipping-fields {
	    display: none;
	}
	button#place_order {
    	background-color: #28486B;
	}
	.mvx_regi_form_box h3.reg_header2 { display: none !important; }
	#shipping_method input[type=radio] { -webkit-appearance: auto !important; }
	.site-navigation ul.menu, .site-navigation {
    	display: block;
	}
	.site-footer .footer-inner { border-top: 5px solid #28486B; padding-top: 25px; }
	.site-footer { clear: both; }
	div#primary {
		background: #edf0f1;
		float: left;
		margin: 0 auto;
		width: 100%;
		padding-top: 2%;
	}
	body.page.page-id-53 section { background: #edf0f1; }
	body.page.page-id-53 .page-header { display: none; }

/*	 i.mvx-font {
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}
i {
    font-size: 26px;
    color: #737373;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-family: mvx !important;
}
.ico-my-shop-icon:before {
    content: "\e91e";
}*/
/*27-01-2025 end*/
