.bg-gray{
    background-color: #f5f5f5;
}

.upsell-price{
    margin-top: 6px;
}

.checkout-upsell h3 {
    padding: 0 !important;
    font-size: 1em !important;
}

.upsell-price>del {
    color: #e38b46;
}

.upsell-price>ins{
    font-weight: bold;
}

.col.pl-5{
    padding-left: 25px !important;
}

.button.black {
    color: #fff !important;
    background-color: #f18632 !important;
    font-size: 1em !important;
    font-family: 'Light';
    font-weight: 300;
    margin-top: .5em;
    margin-bottom: 0;
}

.button.black:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000;
}

.disabled{
	pointer-events: none;
}

@media(max-width: 849px){
    .col.medium-padding {
        padding: 10px !important;
    }
	.button.black {
		font-size: 0.8em !important;
	}
	.checkout-upsell h3{
		font-size: 1em !important;
	}
}