.box {
	position: fixed;
	right: 0;
	top: 0px;
	width: 100%;
	z-index: 22222;
	transition: 0.4s;
	height: 100%;
	background-color: rgba(33, 28, 28, 0.7);
	transform: translateX(100%);
	overflow-y: scroll;
}
.cart-box-top.show {
	display: block;
	transform: translateX(0%);
	z-index: 97;
}
.cart-box-top {
	z-index: 1110 !important;
}
.cart-bg {
	position: fixed;
	right: 0px;
	top: 0;
	/* width: 30%; */
	transition: 0.4s;
	height: 100%;
	z-index: -1;
}
.chak-right {
	box-shadow: 0 0 4px #ccc9c9;
	padding: 20px 15px;
	/* margin-left: 30px; */
}
.chak-cart {
	background: #fff;
	margin-left: -50px;
	min-width: 500px;
	min-height: 100%;
	max-width: 500px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.close1 {
	opacity: 1 !important;
	/* padding-right: 50px; */
	/* padding-top: 25px; */
	cursor: pointer;
	/* position: relative !important; */
	/* right: 5px !important; */
}
.chak-cart .main-portion {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.chak-cart .main-portion .top-portion {
	height: 100%;
	overflow-y: auto;
	padding: 10px;
	box-sizing: border-box;
}
.chak-cart img {
	width: 80px;
	margin-bottom: 0px;
	height: auto;
	margin:auto;
}
.chak-cart .main-portion .top-portion .cart_icon {
	margin-top: 150px;
	width: 100px;
	height: 100px;
}
.chak-cart .main-portion .bottom-portion {
	flex-shrink: 0;
	padding: 10px 0;
	position: relative;
	bottom: 0px;
	background: #fff;
}
.pric-order {
	border-bottom: 1px solid #c4c2c2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pric-order p {
	color: #000;
	font-weight: 500;
}
.cart-order p {
	margin-bottom: 5px;
}
.ord1 {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.cabutt {
	width: 100%;
	text-align: center;
}


.order {
	display: flex;
	border-bottom: 1px solid #c4c2c2;
	padding-bottom: 10px;
	margin-bottom: 20px;
	justify-content: space-evenly;
	align-items: top;
}
.top-portion .order .order-img {
	width: 24% !important;
	height: auto !important;
	align-items: center;
	display: flex;
}
.chak-cart img {
	width: 80px;
	margin-bottom: 0;
	height: auto;
}
.order-text {
	padding-left: 10px;
}
.top-portion .order .cart-text {
	width: 65% !important;
}
.order-text p {
	font-weight: 500;
}
.cart-text p {
	margin-bottom: 10px;
	color: #000 !important;
}
.cart-plusbox {
	margin: 0 0 !important;
}
.cart-plus.cart-plus1.Quantity {
	display: flex;
	margin: 20px 0;
	align-items: center;
}
.cart-plusbox h6 {
	background: transparent !important;
	border: 1px solid #c7c0c0;
}
.cart-plus.cart-plus1.Quantity h6 {
	background: #f1f1f1;
	padding: 7px 0px;
	margin-bottom: 0;
}
.cart-plus.cart-plus1.Quantity h6 a {
	cursor: pointer;
	padding: 6px 12px;
	color: #000;
	text-decoration: none;
}
.order-text span {
	color: #1F73BB;
	font-weight: 600;
	font-size: 14px;
}
.cart-plus.cart-plus1.Quantity h6 span {
	margin: 0 10px;
}

.cart-plusbox p a {
	color: #5f5f5f;
	margin-left: 0px;
}
.fas.fa-trash.remove-mini {
	fill: #1F73BB;
	color: #1F73BB;
	border-radius: 8px;
	border: 1px solid #1F73BB;
	padding: 8px;
	width: 30px;
	height: 30px;
	position: relative;
	top: 3px;
	transition: all 0.3s ease;
	font-size: 13px;
}


.product-modal-specs {
            display: table;
            width: 100%;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            margin: 20px 0;
            text-align: center;
            font-size: 14px;
        }

        .product-modal-specs > div {
            display: table-cell;
            padding: 12px 10px;
            border-right: 1px solid #ddd;
        }

        .product-modal-specs > div:last-child {
            border-right: none;
        }

        .product-modal-specs span {
            display: block;
            color: #00a0df;
            font-size: 12px;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .product-modal-specs strong {
            display: block;
            color: #333;
            font-weight: 600;
        }

        

        .cart-wrapper {
            position: relative;
            display: inline-block;
        }

        .cart-wrapper .cart_number,#myBtn .cart_number {
          	width: fit-content;
        	position: absolute;
        	right: -8px;
        	top: -8px;
        	background-color: #00A0DF;
        	padding: 2px;
        	font-size: 9px;
        	min-width: 18px;
        	min-height: 18px;
        	text-align: center;
        	border-radius: 50%;
        	color: #ffffff;
        }
        
        .mobile-cart-icon {
        	position: relative;
        	z-index: 1;
        }

        /* Mobile responsive adjust */
        @media (max-width: 480px) {
            .cart-wrapper .cart_number {
                top: -4px;
                right: -4px;
                font-size: 10px;
                min-width: 16px;
            }
        }

.theme_blue_btn {
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 500;
	background-color: #4a4a4a ;
	padding: 8px 25px;
	border-radius: 25px;
	display: block;
	width: fit-content;
	transition: 0.5s ease-in-out;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: auto;
	text-decoration: none;
	border:none;
	text-transform: uppercase;
	width: 150px;
}

a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}   


/* Main login box */
.login_side {
    background: #fff;
    border-radius: 18px;
    padding: 88px 30px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}


/* Inputs */
.login_side .form-control {
    height: 52px;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 15px;
    transition: .3s;
    margin-bottom: 15px;
}

.login_side .form-control:focus {
    border-color: #8a0b25;
    box-shadow: 0 0 5px rgba(138, 11, 37, 0.3);
}

/* Submit button */
.submit_btn {
	width: 200px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.submit_btn:hover {
    background: #1F73BB !important;
    color:#fff !important;
}

/* Error + success alerts */
.alert {
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .login_side {
        padding: 35px 20px !important;
    }

    .login_side::before {
        width: 85px;
        height: 85px;
    }

}


.profile-header {
	background-color: #f2f1f1;
	display: flex;
	justify-content: center;
	height: 85px;
	align-items: center;
	margin-top: 0px;
}
.profile-menu {
	height: 100%;
	display: flex;
	align-items: center;
}
.profile-header .profile-menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.profile-header .profile-menu ul, header .bottom_header .menu ul {
	display: flex;
	flex-wrap: wrap;
	height: 50%;
}
.profile-menu ul li, li, ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.user-initials {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	text-transform: uppercase;
}
.profile-header .profile-menu ul, .profile-menu ul li, a.active_back {
	display: flex;
	display: flex;
	height: 100%;
}
.profile-menu ul li {
	align-items: center;
	border-right: 2px solid #393939;
}
.profile-menu ul li:last-child {
	border-right: none;
}
a.active_back {
	justify-content: center;
	padding: 0px 15px;
	font-weight: 600;
	color: #393939;
	align-items: center;
	text-decoration: none;
	line-height: 1.2;
}
.border_right {
	border-right: 1px solid #eaeded;
}
.active_back.active, .active_back:hover {
	color: #1F73BB !important;
}
.profile-section-wrapper .profile-section-inner .right-form-section .title-wrapper h3 {
	margin-bottom: 0;
	font-size: 40px;
	color: #393939;
	font-weight: 400;
	
}
.profile-section-wrapper {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 400px;
}
.profile-section-wrapper .profile-section-inner .right-form-section .title-wrapper {
	margin-bottom: 30px;
}
.profile-section-wrapper .profile-section-inner .right-form-section .inner-form form .form-inner-content .form-group {
	margin-bottom: 18px;
}
.profile-section-wrapper .profile-section-inner .right-form-section .inner-form form .form-inner-content .form-group input, .profile-section-wrapper .profile-section-inner .right-form-section .inner-form form .form-inner-content .form-group textarea {
	color: #373737;
	font-size: 16px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #e7e7e7;
	font-weight: 400;
	padding: 8px 15px;
	resize: none;
}
.profile-section-wrapper .profile-section-inner .right-form-section .inner-form form .form-inner-content .form-group textarea {
	height: 100px;
}
.profile-section-wrapper .profile-section-inner .right-form-section .inner-form form .form-inner-content .form-group input:focus, .profile-section-wrapper .profile-section-inner .right-form-section .inner-form form .form-inner-content .form-group textarea:focus {
	box-shadow: none;
	outline: none;
}

#my-order-tbl a {
	color: #000;
}

.active_back {
	font-size: 16px;
	font-weight: 400;
	padding: 5px 40px;
	border-color: transparent !important;
	color: #fff;
}
.theme_blue_btn:hover, .theme_blue_btn.active {
	background-color: #1F73BB !important;
}

.checkout-section-wrapper {
  margin-bottom: 100px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper {
    margin-bottom: 70px;
  }
}
.checkout-section-wrapper .checkout-section-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner {
    display: unset;
  }
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section {
    margin-bottom: 50px;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .title-wrapper {
  margin-bottom: 30px;
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .title-wrapper h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	color: #666666;
	text-align: left;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section .title-wrapper h3 {
    font-size: 28px;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table {
  border: 1px solid #ababab;
  border-radius: 15px;
  overflow: hidden;
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table {
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 575px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table {
    min-width: 450px;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table thead {
  background-color: #F1F0EE;
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table thead th {
  font-size: 16px;
  font-weight: 500;
  color: #040404;
  padding: 15px;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table thead th {
    font-size: 14px;
    padding: 10px 12px;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table thead th:last-child {
  padding: 0;
  width: 35px;
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table thead th:nth-child(3) {
  width: 150px;
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody {
  padding: 10px;
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td {
  padding: 15px;
  line-height: 18px;
  color: #373737;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td {
    font-size: 14px;
    padding: 10px 12px;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td:last-child {
  padding: 0;
  width: 50px;
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td img {
  width: 100px;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td img {
    width: 60px;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .cart-product-count {
  width: 125px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d0d0d0;
  border-radius: 50px;
  padding: 4px 12px;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .cart-product-count {
    width: 120px;
    margin-left: auto;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .cart-product-count a {
  user-select: none;
  color: #eb2b85;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .cart-product-count a span {
  color: #373737;
  font-size: 20px;
  font-weight: 700 !important;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .cart-product-count a span {
    font-size: 17px;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .cart-product-count input {
  user-select: none;
  color: #000000;
  padding: 5px 5px;
  text-align: center;
  border: none;
  width: 40px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .cart-product-count input {
    font-size: 14px;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .cart-product-count input:focus {
  box-shadow: none;
  outline: none;
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .close_btn {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  color: #858585;
  padding: 0;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .close_btn {
    font-size: 15px;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .close_btn span {
  font-size: 20px;
  color: #858585;
  font-weight: 900 !important;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr td .close_btn span {
    font-size: 15px;
  }
}
.checkout-section-wrapper .checkout-section-inner .left-cart-section .shopping-cart-inner .inner-table table tbody tr:last-child td {
  border-bottom: 0px solid transparent;
}
.checkout-section-wrapper .checkout-section-inner .right-form-section .title-wrapper {
  margin-bottom: 30px;
}
.checkout-section-wrapper .checkout-section-inner .right-form-section .title-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #666666;
  text-align: left;
}
@media (max-width: 1199px) {
  .checkout-section-wrapper .checkout-section-inner .right-form-section .title-wrapper h3 {
    font-size: 28px;
  }
}
.checkout-section-wrapper .checkout-section-inner .right-form-section .inner-form form .form-inner-content .form-group {
  margin-bottom: 18px;
}
.checkout-section-wrapper .checkout-section-inner .right-form-section .inner-form form .form-inner-content .form-group input,
.checkout-section-wrapper .checkout-section-inner .right-form-section .inner-form form .form-inner-content .form-group textarea {
  color: #373737;
  font-size: 16px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 400;
  padding: 8px 15px;
  resize: none;
}
.checkout-section-wrapper .checkout-section-inner .right-form-section .inner-form form .form-inner-content .form-group input:focus,
.checkout-section-wrapper .checkout-section-inner .right-form-section .inner-form form .form-inner-content .form-group textarea:focus {
  box-shadow: none;
  outline: none;
}
.checkout-section-wrapper .checkout-section-inner .right-form-section .inner-form form .form-inner-content .form-group textarea {
  height: 100px;
}
.checkout-section-wrapper .checkout-section-inner .right-form-section .inner-form form .captcha-submit-wrapper {
  margin-top: 30px;
}
.checkout-section-wrapper .checkout-section-inner .right-form-section .inner-form form .captcha-submit-wrapper .submit-wrapper {
  margin-top: 20px;
}
.checkout-section-wrapper .checkout-section-inner .right-form-section .inner-form form .captcha-submit-wrapper .submit-wrapper .submit_btn {
  margin-left: 0;
}

.form-group label.error, .captcha-submit-wrapper label.error {
	color: red !important;
}

.order-success {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}

.order-success a {
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	background-color: #4a4a4a;
	padding: 8px 21px;
	/* padding-bottom: 15px; */
	border-radius: 100px;
	display: block;
	width: fit-content;
	transition: 0.5s ease-in-out;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-decoration: none !important;
	text-transform: uppercase;
}
.border-car h6 {
	font-weight: bold;
}

#info_submit_btn {
	margin-left: 0;
}
.namebrandbox {
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	padding: 10px 0;
}




/* Custom select box */
        .custom-select-box {
            border: 2px solid #d1d5db;
            border-radius: 8px;
            padding: 10px 12px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: transparent;
            min-height: 44px;
        }
        
        .custom-select-box:hover {
            border-color: #9ca3af;
        }
        
        .custom-select-box.active {
            border-color: #3b82f6;
        }
        
        .select-placeholder {
            color: #000;
            font-size: 12px;
        }
        
        .select-count {
            color: #000;
            font-size: 12px;
            margin-right: 10px;
        }
        
        .dropdown-arrow {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 6px solid #6b7280;
            transition: transform 0.2s;
        }
        
        .dropdown-arrow.open {
            transform: rotate(180deg);
        }
        
        /* Dropdown menu */
        .dropdown-menu {
            display: none;
            position: absolute;
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            margin-top: 4px;
            width: 100%;
            max-width: 100%;
            z-index: 1000;
        }
        .filter-group .dropdown-menu{
            max-width: 320px;
        }
        
        .dropdown-menu.show {
            display: block;
        }
        
        /* Search box */
        .search-box {
            padding: 12px;
            border-bottom: 1px solid #e5e7eb;
        }
        
        .search-input {
            width: 100%;
            padding: 8px 12px;
            border: 2px solid #e5e7eb;
            border-radius: 6px;
            font-size: 14px;
            outline: none;
            box-sizing: border-box;
        }
        
        .search-input:focus {
            border-color: #3b82f6;
        }
        
        /* Options list */
        .options-list {
            max-height: 250px;
            overflow-y: auto;
        }
        
        .option-item {
            padding: 10px 12px;
            display: flex;
            align-items: center;
            cursor: pointer;
            font-size: 14px;
            transition: background 0.15s;
        }
        
        .option-item:hover {
            background: #f3f4f6;
        }
        
        .option-item.select-all {
            border-bottom: 1px solid #e5e7eb;
            font-weight: 500;
        }
        
        /* Custom checkbox */
        .checkbox-wrapper {
            display: flex;
            align-items: center;
            width: 100%;
        }
        
        .custom-checkbox {
            width: 18px;
            height: 18px;
            border: 2px solid #d1d5db;
            border-radius: 4px;
            margin-right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .custom-checkbox.checked {
            background: #3b82f6;
            border-color: #3b82f6;
        }
        
        .custom-checkbox.checked::after {
            content: '✓';
            color: white;
            font-size: 12px;
            font-weight: bold;
        }
        /* Single Select Dropdown Styles */
.single-select .custom-radio {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 50%; /* Circular for radio */
    margin-right: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.single-select .custom-radio.checked {
    border-color: #3b82f6;
}

.single-select .custom-radio.checked::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #3b82f6;
    border-radius: 50%;
    position: absolute;
}

/* Hide action buttons for single select */
.single-select .action-buttons {
    display: none;
}

/* Auto close on selection for single select */
.single-select .dropdown-menu {
    padding-bottom: 0;
}

.single-select .options-list {
    max-height: 260px;
}
.filter-sort-group .select-wrapper.single-select.no-search {
	position: relative;
}

.media.mobhide{
    border-top: 1px solid var(--bs-border-color-translucent);
    border-left: 1px solid var(--bs-border-color-translucent);
    border-right: 1px solid var(--bs-border-color-translucent);
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.border-car .card {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.dwnpdf {
	color: #1F73BB;
	text-decoration: none;
	border: 1px solid #1F73BB;
	padding: 5px 20px;
}

.order-success h1 {
	color: #666;
	font-family: "Playfair Display", serif;
	font-weight: 300;
	margin-bottom: 25px;
	font-size: 40px;
	margin-top: 15px;
}
.order-success p {
	color: #555;
	margin-bottom: 50px;
}

.alert-dismissible .btn-close {
	padding: 1rem 1rem;
}



/* Mobile responsive */
@media (max-width: 992px) {
    #my-order-tbl {
    	font-size: 14px;
    }
}
/* Mobile Responsive Styles - Only applies below 768px */
@media (max-width: 768px) {
    /* Hide the table wrapper's default responsive behavior */
    .table-responsive {
        overflow-x: visible !important;
    }

    /* Hide table headers on mobile */
    #my-order-tbl thead {
        display: none;
    }

    /* Make table and tbody block-level */
    #my-order-tbl,
    #my-order-tbl tbody {
        display: block;
        width: 100%;
    }

    /* Style each row as a card */
    #my-order-tbl tbody tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 0px;
        background: white;
        box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    }

    /* Remove default Bootstrap striping on mobile */
    #my-order-tbl tbody tr:nth-of-type(odd) {
        background-color: white;
    }

    /* Style each cell as a row with label */
    #my-order-tbl tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        text-align: right;
    }

    /* Remove border from last td in each card */
    #my-order-tbl tbody td:last-child {
        border-bottom: none;
    }

    /* Add labels before each cell content */
    #my-order-tbl tbody td:nth-child(1):before {
        content: "Enquiry No.";
    }

    #my-order-tbl tbody td:nth-child(2):before {
        content: "Enquiry Date";
    }

    #my-order-tbl tbody td:nth-child(3):before {
        content: "Customer Name";
    }

    #my-order-tbl tbody td:nth-child(4):before {
        content: "Customer Email";
    }

    #my-order-tbl tbody td:nth-child(5):before {
        content: "Customer Mobile";
    }

    #my-order-tbl tbody td:nth-child(6):before {
        content: "Action";
    }

    /* Style the labels */
    #my-order-tbl tbody td:before {
        font-weight: 600;
        color: #333;
        text-align: left;
        flex-shrink: 0;
    }

    /* Style action icons */
    #my-order-tbl tbody td:nth-child(6) {
        justify-content: space-between;
    }

    #my-order-tbl tbody td:nth-child(6) a {
        margin-left: 15px;
        font-size: 18px;
    }

    /* Handle "No Order Found" message */
    #my-order-tbl tbody tr td[colspan] {
        display: block;
        text-align: center;
        padding: 20px;
        border: none;
    }

    #my-order-tbl tbody tr td[colspan]:before {
        content: none;
    }
    
    .product-modal-body {
    	flex-direction: column;
    }
    .product-modal.open {
	    overflow: scroll;
	    display: block;
    }
    .product-modal-image {
    	justify-content: center;
    }
    .product-modal-specs > div {
    	display: block;
    	border-bottom: 1px solid #ddd;
    	border-right: none;
    }
    .product-modal-specs > div:last-child {
    	border-bottom: none;
    }
    .product-modal-image .favorite-icon {
    	top: auto;
    	bottom: -56px;
    }
}

/* Desktop - No changes, keep default Bootstrap styles */
@media (min-width: 769px) {
    /* Ensure desktop view remains unchanged */
    .table-responsive {
        overflow-x: auto;
    }
}
@media (max-width: 575px) {
    .profile-header .profile-menu {
    	flex-direction: column;
    }
    .profile-header {
    	height: auto;
	    padding-bottom: 25px;
    }
    .profile-section-wrapper .profile-section-inner .right-form-section .title-wrapper h3 {
    	font-size: 30px;
    }
    .profile-section-wrapper {
    	min-height: auto;
    }
    .chak-cart {
	    min-width: auto;
    }
    .cart-text p {
    	font-size: 14px;
    }
    .order-text span {
    	font-size: 12px;
    }
    .top-portion .order .order-img {
    	width: 25% !important;
    }
    .chak-cart img {
	    width: 100%;
    }
}

@media (max-width: 480px) {
    .dwnpdf {
        display: block;
        width: fit-content;
        margin: auto;
    }
    .order-details .card-header .media {
    	flex-direction: column;
    	text-align: center;
    }
}