h1, h2, h3, h4, h5, h6 {
    line-height: 1.35;
    font-family: Prata, serif;
}
body{
  font-family: Rubik, HelveticaNeue, Helvetica Neue, sans-serif;
}
.login-dropdown a {
    color: #333333;
    font-weight: bold;
}

/* login page */
.form-group .form-control, .form-group .select-custom {
    font-size: 1.6rem;
}
.error {
    color: rgb(220 38 38);
    font-weight: 400;
}
input.error,select.error {
    border-color: red;
}
.modal-title {
  font-family: 'Poppins';
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well h2{
  font-size:27px;
  line-height: 1.35;
}
.well p{
    margin:0 0 10px;
    font-family: Rubik,HelveticaNeue,Helvetica Neue,sans-serif
}
  .well strong{font-weight: bold;}

/* register  page */
.breadcrumbs h1 {
    font-size: 33px;
}
.breadcrumbs {
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  padding: 10px 0;
  margin: 60px 0;
}
.breadcrumb {
    display: block;
    margin: 0;
    background: none;
    text-transform: capitalize;
    padding: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb li a {
    color: #777;
    font-size: 14px;
}
.breadcrumb>li+li:before {
    content: "/";
    color: #777;
    padding: 0;
}
.breadcrumb li:before {
    margin: 0 4px 0 2px;
}
.breadcrumb li a:hover, .breadcrumb li:last-child a {
    color: #0047AB;
}
#content {
    min-height: 300px;
    margin-bottom: 2rem;
}
legend {
    padding: 0;
    color: #333;
    border: 0;
    border-bottom: 1px solid #7CFC00;
    margin-bottom: 2rem;
    font-size: 1.7rem;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
}
div.required .control-label:before {
    content: "* ";
    color: red;
    font-weight: 700;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

/*Home- shop page*/
.header-search button.btn.btn-primary {
    color: #000;
    background-color: #696969;
}
.sell_price_row {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 5px 5px;
    margin-bottom: 0px;
}

a.btn-header-cus {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    margin: 10px;
    font-size: 25px;
    border-radius: 32px;
}
a.btn-header-cus:hover {
  background-color: #000;
  color: #fff;
}

#blinking-button{
    padding: 8px 35px;
    border-radius: 48px 0px;
border: 0px solid #6C8003;
}
@keyframes blink {
  0%, 100% {background-color:#3F06FF;}
  50% {background-color: #8EDDBE;}
}
#blinking-button {
  background-color: #8EDDBE;
  color: white;
  animation: blink 1s linear infinite;
}

/* ------------------ */
.product-details .row {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
}
.product-details .row .col {
    padding: 0 4px;
    flex: 0 0 auto;
    width: auto;
}
.pagination svg {
    width: 25px;
    height: 25px;
    line-height: normal;
}
.pagination {
    justify-content: center;
}
.pagination > [role="navigation"] > .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

.pagination > [role="navigation"] div> span {
    display: flex;
    box-shadow: none !important;
    gap: 9px;
    margin-top: 5px;
    justify-content: center;
}

span[aria-current="page"] span, .pagination > [role="navigation"] div> span a {
    padding: 5px 0 !important;
    line-height: 25px;
    display: inline-block;
    width: 38px;
    text-align: center;
}
[aria-label*="Previous"] span, [aria-label*="Next"] span {
    padding: 5px !important;
    height: 100%;
    display: flex;
}
.login-dropdown a i.icon-user {
    font-size: 20px;
}
.logo {
    max-width: 200px;
}
.logo img
{    height: auto;
    width: 75%;
    
}
.header-center .header-search {
    margin-left: auto;
    margin-right: auto;
}
.header-middle .header-center {
    margin-left: auto;
    margin-right: auto;
}
.product-details-bidAmount{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-details-download {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 3rem; }
  .product-details-download .btn-download {
    padding: 1rem 1.5rem;
    max-width: 198px;
    color: #fff;
    border: 0.1rem solid #000;
    background-color: #000; }
    .product-details-download .btn-download span {
      font-size: 1.4rem;
      color: #fff;
      font-weight:600;
      text-transform: uppercase;
      box-shadow: none;
      transition: box-shadow .35s ease, color 0s ease; }
    .product-details-download .btn-download:before {
      margin-right: .4rem; }

    .home-product-details .details-filter-row label {
       width: 70px;
     }
     .product-details {
        line-height: normal;
        margin-bottom: 0px;
    }

    .product-body {
        padding: 1px 15px 15px 15px;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #ccc;
    }
    .product-title{
        font-weight: 600;
        font-family: 'Poppins';
    }

    span.rs_money {
    font-weight: bold;
    margin-right: 2px;
}
.product-label.label-timer {
    color: #fff;
    background-color: #FF0000;
    width: 100%;
    left: 0rem;
    top: 0rem;
    font-weight: bold;
}
.is_bid_expired,.is_soldout{display:none;}

.home_product_selling_price a.login_btn {
    color: #fff;
    font-weight: 500;
}
.modal-body p {
    font-size: 15px;
}

@media (min-width: 992px) {
    .md-show {
        display: block !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px)  {
.toolbox-left .toolbox-layout {
    display: none;
}
.header-search-visible .search-toggle {
    display: none;
}
.header-middle .container {
    flex-wrap: wrap;
}
.header-middle .header-center {
    display: block;
    order: 3;
}
.header-middle .header-center .header-search {
    display: block;
}
.header-search-visible .header-search-wrapper {
    position: static;
    display: flex;
}
.header-search-visible .header-search-wrapper:before {
    content: none;
}
.home-product-details .details-filter-row label {
   width: 40px;
 }
}

@media only screen and (max-width: 600px) {
  a.btn-header-cus {
  font-size: 20px;
 }
}

.order_booking_product{
  background-color:#000;
}

.order_booking_product .product-title{
  color:#fff;
}

.order_booking_product .product-title a:hover{
  color:#fff;
}

.order_booking_product .sell_price_row{
  background-color:#fff;
}

.pre_booking_order{
  margin: 7% 0px;
  text-align: center;
}

.nav-dashboard .nav-link:hover, .nav-dashboard .nav-link:focus, .nav-dashboard .nav-link.active {
    color: #007bff;
    font-weight: bold;
}

.prod_video{
  width: 100%;
  height: auto;
  border:1px solid #000;
}

/* ===== LARAVEL PAGINATION FIX ===== */
/* ===== CLEAN PAGINATION ===== */

.shop-pagination div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

/* hide extra prev/next block */
.shop-pagination p {
    display: none;
}

/* links */
.shop-pagination a,
.shop-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    color: #777;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
}

/* active page */
.shop-pagination span[aria-current="page"] {
    color: #9ac45c;
}

/* arrows small */
.shop-pagination svg {
    width: 14px !important;
    height: 14px !important;
}

.shop-pagination .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

/**** color change *******/
.menu li:hover > a, .menu li.show > a, .menu li.active > a,
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, 
.show > .btn-outline-primary.dropdown-toggle
{
   color:#D52D2C;
}
.btn-outline-primary{
    color:#D52D2C;
    border-color:#D52D2C;
}
.product-label.label-primary,.product.product-4 .btn-product
{
    background-color:#D52D2C;
}


.condition-badge {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 500;
    display: inline-block;
}

/* Positive / New */
.condition-new {
    background: #28a745;
    color: #fff;
}

.condition-open-box {
    background: #17a2b8;
    color: #fff;
}

.condition-refurbished {
    background: #ffc107;
    color: #212529;
}

.condition-used {
    background: #6c757d;
    color: #fff;
}

/* Premium */
.condition-like-new {
    background: #007bff;
    color: #fff;
}

.condition-grade-a {
    background: #20c997;
    color: #fff;
}

.condition-grade-b {
    background: #fd7e14;
    color: #fff;
}

.condition-grade-c {
    background: #dc3545;
    color: #fff;
}

/* Special Stock */
.condition-unboxed-unused {
    background: #6610f2;
    color: #fff;
}

.condition-customer-return {
    background: #343a40;
    color: #fff;
}

.condition-factory-clearance {
    background: #e83e8c;
    color: #fff;
}

/* Damaged */
.condition-scratched {
    background: #ff9800;
    color: #fff;
}

.condition-damaged {
    background: #b02a37;
    color: #fff;
}

/* Amazon-style grid layout */
.spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.spec-row {
    display: contents;
}

.spec-label,
.spec-value {
    padding: 12px 16px;
    border-bottom: 1px solid #f2f2f2;
}

.spec-label {
    background: #f7f7f7;
    font-weight: 600;
    color: #555;
}

.spec-value {
    color: #333;
}

/* Remove bottom border from last row */
.spec-grid > .spec-row:last-child .spec-label,
.spec-grid > .spec-row:last-child .spec-value {
    border-bottom: none;
}

.ziikat-trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-top: 20px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    margin: 8px 0;
}

.trust-item i {
    font-size: 18px;
    color: #ff9900; /* Amazon-like accent */
}

/* Mobile responsive */
@media (max-width: 768px) {
    .spec-grid {
        grid-template-columns: 1fr;
    }

    .spec-label {
        background: #f7f7f7;
    }
}

.btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    background-color: #ffffff;
    border: 1px solid #dadce0;
    color: #3c4043;

    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;

    height: 44px;
    padding: 0 24px;
    border-radius: 24px;

    text-decoration: none;
    cursor: pointer;

    transition: all 0.2s ease;
}

.btn-google:hover {
    background-color: #f8f9fa;
    border-color: #c6c6c6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    color: #202124;
}

.btn-google:active {
    background-color: #eeeeee;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.google-icon {
    display: block;
}

.cart-toast {
    display: none;
    position: fixed;
    top: 70px; /* adjust based on your header */
    right: 30px;
    background: #fff;
    color: #333;
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    font-size: 14px;
    font-weight: 500;
    z-index: 9999;
    border-left: 4px solid #28a745;
}

/* Animation */
.cart-toast.show {
    display: block;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* coupon drawer css */
.coupon-drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 75%;
    background: #fff;
    z-index: 9999;
    transition: 0.3s ease;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.coupon-drawer.active {
    bottom: 0;
}

.drawer-content {
    padding: 15px;
    height: 100%;
    overflow-y: auto;
}


.coupon-entry {
    cursor: pointer;
    background: #fff;
}

.coupon-card {
    position: relative;
    display: block;
}

.coupon-card .badge {
    position: static !important;
}

    .address-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}
/* checkout address css */
.address-card {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    cursor: pointer;
    background: #fff;
    transition: 0.2s;
}

.address-card:hover {
    border-color: #2874f0;
}

.address-card input {
    margin-top: 5px;
}

.address-card .address-body {
    font-size: 14px;
    line-height: 1.4;
}

.address-card:has(input:checked) {
    border: 2px solid #2874f0;
    background: #f5f9ff;
}

.new-address {
    background: #fafafa;
}

.order-card {
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
}

.order-header {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.order-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.badge-soft {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 20px;
    font-weight: 500;
}

.badge-paid {
    background: #e6f7ed;
    color: #28a745;
}

.badge-pending {
    background: #fff4e5;
    color: #ff9800;
}

/* TIMELINE (MOLLA STYLE) */
.track-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.track-list li {
    padding: 12px 0;
    border-left: 2px solid #eee;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    color: #666;
}

.track-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 18px;
}

.track-list li.active {
    color: #333;
    font-weight: 500;
    border-left-color: #007bff;
}

.track-list li.active::before {
    background: #007bff;
}

.track-list li.done {
    color: #28a745;
    border-left-color: #28a745;
}

.track-list li.done::before {
    background: #28a745;
}

/* ACTION BUTTONS */
.order-actions .btn {
    width: 100%;
    margin-bottom: 8px;
    border-radius: 6px;
}

.parent {
    position: relative;
}

/***** order card ******/
/* Card */
/* Summary */
.summary-box {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 15px;
}

.summary-item small {
    display: block;
    font-size: 12px;
    color: #555;
}

.summary-item strong {
    font-size: 18px;
}

/* Order Card */
.order-card {
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

/* Header */
.order-header {
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 12px;
}

/* Body */
.order-body {
    padding: 15px;
    gap: 15px;
}

/* Image */
.order-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #eee;
}

/* Status Badge */
.status-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
}

.status-badge.delivered {
    background: #d4edda;
    color: #155724;
}

.status-badge.pending {
    background: #fff3cd;
    color: #856404;
}
.status-badge.processing {
    background: #e7f3ff;
    color: #0b5ed7;
}
.status-badge.shipped {
    background: #d1ecf1;
    color: #0c5460;
}

.status-badge.cancelled {
    background: #f8d7da;
    color: #721c24;
}

/* Refurb/Open Box Badge */
.badge-refurb {
    background: #e0f3ff;
    color: #007185;
    padding: 3px 8px;
    font-size: 12px;
}

/* Buttons */
.btn-amazon {
    background: #ff9900;
    padding: 6px 12px;
    border-radius: 3px;
    color: #000;
    text-decoration: none;
    margin-right: 8px;
}

.btn-outline {
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 3px;
    text-decoration: none;
    margin-right: 8px;
}

.order-link {
    font-size: 13px;
    color: #007185;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .order-body {
        flex-direction: column;
    }

    .order-header {
        flex-direction: column;
        gap: 10px;
    }
}

/*********** order details *********/

.order-detail-card {
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.order-detail-header {
    background: #f3f3f3;
    padding: 12px 15px;
    font-size: 12px;
}

.order-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    gap: 15px;
}

.item-image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 1px solid #eee;
}

.item-details h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

/* Tracking */
.tracking-bar {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.step {
    font-size: 12px;
    color: #999;
}

.step.active {
    color: #000;
    font-weight: bold;
}

/* Buttons */
.btn-amazon {
    background: #ff9900;
    padding: 6px 12px;
    border: none;
    border-radius: 3px;
    margin-right: 8px;
}

.btn-outline {
    border: 1px solid #ccc;
    padding: 6px 12px;
    background: #fff;
}

/* Condition badge */
.badge-refurb {
    background: #e0f3ff;
    color: #007185;
    padding: 3px 8px;
    font-size: 12px;
}

.filter-btn {
    padding: 6px 12px;
    margin-right: 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 20px;
    font-size: 13px;
}

.filter-btn.active {
    background: #232f3e;
    color: #fff;
    border-color: #232f3e;
}

.tracking-timeline {
    position: relative;
    padding-left: 25px;
}

.tracking-step {
    position: relative;
    margin-bottom: 20px;
}

.tracking-step .dot {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #0b5ed7;
    border-radius: 50%;
}

.btn-invoice {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;

    color: #0b5ed7;
    background: #f0f7ff;

    border: 1px solid #cfe2ff;
    border-radius: 6px;

    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-invoice:hover {
    background: #e2efff;
    color: #084298;
    border-color: #9ec5fe;
}

.btn-invoice:active {
    transform: scale(0.97);
}
.order-card-header {
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.order-card-header h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.order-card-header small {
    font-size: 12px;
}

.sidebar li.active a {
    background: #0b5ed7;
    color: #fff;
    border-radius: 6px;
}

.btn-update {
    background: #dc2323;
    border: 1px solid #b54c2c;
    padding: 8px;
    border-radius: 6px;
    font-weight: 500;
    color: #111;
}

.btn-outline {
    border: 1px solid #ccc;
    background: #fff;
    padding: 8px;
    color:#e53935;
    border-radius: 6px;
}
.btn-outline:hover {
color:#e53935;
}
/******** my profile ******/

.account-card {
    border: 1px solid #e3e6e6;
    border-radius: 8px;
    background: #fff;
}

.account-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.edit-box {
    padding: 15px;
    background: #fafafa;
}

.btn-update {
    background: #e53935;
    border: 1px solid #c62828;
    padding: 8px 15px;
    border-radius: 6px;
    color:#fff;
}



.spinner-border {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

/****** address css ******/

/* ===== CONTAINER ===== */
.ziikat-address-list {
    max-width: 750px;
}

/* ===== CARD ===== */
.ziikat-address {
    border: 1px solid #d5d9d9;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 12px;
    background: #fff;
    transition: 0.2s;
}

/* HOVER */
.ziikat-address:hover {
    border-color: #a2a6ac;
}

/* SELECTED */
.ziikat-address.selected {
    background: #fff1f2;
    border-color: #e11d48;
}

/* RADIO */
.ziikat-address input[type="radio"] {
    margin-right: 12px;
    margin-top: 4px;
    transform: scale(1.2);
}

/* CONTENT */
.ziikat-content {
    flex: 1;
}

/* HEADER */
.top-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

/* DEFAULT TAG */
.default-tag {
    background: #0f8a00;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
}

/* ADDRESS */
.address-lines {
    margin-top: 4px;
    font-size: 14px;
    color: #333;
}

/* PHONE */
.phone {
    margin-top: 2px;
    font-size: 14px;
}
.edit_state,.edit_type {
    background: #fff;
    border: 1px solid #d1d5db;
    color: #111827;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    appearance: none; /* removes default OS styling */
}
/* LINKS */
.links {
    margin-top: 6px;
    font-size: 13px;
}

.link {
    color: #007185;
    cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}

/* CTA BUTTON */
/* PRIMARY RED BUTTON */
.deliver-btn,
.add-address-btn {
    margin-top: 10px;
    background: #f3f4f6;   /* light grey */
    border: 1px solid #d1d5db;
    color: #111827;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
}

/* HOVER EFFECT */
.deliver-btn:hover,
.add-address-btn:hover {
    background: #e5e7eb;
    border-color: #9ca3af;
}

/* ACTIVE (CLICK EFFECT) */
.deliver-btn:active,
.add-address-btn:active {
    transform: scale(0.98);
}
