.checkout-content {
    padding: 4rem 0 6rem 0;
    min-height: 100%;
    background-color: var(--company_grey_background);
}


.cart-background {
    min-height: 100%;
    background-color: var(--company_grey_background)
}

#nextStepBtn .fa-chevron-right,
#nextStepBtnMob .fa-chevron-right {
    color: var(--company_text_secondary);
}

#nextStepBtn:hover,
#nextStepBtnMob:hover {
    color: var(--company_text_secondary);
}

.left-options {
    padding-right: 1rem;

}

label {
    font-size: 16px;
    line-height: 20px;
}

.postnl-map {
    text-align: center;
    padding: 10rem 1rem 10rem 1rem;
    background-color: var(--company_color_dark_1);
    color: var(--company_text_secondary);
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip .custom-tooltiptext {
	display: none;
	border-radius: 6px;
	padding: 10px 13px !important;
	position: absolute;
	z-index: 10;
	top: -15px;
	left: 1.7rem;
	max-height: 30rem;
	min-width: 25rem;
	overflow-y: hidden;
	background: #F1F1F1 !important;
	width: auto;
	height: auto;
}

.custom-tooltip .custom-tooltiptext > div {
    margin: 0 !important;
}

.custom-tooltip .custom-tooltiptext * {
    font-size: 14px;
}

.custom-tooltiptext::-webkit-scrollbar {
    display: none;
}

.custom-tooltip:hover .custom-tooltiptext {
    display: block;
}

.explanation-icon {
    color: var(--company_text_primary);
    font-size: 1rem;
}

@media (max-width: 900px) {
    .custom-tooltip {
        padding-top: 0 !important;
    }

    .custom-tooltip .custom-tooltiptext {
        max-height: 10rem;
        min-width: 20rem;
    }

    .custom-tooltip .custom-tooltiptext {
        left: 30px !important;
    }
}

@media (max-width: 700px) {
    .custom-tooltip .custom-tooltiptext.bsn {
         left: -50%;
     }

    .custom-tooltip .custom-tooltiptext.dob {
        left: -200%;
    }
}

@media (max-width: 420px) {
    .custom-tooltip .custom-tooltiptext {
        max-height: 12rem;
        min-width: 17rem;
    }
}

/*Tablet and up +/- 800px*/
@media (min-width: 50em) {
    .left-options {
        padding-right: 2rem;
    }
}


@media (max-width: 1200px) {
    #checkout-container h2, #cart-container h2 {
        font-size: 28px;
    }

    #checkout-container label {
        font-size: 16px;
    }

}

