.cart-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.shopping-cart-img {
    width: 50px;
    margin-right: 10px;
    flex-shrink: 0;
}

.shopping-cart-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.shopping-cart-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shopping-cart-title h4 {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.shopping-cart-title h3 {
    margin: 5px 0 0;
    font-size: 14px;
    color: #00aa00;
}

.shopping-cart-delete {
    margin-left: 10px;
    cursor: pointer;
}


.cart-add .input-group.quantity_input {
    display: flex;
    align-items: center;
}

.cart-add .input-group.quantity_input input.kjsdbfkjsf {
    width: 45px !important;
    height: 34px !important;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333; /* dark text for visibility */
    background: #fff; /* white background for contrast */
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.cart-add .input-group.quantity_input .button-minus,
.cart-add .input-group.quantity_input .button-plus {
    width: 34px;
    height: 34px;
    font-size: 16px;
    font-weight: bold;
    background: #47A258;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

.cart-add .input-group.quantity_input .button-minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.cart-add .input-group.quantity_input .button-plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cart-add .input-group.quantity_input .button-minus:hover,
.cart-add .input-group.quantity_input .button-plus:hover {
    background: #3a8a48;
}

input.quantity.quantity-field.border-0.text-center.w-25 {
    border: 1px solid #ff6c00 !important;
    height: 30px;
    width: 65px !important;
    margin: 0px !important;
	color:#ff6c00;
}



input.button-plus.border.rounded-circle.quantity-right-plus.icon-shape.icon-sm.lh-0 {
    background: #d4d4d4;
	padding:0 7px!important;
    color: #666;
    font-size: 32px;
    border: none;
    box-shadow: none;
    height: 44px!important;
    text-align: center;
    padding: 0px;
	line-height:6px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

input.button-minus.border.rounded-circle.quantity-left-minus.icon-shape.icon-sm.mx-1 {
    background: #d4d4d4;
	padding:0 7px!important;
    color: #666;
    font-size: 32px;
    border: none;
    box-shadow: none;
    height: 44px!important;
    text-align: center;
    padding: 0px;
	line-height:6px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}


input.button-plus.border.rounded-circle.quantity-right-plus.icon-shape.icon-sm.lh-0_1 {
    background: #d4d4d4;
	padding:0 5px!important;
    color: #666!important;
    font-size: 22px!important;
    border: none!important;
    box-shadow: none!important;
    height: 31px!important;
    text-align: center!important;
	line-height:6px!important;
	font-weight:bold!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:0px!important;
}

/* Modal Dialog Size */
	#modal-dialog45 {
		max-width: 650px;
		width: 100%;
	}

	/* Form Spacing */
	#myModaladdress .modal-body {
		padding: 2rem;
	}

	#myModaladdress .form-group {
		margin-bottom: 1rem;
	}

	#myModaladdress input.form-control {
		border-radius: 8px;
		padding: 0.6rem 1rem;
		border: 1px solid #ccc;
		box-shadow: none;
		transition: border-color 0.3s;
	}

	#myModaladdress input.form-control:focus {
		border-color: #0d6efd;
		outline: none;
		box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.15);
	}

	/* Radio Buttons Styled */
	#myModaladdress ul.list-unstyled li {
		display: flex;
		align-items: center;
		margin-right: 1rem;
	}

	#myModaladdress input[type="radio"] {
		accent-color: #0d6efd;
		margin-right: 5px;
		width: 18px;
		height: 18px;
	}

	#myModaladdress span {
		font-size: 14px;
		color: #333;
	}

	/* Modal Title */
	#myModaladdress .section-title {
		font-size: 1.25rem;
		font-weight: 600;
		color: #222;
	}

	/* Action Buttons */
	.edit-address1_1 {
		border-radius: 6px;
		font-weight: 500;
	}

	.btn-primary-dark-w {
		background-color: #0d6efd;
		color: #fff;
		border: none;
	}

	.btn-primary-dark-w:hover {
		background-color: #0b5ed7;
	}

	/* Responsive Adjustments */
	@media (max-width: 768px) {
		#modal-dialog45 {
			width: 95% !important;
			margin: 1rem auto;
		}
	}


    .add-address-card {
        padding: 2rem 1rem;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: #f9f9f9;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        height: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .add-address-card:hover {
        background-color: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        border-color: #0d6efd;
    }

    .add-address-card .icon-wrapper {
        width: 60px;
        height: 60px;
        background-color: #e9ecef;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        font-size: 24px;
        color: #0d6efd;
    }

    .add-address-card h6 {
        font-weight: 600;
        color: #0d6efd;
    }

    /** customer profile */


.reservation000225 {
    padding: 0px 0px 90px;
}

h3.section-title.section-title__sm.mb-0.pt-2.pb-0.mt-0.font-size-18 {
    font-size: 18px;
    letter-spacing: 0.5px;
}

li.border-bottom-0.d-flex.p-0 p.m-0.p-0 {
    font-size: 14px;
    font-weight: 600;
}

.reservation000225 .col-md-8.col-sm-8.col-12 .hotel-form h3.section-title.section-title__sm.mb-0.pt-2.pb-0.mt-0.font-size-18 {
    font-size: 18px;
    color: #27AE60;
}

section.luxry {
    background-color: #fff;
    margin-bottom: 0px;
}

.d-flex.justify-content-between.align-items-center.border-bottom.border-color-1.flex-lg-nowrap.flex-wrap.mb-4 h3 {
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.rhods {
    display: flex;
    width: 100%;
}

.reservation000225 .first-list {
    background: #fff;
    box-shadow: 0px 0px 3px 1px #ccc;
    width: 400px;
    padding: 30px;
}

ul.profileulnens {
    padding: 0px !important;
    margin: 0px;
}

.profileulnens li {
    list-style: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 0px;
    text-transform: none;
}

i.fa.fa-angle-right.text-right.float-right.text-height-5 {
    line-height: 40px;
}

.rhods .first-list {
    border-radius: 6px;
}

.d-flex1 .w-75 {
    width: 83% !important;
}

.profileulnens i.fa {
    color: #27AE60;
    font-size: 20px;
    padding-right: 7px;
}

ul.profileulnens ul {
    padding: 0px;
}

ul.profileulnens li ul li {
    border: none;
    font-size: 15px;
}

ul.profileulnens ul li {
    padding: 0px 0px 5px;
    line-height: 25px;
    list-style: square;
    margin-left: 30px;
    letter-spacing: 0.5px;
}

.reservation000225 .col-md-8.col-sm-8.col-12 .hotel-form {
    width: 100%;
    max-width: 100%;
    background: #fff;
    box-shadow: 0px 0px 3px 1px #ccc;
    padding: 22px;
    border-radius: 10px;
}

.c-12d5dhi {
    margin: 0;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.5;
    color: #fa5b09;
    -webkit-letter-spacing: -0.09px;
    -moz-letter-spacing: -0.09px;
    -ms-letter-spacing: -0.09px;
    letter-spacing: 0.5px;
}

section.luxry {
    background-color: #fff;
    margin-bottom: 0px;
}

.d-flex.justify-content-between.align-items-center.border-bottom.border-color-1.flex-lg-nowrap.flex-wrap.mb-4 h3 {
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.rhods {
    display: flex;
    width: 100%;
}


.sidkierls {
    margin-bottom: 30px;
    position: sticky;
    top: 16%;
}


ul.profileulnens.first-list li:nth-child(2) a .bg_icon-img {
    background-position: -302px -120px;
}

ul.profileulnens.first-list li:nth-child(3) a .bg_icon-img {
    background-position: -387px -46px;
}

ul.profileulnens.first-list li:nth-child(4) a .bg_icon-img {
    background-position: -248px -48px;
}

ul.profileulnens.first-list li:nth-child(5) a .bg_icon-img {
    background-position: -273px -49px;
}

ul.profileulnens.first-list li:nth-child(6) a .bg_icon-img {
    background-position: -330px -47px;
}

ul.profileulnens.first-list li:nth-child(7) a .bg_icon-img {
    background-position: -386px -46px;
}

ul.profileulnens.first-list li:nth-child(8) a .bg_icon-img {
    background-position: -300px -45px;
}

ul.profileulnens.first-list li:nth-child(9) a .bg_icon-img {
    background-position: -303px -76px;
}

ul.profileulnens.first-list li:nth-child(10) a .bg_icon-img {
    background-position: -360px -46px;
}

ul.profileulnens.first-list li:nth-child(11) a .bg_icon-img {
    background-position: -302px -46px;
}

ul.profileulnens.first-list li:nth-child(12) a .bg_icon-img {
    background-position: -302px -120px;
}

ul.profileulnens.first-list li:nth-child(13) a .bg_icon-img {
    background-position: -440px -45px;
}

ul.profileulnens.first-list li a {
    display: flex;
    width: 100%;
    padding: 0px 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
}

ul.profileulnens.first-list li a i.bg_icon-img {
    background-image: url(../imgs/toggleloginicon.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 20px;
    width: 20px;
    margin-right: 15px;
    margin-top: 10px;
}



.hotel-form.py-4.px-2.mb-3.mt-1.text-right.w-auto.h-auto.pt-2.border-none {
    position: absolute;
    right: 0px;
    width: 185px !important;
    top: 0px;
    margin: 0px !important;
    padding: 0px !important;
}

.hotel-form.py-4.px-2.mb-3.mt-1.shadow-none.w-33.border:hover .user_email.edit-address.mt-1 span.user-email {
    display: block;
}

.hotel-form.py-4.mb-4.background-white.shadow-1 {
    box-shadow: 0px 0px 3px 1px #ccc;
    border-radius: 5px;
}

span.user-email.d-block b.d-flex {
    line-height: 26px;
}

.hotel-form.py-4.mb-3.mt-1.align-center.background-white.shadow-none.w-50.pt-2.border {
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

.color-white {
    color: #fff !important;
}

.line-heights {
    line-height: 30px;
}


/*profile user holder*/

.profile_user-holder {
    background: #fff;
    background-size: auto;
    background-position: 0px;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 1px #fff;
    margin: auto;
	cursor:pointer;
	color:#ff6c00;
}
.editphotobtn {
   position: absolute;
    left: 75px;
    top: 100px;
	border:0px;
	z-index:99;
	background:#36C;
	border-radius:100%;
	padding:5px;
	color:#fff;
	font-size:20px;
	border:2px solid #fff;
}

.reservation000225 .user_name .userf-name {
    font-size: 15px;
    text-transform: uppercase;
    color: #ff6c00;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.reservation000225 .user_email .user-email {
    font-size: 13px;
    color: #666;
    letter-spacing: 0.5px;
}

.phone_number .user-phone {
    font-size: 13px;
    line-height: 31px;
    color: #666;
    letter-spacing: 0.5px;
}

.edit_profile .profile-edit_btn a {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #ff7713;
    font-weight: 600;
}

.edit_profile .profile-edit_btn a:hover {
    border-bottom: 1px solid #ff7713;
}

.bucks_holder {
    box-shadow: 0px 0px 3px 1px #ccc;
    padding: 25px;
    border-radius: 5px;
    min-height: 230px;
}

._ebucks {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: capitalize;
}

._remainbucks {
    margin: 10px 0px;
    font-size: 14px;
}


/*profile user holder */

.user_location.mt-1 span.userf-name {
    font-size: 16px;
    font-weight: 600;
}

.hotel-form.py-4.px-2.mb-3.mt-1.shadow-none.w-33.border {
    border-radius: 5px;
    width: 33%;
    height: auto;
    background: #fff;
}

.user_email.edit-address.mt-1 span.user-email {
    margin: 10px 0px 0px;
    color: #27AE60;
    display: none;
    cursor: pointer;
    transition: all 0.5s ease;
    line-height: 30px;
}

.notifactions {
    width: 40px;
}

.userf-name img {
    width: 60px;
    margin-top: 30px;
}


.edit_profile .profile-edit_btn a {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #ff7713;
    font-weight: 600;
}

.edit_profile .profile-edit_btn a:hover {
    border-bottom: 1px solid #ff7713;
}


.backtabs-dp_servicespros2 .ulines-dps .ukine {
    position: relative;
    background: #fff;
    color: #000;
    opacity: 1;
    width: auto;
    margin: 0px 5px 0px 0px;
    font-size: 14px;
    padding: 12px 15px 10px;
	border-radius:3px;
}
.backtabs-dp_servicespros2 .ulines-dps .ukine:hover {
    background:#ffb57e;
}
.backtabs-dp .ukine:hover {
    background:none!Important;
}

.backtabs-dp_servicespros2 .ulines-dps-para .ukine {
    display: none;
    position: relative;
}

.backtabs-dp_servicespros2 .ulines-dps .ukine.active4 {
    display: block;
    background: #ffb57e;
    color: #000000;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #ff6c00;
    position: relative;
	border-radius:3px;
}

.backtabs-dp_servicespros2 .ulines-dps-para .ukine.active4 {
    display: block;
}

.backtabs-dp_servicespros2 .ulines-dps .ukine.active5 {
    display: block;
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #ff6c00;
    position: relative;
}

.backtabs-dp_servicespros2 .ulines-dps-para .ukine.active5 {
    display: block;
}

.bootstrap-accordiana {
    border: 0px solid #e5e5e5;
    border-radius: 0px;
    margin-top: 15px;
}

.backtabs-dp_servicespros2 .ulines-dps {
    border-bottom: 1px solid #e5e5e5;
}

.tab-description h3 {
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
    border-bottom: 1px dashed #ff6c0047;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.tab-description {
    margin: 13px 0px;
}



.rhods>.profileulnens li:hover {
    background-color: #f8f8f8;
}

.mys_accounts .ulines-dps .ukine {
    color: #838383;
}

.mys_accounts .ulines-dps .ukine.active4 {
    display: block;
    background: #ffffff;
    color: #6e6e6e;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #3BB77E;
    position: relative;
    letter-spacing: 0.5px;
}

.mys_accounts h3.section-title.section-title__sm.mb-0.pt-2.pb-0.mt-0.font-size-18 {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #cccccc82;
    padding-bottom: 12px !important;
    display: block;
    line-height: 14px;
    padding-top: 10px !important;
}

.hotel-form.py-4.px-2.mb-3.mt-1.shadow-none {
    background: #f0f0f0;
    border-radius: 5px;
}

.hotel-form.py-4.shadow-none h3.section-title.section-title__sm.mb-0.pb-0.font-size-18.mt-0.pb-0 {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.backtabs-dp_servicespros2 .ulines-dps {
    border-bottom: 1px solid #e5e5e5;
}

.backtabs-dp_servicespros2 .ulines-dps {
    display: flex;
    justify-content: left;
}

.order_detail-btn .order_btn {
    border: 1px solid #3BB77E;
    padding: 8px 15px;
    color: #3BB77E;
    border-radius: 3px;
    float: right;
}

p.heading_.m-0.fs-7.text-dark {
    font-size: 14px;
    font-weight: 600;
    color: #3BB77E !important;
}

p.delivery_full-detail.text-dark.fs-7.mb-0 {
    font-size: 14px;
    color: #3BB77E !important;
    letter-spacing: 0.5px;
    margin: 3px 0px 0px;
}

@media (max-width: 1100px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.w-100 {
    width: 100% !important;
}

ul.profileulnens li.active {
    background-color: #f8f8f8;
    color: #ff7713 !important;
}


.profile_icons {
    margin-right: 10px !important;
    margin-top: 13px;
    font-size: 16px;
}

/* ==========================
   Cart Page Styling
========================== */
.shopping-summery table {
    border-collapse: separate;
    border-spacing: 0 15px;
    width: 100%;
    padding:8px;
}

.shopping-summery thead th {
    background: #f9fafb;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    font-size: 14px;
    border-bottom: 2px solid #e5e7eb;
}

.shopping-summery tbody tr {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.06);
}

.shopping-summery tbody td {
    vertical-align: middle;
    padding: 15px;
    border-top: none;
}

.product-thumbnail img {
    width: 90px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.product-des h6 a {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.product-des h6 a:hover {
    color: #2563eb;
}

.price h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.text-brand {
    color: #2563eb !important;
}

.quantity_input {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity_input input[type=number] {
    width: 60px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
}

.cart_button_minus,
.cart_button_plus {
    width: 34px;
    height: 34px;
    background: #f3f4f6;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
}

.cart_button_minus:hover,
.cart_button_plus:hover {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

/* Cart totals box */
.cart-totals {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    padding: 25px;
}

.cart-totals table td {
    padding: 10px 0;
}

.cart-totals h4,
.cart-totals h5,
.cart-totals h6 {
    margin: 0;
}

.button-checkout {
    background: #2563eb;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    display: block;
    transition: 0.3s;
}

.button-checkout:hover {
    background: #1d4ed8;
    color: #fff;
    text-decoration: none;
}

/* Empty cart */
.cart-empty {
    text-align: center;
    padding: 60px 20px;
    border-radius: 12px;
    background: #f9fafb;
}
.cart-empty h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    color: #444;
}

.btn{
    display: inline-block;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid transparent;
    background-color: #3BB77E;
    cursor: pointer;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
}
