.prodLocResult{
    border: 0.225em solid black;
    border-radius: 1.25em;
    padding: 0.625em;
    text-align: center;
    margin: 0.325em auto;
}
.prodLocName{
    font-size: large;
    font-weight: bold;
}
.prodLocNextWindow{
    font-size: large;
    font-weight: bold;
    text-align: center;
    color: #FF4141;
}

#cartAddQty {
    width: 75px;
    border: solid 3px #273f40;
    box-shadow: none !important;
    text-align: center;
}

.product-details .row{
	border: solid 5px #38595A;
    border-radius: 15px;
    padding: 15px;
}

.prodLocSelection input, .addressSelection input.addressSelectionGroup{
	display: none;
    float: left;
}

.prodLocSelection:hover, .addressSelection:hover, .prodSelected, .Checked, .addressSelected {
	background-color: #294040  !important;
	transform: scale(.97);
	color: white;
}


@media(max-width: 1000px){
	.prodLocSelection input, .addressSelection input{
		float: none;
	    height: fit-content;
	}
}

p {
	text-align: left;
    margin-left: 0px;
}

.detailsImg{
	width: 400px;
	transition: .76s;
	z-index: 2;
	border: solid 7px #38595A;
	transform: scale(.95);
}

.detailsImg:hover {
	transform: scale(1.05);
}

label {
	font-size: 15px;
    font-weight: 700;
    text-align: left;
}

#prodDetails {
	padding: 0px;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
}

#prodName {
	font-weight: 800;
}

.product-details h2{
	padding: 20px 0px 20px 0px;
	text-align: left;
	font-weight: 800;
}

.detailsProd{
    padding: 0.625em;
    text-align: center;
    margin: 0.325em auto;
}
.detailsProdInfo{
    margin: 0.625em;
}
.detailsProdName {
    font-size: xx-large;
    font-weight: bold;
}
.detailsBusName{
    font-size: x-large;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}

.selectableLocations {
	justify-content: center;
}

.prodLocSelection{
	background-color: white;
    border-radius: 15px;
    transition: .76s;
    max-height: 200px;
    width: fit-content;
    margin: 25px 25px;
    padding: 25px;
    border: 4px solid #38595A;
}

.addressSelection{
    background-color: white;
    border-radius: 15px;
    transition: .76s;
    width: fit-content;
    margin: 25px 25px;
    padding: 25px;
    border: 4px solid #38595A;
}

.modalContent h3{
	color: #3A3A3B;
}

.modalContent h2 {
	margin: 0 auto;
}

h3.modalResponse{
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.4;
    text-transform: uppercase;
}

.modalInputLabel {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    font-weight: 700;
    margin: 0 auto;
}

#priceText{
    font-size: x-large;
}
.row {
    display: flex;
}
.spacer{
    flex: 0%;
}
.spacerBig{
    flex:20%;
}

.contentDesc{
    flex:100%;
}
.content{
    flex:auto;
    align-items:stretch;
}

#shippingSaveAddress::after{
    top: 10px !important;
    left: -3px !important;
}