.mobile-tablet {
	display: none;
}

.right_sidebar {
	max-width: 330px;
	width: 100%;
	margin-left: 50px;
	height: fit-content;
	position: sticky;
	position: -webkit-sticky;
	top: 15px;
	z-index: 99;
	overflow: visible;
}

.save_with_card .card-header {
	background: linear-gradient(90deg, #570B85 0%, #F44369 100%);
	background-color: rgba(0, 0, 0, 0);
	color: #ffffff;
	border: none;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.savingcashback .cash-back {
	color: #74bd51;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;
}
.save_with_card {
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 24px;
	box-shadow: 0 0 20px #00000017;
}

.save_with_card .card-body {
	padding: 24px 15px;
}

.save_with_card .card-header .form-check-label {
	font-size: 15px;
	margin: 0 15px 0 0;
}

.save_with_card .card-header .form-check.form-switch {
	padding-left: 0;
	padding-right: 2.5em;
	position: relative;
	margin: 0;
	min-height: 24px;
}

.save_with_card .card-header .form-check.form-switch .form-check-input {
	position: absolute;
	right: 0;
	top: -4px;
	height: 24px;
	border: none;
	width: 2.6rem;
	cursor: pointer;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
}

.save_with_card .card-header .form-check-input:checked {
	background-color: #ffc44f;
	border-color: #fff;
}

.save_with_card .card-body .title {
	color: #626262;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 1;
}

.save_with_card .card-body .title span {
	color: #000;
}

.save_with_card .card-body .deliveryTime span {
	color: #63ad63;
}

.save_with_card .card-body .deliveryTime {
	color: #757575;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 1;
	display: flex;
	align-items: center;
	column-gap: 7px;
}

.save_with_card .card-body .deliveryTime .dotCrl {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #74b974;
	border: 5px solid #c8e2c8;
	border-radius: 50px;
}

.savingcashback .gift-price img {
	width: 29px;
	height: 29px;
}

.savingcashback .gift-price span {
	margin-top: -6px;
}

.savingcashback .gift-price {
	display: flex;
	background-color: #74bd51;
	font-size: 19px;
	column-gap: 5px;
	align-items: center;
	margin: 0;
}

.savingcashback .gift-price small {
	font-size: 11px;
	margin-bottom: 2px !important;
	display: inline-block;
}

.savingcashback {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
	align-items: center;
}

.savingcashback>div h3 {
	font-size: 25px;
	font-weight: 600;
	color: #505050;
	line-height: 1;
	margin: 0;
}

.savingcashback>div h4 {
	font-size: 15px;
	line-height: 1;
	color: #74bd51;
	margin: 10px 0 0;
	font-weight: 600;
}

.buybutton {
	margin-top: 34px;
	margin-bottom: 16px;
}

.buybutton .btn.buybtn {
	width: 100%;
	border-radius: 50px;
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 700;
}

.applebutton .btn.applebtn {
	width: 100%;
	margin-bottom: 16px;
	border-radius: 50px;
	padding: 8px 20px;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	background-image: none;
	border: 2px solid #555;
}

.confirm-btn {
	width: auto;
	border-radius: 50px;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	background-image: none;
	border: 1px solid #ffc44f;
	background-color: #ffc44f;
	outline: 0;
}

.cancel-btn {
	width: auto;
	border-radius: 50px;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #ccc;
	background-color: #fff;
	outline: 0;
	color: #000;
}

.credit-card-icon {
	padding: 15px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.credit-card-icon a {
	display: inline-block;
}

.credit-card-icon img {
	height: 34px;
	width: auto;
	margin: 0 auto;
	display: block;
	border: 1px solid #eee;
	border-radius: 5px;
	min-width: 50px;
}

.free-verified-user span {
	display: inline-flex;
	margin-left: 10px;
	position: relative;
}

.free-verified-user span img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50px;
	border: 2px solid #42a5f5;
	margin-left: -10px;
}

.free-verified-user span .verifiedimg {
	border: none;
	margin: 0;
	width: 22px;
	height: 22px;
	object-fit: contain;
	position: absolute;
	right: -10px;
	top: -8px;
}

.free-verified-user h4 {
	font-size: 14px;
	margin: 0;
}

.free-verified-user {
	display: flex;
	column-gap: 10px;
	align-items: center;
	margin-top: 40px;
	padding: 10px 10px;
	background-color: #f2f1e9;
	border-radius: 45px;
	box-shadow: 0 0 20px #00000017;
}

.applebutton .btn.applebtn svg {
	width: 24px;
	height: 24px;
	min-width: 24px;
}


.amount-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.amount-box span {
	color: #757575;
	font-weight: 500;
}

.amount-box .amt-price {
	font-weight: 700;
	color: #404040;
}

.amount-box .amt-price .edit-hide-box {
	display: flex;
	align-items: center;
	gap: 0;
}

.amount-box .amt-price .quantity-btn {
	min-width: 25px !important;
	width: 25px;
	height: 25px;
}

.amount-box .amt-price .quantity-inputs {
	max-width: 180px;
	display: none;
}

/* .amount-box .amt-price .quantity-inputs input {
	height: 30px;
} */

.save_with_card .edit-btn {
	padding: 0;
	border: 0;
	background: transparent;
	outline: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.free-gift {
	clip-path: polygon(0px 1%, 100% 0%, 100% 100%, 13.21% 96.67%, 0.00% 63.33%);
	background-color: #f7bc50;
	padding: 4px 8px 4px 12px;
	font-size: 14px;
	font-weight: 700 !important;
	border-radius: 5px;
	display: flex;
	align-items: center;
	column-gap: 8px;
	color: #554c41 !important;
}

.free-gift svg {
	max-width: 18px;
	min-width: 18px;
}

.amount-box .timings {
	color: #63ad63;
}

.shipping-method-modal .modal-title {
	font-weight: 700;
}

.method-btn {
	padding: 0 !important;
	border: 0 !important;
	min-width: 16px;
	background: transparent;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	display: inline-flex;
}

.savingcashback .cash-baconsolck {
	font-size: 15px;
	line-height: 1;
	color: #74bd51;
	margin: 0;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	column-gap: 6px;
}

.savingcashback .cash-back img {
	max-width: 20px;
}

.savingcashback .cash-back svg {
	transform: rotate(180deg);
	fill: #74bd51;
}

.amount-details {
	border-bottom: solid 1px #e9e9ec;
	margin-bottom: 16px;
}

.mobile-edit {
	display: inline-flex;
	align-items: center;
	justify-content: end;
	column-gap: 8px;
}

.quantity-inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    margin: 0 auto;
    border: 1px solid #ced4da;
    column-gap: 16px;
    border-radius: 40px;
    padding: 5px;
}

.quantity-inputs input {
    border-radius: 0 !important;
    padding-right: 0;
    height: 35px;
    text-align: center;
    font-weight: 600;
    margin-left: -12px;
    border: none;
}
.quantity-btn.minus{
	background-color: #b1b0b0;
}
.quantity-btn.plus{
	background-color: #ee9445;
}
.quantity-btn svg {
    fill: #fff !important;
}
.quantity-inputs input:focus {
	border-color: #212529;
}

.quantity-inputs .input-div {
	position: relative;
}

.quantity-inputs .input-div .letter {
	position: absolute;
	top: -2px;
  right: 11px;
	min-width: 20px;
	 font-weight: 600;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	background: #fff;
	margin: 5px 0;
}

.quantity-btn {
    background-color: #fff;
    min-width: 35px;
    border-radius: 50%;
    height: 35px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit-hide-box .num-value {
	cursor: pointer;
	padding-right: 5px;
}
@media (min-width: 0px) and (max-width: 1399px) {
	.right_sidebar {
		margin-left: 24px;
	}
}


@media (min-width: 0px) and (max-width: 1199px) {
	.right_sidebar {
		max-width: 300px;
	}
}

@media (min-width: 0px) and (max-width: 991px) {
	.desktop-card {
		display: none;
	}

	.mobile-tablet {
		display: block;
	}

	.right_sidebar {
		display: flex;
		flex-direction: column;
		padding-bottom: 206px;
		margin: 0;
		max-width: 100%;
	}

	.right_sidebar .save_with_card {
		margin: 0;
		position: fixed;
		bottom: 0;
		z-index: 99;
		background-color: #fff;
		width: 100%;
		left: 0;
		border-radius: 0;
		border: none;
	}

	.right_sidebar .free-verified-user {
		margin: 12px auto 34px;
		max-width: 320px;
	}

	.save_with_card .card-body>.savingcashback.borderBottom {
		border-bottom: 1px solid #d3d4d9;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.save_with_card .card-body .title {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.save_with_card .card-body .deliveryTime {
		font-size: 12px;
		margin-bottom: 0;
	}

	.savingcashback>div h3 {
		font-size: 22px;
	}

	.savingcashback>div h4 {
		font-size: 10px;
	}

	.applebutton .btn.applebtn {
		padding: 8px 18px;
		font-size: 18px;
		border: 1px solid #555;
		min-height: 46px;
		margin-bottom: 0;
		column-gap: 1px;
	}
	.free-gift {
		padding: 4px 8px 4px 8px;
	}
	.applebutton .btn.applebtn svg {
		width: 20px;
		height: 20px;
		min-width: 20px;
	}

	.savingcashback .buybutton {
		margin: 0;
		flex: 1;
		max-width: 150px;
	}

	.savingcashback .applebutton {
		flex: 1;
		margin-left: 0px;
		max-width: 150px;
	}

	.savingcashback .paybtn01 {
		display: flex;
		column-gap: 10px;
		flex: 1;
		justify-content: end;
	}

	.buybutton .btn.buybtn {
		padding: 12px 18px;
		font-size: 14px;
		min-height: 46px;
	}

	.savingcashback .gift-price {
		font-size: 14px;
		min-height: 36px;
	}

	.savingcashback .gift-price img {
		width: 24px;
		height: 24px;
	}

	.save_with_card .card-body .deliveryTime .dotCrl {
		width: 16px;
		height: 16px;
		border: 4px solid #c8e2c8;
	}

	/* .games-list01 li {
		background-color: #fff;
	} */

	.save_with_card .card-header span {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.save_with_card .card-header {
		padding: 8px 20px;
	}
	.save_with_card .card-body {
		padding: 20px 15px;
	}
}

@media (min-width: 0px) and (max-width: 991px) {}