.montapacking-shipping .monta-option label span.block, .monta-times-extended {
	background: #FFFFFF;
    border: 1px solid #D1D1D1;
}

.woocommerce-billing-fields .montapacking-shipping h3 {
	margin-bottom:15px;
}

.monta-times-extended-title {
	font-size: 18px;
    font-weight: 700;
}

.asteriks {
	color:red;
}

.monta-times-extended {
	padding:0 15px 15px;
}

.monta-times .toggle-left, .monta-times .toggle-right {
	border:none;
    padding: 0 7px;
    background: black;
    color: white;
    border-radius: 3px;
    font-size:16px;
}

.main_content_loop .monta-times ul {
	margin-left:0;
}


.montapacking-shipping .monta-options .monta-option label input:checked + span {
	border: 2px solid green;
    background: #eeffee;
}

.main_content_loop ul#initialPickupsList {
	margin-left:0;
}

.monta-locations ul li:nth-child(odd) {
	background:white;
}

.monta-locations ul li:not(.list-focus) { 
	background:white !important;
}

.monta-locations ul li.list-focus, .monta-times label input:checked + span {
	border: 2px solid green !important;
    background: #eeffee !important;
}

.monta-shipment-extras {
	display:none !important;
}

#othersendmethod {
	background: black;
    color: white;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 12px;
    font-size: 13px;
}

.monta-shipment-delivery #imglogo  {
	display:none;
}

.monta-times-croppped .delivery-time {
	font-size:18px;
}

.monta-times-croppped {
	padding: 15px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 2px solid green !important;
    background: #eeffee !important;
}

.monta-times-croppped .information .deliveryinfo {
	font-size: 14px;
    margin-top: 8px;
}

.monta-times-croppped .information .deliveryinfo .shippingtype {
	margin-top:5px;
}

.monta-times-extended-title {
	font-size: 17px;
    margin-top: 14px;
    display: inline-block;
    margin-bottom: 0;
}

.monta-times-extended .monta-shipment-shipper .image {
	display:none;
}

.monta-shipment-shipper label {
	background: #FFFFFF;
    border: 1px solid #D1D1D1;
    padding: 10px 15px;
    cursor:pointer;
}

.monta-shipment-shipper label.checked {
	border: 2px solid green !important;
    background: #eeffee !important;
}

.checkout_logo .woocommerce-error {
	background: #ffe0e0;
    list-style: none;
    margin-left: 0;
    padding: 15px 20px;
    border: 1px solid #ff9b9b;
    margin-bottom: -25px;
}

.monta-shipment-shipper label div.information span {
	display:none;
}

.checkout.woocommerce-checkout .monta-times .error {
	padding: 20px;
    text-align: center;
    color: white;
    display: flex;
    height: 80px;
    justify-content: center;
    border:1px solid black !important;
}

.checkout.woocommerce-checkout .monta-times .error:after {
    content: "Verversen";
    position: absolute;
    top: calc(50% - 18px);
    text-align: center;
    background: black;
    color: white;
    padding: 7px 12px;
    border-radius: 4px;
}

@media (max-width: 900px) {
	.woocommerce-billing-fields .montapacking-shipping h3 {
	    margin-bottom: 15px !important;
	}
	
	.monta-shipment-shipper label div.information {
		width: calc(100% - 60px);
	}
}

@media (max-width: 768px) {
	.monta-times-croppped .information {
		width: calc(100% - 0px);
	}
	
	.monta-shipment-shipper label div.information {
		width: calc(100% - 0px);
	}
	
	.monta-shipment-shipper label div.pricemonta, .loadedprice {
		float:left;
		width:150px;
		text-align:left;
		margin-right:0;
		margin-left:0;
		font-weight:bold;
	}
}
