.address-suggestions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
}

.address-suggestions-list li {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.address-suggestions-list li:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.shipping_service_comments {
    display: flex;
	flex-direction: column;
	width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

#shipping_service_comments_details {
    display: block;
}

#custom_shipping_comment {
	width: 100%;
	height: 100px;
}

.shipping_service_comments_details_desc_d {
	margin-bottom: 20px;
	display: block;
    background: #f2f5f9;
    border-radius: 10px;
    padding: 10px;
	webkit-box-shadow: 2px 2px 0px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 2px 2px 0px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 2px 2px 0px 0px rgba(34, 60, 80, 0.2);
}


/* Стили модального окна */
#store-selector-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#store-selector-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

#store-selector-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
}

#store-selector-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

#store-selector-map {
    width: 100%;
    height: 500px;
}

#selected-store p {
	margin-bottom: 5px;
}

.select-store-button {
	font-family: Rubik,sans-serif;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    color: #ffffff !important;
    background: #9d0000;
    border: 1px solid #9d0000;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: 0.2s linear all;
    text-decoration: none;
	cursor: pointer;
	outline: none;
}

.select-store-button:hover {
	color: #9d0000 !important;
    background: #ffffff;
}

.select-store-button:hover {
	outline: none;
}

.woocommerce .woocommerce-checkout .woocommerce-shipping-totals li {
	flex-direction: column;
	font-size: 14px;
    font-weight: normal;
}

.bpwp-store-on-maps-info {
	font-size: 12px;
	margin-bottom: 20px;
}

#billing_country_field, #billing_address_1_field, #billing_address_2, #billing_city_field, #billing_state_field, #billing_postcode_field, #billing_email_field {
  display: none !important;
}

.custom-shipping-message {
	margin-top: 20px; 
	margin-bottom: 20px; 
	background-color: #f2f5f9; 
	padding: 10px; 
	border-left: 
	2px solid #9d0000;
}




span#billing_phone-description.description, span#billing_bpwp_address-description.description {
	margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    background: #f2f5f9;
    border-radius: 10px;
    padding: 10px;
    webkit-box-shadow: 2px 2px 0px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 2px 2px 0px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 2px 2px 0px 0px rgba(34, 60, 80, 0.2);
}