html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: white;
}

.checkout-section {
	margin-top: 20px;
}

.checkout-error-notification-wrap {
	position: fixed;
	top: 0px;
	display: none;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
	z-index: 3;
}

.checkout-error-notification {
	position: relative;
	max-width: 360px;
	padding: 50px;
	margin: auto;
	color: rgb(60, 60, 60);
	font-family: Nunito;
	font-size: 14px;
	background-color: white;
	border-radius: 20px;
	z-index: 4;
}

.help-ticket-button {
	display: inline-block;
	margin-top: 4px;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	color: white;
	font-size: 14px;
	background-color: rgb(238 36 69);
	border-radius: 4px;
}

.help-ticket-button:hover {
	background-color: rgb(240, 59, 89);
}

.refresh-page-notification {
	margin-top: 20px;
	color: black;
}

.email-text-bold {
	color: black;
	font-weight: bold;
}

.user-inputted-address-wrap {
	margin-top: 10px;
	margin-left: 10px;
}

.inputted-address-header {
	margin-top: 20px;
	color: black;
}

.verification-address-wrap {
	margin-left: 10px;
}

.user-inputted-address-header {
	display: block;
	font-style: italic;
}

.address-verification-error {
	margin-top: 2px;
	font-style: italic;
	color: black;
}

.usps-verified-address-wrap {
	margin-top: 20px;
	margin-left: 10px;
}

.usps-verified-address-header {
	display: block;
	font-style: italic;
	color: black;
}

.usps-verified-address-line {
	color: rgb(60, 60, 60);
}

.address-verification-button-wrap {
	display: flex;
	justify-content: space-around;
	column-gap: 10px;
}

.address-verification-button {
	display: inline-block;
	width: 50%;
	margin: auto;
	margin-top: 20px;
	padding: 6px 12px 6px 12px;
	text-align: center;
	border-radius: 20px;
}

	.address-verification-button:hover {
		cursor: pointer;
	}

.keep-user-inputted-address-button {
	background-color: rgb(220, 220, 220);
	transition: background-color 0.3s;
}

	.keep-user-inputted-address-button:hover {
		background-color: rgb(200, 200, 200);
	}

.use-usps-verified-address-button {
	color: white;
	background-color: rgb(20, 20, 20);
	transition: background-color 0.2s;
}

	.use-usps-verified-address-button:hover {
		background-color: rgb(60, 60, 60);
	}

.modify-address-button {
	width: 50%;
	color: white;
	background-color: rgb(20, 20, 20);
	transition: background-color 0.2s;
}

	.modify-address-button:hover {
		background-color: rgb(60, 60, 60);
	}

.main-content-container {
	position: relative;
	width: 75%;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.main-content-header-container {
	position: relative;
	height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(40, 40, 40, 0.2);
}

.main-content-header {
	position: relative;
	height: 50px;
	width: 400px;
	display: flex;
	justify-content: center;
	margin: auto;
}

.header-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-family: Santral;
	font-size: 16px;
	transition: background-color 0.2s;
	border-radius: 10px 10px 0px 0px;
}

	.header-section:hover > .header-section-text {
		background-color: rgb(240, 240, 240);
	}

.header-section-text {
	display: inline-block;
	margin: auto;
	padding: 6px 12px 8px 12px;
	width: auto;
	border-radius: 4px;
}

.shipping-header {
	height: 100%;
	width: 100%;
}

	.shipping-header:hover {
		cursor: pointer;
	}

.payment-header {
	height: 100%;
	width: 100%;
}

	.payment-header:hover {
		cursor: pointer;
	}

.header-shadow {
	position: absolute;
	left: 0px;
	height: 100%;
	width: 50%;
	box-shadow: inset 0 -4px 0 rgb(238 36 69);
	transition: transform 0.2s;
	z-index: 1;
}

.shopping-bag-container {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
	padding-top: 0px;
}

.shopping-bag-left {
	position: relative;
	width: 36%;
	min-width: 380px;;
}

.shopping-bag-left-shipping-content {
	display: block;
}

.change-shipping-address-wrap {
	margin-top: 10px;
}

.change-shipping-address-link {
	color: #0070ba;
	font-family: Santral;
}

.shipping-info-title {
	height: 44px;
	margin-bottom: 20px;
	width: 100%;
	font-family: SterlingDisplay Roman;
	font-size: 36px;
}

.disable-usps-verification-input {
	display: none;
}

.shipping-input {
	position: relative;
	width: 100%;
	margin-bottom: 8px;
	transition: margin-bottom 0.2s;
}

.shipping-input-box::placeholder {
	color: rgb(134, 132, 132);
}

.shipping-input-box {
	width: 100%;
	padding: 10px;
	background-color: transparent;
	color: #30313d;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	box-shadow: 0px 0px 10px -9px black;
	border: 1px solid rgba(40, 40, 40, 0.2);
	border-radius: 5px;
}

.shipping-input-box:focus {
	outline: none;
}

.shipping-input-label {
	display: inline-block;
	margin-bottom: 3px;
	color: #30313d;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 15px;
	transition: bottom 0.3s,
				font-size 0.3s;
	z-index: -1;
}

.shipping-input-select-box {
	width: 100%;
	padding: 11px;
	background-color: transparent;
	color: rgb(134, 132, 132);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 15px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	border: 1px solid rgba(40, 40, 40, 0.2);
	border-radius: 5px;
	z-index: 1;
}

	.shipping-input-select-box:hover {
		cursor: pointer;
	}

.shipping-input-select-box-active {
	color: black;
}

.select-box-arrow-wrap {
	position: absolute;
	top: 26px;
	right: 0px;
	padding: 12px;
	filter: invert(47%) sepia(49%) saturate(0%) hue-rotate(251deg) brightness(97%) contrast(102%);
	z-index: -1;
}

.shipping-warning {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
}

.shipping-input-first-name {
	margin-bottom: 0px;
}

.city-state-input-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	transition: margin-bottom 0.2s;
}

.city-state-input {
	flex: 0 0 45%;
	position: relative;
	width: 100%;
}

.shipping-input-select-box::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
}

.shipping-input-select-box::-webkit-scrollbar-thumb {
    background-color: rgb(172, 170, 170);
    border-radius: 2px;
}

.shipping-method-title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: SterlingDisplay Roman;
	font-size: 36px;
}

.shipping-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
	min-width: 20px;
    background-image: url("https://aurummarketplace.com/Images/shipping-logo.svg");
	background-size: cover;
    filter: invert(10%) sepia(7%) saturate(0%) hue-rotate(270deg) brightness(98%) contrast(86%);
}

.shipping-method {
	display: flex;
	column-gap: 4px;
	color: rgb(40, 40, 40);
	font-family: Nunito;
	font-size: 14px;
}

.shipping-method-text {
	position: relative;
	top: 1px;
}

.continue-button {
	position: relative;
	height: 60px;
	width: 280px;
	margin-top: 40px;
	color: white;
	font-family: Montserrat Light;
	font-size: 20px;
	box-shadow: 0px 0px 10px -8px black;
	background-color: rgb(20, 20, 20);
	border: none;
	transition: background-color 0.2s;
}

	.continue-button:hover {
		cursor: pointer;
		background-color: rgb(60, 60, 60);
	}

.shopping-bag-right {
	position: relative;
	width: 40%;
	min-width: 380px;
}

.product-container {
	position: absolute;
	max-height: 1200px;
	width: 100%;
	background-color: rgb(248, 248, 248);
	border-radius: 10px;
}

.product-header {
	padding: 20px 0px 0px 20px;
	font-family: SterlingDisplay Roman;
	font-size: 32px;
}

.number-of-items {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: rgb(80, 80, 80);
	font-family: Nunito;
	font-size: 14px;
}

.product-content-window {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 4%;
	max-height: 900px;
	width: 100%;
	box-sizing: border-box;
	overflow-y: overlay;
}

.product-content-window::-webkit-scrollbar {
	position: absolute;
    background-color: transparent;
	width: 4px;
}

.product-content-window::-webkit-scrollbar-thumb {
    background-color: transparent;
}

	.product-content-window:hover::-webkit-scrollbar {
		position: absolute;
		background-color: transparent;
		width: 4px;
	}

	.product-content-window:hover::-webkit-scrollbar-thumb {
		background-color: rgb(172, 170, 170);
		border-radius: 2px;
	}

.no-items-notification {
	padding: 20px;
	font-family: Santral Medium;
	font-size: 14px;
}

.checkout-item {
	display: grid;
	grid-template-columns: 1fr 2fr;
	margin-bottom: 20px;
	background-color: white;
	box-shadow: 0px 0px 10px -9px black;
}

.checkout-item-carousel-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.checkout-item-carousel {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.checkout-item-image {
    position: absolute;
	top: 5px;
	left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
	border-radius: 5px;
}

.checkout-item-information {
	display: flex;
	column-gap: 10px;
	position: relative;
    padding: 10px;
	font-family: Nunito;
}

.checkout-item-title-link {
	text-decoration: none;
}

.checkout-item-title {
	display: -webkit-box;
    margin: 0px;
    color: rgb(40, 40, 40);
    font-size: 12px;
	font-weight: 500;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.checkout-item-price {
    margin: 0px;
    color: rgb(100, 100, 100);
    font-size: 14px;
}

.checkout-item-remove-button {
	position: absolute;
	bottom: 10px;
    color: rgb(100, 100, 100);
    font-size: 12px;
	transition: 0.3s;
}

	.checkout-item-remove-button:hover {
		color: rgb(238 36 69);
		cursor: pointer;
	}

.total-price-calculation-container {
	position: relative;
	left: 10%;
	height: 200px;
	width: 80%;
	padding-top: 20px;
}

.order-total-item {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-family: Nunito;
	font-size: 14px;
	color: rgb(40, 40, 40);
}

.order-amount-input-item {
	position: absolute;
	right: 0px;
}

.order-total {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid rgb(100, 100, 100);
	border-bottom: 1px solid rgb(100, 100, 100);
}

.shopping-bag-left-payment-content {
	display: none;
	width: 100%;
}

.payment-info-header {
	height: 44px;
	width: 100%;
	padding-top: 10px;
	font-family: SterlingDisplay Roman;
	font-size: 36px;
}

.payment-info-title {
	height: 44px;
	width: 100%;
	padding-top: 30px;
	font-family: SterlingDisplay Roman;
	font-size: 36px;
}

.card-logo-container {
	height: 40px;
	margin-bottom: 10px;
}

.card-logo-span {
	display: inline-block;
	margin-right: 10px;
}

.card-logo {
	height: 40px;
}

.payment-info-paypal-link-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	height: 50px;
	width: 300px;
	margin: 20px 0px 0px 20px;
	background-color: #0070ba;
	border-radius: 10px;
	transition: background-color 0.2s;
}

	.payment-info-paypal-link-wrap:hover {
		cursor: pointer;
		background-color: rgb(220, 220, 220);
	}

.payment-info-paypal-link-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
	font-family: Montserrat Light;
}

.payment-info-paypal-link {
	margin-top: auto;
	margin-bottom: auto;
}

.paypal-caption {
	width: 400px;
	margin: 10px 0px 0px 20px;
	font-family: Montserrat Light;
	font-size: 14px;
}

.payment-info-container {
	margin-top: 20px;
}

#payment-form {
	margin-bottom: 0px;
}

.loading-pulse {
    position: relative;
    background: repeating-linear-gradient(to right, white 0%, rgb(220, 220, 220) 50%, white 100%);
    background-size: 200% auto;
    background-position: 0 100%;
    animation: gradient 1.5s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    border-radius: 100px;
}
    
@keyframes gradient { 
    0%   { background-position: 0 0; }
    100% { background-position: -200% 0; }
}

.loading-pulse {
	border-radius: 5px;
}

.loading-payment {
	left: 0px;
    height: 36px;
    width: 100%;
    margin-bottom: 10px;
}

.loading-payment-short {
	left: 0px;
    height: 36px;
    width: 80%;
    margin-bottom: 10px;
}

.stripe-elements-wrap {
	display: none;
}

.checkbox {
	height: 12px;
	width: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 1px solid grey;
}

	.checkbox:hover {
		cursor: pointer;
	}

.checkbox:active {
	background-color: grey;
}

.checkbox:checked + .checkbox-label:before {
	display: block;
}

.checkbox-label {
	position: relative;
	bottom: 3px;
	color: black;
	font-family: Santral;
	font-size: 14px;
}

	.checkbox-label:hover {
		cursor: pointer;
	}

.checkbox-label:before {
	position: absolute;
	bottom: 1px;
	left: -18px;
	display: none;
	height: 10px;
	width: 10px;
	content: "";
	background-image: url("https://aurummarketplace.com/Images/check.svg");
	background-size: 10px 10px;
	filter: invert(29%) sepia(83%) saturate(5933%) hue-rotate(339deg) brightness(97%) contrast(92%);
	z-index: -1;
}

.payment-info-item {
	position: relative;
	padding-top: 20px;
	transition: margin-bottom 0.2s;
}

.payment-info-input {
	height: 30px;
	width: 100%;
	padding: 0px;
	background-color: transparent;
	font-family: Montserrat;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid rgba(40, 40, 40, 0.2);
}

.payment-info-input:valid ~ .payment-info-label {
	position: absolute;
	bottom: 28px;
	font-family: Montserrat Light;
	font-size: 14px;
}

.payment-info-input:focus {
	outline: none;
}

.payment-info-input:focus ~ .payment-info-label {
	position: absolute;
	bottom: 28px;
	font-family: Montserrat Light;
	font-size: 14px;
}

.payment-info-label {
	position: absolute;
	left: 0px;
	bottom: 4px;
	color: grey;
	font-family: Montserrat Light;
	font-size: 16px;
	transition: bottom 0.3s,
				font-size 0.3s;
	z-index: -1;
}

.card-icon {
	position: relative;
	top: 8px;
	height: 28px;
}

.payment-info-item-wrap {
	display: flex;
	justify-content: space-between;
}

.payment-info-item-flex {
	flex: 0 0 45%;
}

#payment-message {
	color: red;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.complete-order-button {
	position: relative;
	height: 60px;
	width: 280px;
	margin: 20px 0px 0px 0px;
	color: white;
	font-family: Montserrat Light;
	font-size: 20px;
	box-shadow: 0px 0px 10px -8px black;
	background-color: rgb(20, 20, 20);
	border: none;
}

	.complete-order-button:hover {
		cursor: pointer;
		background-color: rgb(60, 60, 60);
	}

svg {
	height: 60px;
	width: 60px;
}
	
.complete-order-button-warning {
	display: none;
	color: red;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 12px;
	transition: margin-bottom 0.2s;
}

.shipping-address-reminder-wrap {
	margin: 20px 0px 10px 0px;
	padding: 20px;
	box-shadow: 0px 0px 10px -6px black;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 20px;
}

.shipping-address-reminder-header {
	margin-bottom: 10px;
	font-family: SterlingDisplay Roman;
	font-size: 36px;
}

.shipping-address-reminder-item {
	color: black;
	color: rgb(60, 60, 60);
	font-family: Nunito;
	font-size: 14px;
}

.back-to-address-button-arrow {
	height: 12px;
	vertical-align: middle;
	transition: filter 0.2s;
}

.back-to-address-button-text {
	vertical-align: middle;
	margin-left: 2px;
	color: rgb(120, 120, 120);
	font-family: Nunito;
	font-size: 14px;
	transition: color 0.2s;
}

	.back-to-address-button:hover {
		cursor: pointer;
	}

	.back-to-address-button:hover .back-to-address-button-arrow{
		filter: brightness(0%);
	}

	.back-to-address-button:hover .back-to-address-button-text{
		color: black;
	}

@media only screen and (max-width: 768px) {
	.checkout-section {
		margin-top: 0px;
	}

	.checkout-error-notification {
		box-sizing: border-box;
	}

	.main-content-container {
		height: auto;
		width: 100%;
		min-width: 0px;
	}

	.main-content-header-container {
		display: none;
	}

	.shopping-bag-container {
		flex-direction: column-reverse;
		justify-content: start;
		height: auto;
	}

	.shopping-bag-left {
		height: auto;
		width: 90%;
		min-width: 0px;
		margin: auto;
		padding-top: 30px;
	}

	.shopping-bag-right {
		height: auto;
		width: 100%;
		min-width: 0px;
		padding: 0px;
	}

	.product-container {
		position: relative;
		height: auto;
		background-color: transparent;
	}

	.product-header {
		width: 90%;
		padding-top: 20px;
		padding-left: 0px;
		margin: auto;
		color: rgb(60, 60, 60);
		font-size: 36px;
		font-family: SterlingDisplay Roman;
	}

	.product-content-window {
		left: 0px;
		height: auto;
		width: 90%;
		margin: 10px auto 30px auto;
		padding: 0px;
		overflow-y: scroll;
	}

	.checkout-item {
		margin-top: max(2.5vw, 10px);
		margin-bottom: 10px;
		box-shadow: none;
	}

	.checkout-item-carousel-wrap {
		height: auto;
		min-width: 120px;
	}

	.checkout-item-image {
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background-color: rgb(245, 245, 245);
		border-radius: 4px;
	}

	.checkout-item-information {
		height: auto;
		padding: 0px;
		padding-left: 10px;
		padding-right: 10px;
		font-family: Nunito;
		font-size: max(3.4vw, 10px);
	}

	.checkout-item-information p {
		margin: 0px;
	}

	.checkout-item-title {
		margin: 0px;
		color: rgb(60, 60, 60);
		font-size: 1em;
		font-weight: 500;
		-webkit-line-clamp: 4;
	}

	.checkout-item-price {
		color: rgb(60, 60, 60);
		font-size: 1em;
	}

	.checkout-item-remove-button {
		left: 10px;
		bottom: 0px;
		color: rgb(60, 60, 60);
		font-size: 0.8em;
	}

	.total-price-calculation-container {
		left: 0px;
		height: 100%;
		width: 90%;
		margin: auto;
		padding: 20px;
		background-color: rgb(248, 248, 248);
		box-sizing: border-box;
		border-radius: 10px;
	}

	.order-total-item {
		position: relative;
		color: rgb(80, 80, 80);
		font-family: Nunito;
	}

	.order-total {
		font-family: Nunito;
		font-weight: normal;
	}

	.shipping-info-container {
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.shipping-info-title {
		color: rgb(60, 60, 60);
	}

	.shipping-input-box {
		padding: 12px;
		height: 44px;
		color: rgb(20, 20, 20);
		font-family: Nunito;
		font-size: 14px;
	}

	.shipping-input-box:not(:placeholder-shown) ~ .shipping-input-label {
		font-family: Nunito;
		font-size: 14px;
	}

	.shipping-input-label {
		font-family: Nunito;
		font-size: 14px;
	}

	.shipping-input-box:focus ~ .shipping-input-label {
		font-family: Nunito;
		font-size: 14px;
	}

	.shipping-warning {
		font-size: 10px;
	}

	.change-shipping-address-link {
		font-family: Nunito;
		font-size: 14px;
	}

	.shipping-method-text {
		color: rgb(80, 80, 80);
		font-family: Nunito;
	}

	.continue-button {
		width: 100%;
		padding-top: 1px;
		font-family: Santral;
		font-size: 16px;
		box-sizing: border-box;
		border-radius: 10px;
	}

	.back-to-address-button-mobile {
		margin-top: 20px;
	}

	.shopping-bag-left-payment-content {
		position: relative;
	}

	.payment-info-header {
		padding-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	.payment-info-container {
		margin-left: auto;
		margin-right: auto;
	}

	.payment-info-input {
		font-family: Santral Medium;
		font-size: 14px;
	}

	.payment-info-input:valid ~ .payment-info-label {
		font-family: Santral Medium;
		font-size: 14px;
	}

	.payment-info-label {
		font-family: Santral Medium;
		font-size: 14px;
	}

	.payment-info-input:focus ~ .payment-info-label {
		font-family: Santral Medium;
	}

	.checkbox {
		height: 20px;
		width: 20px;
		vertical-align: middle;
		appearance: none;
		outline: none;
		border: 1px solid rgb(165, 165, 165);
		border-radius: 6px;
	}

	.checkbox:active {
		background-color: rgb(121, 121, 121);
	}

	.checkbox:checked {
		background-color: rgb(40, 40, 40);
		border: none;
	}

	.checkbox-label {
		bottom: 0px;
		vertical-align: middle;
		font-family: Santral Medium;
	}

	.complete-order-button {
		width: 100%;
		padding-top: 1px;
		font-family: Santral;
		font-size: 16px;
		box-sizing: border-box;
		border-radius: 10px;
	}

	.shipping-address-reminder-wrap {
		margin-bottom: 20px;
	}

	.back-to-address-button-arrow {
		height: 12px;
		filter: invert(44%) sepia(0%) saturate(489%) hue-rotate(135deg) brightness(105%) contrast(78%);
	}
}

@media only screen and (max-width: 600px) {
	.checkout-item-information {
		font-size: max(3.4vw, 10px);
	}
}