/**
* Theme Name: rozer Child
* Description: This is a child theme of rozer, generated by Rdt WP.
* Author: <a href="https://themeforest.net/user/roadthemes">roadthemes</a>
* Template: rozer
* Version: 1.0.1
*/

#_desktop_language_switcher_ {
	display: none;
}

.footer-column .product-title {
	color: #fff;
}

.footer-column .search-field {
	width: 60% !important;
	color: #333 !important;
	background: #fff;
}

.footer-column .search-field::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ccc;
	opacity: 1; /* Firefox */
}

.footer-column .search-field:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

.footer-column .search-field::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ccc;
}

.footer-column button {
	background-color: #000 !important;
	border-radius: 10px;
	margin-left: 10px;
}

.shop_attributes a[rel='tag'] {
	pointer-events: none;
	cursor: default;
}

.vmenu-title {
	width: 100% !important;
}

.product-image-item a {
	pointer-events: none;
	cursor: default;
}

.feature-image img {
	filter: brightness(75%);
}

.a-expander-prompt {
	display: none;
}

option {
	font-family: Arial !important;
	font-size: 14px !important;
}
/*
# Подключаем Iris Color Picker 
add_action( 'admin_enqueue_scripts', 'add_admin_iris_scripts' );
function add_admin_iris_scripts( $hook ){
	// подключаем IRIS
	wp_enqueue_script( 'wp-color-picker' );
	wp_enqueue_style( 'wp-color-picker' );

	// подключаем свой файл скрипта
	wp_enqueue_script( 'plugin-script', plugins_url('js/plugin-script.js', __FILE__), array('wp-color-picker'), false, 1 );
}
<input name="color1" type="text" value="" />
<input name="color2" type="text" value="#f19" />
jQuery(document).ready( function($){
	$('input[name*="color"]').wpColorPicker();
});*/
.cart-block .header-cart>a .cart-count, .wishlist-link .wishlist-count {
	background: #000;
}

.reset_variations {
	display: none !important;
}
.accordion-inner.collapse h2{
	display: none !important;
}