html, body {
	overflow-x: hidden;
}

@media (min-width: 992px) {
	.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav .menu-content .menu-inner>.menu-item>.menu-link {
		padding: 5px 15px !important;
	}	
	.header-menu .menu-nav>.menu-item .menu-submenu>.menu-subnav .menu-content .menu-inner>.menu-item>.menu-link .menu-bullet {
		width: 10px;
	}
}

@media (min-width: 1280px) {
	.menu-nav li.product-navbar .menu-submenu {
		width: 1280px !important;
	}
}

.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #ffffff50 !important;
	border-radius: 40px;
	padding: 10px 5px !important;
}
.owl-nav button i {
	transition: 0.2s;
}
.owl-nav button:hover i {
	transition: 0.2s;
	font-size: 40px !important;
}
.owl-nav button:hover {
	background-color: white !important;
}
.owl-nav .owl-prev {
	left: 15px;
	-webkit-transform: translateY(-50%) rotate(270deg);
	transform: translateY(-50%) rotate(270deg);
	display: block;
}
.owl-nav .owl-next {
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	display: block;
}

.card.card-custom>.card-body {
	padding: 15px;
}
.card-header {
	padding: 15px;
}

.form-solid input,
.form-solid select,
.form-solid textarea {
	background: #f3f6f9;
	border: #f3f6f9;
}

.form-solid input:focus,
.form-solid select:focus,
.form-solid textarea:focus {
	background: #E9EDF1;
	border-color: #E9EDF1;
}

.dataTables_wrapper .dataTable td, .dataTables_wrapper .dataTable th {
	padding: 0.5rem 1rem;
}

.offcanvas-overlay {
	background: rgb(0 0 0 / 40%);
}

.dz-remove {
	font-size: 14px !important; 
}

/**
 *
 * Product Detail Page
 */


.product-detail h6 {
	font-size: 12px;
	margin-bottom: 10px;
}

.product-detail .pro-info > .seperator:not(.axis-y) {
	margin: 15px 0 15px -15px;
	display: block;
	width: 40px;
	height: 1px;
	background-color: #e5e5e5;

}

.pro-img-slider {
	height: 100%;
	padding: 15px;
}

.pro-img-slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%
}
.pro-img-slider .owl-nav button:hover {
}
.pro-img-slider .owl-nav button:hover i {
	font-size: 16.25px !important;
}
.pro-img-slider .owl-prev {
	left: 15px;
	transform: none;
}
.pro-img-slider .owl-next {
	right: 15px;
	transform: none;
}

.pro-img-slider .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-img-slider .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: #f9f9f9;

}
.pro-img-slider .owl-dot+.owl-dot {
	margin-left: 10px;
}
.pro-img-slider .owl-dot.active {
	background-color: #3698ff;
}

.pro-info {
	background-color: #f9f9f9;
	height: 100%;
	padding: 15px;
}

.pro-variant-list {
	margin: 0;
	padding: 0;
	list-style-type: none;

	display: flex;
	flex-direction: row;
}
.pro-variant-list li+li {
	margin-left: 10px;
}

.pro-variant-list li span {
	display: flex;
	justify-content: center;
	font-size: 10px;
}
.pro-variant-list button.active {
	border-width: 2px;
	border-color: #3698ff !important;
}

.pro-price-field {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}
.pro-price-field > .seperator {
	width: 1px;
	height: 50px;
	background-color: #e5e5e5;
	margin: 0 15px;
}
.pro-price-field .price {
	padding: 15px;
	text-align: center;
}
.pro-price-field .price .seperator {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	margin-bottom: 10px;
}
.pro-price-field .price span {
	font-size: 10px;
}

.pro-actions {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.pro-quantity-field {
	max-width: 130px;
	margin-right: 15px;
}
.pro-quantity-field input {
	text-align: center;
	background-color: white !important;
}

.fixed-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #f7f7f7;
	background-color: white;
	padding: 8px 0;
}

.fixed-bottom h6 {
	font-size: 12px;
}


.fixed-bottom .pro-price-field .price {
	padding: 0;
}

.fixed-bottom .pro-quantity-field {
	max-width: 110px;
	margin-top: 0;
	margin-bottom: 5px;
}
.fixed-bottom .pro-actions > .btn {
	width: 110px;
	text-align: center;
}


@media screen and (max-width: 768px) {
	.pro-actions {
		flex-direction: column;
	}
	.pro-quantity-field {
		margin-right: 0;
		margin-top: 10px;
	}
}
@media screen and (min-width: 768px) {
	.fixed-bottom {
		display: none;
	}
}
.header-mobile > a img {
	width: 80px;
	height: auto;
	position: relative;
	bottom: 2px;
}

.product-more-info {
	min-height: 300px;
}

.header-mobile {
	background-color: white;
}

.select2-container--default .select2-results>.select2-results__options {
		max-height: 250px !important;
}

.btn-fim-dizayn {
	position: relative;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}
.btn-fim-dizayn span {
	position: absolute;
	z-index: 2;
	top: 48px;
	left: 75px;
	color: #fff;
	letter-spacing: 4px;
}

.basket-page .quantity-container {
	max-width: 120px;
}
.basket-page #productQuantity {
	text-align: center;
}
.basket-list input.quantity {
	border: 1px solid lightgray;
	border-radius: 6px;
	line-height: 35px;
	padding: 0 10px;
	text-align: center;
	width: 80px;
}
.flaticon-icon {
	width: 16px;
}

.popover-std {
	float: right;
	margin: 0px 10px;
	position: relative;
	top: -4px;
}
.popover-std i {
	color: #06C9B6;
	font-size: 20px;
}

@media screen and (min-width: 768px) {
	.popover {
		max-width: 600px;
		width: 600px;
	}
}
@media screen and (max-width: 550px) {
	.popover {
		width: auto;
		max-width: 340px;
	}
}
@media screen and (max-width: 320px) {
	.popover {
		width: auto;
		max-width: 300px;
	}
}
.popover .popover-body {
	display: flex;
	flex-direction: column;
	max-height: 400px;
	overflow-x: scroll;
}
.popover .popover-body p {
	font-size: 14px;
	color: #333;
	letter-spacing: 0.6px;
	text-align: center;
}
.popover .popover-body b {
	text-align: center;
	display: block;
	font-weight: 600;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 1.2px;
}
.popover .popover-body div {
	display: flex;
	gap: 14px;
}
.popover .popover-body div img {
	margin: 10px 0;
	min-width: 0;
	min-height: 0;
	flex: 1;
	border: 2px solid rgba(222, 226, 230, 0.5803921569);
}


.contact-parameters {
	margin-top: 30px;
}
.contact-parameters .parameter {
	padding: 15px;
	text-align: center;
	border: 1px solid #06C9B6;
	box-shadow: rgba(6, 201, 182, 0.08) 0px 8px 24px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.contact-parameters .parameter {
		margin-bottom: 30px;
	}
}
.contact-parameters .parameter h6 {
	font-size: 14px;
	font-weight: 400;
	height: 34px;
	color: gray;
}
.contact-parameters .parameter span {
	font-size: 30px;
	font-weight: 500;
}


.bg-images {
	background-size: cover;
	background-position: center;
	background: url(https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=700&h=1000&fit=crop);
	background-repeat: no-repeat;
}

.login-form .logo-default {
	width: 200px;
}

.sortable-image-list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: start;
	position: relative;
	overflow: auto;
	padding: 30px 0;
}
.single-image {
	width: 148px;
	cursor: grab;
	padding: 6px;
	min-height: 120px;
	text-align: center;
	border-radius: 6px;
	position: relative;
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	border: 1px solid #eee;
}
.single-image .cover-img {
	bottom: 10px;
	color: #3699FF;
	font-size: 12px;
	font-weight: 600;
	padding: 2px 10px;
	border-radius: 6px;
	position: absolute;
	background-color: #E1F0FF;
}
.single-image .single-img {
	width: 100%;
	margin: auto;
	height: auto;
	cursor: grab;
}
.single-image .remove-img {
	padding: initial;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -10px;
	margin: 0px;
	background-color: #f7f7f7;
	border: 1px solid #eee;
	transition: .2s;
	width: 30px;
	height: 30px;
}
.single-image .remove-img i {
	margin: 0;
	padding: 0;
	color: #F64E60;
	transition: .2s;
	font-size: 14px;
}
.single-image .remove-img:hover {
	background-color: #F64E60;
	border-color: #F64E60;
}
.single-image .remove-img:hover i {
	color: white;
}

#kt_content div:has(> input:required) {
	position: relative;
}
#kt_content div:has(> input:required)::before {
	content: '*';
	position: absolute;
	right: -3px;
	top: -10px;
	color: red;
	font-size: 24px;
	z-index: 1;
}

#kt_content div:has(> textarea:required) {
	position: relative;
}
#kt_content div:has(> textarea:required)::before {
	content: '*';
	position: absolute;
	right: -3px;
	top: -10px;
	color: red;
	font-size: 24px;
	z-index: 1;
}

#kt_contentdiv:has(> input[type=radio]:required), #kt_content div:has(> input[type=checkbox]:required)
	&::before
		display: none

#kt_content div:has(> select:required) {
	position: relative;
}
#kt_content div:has(> select:required)::before {
	content: '*';
	position: absolute;
	right: -3px;
	top: -10px;
	color: red;
	font-size: 24px;
	z-index: 1;
}

.required-input {
	display: none !important;
}

.total-amount {
	padding: 0;
	margin-top: 0;
	width: 300px;
	float: right;
}

.total-amount ul {
	margin: 0;
}
.total-amount ul li {
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-weight: 500;
	padding-bottom: 6px;
}

.total-amount ul .btn {
	width: 100%;
}

.admin-selected-address {
	background-color: #eee;
	padding: 12px;
	border-radius: 8px;
	position: relative;
}

.admin-selected-address::after {
	content: '';
	position: absolute;
	right: 4px;
	font-size: 12px;
	background-color: #dc3545;
	border-radius: 50%;
	top: 4px;
	width: 20px;
	height: 20px;
}

.accordion-right-copy-btn {
	position: absolute;
	right: 40px;
}

.notification-list {
	overflow-x: scroll;
	max-height: calc(100vh - 130px);
}

.product-card.horizontal {
	gap: 4px;
	display: flex;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	position: relative;
	transition: 0.3s;
}
.product-card.horizontal:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.product-card.horizontal .delete-product {
	display: none;
}
.product-card.horizontal .product-card-image {
	max-width: 100px;
	display: block;
	position: relative;
	border-radius: 8px;
	background-color: white;
}
.product-card.horizontal .product-card-image img {
	border-radius: 8px;
}
.product-card.horizontal .product-card-body {
	display: flex;
	width: 100%;
	gap: 4px;
	position: relative;
	z-index: 1;
	align-items: center;
	padding: 4px 12px 4px 4px;
	justify-content: space-between;
	background-color: transparent;
}
.product-card.horizontal .product-card-body .title {
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
	color: #232323;
	font-weight: 500;
}
.product-card.horizontal .product-card-body .price-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.product-card.horizontal .product-card-body .price-wrap .discounted-price {
	font-size: 14px;
	font-weight: 600;
	display: block;
	line-height: normal;
	color: #232323;
}
.product-card.horizontal .product-card-body .card-quantity-box {
	min-width: 80px;
}
.product-card.horizontal .product-card-body .card-quantity-box .quantity span {
	display: none;
}
.product-card.horizontal .product-card-body .card-quantity-box .quantity input {
	pointer-events: none;
	background-color: transparent;
	border: none;
	color: black;
	text-align: left;
	-moz-appearance: textfield;
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	/* width: 100%; */
	position: relative;
	left: 20px;
}
.product-card.horizontal .product-card-body .total-price {
	margin-top: 2px;
	border-top: 1px solid #eee;
	text-align: center;
}
.product-card.horizontal .product-card-body .total-price span {
	display: block;
	font-size: 10px;
	line-height: normal;
	color: #232323;
}
.product-card.horizontal .product-card-body .total-price span:last-child {
	font-weight: 600;
}

.new-dashboard {
	margin-top: -24px;
}
.new-dashboard .card {
	border-radius: 0;
}
@media screen and (max-width: 991px) {
	.new-dashboard {
		margin-bottom: 24px;
	}	
}


.scroll-list-wrap {
	overflow-x: auto;
	max-height: 400px;
	scrollbar-width: thin;
	scrollbar-color: #464646 transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.scroll-list-wrap::-webkit-scrollbar{
	width: 8px;
	background: #eee;
	border-radius: 10px;
}
.scroll-list-wrap::-webkit-scrollbar-thumb{
	background: #464646;
	border-radius: $radius;
}
.scroll-list-wrap:hover::-webkit-scrollbar-thumb{
	background: #9b9b9b;
}

.timeline.timeline-6 .timeline-item .timeline-label {
	width: 94px;
	color: #7a7a7a;
	font-size: 12px;
	font-weight: 400;
}
.timeline.timeline-6 .timeline-item .timeline-label b {
	color: #343434;
	display: block;
}
.timeline.timeline-6:before {
	left: 74px;
}
.timeline.timeline-6 .timeline-item .timeline-badge {
	margin-top: 4px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
.btn.syncLoading svg {
    animation: spin 1s linear infinite;
} 
.dataTable .button-group {
    display: flex;
    gap: 5px;
}

/* Rota Güzergah Stilleri */
.route-stop-label {
    background: #1BC5BD;
    color: #ffffff;
    border-radius: 6px;
    padding: 0.6rem 1rem;
    min-width: 65px;
    justify-content: center;
    height: auto;
    font-size: 1.1rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}
.route-step-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.route-step-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    min-width: 80px;
}
.route-step-arrow {
    color: #1BC5BD;
    opacity: 0.5;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}
.route-info-km {
    color: #3F4254;
    font-weight: 800;
    font-size: 0.95rem;
    white-space: nowrap;
    line-height: 1.2;
}
.route-info-min {
    color: #1BC5BD;
    font-weight: 700;
    font-size: 0.85rem;
    white-space: nowrap;
    line-height: 1.2;
}
.route-container {
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid #ebedf3;
    background-color: #ffffff;
}

.route-header {
    border-bottom: 1px solid #ebedf3;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
    color: #3F4254;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

/* 
 * Package Status Row Colors (Premium & Modern)
 */
.status-row-pending    { background-color: rgba(255, 255, 255, 0.5) !important; }
.status-row-in_transit { background-color: rgba(255, 168, 0, 0.05)  !important; } /* Light Yellow/Orange - Dağıtımda */
.status-row-delivered  { background-color: rgba(27, 197, 189, 0.05) !important; } /* Light Green/Teal - Teslim Edildi */
.status-row-returned   { background-color: rgba(126, 130, 153, 0.05) !important; } /* Light Gray - İade Edildi */
.status-row-failed     { background-color: rgba(246, 78, 96, 0.05)  !important; } /* Light Red - Teslim Edilemedi */

/* Hover durumunda biraz daha belirginleştirme */
.status-row-in_transit:hover { background-color: rgba(255, 168, 0, 0.1)  !important; }
.status-row-delivered:hover  { background-color: rgba(27, 197, 189, 0.1) !important; }
.status-row-returned:hover   { background-color: rgba(126, 130, 153, 0.1) !important; }
.status-row-failed:hover     { background-color: rgba(246, 78, 96, 0.1)  !important; }

.dataTable tr td {
    vertical-align: middle !important;
}
.btn i{
	padding-right: 0px;
}
.dataTable .label.label-inline {
    white-space: nowrap;
}