.navbar-checkout{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #D3D3D3;
}

@media screen and (max-width: 991px) {
	.carrito_layout {
		background: white;
		margin-bottom: 110px;
	}

	.checkout {
		margin-top: -20px;
	}

	.reorder-row {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media screen and (min-width: 992px) {
	.carrito_layout {
		background: linear-gradient(90deg, #fff 50%, #F0F0F0 50%);
	}
}

.checkout {
	padding-top: 20px;
	padding-bottom: 10px;
}

.checkout-end{
	background-color: #fff;
}

.header_titles {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.product_row {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;	
}

.product_row .input-delete {
	padding: 0;
}

.product_row .btn-stock {
	padding: 0 15px;
	margin-bottom: 10px;
}

.information_row {
	margin-top: 20px;
	margin-bottom: 60px;
}

.information_row p {
	font-size: 16px;
}

.information_row .checkout_buttons {
	margin-top: 10px;
}

.information_row .row {
	padding: 2px 0;
}

.checkout hr {
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: solid 1px #d1cdcd;
}

.half-checkout-right > hr, .half-checkout-left > hr{
	border-top: solid 1px #d1cdcd;
}

.nav-checkout {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
}

#pantalla-opaca, #pantalla-opaca2{
	height: 100%;
	width: 100%;
	position: fixed;
	background: rgba(6, 6, 6, 0.27);
	top: 0;
	left: 0;
	z-index: 1030;
	display: none;
}

.item {
    position: relative;
    padding-top: 20px;
    display: inline-block;
}

.notify-badge{
    position: absolute;
    right: -10px;
    top: 10px;
    background: rgba(0,0,0,0.56);
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
}

.slope-text{
	margin-top:10px;
}

.thankyou h1 {
	font-size: 24px;
}

.thankyou span {
	color: #2881D4;
}

.thankyou h5 {
	padding-left: 30px; 
}

.thankyou p {
	line-height: 32px;
}

.checkout-accordion-content {
	height: 0;
	margin-top: 0;
	overflow: hidden;
	transition: height 1s ease-in-out; /* Add a smooth transition */
	display: none;
}

.checkout-accordion-content.open {
	display: block;
	margin-top: 10px;
}

.checkout .alertas {
	width: 300px;
	
	position: fixed;
	min-height: 130px;
	z-index: 1031;
	top: calc(50% - 100px);
	left: calc(50% - 150px);
	

	display: none;
}

.checkout #mensaje_cargando {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

#pantalla-opaca3{
	height: 100%;
	width: 100%;
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	z-index: 1030;
	display: none;
}

#payment-message {
	color: rgb(105, 115, 134);
	font-size: 16px;
	line-height: 20px;
	padding-top: 12px;
	text-align: center;
}

/* Buttons and links */
button {
	font-family: Arial, sans-serif;
	border-radius: 4px;
	border: 0;
	padding: 12px 16px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: block;
	transition: all 0.2s ease;
	box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}
button:hover {
	filter: contrast(115%);
}
button:disabled {
	opacity: 0.5;
	cursor: default;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.mobile_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 20px;
    background: #1b6aa9;
    border-top: none;
    font-weight: bold;
    border-radius: 0px 0px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -5px 5px 0px;
    display: none;
    text-align: center;
    color: #464529 !important;
    background-color: #FCFCFC;
    border-color: #eab500;
    font-size: 1.5em;
    z-index: 10;
}

.reorder-row {
	display: flex;
	flex-direction: column-reverse;
}

.btn-info2 {
	color: #fff;
    background-color: #0099f0;
    border-color: #0089d7;
}

.btn-info2:hover {
	color: #fff;
	background-color: #0089d7;
	border-color: #0077b3;
}