@charset "UTF-8";

.zpmModalBack {
	opacity: .7;
	z-index: 1040 !important;
}

.zone-price-modal .row {
	margin-left: -15px;
	margin-right: -15px;
}

.zone-price-modal .zpm-content {
	position: relative;
	padding: 40px;
	background: #fff;
}

.zone-price-modal .zpm-dialog {
	position: absolute;
	right: 30%;
	top: 50px;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	width: 500px;
	max-height: 85%;
    left: 50%;
    margin-left: -250px;
    overflow-y: auto;
}

.zone-price-modal .zpm-dialog::-webkit-scrollbar {
	width: 5px;
	background: #f8f8f8;
}

.zone-price-modal .zpm-dialog::-webkit-scrollbar-thumb {
	background: #858585;
}

.zpm-header h4 {
	margin: 0;
	font-size: 18px;
	color: #333;
}

.zpm-header {
	margin-bottom: 23px;
}

.zpm-body a {
	color: #0079d7;
	cursor: pointer;
}

.zpm-body label {
	color: #333 !important;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 14px;
}

.zpm-body .searchCEP {
	display: inline-block;
	margin: 5px 0 23px 0;
}

.zpm-body .selectedStore {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 13px;
	margin-top: -7px;
	padding: 8px 10px;
	background: #f0f0f0;
}

.zpm-body .selectedStore.mapArea {
	padding-top: 0;
	padding-bottom: 0;
}

.zpm-body .selectedStore.mapArea iframe {
	height: 90px;
}

.zpm-body .form-group {
	overflow: hidden;
}

.zpm-body .form-control {
	border-radius: 1px;
	/* border-color: #aaa; */
}

.zpm-body .selectedStore-icon {
	/* margin-right: 15px; */
	font-size: 25px;
	color: #0079d7;
}

.zpm-body .postalCode-message {
	margin-bottom: 23px;
	color: #444;
}

.zpm-body .handle-selectedStore {
	line-height: 35px;
}

.zpm-body .handle-selectedStore .disabledButton {
    color: #adadad;
    font-weight: 700;
    background-color: #ebebeb;
    border: none;
    cursor: not-allowed;
}

.zpm-body .handle-selectedStore .handle-button {
	width: 250px;
	height: 35px;
	line-height: 33px;
	padding: 0;
}

.zpm-body .store-results {
	margin-top: -8px;
	/* margin-bottom: 10px; */
}

.zpm-body .regionComuna {
	margin-top: -15px;
}

.zpm-body .list-group-item {
	/* border-color: #aaa; */
	min-height: 38px;
	padding: 10px 15px;
	border-color: #ddd;
	border-radius: 1px;
}

.list-group-item.select .loadingImg {
	display: inline-block;
} 

.list-group-item.select .selectCEPLink,
.list-group-item.select .selectedCEPLink {
	display: none;
}

.list-group-item.selected .loadingImg,
.list-group-item.selected .selectCEPLink {
	display: none;
}

.list-group-item.selected .selectedCEPLink {
	display: inline-block;
} 

.zpm-body .return-link {
	margin-top: -15px;
}

.zpm-body .postalCode-results-lists {
	margin-bottom: 30px;
	max-height: 186px;
	overflow-y: auto;
}

.zpm-body .searchedStore,
.zpm-body .store-results,
.zpm-body .selectStoreButton,
.zpm-body .selectedCEPLink {
	display: none;
}

.zpm-body .loadingImg {
	display: none;
    width: 20px;
    height: 20px;
}

.zpm-body .list-group-item.selected {
	background-color: #f0f0f0;
}

.zpm-body .list-group-item.selected a {
	color: #555;
	text-decoration: none;
	cursor: text;
}

.zpm-body .has-error .form-control {
	color: #dd0021;
	border-color: #dd0021;
}

.zpm-body .regionComuna {
	margin-top: -8px;
}

.zpm-body .responseError {
	color: #dd0021;
}

.zone-price-modal .zpm-close {
	cursor: pointer;
	position: absolute;
	 right: 10px;
	 top: 15px;
}

.zone-price-modal .zpm-close i {
	color: #0072ce;
    font-size: 30px;
    font-weight: 400;
}
   
@media (max-wodth: 1000px) {
	.zpm-body .regionComuna {
		margin-top: -12px;
	}
}   
   
@media (max-width: 768px) {
	.zone-price-modal .zpm-dialog {
		left: 15%;
		right: 15%;
		width: initial;
   		margin-left: 0px;
	}	
	
	.zpm-body .handle-selectedStore a {
		display: none;
	}
	
	.zone-price-modal .zpm-content {
		padding: 20px 20px 30px 20px;
	}
}

@media (max-width: 414px) {
	.zpm-body .handle-selectedStore .handle-button {
		width: 100%;
	}
	
	.zone-price-modal .zpm-dialog {
		left: 20px;
		right: 20px;
	}
	
	.zpm-body .postalCode-results-lists {
		margin-bottom: 20px;
	}
}
.storeInfo{
    margin-bottom: 20px;
}
.infoTittle{
    height: 25px;
    text-align: left
}
