.shadow-tabs.tabs-shadow-wrapper {
	box-shadow: none;
	border: none;
}
.shadow-tabs.tabs-shadow-wrapper ul#pills-tab {
	justify-content: start !important;
}
.detail-wrapper-top-zeta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.detail-wrapper-top-zeta h2 {
	font-size: 35px;
}
.retail-price-details {
	background: #09a0f7;
	padding: 8px 18px;
}
.retail-price-details h6 {
	color: #fff;
	font-family: "Oxygen";
	font-size: 12px;
}
.retail-price-details h5 {
	color: #fff;
	font-family: "Oxygen";
	font-weight: 700;
}
.shadow-tabs.tabs-shadow-wrapper .tile {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 10px;
	position: relative;
}
a.btn.zeta-btn {
	width: 240px;
	margin-top: 20px;
}
.zeta-detail-iamge img {
    width: 100%;
    height: 471px;
    object-fit: cover;
}
/*  */
section.pills-wrapper .zeta-detail-para-btn .quantity1 {
	display: flex;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	gap: 11px;
}

section.pills-wrapper .zeta-detail-para-btn .stock-wrapper {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px;
}

section.pills-wrapper .zeta-detail-para-btn .zeta-detail-para-btn p {
	color: #7c7b7e;
}

section.pills-wrapper .zeta-detail-para-btn .quantity1 button {
	background-color: #09a0f7;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 26px;
	text-align: center;
	transition: background-color 0.2s;
	height: 58px;
	width: 60px;
}

section.pills-wrapper .zeta-detail-para-btn .quantity1 button:hover {
	background-color: #373737;
}
section.pills-wrapper .zeta-detail-para-btn .input-box1 {
	width: 60px;
	text-align: center;
	border: none;
	padding: 8px 10px;
	font-size: 16px;
	outline: none;
	background: #f7f6fb;
}

section.pills-wrapper .zeta-detail-para-btn input.input-box::placeholder {
	color: #7c7b7e;
}

/* Hide the number input spin buttons */
section.pills-wrapper
	.zeta-detail-para-btn
	.input-box1::-webkit-inner-spin-button,
section.pills-wrapper
	.zeta-detail-para-btn
	.input-box1::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

section.pills-wrapper .zeta-detail-para-btn .input-box1[type="number"] {
	-moz-appearance: textfield;
}
@media (min-width: 600px) and (max-width: 915px) {
	.in-stock-order {
		order: 2;
	}
	section.pills-wrapper {
		padding: 150px 0 110px 0;
	}
	.zeta-detail-iamge {
		margin-top: 20px;
	}
}
@media (max-width: 576px) {
	.in-stock-order {
		order: 2;
	}
	.detail-wrapper-top-zeta h2 {
		font-size: 27px;
	}
	.stock-wrapper {
		display: flex;
		align-items: start !important;
		justify-content: start !important;
		gap: 4px;
		flex-direction: column;
	}
	.zeta-detail-iamge img {
		width: 100%;
		height: 100%;
		object-fit: scale-down;
		margin-top: 20px;
	}
}
