/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/** Home **/
.searchandfilter ul {
	display:flex;
	flex-wrap:wrap;
	padding:0;
}
.searchandfilter ul li {
	width:33.33%;
	padding:10px;
}
.searchandfilter ul li:nth-child(n+4) {
	width:25%;
}
.searchandfilter label {
	display:block;
}
.searchandfilter select.sf-input-select {
	width:100%;
}
.searchandfilter ul li.sf-field-submit {
	width:100%;
	text-align:center;
}
.searchandfilter ul li.sf-field-submit input[type=submit] {
	background:#ff5722;
	border:1px solid #ff5722;
	color:#fff;
	border-radius:50px;
	padding:0 70px;
	height:44px;
	line-height:44px;
	font-size:26px;
	font-weight:600;
}
.searchandfilter ul li.sf-field-submit input[type=submit]:hover {
	background:#fff;
	color:#ff5722;
}


/** Shop **/
.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
	display:flex;
	align-items:center;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	width:75%;
	display:flex;
}
.woocommerce ul.products li.product .loop-button {
	width:25%;
	display:flex;
	justify-content:center;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .loop-image {
	width:30%;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .loop-text {
	width:70%;
	padding-right:20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size:30px;
}
.woocommerce ul.products li.product .price {
	font-size:24px;
}
.woocommerce ul.products li.product .button {
	margin-top:0;
	background:#ff5722;
	color:#fff;
}
.woocommerce ul.products li.product .onsale {
	right:6px;
	left:auto;
	top:8px;
}


/** Checkout **/
.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
	float:right;
}
.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
	float:left;
}


.page-id-5419 .chaty-widget {
	display:none!important;
}
.single.single-post .elementor-page-title {
    display:block!important;
}
.elementor-widget-form .elementor-message.elementor-message-success {
	color:#589442;
}
.elementor-field-type-recaptcha_v3 {
	position:absolute;
}
.grecaptcha-badge {
	height:0!important;
}
.mobile-buttons .elementor-col-33 {
	border-left:1px solid #fff;
}
.mobile-buttons .elementor-col-33:last-child {
	border-left:0;
}
.chaty-widget .channel-link .set-url-target svg {
    display:none!important;
}
.chaty-widget .channel-link .set-url-target:before {
    display:inline-block;
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width:53px;
    height:53px;
    line-height:53px;
    color:#fff;
    text-align:center;
    background:#1e88e5;
    border-radius:50%;
    font-size:26px;
}
.elementor-location-header .elementor-widget-icon-list.elementor-widget:not(:last-child) {
	display:inline-block;
	width:auto;
	margin-bottom:0;
}
.elementor-location-header .elementor-widget-search-form {
	display:inline-block;
	width:auto;
	margin-right:35px;
}
.image-boxes h2 {
	font-size:18px;
}

@media (max-width:767px) {
	.elementor-location-header .elementor-widget-search-form {
		margin-right:0;
	}
	.elementor-location-header .elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
		color:#fff;
		font-size:26px!important;
		line-height:26px!important;
		width:26px!important;
		height:26px!important;
	}
	.elementor-location-header .elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input {
		color:#fff;
	}
}