/*
 Theme Name:   Dazzle Child Theme
 Theme URI:    https://dazzle.themerex.net
 Description:  Dazzle Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     dazzle
 Version:      1.0.0    
 Tags:         fashion store, fashion agency, fashion boutique, designer portfolio, fashion blog, jewelry & accessories, luxury fashion, fashion trends, fashion influencers, fashion showcase, designer collections, fashion photography, jewelry designs, accessory trends, fashion inspiration
 Text Domain:  dazzle
*/


/* =Theme customization starts here
------------------------------------------------------------ */
.trx_addons_woocommerce_search_type_filter .sc_form_field.sc_form_field_select:not([data-multiple="1"]) .sc_form_field_wrap .sc_form_field_item.sc_form_field_item_checked {
	color: #b79a60 !important;
}

.sidebar .trx_addons_woocommerce_search_type_filter .sc_form_field .sc_form_field_title.sc_form_field_title_filled .sc_form_field_title_caption {
	color: #b79a60 !important;
}

.trx_addons_attrib_item.trx_addons_attrib_image {
	width: 30px !important;
	height: 30px !important;
}

#shipping_method li:nth-child(2) {
	display: none !important;
}

.block-action .slider-slide,
.block-action .sc_services_item {
	pointer-events: none !important;
}

.woocommerce-account #customer_login {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.woocommerce-account #customer_login .col-1 {
	width: 100%;
	max-width: 500px;
}

.woocommerce-account #customer_login .col-2 {
	display: none;
}

.custom-register #customer_login .col-1 {
	display: none;
}

.custom-register #customer_login .col-2 {
	width: 100%;
	max-width: 500px;
	display: block !important;
}

.woocommerce-form-register p {
	text-align: left;
}

.menu_mobile_header_wrap .sc_layouts_logo {
	visibility: hidden !important;
}

.custom-filter .sc_form_field_item_level_1:nth-child(3) {
	display: none !important;
}