.shipment-payment{
	padding-top: 7.125rem;
	padding-bottom: 5.625rem;
}

.shipment-payment .breadcrumb{
	margin-bottom: 2rem;
}

.shipment-payment .heading-1{
	margin-bottom: 3.5rem;
}

.shipment-payment .shipment-payment__block{
	padding: 2.25rem 1.5rem;
	border-radius: 0.625rem;
    border: 1px solid rgba(221, 221, 221, 0.3);
    background: var(--morphism);
}

.shipment-payment .shipment-payment__content .shipment-payment__block{
	flex: 1 1 100%;
}

.shipment-payment .shipment-payment__shipping ul{
	list-style: none;
	padding: 0px;
	gap: 0.5rem;
}

.shipment-payment .shipment-payment__shipping ul li{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.shipment-payment .shipment-payment__shipping ul li::before{
	display: inline-block;
	content: "";
	width: 1.125rem;
	height: 1.0625rem;
	flex-shrink: 0;
	
	background-repeat: no-repeat;
	background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath d='M0.750244 5.78017L6.28567 15.7501L16.7502 0.750061' stroke='url(%23paint0_linear_183_1636)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_183_1636' x1='0.750244' y1='8.25006' x2='16.7502' y2='8.25006' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF0000'/%3E%3Cstop offset='0.538462' stop-color='%23D80000'/%3E%3Cstop offset='0.725962' stop-color='%23D80000'/%3E%3Cstop offset='0.9999' stop-color='%23FF5B5B'/%3E%3Cstop offset='1' stop-color='%23FF5B5B'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.shipment-payment .shipment-payment__shipping ul li strong{
	font-weight: inherit;
	color: #fff;
}

.shipment-payment .shipment-payment__block .block__header svg{
	height: 3.5rem;
	width: 3.5rem;
}

.shipment-payment .shipment-payment__payment ul{
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 27.8125rem;
	padding: 0px;
	gap: 0.5rem;
}

.shipment-payment .shipment-payment__payment ul li{
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.shipment-payment .shipment-payment__payment ul li img{
	height: 1.5rem;
	width: auto;
}

@media screen and (min-width: 960px){
	.shipment-payment__block .block__header .block__title{
		gap: 1.75rem;
	}
	
	.shipment-payment__block .block__header .block__title::after{
		display: block;
		content: "";
		width: 1.625rem;
		height: 0.125rem;
		background-color: #7E7E7E;
		flex-shrink: 0;
	}
}

@media screen and (max-width: 959px){
	.shipment-payment{
		padding-top: 7.75rem;
		padding-bottom: 3.75rem;
	}

	.shipment-payment .breadcrumb{
		display: none;
	}

	.shipment-payment .heading-1{
		margin-bottom: 2.25rem;
	}
	
	.shipment-payment .shipment-payment__content{
		gap: 1.5rem;
	}

	.shipment-payment .shipment-payment__block{
		padding: 1.5rem 1rem;
		gap: 1rem;
	}

	.shipment-payment .shipment-payment__content .shipment-payment__block{
		flex: 1 1 auto;
	}

	.shipment-payment ul,
	.shipment-payment p
	{
		font-size: 0.75rem;
	}

	.shipment-payment .shipment-payment__block .block__header svg{
		height: 3rem;
		width: 3rem;
	}

	.shipment-payment .shipment-payment__payment ul{
		list-style: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 100%;
		width: 100%;
		padding: 0px;
		gap: 0.5rem;
	}

	.shipment-payment .shipment-payment__payment ul li{
		gap: 0.5rem;
	}

	.shipment-payment .shipment-payment__payment ul li img{
		height: 1.5rem;
		width: auto;
	}
}