.woocommerce ul#shipping_method li label {
    display: flex!important;
}
.woocommerce ul#shipping_method li label:hover {
    cursor: pointer!important;
}

.woocommerce-shipping-methods .checker-item {
	padding-top: 0;
	line-height: 0.9em!important;
    margin-bottom: 0!important;
}

input.j-wcus-np-custom-address{	
	border-radius: 3px;
    border: 0.4px solid #000;
    position: relative;
    width: 19px;
    height: 21px;
    margin: 0 10px 0 0;
    color: #000;
    font-size: 18px;
	display: block;
}
input.j-wcus-np-custom-address:checked {
    background: url(/wp-content/themes/dental-tools/assets/img/sidebar-check.svg) center no-repeat;
}

.section-cabinet .cabinet-wrapper .cabinet-content.user-profile {
	flex-wrap: wrap!important;
}
.woocommerce-notices-wrapper {
	width: calc(100% - 25px)!important;
}
@media(max-width:767px) {
	.woocommerce-notices-wrapper {
		width: 100%!important;
	}
}


.wmc-list-currencies {
	display: flex!important;
	flex-direction: column;
}
.wmc-currency {
	order: 1!important;
	display: inline-flex!important;
}
.wmc-active {
	order: 0!important;
}

/*  стили для FOX Currency */
.curr-selector-wrapper {
	margin-top: 0 !important;
	margin-right: 20px!important;
    margin-left: 20px!important;    
	height: 28px !important;
}

.curr-selector-wrapper .selectron23 {
	height: 28px!important;
    width: 70px!important;
}
.curr-selector-wrapper .selectron23-option-title:hover {
	color: #B8309E!important;
}
.curr-selector-wrapper .selectron23-container {
	min-height: 28px!important;
}

