/*
Theme Name: Studiare Child Theme
Theme URI: https://www.rtl-theme.com/studiare-online-learning-wordpress-theme/
Author: Suncode
Author URI: https://www.rtl-theme.com/author/bagherpebs/
Description: The Studiare child theme is designed for your custom coding and styling needs. If you don't require it, activate the main theme and remove the child theme.
Version: 13.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: rtl-language-support, classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
Text Domain: studiare
Template: studiare
*/
.single_add_to_cart_button:after{
	display: none !important;
}
body.rtl button.single_add_to_cart_button:before{
	display: none !important;	
}
.search-active .site-header .site-search-wrapper, .search-active .site-search-wrapper{
	background: #fff !important;
}
.woocommerce-customer-details{
    display: none;
}
[type=radio] + label{
    display: inline;
}
@media (min-width: 768px) {
    .woocommerce-billing-fields__field-wrapper .form-row{
        width: 50%;
    }
}
#billing_country_field{
    display: none;
}
.blog-loop-inner .post{
	display: flex;
}
#billing_phone{
	display: block !important;
}
.products .course-item .course-item-inner{
	height: 100% !important;
     display: flex;
     flex-direction: column;
}
.course-content-holder.sc_equal_height_item{
	flex: 1 !important;
}