.br-r{
	border: 2px solid red;
}
.mr-35{
	margin-right: 35px;
}
.section-50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.w-50px { width: 50px; }
.w-100px { width: 100px; }
.color-heading-green{
	color: #0A9A73;
}
.color-heading-orange{
	color: #ff4910;
}
.color-heading-blue{
	color: #0267bd;
}
.color-heading-yellow{
	color: #F9A825;
}
.color-green-1{
	color: #0A9A73 ;
}
.color-green{
	color: #1be3ad;
}
.btn-green{
	background-color: #00c394;
	color: #fff;
}
.btn-green:hover{
	background-color: #00b78b;
	color: #fff;
}
.btn-blue{
	background-color: #1976D2;
	color: #fff;
}
.btn-blue:hover{
	background-color: #0267bd;
	color: #fff;
}
.btn-orange{
	background-color: #FF7043;
	color: #fff;
}
.btn-orange:hover{
	background-color: #F4511E;
	color: #fff;
}
.btn-gray{
	background-color: #607D8B;
	color: #fff;
}
.btn-gray:hover{
	background-color: #607D8B;
	color: #fff;
}
.shadow-green{
	box-shadow: 0px 0px 10px 0px rgba(38, 166, 154, .2);
}
.bg-green-light{
	background-color: #E0F2F1;
}
.bg-orange-light{
	background-color: #FFCCBC;
}
.bg-gray-light{
	background-color: #EEEEEE;
}
.bg-slider-green-light{
	background-color: #dcf9e2;
}
.bg-slider-orange-light{
	background-color: #FBE9E7;
}
.bg-slider-blue-light{
	background-color: #E3F2FD;
}
.bg-slider-yellow-light{
	background-color: #FFFDE7;
}
.bg-blue-gray{
	background-color: #B0BEC5;
}
.bg-blue-gray-dark{
	background-color: #455A64;
}
.bg-slider-dark-blue{
	background-color: #1d4f8b;
}
.rounded-10{
	border-radius: 10px;
}
.text-justify{
	text-align: justify;
}
.modal-content{
	border-radius: 5px;
}
.bg-red{
	background-color: var(--red);
}
.divider{
	display: inline-block;
	position: relative;
	height: 2px;
	background-color: #0A9A73;
	width: 8%;
	overflow: hidden;
}
.resendotp{
	font-size: 15px;
	color: #F4511E ;
}
.border-right{
	border-right: 2px solid;
	border-color: var(--ltn__secondary-color);
	padding-right: 10px;
}
.border-bottom-1{
	border-bottom: 1px solid var(--border-color-9);
}
.input-error-validation {
	text-align: right;
	font-size: 12px;
	color: red;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 5px;
}
.header-contact-info{
	background-color: #bbdefb;
	padding: 9px 15px;
	border-radius: 5px;
	color: #0454a8;
	font-size: 15px;
	font-weight: bold;
}
.header-contact-info:hover{
	background-color: #0454a8;
	color: #fff;
}
@keyframes pulseShadow {
	0% {
		box-shadow: 0 0 0 0 rgba(244, 67, 54, 0.7);
	}
	70% {
		box-shadow: 0 0 0 12px rgba(244, 67, 54, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(244, 67, 54, 0);
	}
}
@keyframes wiggle {
	0%, 100% { transform: rotate(0deg); }
	25% { transform: rotate(-5deg); }
	75% { transform: rotate(5deg); }
}
.parter-btn {
	background-color: #fdd7d5;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 15px;
	border-radius: 5px;
	color: #F44336;
	display: inline-block;
	position: relative;
	animation: pulseShadow 2s infinite;
	transition: all 0.3s ease-in-out;
}
.parter-btn:hover {
	color: #fff;
	background-color: #F44336;
}
.parter-btn i {
	animation: wiggle 1.5s infinite;
	display: inline-block;
	margin-left: 5px;
}
.ltn__product-item-3 .product-price .new{
	font-size: 16px;
	color: #455A64;
	font-weight: bold;
}
.ltn__product-item-3 .product-price .old{
	font-size: 16px;
	color: #F44336;
	font-weight: normal;
	text-decoration: line-through;
}
@media (max-width: 576px) {
	.ltn__product-item-3 .product-price .new{
		font-size: 13px;
	}
	.ltn__product-item-3 .product-price .old{
		font-size: 13px;
	}
	.btn-offer{
		font-size: 13px;
		padding: 5px 12px;
	}
}
.ltn__feature-icon img{
	width: 60px;
}

.call-to-action-inner-6 h4{
	font-size: 24px;
	line-height: 1.8;
}
.banner-img{
	height: 100px;
}

.header-bottom-area{
	background-color: #0454a8;
	box-shadow: 0 5px 5px 0 rgba(46, 56, 220, 0.1);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
}

.header-icons-bg{
	background-color: rgba(76, 132, 173, 0.1);
	padding: 8px;
	border-radius: 5px;
}

.profile_complete_badget{
	position: absolute;
	padding: 12px 5px;
	line-height: 0;
	border-radius: 5px;
	color: #000;
	font-size: 12px;
	right: -50px;
	top: -20px;
	background-color: #FDD835;
}
@media(max-width: 576px)
{
	.profile_complete_badget{
		top: -10px;
	}
}

.alert-success p {
	color: #0f5132;
}
.modal-header .btn-close{
	border:none;
}


/* ---- Login Register Modal --------- */
.padding-lr20{
	padding-right: 20px;
	padding-left: 20px;
}
.input-error { color:#dc3545; font-size:.875rem; margin-top:.25rem }
.input-invalid { border-color:#dc3545 !important; box-shadow:0 0 0 .1rem rgba(220,53,69,.25) }
.row-actions { display:flex; align-items:center; justify-content:space-between; }
.row-actions .left-side { display:flex; align-items:center; gap:.5rem; }
.login-form-title{
	font-size: 17px;
	font-weight: bold;
	color: #455A64;
	text-align: center;
}
.form-login-btn{
	font-size: 16px;
	font-weight: bold;
	display: block;
	background-color: #bbdefb;
	color: #0454a8;
	border-radius: 8px;
	transition: all 0.3s;
	padding: 15px 20px;
}
.form-login-btn:hover{
	background-color: #0454a8;
	color: #fff;
}
.login-btn{
	font-size: 15px;
	display: block;
	border: 2px solid #fff;
	background-color: rgba(4, 84, 168, .1);
	color: #fff;
	border-radius: 8px;
	transition: all 0.3s;
	padding: 5px 10px;
}
.login-btn:hover{
	background-color: #fff;
	color: #0454a8;
}
.login-tab-wrapper .nav .login-tab-btn {
	color: #28CC9E;
	padding: 15px 20px;
	font-size: 18px;
	background-color: #e6fceb;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid #28CC9E;
}
.login-tab-wrapper .nav .login-tab-btn.active {
	background-color: #25c296;
	color: #fff;
}
.account-login-inner{
	background-color: #ECEFF1;
	padding: 50px 25px;
	border-radius: 8px;
}
@media (max-width: 576px) {
	.login-tab-wrapper .nav .login-tab-btn{
		font-size: 15px;
		font-weight: normal;
	}
}

.login-modal-alert{
	background-color: #e6fceb;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #28CC9E;
}


/* ------- Mobile menu fix -----------------*/
.mobile-cart-btn{
	border:2px solid #49ce95;
	border-radius: 8px;
	padding: 5px 10px;
}
.utilize-btn-icon{
	position: relative;
}
.cart-mobile-sidebar-count{
	position: absolute;
	right: -15px;
	top: -20px;
	width: 23px;
	height: 23px;
	background-color: #0454a8;
	border-radius: 25px;
}
.utilize-btn-icon sup{
	font-size: 17px;
	line-height: 38px;
	color: #fff;
}
.utilize-btn-icon .icon-shopping-cart{
	font-size: 18px;
	color: #0454a8;
	line-height: 33px;
	font-weight: 600;
}


/* ------- Home page Styles -----------------*/

.gil-category-slider{
	margin-top: 25px;
	margin-bottom: 30px;
}


/* ------ Slider Area --------- */
.slider-img{
	border-radius: 10px;
}

/* ------- Home Category &  Weekly & Daily Slider Section -------------*/
.home-categories-area{
	padding: 25px 0;
}
@media(max-width: 576px)
{
	.home-categories-area{
		padding: 25px 0;
	}
}
.home-categories-area .home-category-item{
	padding: 20px 5px;
	/*border: 1px solid #e9e9e9;*/
	background-color: #e9e9e9;
	margin: 5px 0;
	border-radius: 10px;
	display: flex;
	align-items: center;
	transition: 0.2s all;
}
.home-categories-area .home-category-item:hover{
	background-color: #3BB77E;
}
.home-categories-area .home-category-item a{
	display: flex;
	align-items: center;
	width: 100%;
	transition: 0.3s all;
}
.home-categories-area .home-category-item .home-category-img{
	width: 75px;
	margin-left: 15px;
	background-color: transparent;
}
.home-categories-area .home-category-item .home-category-title{
	font-weight: 600;
	font-size: 14px;
	/*line-height: 32px;*/
}
.home-categories-area .home-category-item:hover .home-category-title{
	color: #fff;
	font-size: 15px;
	transition: 0.2s all;
}
.offer_section{
	padding-bottom: 25px;
}
.offer_section .section-title-area{
	display: flex;
	vertical-align: middle;
	padding-bottom: 10px; 
}
.offer_section .daily_offer_wrapper{
	/*border: 1px solid #FFCCBC;*/
	border-radius: 10px;
}
.offer_section .weekly_offer_wrapper{
	/*border: 1px solid #9beeac;*/
	border-radius: 10px;
}
.offer_section .section-title-area img{
	width: 60px;
}
.offer_section .section-title-area h2{
	font-size: 18px;
}

@media (max-width: 575px){
	.offer_section .section-title-area img{
		width: 30px;
	}
	.offer_section .section-title-area h2{
		font-size: 15px;
		margin-top: 10px;
	}

}
.slider_product_wrapper{
	/*border: 1px solid;*/
	border-radius: 10px;
	padding: 1px;
}
.border-blue{
	border-color: #90CAF9;
}
.border-yellow{
	border-color:#FFF176;
}
.border-orange{
	border-color: #FFAB91;
}
.border-green{
	border-color: #9beeac;
}

.btn-offer{
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	padding: 8px 24px;
	background-color: #E53935;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
.btn-offer:hover{
	color: #fff;
	background-color: #D32F2F;
	box-shadow: 0 0 20px #EF9A9A;
}
@media (max-width: 576px) {
	.btn-offer{
		font-size: 13px;
		padding: 5px 12px;
	}
}

/* ------- Product Cart Item -----------------*/
.product-cart-price{
	margin-bottom: 10px;
	display: block;
}
.customer_price{
	font-size: 18px;
	color: #3BB77E;
	font-weight: bold;
}
.product_cta_btn{
	background-color: #3b82f6;
	color: #fff;
	padding: 9px 25px;
	border-radius: 8px;
	border: none;
	font-size: 13px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}

.product_cta_btn:hover {
	color: #fff;
	background-color: #2563eb;
	box-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
	transform: translateY(-2px);
}


/* ------- Shop List Page -----------------*/

.category-list-title{
	margin-bottom: 0;
	font-size: 15px;
	color: #37474F;
	font-weight: 600;
	margin-bottom: 10px;
}
.widget-shop-sidebar{
	margin-bottom: 20px;
}
.widget-shop-sidebar .card {
	border: none;
	border-radius: 4px;
	margin-bottom: 35px; 
}
.widget-shop-sidebar .card:last-child {
	margin-bottom: 0; 
}
.widget-shop-sidebar .card .ltn__card-title {
	background-color: var(--section-bg-1);
	padding: 20px 40px 20px 15px;
	cursor: pointer;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 16px;
	margin-bottom: 0;
}

.widget-shop-sidebar .card .ltn__card-title::before {
	position: absolute;
	content: "\e903";
	font-family: 'icomoon';
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
}

.widget-shop-sidebar .card .ltn__card-title[aria-expanded="true"] {
	background-color: var(--ltn__secondary-color);
	color: var(--white); 
}
.widget-shop-sidebar .card .ltn__card-title[aria-expanded="true"]:before {
	content: "\e904"; 
}
.widget-shop-sidebar .card .card-body {
	padding: 20px 0 0 0; 
}

/* widget-shop-list */
.widget-shop-list .card {
	margin: 0 0 -2px 0;
	border: 2px solid;
	border-color: var(--border-color-10); 
}
.widget-shop-list .card .ltn__card-title {
	background-color: transparent;
	padding: 20px 40px 20px 60px; 
}

.widget-shop-list .card .ltn__card-title::before {
	color: #0A9A73;
	font-size: 16px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px; 
}
.widget-shop-list .card .ltn__card-title[aria-expanded="true"] {
	background-color: transparent;
	color: var(--ltn__primary-color); 
}
.widget-shop-list .card .ltn__card-title[aria-expanded="true"]:before {
	color: var(--ltn__secondary-color); 
}
.widget-shop-list .card .card-body {
	padding: 0 40px 25px;
}
.widget-shop-list .sidebar-scroll{
	overflow: hidden scroll;
	max-height: 14rem;
}
.widget-shop-list .sidebar-scroll::-webkit-scrollbar {
	width: 8px;
}
/* Track */
.widget-shop-list .sidebar-scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 25px;
}
/* Handle */
.widget-shop-list .sidebar-scroll::-webkit-scrollbar-thumb {
	background: #0A9A73;
	border-radius: 25px;
}

.widget-shop-list .filter-list li{
	list-style: none;
	display: block;
	margin: 10px 0;
}

.widget-shop-list .filter-list .filter-check .filter-checkbox{
	position: relative;
	margin-left: 10px;
}
.widget-shop-list .filter-list .filter-check .filter-checkbox:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	transform: rotate(-45deg) scale(1, 1);
}
.widget-shop-list .filter-list .filter-check .filter-checkbox:before{
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75),
	-webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	transform: rotate(-45deg) scale(0, 0);
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 1;
	width: 12px;
	height: 6px;
	border: 2px solid #1be3ad;
	border-top-style: none;
	border-right-style: none;
}
.widget-shop-list .filter-list .filter-check .filter-checkbox:after{
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	background: #fff;
	border: 2px solid #ddd;
	cursor: pointer;
	top: -2px;
	left: 0;
}
.widget-shop-list .filter-list .filter-check .filter-check-label:hover{
	cursor: pointer;
}
.product-ratting-view{
	line-height: 2em;
}
.review-total{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5rem;
}
.modal-product-info .product-title{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	min-height: 45px;
	max-height: 45px;
	display: inline-block;
}
.modal-product-info .product-price .new{
	font-size: 20px;
	color: var(--ltn__secondary-color);
	font-weight: 600;
	padding-left: 20px;
}
.modal-product-info .product-price  .old{
	font-size: 18px;
	color: #F44336;
	font-weight: 400;
	text-decoration: line-through;
}

.category-description{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.16);
	padding: 15px 20px;
	line-height: 2.5;
	color: #455A64;
	font-size: 1.1rem!important;
	font-family: inherit;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.expand-button {
	cursor: pointer;
	display: block;
	width: 50%;
	background-color: transparent;
	border:none;
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
	color: #0A9A73;
	font-size: 1rem;
	padding: 0.5rem;
}
.special-text {
	position: relative;
	max-height: 150px;
	overflow: hidden;
	transition: max-height 1s ease;
}
.special-text h1 {
	font-size: 18px;
	margin-bottom: 15px;
}
.special-text p{
	font-size: 15px;
	line-height: 1.8;
}
.special-text ul {
	list-style: disc;  
	margin-right: 20px;
	padding-right: 20px;
}

.special-text ul li {
	list-style: inherit;
}
.special-text.-expanded {
	max-height: 300vh;
}

.special-text:not(.-expanded)::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(rgba(255, 255, 255, 0), white);
}
.product-card-category-title{
	font-size: 12px;
}
.product-badge .out-stock {
	list-style: none;
	border-radius: 5px;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	background-color: #546E7A;
	color: #fff;
	padding: 3px 7px;
}
.product-stock .out-stock-btn{
	background-color: #9E9E9E;
	padding: 4px 15px;
	font-size: 13px;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	border-radius: 5px;
}
.out-of-stock .out-stock-btn{
	background-color: #9E9E9E;
	padding: 12px 35px;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	border-radius: 8px;
}

.product-single .out-of-stock{
	line-height: 1.2rem;
	background-color: #ececec;
	padding: 5px 15px 10px 15px;
	border-radius: 5px;
}
.product-single .out-of-stock span{
	font-size: 16px;
}
.btn-filter-category{
	padding: 7px 12px;
	display: inline-block;
	font-size: 16px;
	border-radius: 5px;
	line-height: 1.7em;
}
.btn-filter-category i {
	transform: rotate(180deg);
}

/* ------- Product Page ----------- */

.ltn__shop-details-img-gallery{
	border-radius: 5px;
}
.modal-product-info .product-title-2{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}

.product-description .description-title{
	font-size: 16px;
}
.product-description .description-body{
	font-size: 15px;
}
.product-description .product-items-list li{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
}
.product-add-cart-btn i{
	transform: scaleX(-1);
	margin-right: 5px;
}
.product-page-social-media-icon ul{
	margin:0;
	padding: 0
}
.product-page-social-media-icon ul li{
	list-style: none;
	display: inline-block;
	margin:0;
	padding: 0
}
.product-page-social-media-icon ..product-page-social-media-icon_title{
	text-decoration: underline;
}
.product-page-social-media-icon ul li a{
	font-size: 20px;
}

.product-quantity .quantity{
	color: #37474F;
	font-size: 13px;
	border:2px solid #25d366;
	padding:5px;
	border-radius: 8px;
	display: inline-block;
	font-weight: normal;
}
.product-quantity .quantity i{
	font-size: 10px;
	margin-left: 5px;
	color: #25d366;
}
.product-description-inner .product-desc-title{
	color: #0267bd;
	font-size: 18px;
	font-weight: 700;
}

.comment-send-section{
	background-color: #f0faf5;
	border-radius: 5px;
	padding: 10px;
}
.support-btn{
	display: block;
}
.whatsapp-btn i {
	font-size: 20px;
	padding-left: 10px;
}
.whatsapp-btn {
	background-color: #25D366;
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 13px 20px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease-in-out;
	box-shadow: rgba(255, 255, 255, 0.25) 0px 4px 10px, rgba(37, 211, 102, 0.3) 0px 5px 15px;
}

.whatsapp-btn:hover {
	transform: scale(1.02);
	color: #fff;
	box-shadow: rgba(255, 255, 255, 0.55) 0px 6px 15px, rgba(37, 211, 102, 0.5) 0px 10px 25px;
}

.whatsapp-btn:hover::after {
	opacity: 1;
}
.price-date-inner{
	font-size: 13px;
	font-weight: bold;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
}

/* ------- Product Page Alert ----------- */
.alert-product{
	background-color: #FFEBEE;
	border-radius: 10px;
	padding: 10px;
}

.alert-product h3{
	font-size: 16px;
	color: #455A64;
}

.alert-product p{
	margin-bottom: 5px;
	font-size: 14px;
}
.delivery_box_wrapper{
	background-color: #EEEEEE;
	border-radius: 8px;
	padding: 15px 12px;
}
.delivery_box_wrapper .icon1{
	width: 30px;
	height: 30px;
}
.delivery_box_wrapper .icon2{
	width: 45px;
	height: 45px;
}
.delivery_box_wrapper .delivery_box_content strong{
	font-size: 14px;
}
.delivery_box_wrapper .delivery_box_content ul li{
	font-size: 12px;
	list-style-type: disc;
}
/* ------- Cart Modal ----------- */
.ltn__utilize-cart-menu .cart-modal-img{
	width: 100px;
	margin: 0;
}



/* ------- Cart Page ----------- */

.shoping-cart-table .cart-product-info h4{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7em;
}

.shoping-cart-table .cart-product-info span{
	font-size: 13px;
}

.shoping-cart-table .cart-product-price p{
	margin-bottom: 5px;
}


.ltn__checkout-single-content .form-label{
	font-size: 13px;
	padding-top: 10px;
	padding-left: 10px;
}
@media (max-width: 576px) {
	.checkout-address-bg {
		flex-direction: column;
		align-items: stretch !important;
		gap: 12px;
	}

	.checkout-address-bg .form-group {
		width: 100%;
		flex-direction: column;
		align-items: stretch !important;
		gap: 8px;
	}

	.checkout-address-bg .form-select {
		width: 100% !important;
	}

	.new-address-inner,
	.new-address-btn {
		width: 100%;
	}

	.new-address-btn {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.new-address-btn{
	color: #1976D2;
	border-radius: 4px;
	padding: 8px 15px;
	background-color: #bbdefb;
	transition: all 0.3s;
}
.new-address-btn:hover{
	background-color: #1976D2;
	color: #fff;
}
@media (max-width: 990px)
{
	.new-address-btn{
		width: 100%;
		margin-top: 15px;
	}
}

.checkout-cart-total .table tr{
	width: 100%;
	border-radius: 5px;
	background-color: rgba(224, 242, 241, .3);
	margin-bottom: 5px;
}
.checkout-cart-total .list-group .list-group-item{
	margin-top: 0;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}

.checkout-cart-total .list-group .list-group-item p{
	font-size: 15px;
	margin-bottom: 0;
}
.checkout-cart-total .list-group .list-group-item .total-price{
	font-size: 18px;
}
.empty-cart img{
	width: 200px;
}
.payment-methods-section .payment-icon{
	width: 70px;
	border-radius: 5px;
}
.payment-methods-section .form-check-input{
	margin-top: 17px;
}
.cart_post_price{
	font-size: 13px;
	color: #E64A19;
}
.birthday-input input{
	text-align: left;
	direction: ltr;
}
@media(max-width: 576px){
	.birthday-input input{
		width: 100%;
		margin-top: 10px;
	}
}



/* ------- Blog section ------------- */

.bg-blue-blog{
	background-color: #3368c6;
	border-radius: 10px;
}
.blog-banner-img:before{
	content: "";
	background: linear-gradient(180deg,rgba(0,0,0,0) 24%,rgba(0,0,0,.4) 60%,#1f1e1e 100%) , no-repeat top center;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}
.blog-banner-title{
	position: absolute;
	font-size: 1.3rem;
	bottom: 30px;
	right: 15px;
	color: #fff!important;
	z-index: 1000;
	line-height: 1.5rem;
}

.blog-area {
	position: relative;
}
.blog-area .blog-box {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #e9edf4;
}
.blog-area .blog-box .blog-img {
	position: relative;
	overflow: hidden;
	padding: 10px;
}
.blog-area .blog-box .blog-img img{
	border-radius: 10px;
}
.blog-area .blog-box .blog-date {
	position: absolute;
	width: 120px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #03a793;
	flex-direction: column;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 0;
	left: unset;
	right: 10px;
	bottom: 0;
}
.blog-area .blog-box .blog-date span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}
.blog-area .blog-box .blog-content {
	padding: 20px;
}
.blog-area .blog-box .blog-content ul {
	margin-bottom: 15px;
	margin-right: 0;
	padding-right: 0;
}
.blog-area .blog-box .blog-content ul li {
	display: inline-block;
	position: relative;
	font-size: 13px;
	line-height: 1.6;
	padding-right: 15px;
	color: #455A64;
}
.blog-area .blog-box .blog-content ul li:not(:last-child) {
	margin-left: 20px;
}
@media (max-width: 767.99px) {
	.blog-area .blog-box .blog-content ul li:not(:last-child) {
		margin-bottom: 5px;
	}
}
.blog-area .blog-box .blog-content ul li a {
	color: #1d2a3b;
}
.blog-area .blog-box .blog-content ul li i {
	position: absolute;
	right: 0;
	color: #03a793;
}
.blog-area.style-1 .blog-box .blog-img {
	overflow: hidden;
}
.blog-area.style-1 .blog-box .blog-img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-area.style-1 .blog-box:hover .blog-img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.blog-area .blog-box .blog-content .blog-title{
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.8rem;
	min-height: 50px;
	max-height: 50px;
}
@media (max-width: 576px) {
	.blog-area .blog-box{
		margin-bottom: 10px;
	}
	.blog-area .blog-box .blog-img{
		padding: 5px;
	}
	.blog-area .blog-box .blog-date{
		width: 90px;
		height: 15px;
	}
	.blog-area .blog-box .blog-date span{
		font-size: 10px;
	}
	.blog-area .blog-box .blog-content ul{
		margin-bottom: 5px;
	}
	.blog-area .blog-box .blog-content ul li{
		font-size: 10px;
	}
	.blog-area .blog-box .blog-content .blog-title{
		font-size: 12px;
		line-height: 1.5rem;
		min-height: 50px;
	}
	.blog-area .blog-box .blog-content{
		padding: 5px;
	}
}


/* ----- Blog Single Section --------*/

.ltn__blog-details-inner{
	border: 1px solid #CFD8DC;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.ltn__blog-category{
	color: #03a793;
	padding: 5px 12px;
	border-radius: 5px;
	background-color: #e6f4f1;
	font-size: 14px;
}
.ltn__blog-category i{
	color: #03a793;
}
.ltn-blog-title{
	font-size: 22px;
	font-weight: 600;
	line-height: 2.2;
}
.ltn__blog-meta {
	margin-bottom: 20px; 
}
.ltn__blog-meta ul {
	padding: 0;
	margin: 0; 
}
.ltn__blog-meta ul li {
	font-weight: 400;
	display: inline-block;
	margin-left: 25px;
	position: relative;
	font-size: 13px;
	margin-top: 0; 
}
.ltn__blog-meta li:last-child {
	margin-left: 0; 
}
.ltn__blog-meta li i {
	color: var(--ltn__secondary-color);
	margin-left: 5px; 
}
.ltn__blog-meta {
	margin-bottom: 20px; 
}
.ltn__blog-meta ul {
	padding: 0;
	margin: 0; 
}
.ltn__blog-meta li {
	font-weight: 400;
	display: inline-block;
	margin-left: 25px;
	position: relative;
	font-size: 12px;
	margin-top: 0; 
}
.ltn__blog-meta li:last-child {
	margin-left: 0; 
}
.ltn__blog-meta li i {
	color: var(--ltn__secondary-color);
	margin-left: 5px;
}
.ltn__page-details-inner .policy-box{
	background-color: #ECEFF1;
	padding: 25px 15px;
	border-radius: 5px;
	margin-top: 30px;
	box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),
	0 1px 1px 0 rgba(0,0,0,.14),
	0 1px 3px 0 rgba(0,0,0,.12);
}
.ltn__page-details-inner  .policy-box p{
	margin-top: 0;
	color: #6b7074;
}




/* ------- Faq section ------------- */
.ltn__faq-inner .need-support .faq-need-support-title{
	font-size: 24px;
	line-height: 1.6;
}
.ltn__faq-inner .need-support .faq-need-support-tell{
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
}

.need-support{
	padding: 25px;
	border: 1px solid #E0F2F1;
	background-color: #E0F2F1;
	border-radius: 5px;
}
.faq-title{
	font-size: 22px;
	line-height: 1.6;
}

/* ------- Nurse Support section ------------- */

.ltn__feature-item-6 .ltn__feature-info .feature-title{
	font-size: 16px;
	margin-bottom: 15px;
}

.ltn__feature-item-6:hover{
	box-shadow: var(--ltn__box-shadow-1);
}

.alert-banner-wrap{
	padding: 50px 60px;
	border-radius: 5px;
	box-shadow: 0 10px 25px 0 rgba(7, 28, 31, 0.1);
}

.alert-banner-title h4{
	font-size: 20px;
	line-height: 1.8em;
}



/* --- Sweet Alert Style------ */

.swal-text{
	text-align: center !important;
}



/* ------- USER Profile Style --------- */
.ltn__tab-menu-list{
	background-color: #F2F6F7;
	padding: 15px;
	border-radius: 10px;
}
.table-bg-gray{
	background-color: var(--ltn__color-5);
	color: #fff;
}
input[type="file"]{
	position: relative;
}
input[type="file"]::before {
	position: absolute;
	pointer-events: none;
	top: 10px;
	left: 16px;
	height: 20px;
	width: 20px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230964B0'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}

.profile-content-wrapper{
	background-color: var(--section-bg-1);
	padding: 25px;
	border-radius: 10px;
}

.profile-menu-btn{
	background-color: var(--section-bg-1);
	padding: 25px;
	border-radius: 10px;
}

.profile-form-bg{
	background-color: var(--section-bg-1);
	padding: 25px;
	border-radius: 10px;
}

.order-modal .modal-header .modal-title {
	font-size: 15px;
	color: #455A64;
	background-color: #E0F2F1;
	padding: 15px;
	border-radius: 5px;
}
.order-table{
	border-radius: 10px;
}

.order-table tbody tr td{
	vertical-align: middle;
	font-size: 14px;
}

.save-details-box .save-details {
	border: 1px solid #eff2f7;
	padding: 15px;
	border-radius: 5px;
	background-color: #fafafa;
	position: relative;
}
.save-details-box .save-details {
	-webkit-box-shadow: 0 0px 10px rgba(33, 37, 41, 0.1);
	box-shadow: 0 0px 10px rgba(33, 37, 41, 0.1);
}
.save-details-box .save-details .save-name {
	position: relative;
	margin-bottom: 20px;
}
.save-details-box .save-details .save-name h5 {
	color: #212529;
}
.save-details-box .save-details .save-position {
	position: absolute;
	background-color: #000;
	top: 0;
	right: 0;
	padding: 8px 15px;
	border-radius: 4px;
}
.save-details-box .save-details .save-position {
	right: unset;
	left: 0;
}
.save-details-box .save-details .save-position p {
	margin: 0;
	margin-bottom: -2px;
	font-weight: 500;
	color: #fff;
}
.save-details-box .save-details .save-address p {
	line-height: 1.4;
	margin: 5px;
}
.save-details-box .save-details .mobile p.mobile {
	margin-top: 5px;
}
.save-details-box .save-details .button {
	display: block;
	text-align: left;
	margin: -5px;
}
.save-details-box .save-details .button button {
	color: #fff;
}

.create-address {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px dashed #B2DFDB;
	padding: 25px;
	border-radius: 5px;
}

.review-wrapper .single-review {
	display: flex;
	background-color: #E0F2F1;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 15px;
}
.review-wrapper .single-review .review-img {
	flex: 0 0 70px;
}
.review-wrapper .single-review .review-img img {
	width: 100%;
}
.review-wrapper .single-review .review-content {
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.review-wrapper .single-review .review-content {
		margin-left: 10px;
	}
}
.review-wrapper .single-review .review-content p {
	font-size: 14px;
	margin: 0 0 42px;
	color: #333;
}
.review-wrapper .single-review .review-content .review-top-wrap {
	display: flex;
	justify-content: space-between;
}
.review-wrapper .single-review .review-content .review-top-wrap .review-name span {
	font-size: 13px;

	margin: 0;
	line-height: 1;
	position: relative;
	font-weight: 500;
}
.review-wrapper .single-review .review-content .review-top-wrap .review-name span:after {
	position: absolute;
	top: -25px;
	left: 0;
	background-color: #343538;
	width: 60px;
	height: 1px;
	content: "";
}
.review-wrapper .single-review .review-content .review-top-wrap .review-rating {
	line-height: 1;
}
.review-wrapper .single-review .review-content .review-top-wrap .review-rating i {
	color: #e7a415;
	font-size: 12px;
	margin-left: 2px;
}

.card-ticket{
	border:1px solid #ccc;
}

.replay-section{
	padding: 10px;
	background-color: #E0F2F1;
	border-radius: 5px;
}

.ticket-list{
	max-height: 500px;
	overflow-y: scroll;
	padding: 15px;
}

.profile-header-title{
	background-color: #F2F6F7;
	border-radius: 5px;
}
.profile-header-title p{
	font-size: 15px;
}
.profile-header-title .title-main {
	font-size: 17px;
}

.ltn__tab-menu-list .nav a .ticket-alert{
	position: relative;
	background-color: #fff;
	width: 7px;
	height: 7px;
	padding: 0px 7px;
	color: red;
	border-radius: 5px;
}

.cart-wrapper-bg{
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 25px 0px rgba(69, 90, 100, .15);
}

.special-slider-bg{
	padding: 20px;
	background-image: linear-gradient(to top, #F44336 0%, #EF9A9A 100%);
	/*    background-color: #EF5350;*/
	border-radius: 5px;
}
.modal-product-info .cart-plus-minus{
	height: 55px;
	line-height: 48px;
	width: 125px;
}

.about-content-bg{
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #E0F2F1;
}


@media (max-width: 767px) {
	.site-logo img {
		width: 140px; 
		margin-bottom: 10px;
	}
	.slick-slide-dots-1 .slick-dots{
		bottom: 10px;
	}
	.slick-dots li:hover, .slick-dots li.slick-active{
		width: 10px;
		height: 10px;
	}
}
@media (max-width: 576px) {
	.site-logo img {
		width: 120px; 
	}
}

/* ----- Error pages 400 500 --------- */

.page-404 img{
	width: 300px;
}



/*  ------- Coworker Pages ---------- */
.partner-card .partner-card-icon{
	padding: 8px 20px;
	background-color: #1565C0;
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 600;
}


/* -------- Footer Section----------*/
.footer-about-widget .footer-content{
	text-align: justify;
	font-size: 13px;
	margin-bottom: 20px;
}

.ltn__social-media ul li{
	list-style: none;
	display: inline-block;
}

.ltn__social-media ul li a {
	color:#00c394 ;
	font-size: 20px; 
}


@media (max-width: 575.98px) {
	.product_cta_btn{
		padding: 5px 10px;
	}
}

/*------Product Badge ---------------*/
/* Badge: Free Shipping (سبزِ درخشان با پالس نرم) */

.product-badge .badge-success {
	--green: #16a34a;           /* Tailwind-ish green-600 */
	--green-strong: #22c55e;    /* green-500 */
	--glow: rgba(34, 197, 94, .55);
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	padding: .55rem .6rem;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .2px;
	/* رنگ و گرادیان سبک */
	color: #fff;
	background-color: #00E676;
	/* شادو چندلایه (درخشش سبز) */
	box-shadow:
	0 2px 6px rgba(0,0,0,.08),
	0 0 0 3px rgba(34, 197, 94, .32),
	0 0 22px 0 var(--glow);

	/* اندکی برجسته شود */
	transform: translateZ(0);
	z-index: 1000;
}

/* افکت پالس آرام برای جلب توجه اولیه */
@keyframes glowPulse {
	0%, 100% { box-shadow:
		0 2px 6px rgba(0,0,0,.08),
		0 0 0 3px rgba(34, 197, 94, .12),
		0 0 22px 0 rgba(34, 197, 94, .55); 
	}
	50% { box-shadow:
		0 3px 10px rgba(0,0,0,.10),
		0 0 0 6px rgba(34, 197, 94, .16),
		0 0 34px 2px rgba(34, 197, 94, .75); 
	}
}

.product-badge .badge-success {
	animation: glowPulse 2.2s ease-in-out infinite;
}

/* هاور/تاچ بازخورد کوتاه */
.product-badge .badge-success:hover {
	transform: translateY(-1px) scale(1.03);
	transition: transform .18s ease, box-shadow .18s ease;
}

/* انیمیشن ملایم هنگام ورود (اختیاری) */
@keyframes floatIn {
	0% { transform: translateY(6px) scale(.96); opacity: 0; }
	100% { transform: translateY(0) scale(1); opacity: 1; }
}
.product-badge .badge-success {
	animation-name: floatIn, glowPulse;
	animation-duration: .45s, 2.2s;
	animation-timing-function: cubic-bezier(.2,.8,.2,1), ease-in-out;
	animation-iteration-count: 1, infinite;
}

/* احترام به کاربرانی که انیمیشن نمی‌خواهند */
@media (prefers-reduced-motion: reduce) {
	.product-badge .badge-success {
		animation: none;
	}
}


.social-section--instagram {
	direction: rtl;
	/*max-width: 340px;*/
	width: 100%;
	margin: 16px auto;
}
.social-section--instagram a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;

	background: #ffffff;
	border-radius: 10px;
	padding: 10px 18px;

	border: 1px solid #f1f1f5;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);

	text-decoration: none;
	font-size: 14px;
	color: #444444;

	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.social-section--instagram a:hover {
	box-shadow: 0 8px 24px rgba(255, 105, 135, 0.35);
	transform: translateY(-1px);
}
.social-section--instagram strong {
	color: #ff3b6c; /* رنگ کلمه اینستاگرام */
}
/* بلوک آیکن سمت راست با گرادیانت شبیه تصویر */
.social-section__icon {
	position: relative;
	width: 52px;
	height: 52px;
	border-radius: 18px;
	background: linear-gradient(135deg, #ff5f9a, #ff996a);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 24px;
	flex-shrink: 0;
	overflow: visible;
}
/* لایه‌های محو پشت آیکن (افکتی شبیه اسلاید‌های پشت هم) */
.social-section__icon::before,
.social-section__icon::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 18px;
	background: linear-gradient(135deg, #ff5f9a, #ff996a);
	opacity: 0.25;
	transform: translateX(-6px);
	z-index: -1;
}
.social-section__icon::after {
	opacity: 0.15;
	transform: translateX(-12px);
}
/* برای مطمئن شدن که آیکن فونت‌آوسم درست وسط است */
.social-section__icon i {
	line-height: 1;
}

/*----------- Call Icon -----------*/
/* ویجت کلی */
.gh-support-widget {
	position: fixed;
	bottom: 30px;
	right: 12px;
	z-index: 9999;
	direction: rtl;
	font-family: inherit;
}

/* دکمه گرد هدفون */
.gh-support-button {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #fff;
	background: radial-gradient(circle at 30% 30%, #ffda7a, #ff9800);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-radius 0.2s ease;
	overflow: visible;
}
/* افکت نور/گرادینت پشت دکمه */
.gh-support-button::before {
	content: "";
	position: absolute;
	inset: -14px;
	border-radius: 50%;
	background: conic-gradient(from 120deg, #ff9800, #ff6f00, #ffcc80, #ff9800);
	filter: blur(14px);
	opacity: 0.65;
	z-index: -1;
	animation: gh-pulse 3s ease-in-out infinite alternate;
}
@keyframes gh-pulse {
	from {
		transform: scale(0.65);
		opacity: 0.5;
	}
	to {
		transform: scale(0.95);
		opacity: 0.9;
	}
}
.gh-support-button:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4);
}
.gh-support-button:active {
	transform: scale(0.96);
}
/* وقتی ویجت باز است (آیکن X و تغییر شکل دکمه) */
.gh-support-widget.gh-open .gh-support-button {
	border-radius: 18px 26px 26px 26px; /* بالای سمت چپ یکم صاف‌تر بشه */
	transform: translateY(0);
}
/* فعال شدن گوشه‌ی کوچک در حالت باز */
.gh-support-widget.gh-open .gh-support-button::after {
	opacity: 1;
	transform: translateY(-1px);
}
/* آیکن‌ها داخل دکمه */
.gh-support-button i {
	position: absolute;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
/* حالت عادی: هدفون روشن، X خاموش */
.gh-icon-open {
	opacity: 1;
	transform: scale(1);
}
.gh-icon-close {
	opacity: 0;
	transform: scale(0.6) rotate(-10deg);
}
/* وقتی ویجت باز شد: X روشن، هدفون خاموش */
.gh-open .gh-icon-open {
	opacity: 0;
	transform: scale(0.6) rotate(10deg);
}

.gh-open .gh-icon-close {
	opacity: 1;
	transform: scale(1);
}
/* باکس لیست ارتباطی */
.gh-support-panel {
	position: absolute;
	bottom: 75px;
	right: 0;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
	padding: 10px 12px;
	width: 230px;
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
/* وقتی باز است */
.gh-support-widget.gh-open .gh-support-panel {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
/* فلش کوچک بالای دکمه */
.gh-support-panel::before {
	content: "";
	position: absolute;
	bottom: -8px;
	right: 16px;
	border-width: 8px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
}
/* لیست */
.gh-support-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.gh-support-panel li + li {
	margin-top: 6px;
}
/* آیتم هر راه ارتباطی */
.gh-support-panel a {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	padding: 6px 8px;
	border-radius: 10px;
	transition: background-color 0.2s ease, transform 0.15s ease;
}
.gh-support-panel a:hover {
	background-color: #f5f5f5;
	transform: translateX(-2px);
}
.gh-icon-wrapper {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
}
.gh-phone {
	background-color: #607d8b;
}
.gh-whatsapp {
	background-color: #25D366;
}
.gh-telegram {
	background-color: #0088cc;
}
.gh-instagram {
	background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #4f5bd5);
}
.gh-text {
	font-size: 13px;
	color: #333;
	white-space: nowrap;
}

/* --------------- Cart Icon Mobile ----------*/
.cart-icon-mobile {
	position: fixed;
	bottom: 20px;
	left: 20px;

	height: 55px;
	width: 55px;
	border-radius: 50%;

	background-color: #ffffff;
	color: #0454a8;
	border: 3px solid #0454a8;

	font-size: 22px;
	font-weight: bold;
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: center;

	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
	z-index: 9998;
	overflow: visible;
}

.cart-icon-mobile::before {
	content: "";
	position: absolute;
	inset: -14px;
	border-radius: 50%;
	/* وسط شفاف، فقط دور دکمه نور داشته باشه */
	background: radial-gradient(
		circle,
		rgba(4, 84, 168, 0) 0%,
		rgba(4, 84, 168, 0) 55%,
		rgba(4, 84, 168, 0.45) 100%
		);
	filter: blur(10px);
	opacity: 0.9;
	z-index: -1;
	pointer-events: none;
}

/* آیکن */
.cart-icon-mobile i {
	line-height: 2;
}

/* بج تعداد آیتم‌ها */
.cart-icon-mobile .cart-quantity {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 20px;
	height: 20px;
	padding: 0 4px;

	background: #e53935;
	color: #fff;
	border-radius: 999px;
	border: 2px solid #ffffff;

	font-size: 11px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: 0 0 8px rgba(229, 57, 53, 0.7);
}

/* هاور (توی موبایل خیلی حس نمی‌شه، ولی برای دسکتاپ هم که شبیه‌سازی می‌کنی قشنگه) */
.cart-icon-mobile:hover {
	background: #0454a8;
	color: #ffffff;
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 10px 22px rgba(4, 84, 168, 0.5);
}

/* وقتی سبد خالی نیست، کمی هایلایت‌تر بشه */
.cart-has-items {
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(4, 84, 168, 0.55);
}

/* یک پالس خیلی ملایم برای جلب توجه وقتی سبد خالی نیست */
.cart-has-items::before {
	animation: cart-pulse 2.7s ease-in-out infinite;
}

@keyframes cart-pulse {
	0% {
		transform: scale(0.95);
		opacity: 0.4;
	}
	50% {
		transform: scale(1.05);
		opacity: 0.9;
	}
	100% {
		transform: scale(0.97);
		opacity: 0.5;
	}
}

/* --------Payment Cart Styles ---------*/

.payment-gateway-box {
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 14px;
	padding: 18px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.payment-group-title {
	font-weight: 800;
	color: #173b6d;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.payment-gateway-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 14px;
}

.payment-card {
	position: relative;
	cursor: pointer;
	border: 2px solid #e5eaf1;
	border-radius: 18px;
	background: #fff;
	padding: 16px 36px 16px 16px;
	min-height: 105px;
	display: flex;
	align-items: center;
	gap: 14px;
	transition: all .2s ease;
}

.payment-card:hover {
	border-color: #b7d7ff;
	box-shadow: 0 8px 22px rgba(0, 123, 255, .08);
	transform: translateY(-1px);
}

.payment-card input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.payment-card-check {
	position: absolute;
	right: 16px;
	top: 18px;
	width: 18px;
	height: 18px;
	border: 2px solid #c7d1dc;
	border-radius: 50%;
	background: #fff;
}

.payment-card input:checked + .payment-card-check {
	border-color: #0d8bff;
	box-shadow: inset 0 0 0 4px #fff;
	background: #0d8bff;
}

.payment-card:has(input:checked) {
	border-color: #0d8bff;
	box-shadow: 0 10px 28px rgba(13, 139, 255, .16);
	background: #f8fcff;
}

.payment-card-logo {
	width: 62px;
	height: 62px;
	object-fit: contain;
	border-radius: 14px;
	background: #fff;
	flex-shrink: 0;
}

.payment-card-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #27364a;
}

.payment-card-content .installment-price {
	margin-top: 5px;
	font-weight: normal;
	color: #111827;
	font-size: 15px;
}

.payment-card-content small {
	color: #6c7a89;
	font-size: 12px;
}

.installment-card {
	border-color: #e6eafb;
}

.is-disabled {
	opacity: .55;
	filter: grayscale(.4);
}

@media (max-width: 576px) {
	.payment-card {
		padding: 14px 40px 14px 12px;
	}

	.payment-card-logo {
		width: 54px;
		height: 54px;
	}
}



/* ---------- new style for cart page -----------*/

.cart-wrapper-bg {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 10px 35px rgba(15, 23, 42, .06);
	padding: 24px;
}

.cart-products-card {
	border: 1px solid #edf1f5;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
}

.cart-products-head {
	grid-template-columns: 1.9fr .8fr .7fr .8fr .35fr;
	gap: 16px;
	background: #f8fafc;
	padding: 16px 18px;
	font-weight: 800;
	color: #1f2d3d;
	border-bottom: 1px solid #edf1f5;
}

.cart-product-row {
	display: grid;
	grid-template-columns: 1.9fr .8fr .7fr .8fr .35fr;
	gap: 16px;
	align-items: center;
	padding: 18px;
	border-bottom: 1px solid #edf1f5;
	transition: all .2s ease;
}

.cart-product-row:last-child {
	border-bottom: 0;
}

.cart-product-row:hover {
	background: #fbfdff;
}

.cart-product-main {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.cart-product-img {
	width: 86px;
	height: 86px;
	border-radius: 16px;
	background: #f8fafc;
	border: 1px solid #edf1f5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}

.cart-product-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
}

.cart-product-title {
	font-weight: 900;
	color: #28485c;
	line-height: 1.9;
	display: block;
}

.cart-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 7px;
}

.cart-product-meta span {
	background: #eef6f8;
	color: #607d8b;
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 700;
}

.cart-product-price,
.cart-product-total,
.cart-product-qty,
.cart-product-action {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

.cart-product-price del,
.cart-product-total del {
	color: #94a3b8;
	font-size: 13px;
}

.cart-product-price strong,
.cart-product-total strong {
	color: #0f766e;
	font-size: 15px;
	font-weight: 900;
}

.cart-product-price .cart-discount-badge {
	background: #ef4444;
	color: #fff;
	padding: 4px 8px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 800;
}

.modern-qty {
	display: inline-flex;
	align-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	height: 42px;
}

.modern-qty .qty-btn {
	width: 38px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8fafc;
	color: #0f172a;
	font-weight: 900;
	cursor: pointer;
	user-select: none;
}

.modern-qty input {
	width: 48px !important;
	height: 42px !important;
	border: 0 !important;
	text-align: center;
	font-weight: 900;
	color: #28485c;
	background: #fff;
	padding: 0;
}

.remove-cart-btn {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #fff1f2;
	color: #e11d48;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
}

.remove-cart-btn:hover {
	background: #e11d48;
	color: #fff;
}

.mobile-label {
	display: none;
}

.cart-coupon,
.shoping-cart-total {
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 18px;
	padding: 18px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.cart-coupon {
	display: flex;
	gap: 10px;
}

.cart-coupon input {
	border: 1px solid #dbe3ea;
	border-radius: 12px;
	padding: 12px 14px;
	flex: 1;
}

.shoping-cart-total table {
	margin-bottom: 0;
}

.shoping-cart-total tr:last-child {
	background: #f0fdf4;
}

.shoping-cart-total td {
	padding: 13px 10px;
	vertical-align: middle;
}

.btn-wrapper .btn,
.btn-wrapper a {
	width: 100%;
	border-radius: 14px;
}

@media (max-width: 991px) {
	.cart-wrapper-bg {
		padding: 14px;
	}

	.cart-products-card {
		border: 0;
		background: transparent;
		overflow: visible;
	}

	.cart-product-row {
		grid-template-columns: 1fr;
		gap: 14px;
		background: #fff;
		border: 1px solid #edf1f5;
		border-radius: 18px;
		padding: 14px;
		margin-bottom: 14px;
		box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
	}

	.cart-product-main {
		align-items: flex-start;
	}

	.cart-product-img {
		width: 82px;
		height: 82px;
	}

	.cart-product-price,
	.cart-product-total,
	.cart-product-qty {
		flex-direction: row;
		justify-content: space-between;
		background: #f8fafc;
		border-radius: 14px;
		padding: 11px 12px;
	}

	.cart-product-action {
		align-items: stretch;
	}

	.remove-cart-btn {
		width: 100%;
		height: 42px;
		border-radius: 14px;
	}

	.mobile-label {
		display: inline-block;
		color: #64748b;
		font-weight: 800;
		font-size: 13px;
	}

	.cart-coupon {
		flex-direction: column;
		margin-bottom: 16px;
	}

	.cart-coupon button {
		width: 100%;
	}

	.d-flex.justify-content-end {
		flex-direction: column;
		gap: 10px;
	}

	.d-flex.justify-content-end .btn {
		width: 100%;
		margin: 0 !important;
	}
}
.cart-summary-card {
	border: 1px solid #edf1f5;
	border-radius: 20px;
	padding: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
	position: sticky;
	top: 20px;
}

.cart-summary-title {
	font-size: 17px;
	font-weight: 900;
	color: #163b50;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 14px;
	border-bottom: 1px solid #edf1f5;
	margin-bottom: 10px;
}

.cart-summary-list {
	display: flex;
	flex-direction: column;
}

.cart-summary-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px dashed #e5eaf0;
}

.cart-summary-item span {
	font-weight: 700;
}

.cart-summary-item strong {
	color: #334155;
	font-weight: 900;
	white-space: nowrap;
}

.cart-summary-note {
	background: #f8fafc;
	color: #64748b;
	border-radius: 12px;
	padding: 10px 12px;
	font-size: 13px;
	margin: 4px 0 8px;
}

.cart-summary-total {
	margin-top: 14px;
	background: linear-gradient(135deg, #ecfdf5, #f0fdfa);
	border: 1px solid #bbf7d0;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart-summary-total span {
	color: #047857;
	font-weight: 900;
}

.cart-summary-total strong {
	color: #047857;
	font-size: 19px;
	font-weight: 1000;
}

@media (max-width: 991px) {
	.cart-summary-card {
		position: static;
		margin-top: 18px;
	}

	.cart-summary-item,
	.cart-summary-total {
		align-items: flex-start;
	}

	.cart-summary-item strong,
	.cart-summary-total strong {
		white-space: normal;
		text-align: left;
	}
}
.checkout-summary-card {
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 20px;
	padding: 18px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.col-lg-5 .checkout-summary-card {
	position: sticky;
	top: 20px;
}

.checkout-summary-title {
	font-weight: 900;
	color: #163b50;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 14px;
	border-bottom: 1px solid #edf1f5;
	margin-bottom: 14px;
}

.checkout-product-item {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px dashed #e5eaf0;
}

.checkout-product-item:last-child {
	border-bottom: 0;
}

.checkout-product-info strong {
	color: #28485c;
	font-weight: 900;
}

.checkout-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}

.checkout-product-meta span {
	background: #eef6f8;
	color: #607d8b;
	border-radius: 999px;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: 700;
}

.checkout-product-price {
	min-width: 120px;
	text-align: left;
}

.checkout-product-price del {
	display: block;
	color: #94a3b8;
	font-size: 12px;
}

.checkout-product-price strong {
	color: #047857;
	font-weight: 900;
}

.checkout-price-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 13px 0;
	border-bottom: 1px dashed #e5eaf0;
}

.checkout-price-row span {
	font-weight: 700;
}

.checkout-price-row strong {
	white-space: nowrap;
	font-weight: 900;
}

.checkout-price-note {
	background: #f8fafc;
	color: #64748b;
	border-radius: 12px;
	padding: 10px 12px;
	font-size: 13px;
	margin-top: 8px;
}

.checkout-price-total {
	margin-top: 14px;
	background: linear-gradient(135deg, #ecfdf5, #f0fdfa);
	border: 1px solid #bbf7d0;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	justify-content: space-between;
}

.checkout-price-total span,
.checkout-price-total strong {
	color: #047857;
	font-weight: 900;
}

.checkout-price-total strong {
	font-size: 19px;
}

@media (max-width: 991px) {
	.col-lg-5 .checkout-summary-card {
		position: static;
	}

	.checkout-product-item {
		flex-direction: column;
	}

	.checkout-product-price {
		width: 100%;
		text-align: right;
	}
}
.ts-wrapper {
	width: 100%;
}

.ts-wrapper.single .ts-control {
	min-height: 48px !important;
	height: 48px !important;
	border: 1px solid #ced4da !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: none !important;
	padding: 0 14px !important;
	display: flex !important;
	align-items: center !important;
}

.ts-wrapper.single .ts-control input {
	height: auto !important;
	min-height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ts-wrapper.single .ts-control .item {
	line-height: 1.5 !important;
}

.ts-wrapper.focus .ts-control {
	border-color: #86b7fe !important;
	box-shadow: 0 0 0 .2rem rgba(13,110,253,.15) !important;
}

.ts-dropdown {
	background: #fff !important;
	border: 1px solid #dbe3ea !important;
	border-radius: 12px !important;
	box-shadow: 0 16px 35px rgba(15, 23, 42, .16) !important;
	overflow: hidden !important;
	z-index: 99999 !important;
	direction: rtl !important;
	text-align: right !important;
}

.ts-dropdown-content {
	background: #fff !important;
	max-height: 260px !important;
	overflow-y: auto !important;
}

.ts-dropdown .option {
	background: #fff !important;
	color: #334155 !important;
	padding: 10px 14px !important;
	line-height: 1.8 !important;
	border-bottom: 1px solid #f1f5f9;
}

.ts-dropdown .option:last-child {
	border-bottom: 0;
}

.ts-dropdown .option:hover,
.ts-dropdown .active {
	background: #eef6ff !important;
	color: #0d6efd !important;
}
.checkout-hint-card {
	display: flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(135deg, #fff8e1, #fffdf4);
	border: 1px solid #ffe7a3;
	border-radius: 16px;
	padding: 12px 14px;
	margin-bottom: 25px;
}

.checkout-hint-icon {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: #ffb703;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.checkout-hint-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.checkout-hint-content strong {
	color: #7c4a03;
	font-size: 14px;
	font-weight: 900;
}

.checkout-hint-content span {
	color: #795548;
	font-size: 13px;
	line-height: 1.9;
}

@media (max-width: 576px) {
	.checkout-hint-card {
		align-items: flex-start;
		padding: 11px;
	}

	.checkout-hint-icon {
		width: 38px;
		height: 38px;
	}
}
.payment-panel {
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 20px;
	padding: 18px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}
.payment-sidebar-col {
	align-self: stretch;
}

.payment-sidebar-col form {
	height: 100%;
}

.payment-side-sticky {
	position: sticky;
	top: 80px;
	z-index: 5;
}

@media (max-width: 991px) {
	.payment-sidebar-col form {
		height: auto;
	}

	.payment-side-sticky {
		position: static;
	}
}
.payment-side-sticky::-webkit-scrollbar {
	width: 6px;
}

.payment-side-sticky::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 999px;
}

.payment-side-sticky::-webkit-scrollbar-track {
	background: transparent;
}

.payment-panel-title {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #163b50;
	font-weight: 900;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #edf1f5;
}

.payment-order-item {
	display: grid;
	grid-template-columns: 72px 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px dashed #e5eaf0;
}

.payment-order-item:last-child {
	border-bottom: 0;
}

.payment-order-item img {
	width: 72px;
	height: 72px;
	border: 1px solid #edf1f5;
	border-radius: 16px;
	object-fit: contain;
	padding: 6px;
	background: #f8fafc;
}

.payment-order-info a {
	color: #28485c;
	font-weight: 900;
	display: block;
	margin-bottom: 8px;
}

.payment-order-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.payment-order-meta span {
	background: #eef6f8;
	color: #607d8b;
	border-radius: 999px;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: 700;
}

.payment-order-price {
	text-align: left;
	white-space: nowrap;
}

.payment-order-price del {
	display: block;
	color: #94a3b8;
	font-size: 12px;
}

.payment-order-price strong {
	color: #047857;
	font-weight: 900;
}

.payment-address-box {
	background: #f8fafc;
	border-radius: 16px;
	padding: 16px;
}

.payment-address-box strong {
	color: #163b50;
	font-weight: 900;
}

.payment-address-box span,
.payment-address-box p {
	color: #64748b;
	margin-bottom: 0;
	line-height: 2;
}

.payment-summary-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 13px 0;
	border-bottom: 1px dashed #e5eaf0;
}

.payment-summary-row span {
	font-weight: 700;
}

.payment-summary-row strong {
	white-space: nowrap;
	font-weight: 900;
}

.payment-summary-total {
	margin-top: 14px;
	background: linear-gradient(135deg, #ecfdf5, #f0fdfa);
	border: 1px solid #bbf7d0;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	justify-content: space-between;
}

.payment-summary-total span,
.payment-summary-total strong {
	color: #047857;
	font-weight: 900;
}

.payment-summary-total strong {
	font-size: 19px;
}

@media (max-width: 991px) {
	.payment-sticky-panel {
		position: static;
	}

	.payment-order-item {
		grid-template-columns: 64px 1fr;
	}

	.payment-order-price {
		grid-column: 1 / -1;
		text-align: right;
		background: #f8fafc;
		border-radius: 14px;
		padding: 10px 12px;
	}

	.payment-address-box > div,
	.payment-summary-total,
	.payment-summary-row {
		align-items: flex-start;
	}
}
/* -------- Delivery Post Card for Cart page------*/
.cart-delivery-option {
	cursor: pointer;
	min-height: 100%;
	transition: all 0.2s ease;
	background: #fff;
}

.cart-delivery-option:has(.cart-delivery-radio:checked) {
	border-color: #0d6efd !important;
	box-shadow: 0 0 0 1px rgba(13, 110, 253, 0.15);
	background: #f8fbff;
}

.cart-delivery-option input[type="radio"] {
	margin-left: 6px;
}

@media (max-width: 767px) {
	.cart-delivery-option {
		align-items: center !important;
		margin-bottom: 10px !important;
	}

	.cart-delivery-option span {
		line-height: 1.9;
	}
}

/* -------------- payment success view -------------*/

.payment-success-area {
	direction: rtl;
}

.payment-success-hero {
	background: #f1fbf7;
	border: 1px solid #c8f0df;
	border-radius: 18px;
	padding: 35px 20px;
}

.success-icon {
	width: 70px;
	height: 70px;
	background: #18b983;
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin-bottom: 18px;
}

.payment-success-hero h2 {
	font-size: 24px;
	font-weight: 800;
	color: #123;
	margin-bottom: 10px;
}

.payment-success-hero p {
	color: #64748b;
	margin-bottom: 15px;
}

.success-order-code {
	display: inline-block;
	background: #fff;
	border: 1px dashed #18b983;
	color: #0f766e;
	border-radius: 12px;
	padding: 10px 18px;
	font-weight: 700;
}

.success-card {
	background: #fff;
	border: 1px solid #e5eaf0;
	border-radius: 18px;
	padding: 22px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.success-card-title {
	font-size: 17px;
	font-weight: 800;
	color: #15324f;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.success-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px dashed #e5eaf0;
	color: #52677a;
}

.success-row strong {
	color: #1f2937;
	white-space: nowrap;
}

.success-total {
	margin-top: 15px;
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	color: #047857;
	border-radius: 14px;
	padding: 14px;
	display: flex;
	justify-content: space-between;
	font-weight: 800;
}

.success-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.success-info-grid > div {
	background: #f8fafc;
	border: 1px solid #e5eaf0;
	border-radius: 14px;
	padding: 13px;
}

.success-info-grid span {
	display: block;
	font-size: 13px;
	color: #64748b;
	margin-bottom: 6px;
}

.success-info-grid strong {
	color: #1e293b;
	font-size: 14px;
}

.success-items {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.success-item {
	border: 1px solid #e5eaf0;
	border-radius: 14px;
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.success-item-info strong {
	color: #15324f;
}

.success-item-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
	color: #64748b;
	font-size: 13px;
}

.success-item-meta span {
	background: #f1f5f9;
	border-radius: 999px;
	padding: 4px 9px;
}

.success-item-price {
	font-weight: 800;
	color: #047857;
	white-space: nowrap;
}

.success-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.success-actions .btn {
	min-width: 180px;
	border-radius: 12px;
	padding: 12px 20px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.success-info-grid {
		grid-template-columns: 1fr;
	}

	.success-item {
		align-items: flex-start;
		flex-direction: column;
	}

	.success-item-price {
		width: 100%;
		text-align: left;
	}

	.payment-success-hero h2 {
		font-size: 20px;
	}
}

.success-item-main {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.success-item-image {
	width: 72px;
	height: 72px;
	min-width: 72px;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e5eaf0;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
}

.success-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.success-item-image-placeholder {
	color: #94a3b8;
	font-size: 24px;
}

@media (max-width: 767px) {
	.success-item-main {
		width: 100%;
		align-items: flex-start;
	}

	.success-item-image {
		width: 64px;
		height: 64px;
		min-width: 64px;
	}
}
/* ---------------payment faild view ------*/

.payment-error-area {
	direction: rtl;
}

.payment-error-hero {
	background: #fff5f5;
	border: 1px solid #fecaca;
	border-radius: 18px;
	padding: 38px 20px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(127, 29, 29, 0.04);
}

.error-icon {
	width: 74px;
	height: 74px;
	background: #ef4444;
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	margin-bottom: 18px;
}

.payment-error-hero h2 {
	font-size: 24px;
	font-weight: 800;
	color: #7f1d1d;
	margin-bottom: 10px;
}

.payment-error-hero p {
	color: #64748b;
	margin-bottom: 14px;
}

.error-reason-box {
	display: inline-block;
	background: #fff;
	border: 1px dashed #fca5a5;
	color: #991b1b;
	border-radius: 12px;
	padding: 10px 18px;
	font-weight: 700;
	margin-top: 8px;
}

.error-order-code {
	display: inline-block;
	background: #fff;
	border: 1px dashed #fca5a5;
	color: #991b1b;
	border-radius: 12px;
	padding: 10px 18px;
	font-weight: 700;
	margin-top: 10px;
}

.payment-error-card {
	background: #fff;
	border: 1px solid #e5eaf0;
	border-radius: 18px;
	padding: 22px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
	margin-top: 24px;
}

.payment-error-card-title {
	font-size: 17px;
	font-weight: 800;
	color: #15324f;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.payment-error-card ul {
	margin: 0;
	padding-right: 20px;
	color: #52677a;
	line-height: 2;
}

.payment-error-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.payment-error-actions .btn {
	min-width: 180px;
	border-radius: 12px;
	padding: 12px 20px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.payment-error-hero h2 {
		font-size: 20px;
	}

	.payment-error-actions .btn {
		width: 100%;
	}
}















