/*
 Theme Name:   Rentic Child Theme
 Theme URI:    https://rentic.axiomthemes.com/
 Description:  Rentic Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     rentic
 Version:      1.0.03127631278123
 Tested up to: 6.6
 Requires at least: 5.0
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  rentic
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.custom-form-fields-autovrakoviste .wpcf7-form-control.wpcf7-text{
	border: 1px solid rgb(80, 80, 80) !important;	
	padding: 10px 20px;
	margin-top: 5px;
	margin-bottom: 0 !important;
}
.custom-form-fields-autovrakoviste .wpcf7-form-control.wpcf7-select{
	border: 1px solid rgb(80, 80, 80) !important;
	margin-top: 5px;
	padding-left: 20px;
}
.custom-form-fields-autovrakoviste .label-text{
	font-weight: 600;
	display: inline-block;
}
.custom-form-fields-autovrakoviste .wpcf7-form-control.wpcf7-textarea{
	border: 1px solid rgb(80, 80, 80) !important;	
	padding: 10px 20px;
	margin-top: 5px;
	height: 150px;
}
.custom-form-fields-autovrakoviste hr{
	margin: 20px 0 !important;
}

.product.type-product{
	pointer-events: none;
}
.product.type-product .star-rating{
	display: none;
}
.product.type-product .onsale{
	display: none;
}
.product.type-product .outofstock_label{
	display: none;
}

.sc_form_field.sc_form_field_price.sc_form_field_range.optional{
	display: none;
}
.sc_form_field.sc_form_field_rating.sc_form_field_select.optional{
	display: none;
}

header.top_panel #menu_main li a:after{ 
	display: none !important;
}

header.top_panel .logo_image{
	max-width: 280px;
}
@media (max-width: 768px) {
	header.top_panel .logo_image{
		max-width: 200px;
	}
}

.woocommerce-result-count{
	display: none;
}

.search_results.widget_area{
	display: none !important;
}

.search_modern .search_form_wrap .search_submit::before{
	content: '\e9a6' !important;
}

.custom-shop-header{
	text-align: center;
	margin-top: -50px;
	margin-bottom: 150px;
}

.custom-hide-class{
	display: none !important;
}

.woocommerce-ordering{
	display: none !important;
}