/*
Theme Name: Woodmart Child
Description: Child theme for Woodmart theme
Author: XTemos
Author URI: https://woodmart.xtemos.com/
Template: woodmart
Version: 1.0.0
Text Domain:  woodmart
*/


.cs-info-bar.bar_small .cs_action_btn,
.cs-modal-content .cs_action_btn {
	background-color: #414A97 !important;
}

.cs-modal-content .custom-switch.custom-switch-btn {
	--cs-color-active-toggle-button: #414A97 !important;
}

.cs_preview_container>div>div .cs-modal:not(.cs-modal-admin) .custom-switch .custom-switch-input:checked+.custom-switch-btn {
    background: #414a974a !important;
}

@media (width <= 480px) {
	.cs_preview_container.bar_small .btns_column .btn-row {
		flex-direction: column-reverse;
	}
}

.cs-info-sticky.desktop_right.bottom.show_button {
	display:none;
}

.cs_setting_save_button.btn.btn-grey.cs_action_btn{
	color:#fff!important;
}

@media (min-width: 981px){
	.et_pb_gutters3.single-product .woocommerce-tabs .et_pb_column_1_2 {
		width: 100%;
	}
}