
html,body,p,h1,h2,h3,h4,h5,label,strong{
    font-family: "Cairo", serif;
}

.brands-section {
    padding: 50px 0;

    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.brands-section h2 {
    font-size: 24px;
    margin-bottom: 20px;

}

.owl-carousel .item {
    background: #f4f4f4;
    padding: 20px;
    margin: 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    /* Adjust height as needed */
}

/* Custom Navigation Buttons */
.custom-next,
.custom-prev {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
}

.custom-next {
    margin-left: 10px;
}

.custom-prev {
    margin-right: 10px;
}

/* For positioning if needed */
.custom-prev,
.custom-next {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

.grid-container {
    display: flex;
}

.grid-container.first:first-child {
    margin-left: 40%;
}

.box {
    background-color: #f6f2eb;
    /* Light background for each div */
    padding: 20px;
    text-align: center;
    border-radius: 5px;

    font-weight: bold;
    width: 210px;
    height: 50px;
    /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    cursor: pointer;

}

.owl-item {
    max-width: 260px !important;
}


.custom-btn {
    background: transparent;
    border-radius: 5px;
    border-color: black;
    border-style: solid;
    border-width: 0.3px;
    width: 150px;
    height: 40px;

}

.custom-btn:hover {
    text-decoration: underline;
}

.market-place-box {
    border-radius: 5px;
    border-color: black;
    border-style: solid;
    border-width: 0.3px;
    padding: 20px;
    text-align: center;
    min-height: 250px;
    max-height: 250px;
    margin-bottom: 10px;

}

.market-place-section.container {
    /* max-width: 1150px !important; */
    width: 70%;
    max-width: 70%;
}

.buyer-protection-section.container {
    width: 70%;
    max-width: 70%;
}

.explore-section.container {
    width: 70%;
    max-width: 70%;
}
.most-visited-watches-section.container{
    width: 70%;
    max-width: 70%;
}

.most-popular-section.container {
    width: 70%;
    max-width: 70%;
}




.buyer-protection-list {
    width: 500px;
    height: 500px;
    padding: 35px;
}

.buyer-protection-image {
    width: 500px;
    height: 500px;
    background-image: url('https://static.chrono24.com/images/default/buyer-protection/buyer-protection-teaser/buyer-protection-teaser-lg.jpg');
    background-size: cover;
}

.brands-section-title {
    padding-left: 20px;
}


.buyer-protection-checklist {
    list-style-type: none;
    /* Remove default bullets */
    padding: 0;
}

.buyer-protection-checklist li {
    position: relative;
    /* Position for the check mark */
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* Space for the check mark */
}

.buyer-protection-checklist li::before {
    content: '✔';
    /* Check mark symbol */
    position: absolute;
    /* Positioning */
    left: 0;
    /* Align to the left */
    color: green;
    /* Change color if needed */
}

.category {
    width: 300px;
    cursor: pointer;
}

.category img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.img-rounded {
    border-radius: 10px;
}

.items-container div {
    margin-left: 10px;
}

.items-container div:first-child {
    margin-left: 0px;
}

.watch-container {

    border-radius: 10px;
    background-color: #f6f2ee;
    padding: 10px;
}

.title {
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 0px;
}

.sub-title {
    font-weight: bold;
    font-size: 1rem;
}




.explore-section h2 {
   
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.most-visited-watches-section h2 {
   
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.items-container {
    justify-content: space-between;
    gap: 15px;
    /* flex-wrap: wrap; */
}

.item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.item:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}


h4 {
    text-align: center;
    margin-top: 15px;
 
    color: #333;
}


.most-popular-section h2 {
    text-align: center;
 
    font-size: 36px;
    margin-bottom: 40px;
    color: #333;
}

.watch-container {
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
}




.watch-container:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.watch-container .content img {
    width: 100%;
    border-radius: 10px;
}



.title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.sub-title {
    font-size: 18px;
    color: #777;
    margin-bottom: 15px;
}

.content img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /* Makes the image circular */
    object-fit: cover;
    margin-bottom: 15px;
}

.details-btn {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.details-btn:hover {
    background-color: #555;
}

@media (max-width: 768px) {
    .watch-container {
        margin-bottom: 20px;
    }
}


.brands-section {
    padding: 20px;

}

.brands-section-title {
    text-align: center;
   
    margin-bottom: 20px;
}
.brands-section-title,.market-place-section-title,.explore-watch-section-title,.most-visited-section-title,.most-popular-section-title{
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
  
}

.box {
    padding: 15px 20px;
    background-color: #333333;
    border: 1px solid #333333;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #fff;
}

.custom-btn {
    padding: 10px 30px;
    background-color: #fbefdf;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #4f352e !important;
}
.search-field-wrap .search-btn button{
     background-color: #4f352e !important;
}
.custom-btn:hover {
    background-color: #0056b3;
}


.buyer-protection-section {
    /* background-color: #1c1c1c; */
    border-radius: 12px;
}

.buyer-protection-box {
    background-color: #282828;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.buyer-protection-list {
    max-width: 60%;
}

.buyer-protection-checklist {
    list-style-type: none;
    padding: 0;
}

.buyer-protection-checklist li {
    margin-bottom: 10px;
}

.buyer-protection-image {
    max-width: 35%;
}

.buyer-protection-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.text-white {
    color: #fff;
}

h3,
h5 {
    margin-bottom: 15px;
}

.market-place-box {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    /* Add a subtle shadow */
    text-align: center;
    transition: transform 0.3s ease;
}


.market-place-box:hover {
    transform: translateY(-5px);
    /* Lifts the box on hover */
}

.market-place-box h3 {
    color: #fbefdf;
    /* Gold color for text */
}

.market-place-box span {
    color: #333;
    /* White text for description */
    display: block;
    margin-top: 10px;
}








.auth-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow:
        0px 2px 5px rgba(0, 0, 0, 0.1);
}

.auth-form h1 {
    text-align: center;
    margin-bottom: 30px;
}

.auth-form .form-group {
    margin-bottom: 20px;
}

.auth-form .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.auth-form .form-group input[type="text"],

.auth-form .form-group input[type="password"] {
    width: 100%;
    padding:
        10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.auth-form .form-group .btn {
    width: 100%;
    padding: 10px 20px;
    background-color: #c89979;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.auth-form .form-group .btn:hover {
    background-color: #c89979;
}

.auth-form .form-group .or {
    text-align: center;
    margin: 20px 0;
}

.line {
    flex: 1;
    /* Make the line take up all available space */
    height: 1px;
    /* Line height */
    background-color: #ccc;
    /* Line color */
    margin: 0 10px;
    /* Space between line and or text */
}

.or {
    white-space: nowrap;
    /* Prevent text from wrapping */
    padding: 0 10px;
    /* Optional: Add padding for spacing */
}

.auth-form .form-group .social-buttons {
    text-align: center;
}

.auth-form .form-group .social-buttons button {
    margin: 0 10px;
}

.auth-form .form-group .forgot-password {
    text-align: right;
    margin-bottom: 10px;
    color: #c89979;
    text-decoration: none;
}

.auth-form .form-group .new-account {
    text-align: center;
    margin-top: 20px;
}

.auth-form .form-group .new-account a {
    color: #c89979;
    text-decoration: none;
}

.auth-form .form-group .new-account a:hover {
    text-decoration: underline;
}

.auth-container {
    border-color: #BDBDBD;
    border-style: solid;
    border-width: 0.01px;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}


.social-btn {
    width: 100%;
    /* Adjust width as needed */
    margin: 10px 0;
    /* Spacing between buttons */
    border: 0.1px solid;
    /* Border thickness */
    border-radius: 10px;
    /* Rounded corners */
    background: transparent;
    /* No background */
    color: #000;
    /* Text color */
    transition: background 0.3s, color 0.3s;
    /* Transition effects */
    min-height: 45px;
}

.social-btn:hover {
    background: rgba(0, 0, 0, 0.1);
    /* Light background on hover */
}

.google-btn {
    border-color: #db4437;
    /* Google color */
}

.facebook-btn {
    border-color: #3b5998;
    /* Facebook color */
}


.tippy-box[data-theme~='error'] {
    background-color: #f44336;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 8px 10px;
}

.tippy-box[data-theme~='error'][data-placement^='top']>.tippy-arrow::before {
    border-top-color: #f44336;
}

.tippy-box[data-theme~='error'][data-placement^='bottom']>.tippy-arrow::before {
    border-bottom-color: #f44336;
}

.tippy-box[data-theme~='error'][data-placement^='left']>.tippy-arrow::before {
    border-left-color: #f44336;
}

.tippy-box[data-theme~='error'][data-placement^='right']>.tippy-arrow::before {
    border-right-color: #f44336;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Ensure it's on top */
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    color: white;
    /* Spinner color */
}

.welcome,
.user-name,
.separator,
.my-account {
    margin-right: 1px;
}

.separator {
    color: #ccc;
    /* Example style for the separator */
}


.custom-search-container {
    position: absolute;
    /* Ensures it stays within the slider */
    top: 50%;
    /* Adjust to center vertically */
    left: 30%;
    /* Adjust to center horizontally */
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    z-index: 10;
    /* Ensure it's above the slider */
}

.custom-search-label {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 15px;
}

.custom-search-form {
    width: 100%;
}

.custom-search-input {
    border: 2px solid #ddd;
    border-right: none;
    border-radius: 30px 30px 30px 30px;
    /* Rounded on the left */
    padding-left: 15px;
    height: 50px;
}

.custom-search-icon {
    background-color: white;
    border: 2px solid #ddd;
    border-right: none;
    border-radius: 30px 0 0 30px;
    /* Matches the input */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.custom-search-btn {
    background-color: #c89979;
    border: none;
    border-radius: 0 30px 30px 0;
    /* Rounded on the right */
    height: 50px;
    font-size: 16px;
    padding: 0 20px;
    color: white;
}

.custom-search-btn:hover {
    background-color: #c89979;
    /* Darker blue on hover */
}

.myaccount-sidebar {
    width: 250px;

    padding-right: 20px;
}

.myaccount-sidebar .menu-item {
    padding: 15px;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    transition: background 0.3s ease, color 0.3s ease;
}

.myaccount-sidebar .menu-item:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

.myaccount-sidebar .menu-item.active {
    background-color: #007bff;
    color: #fff;
}

.myaccount-sidebar .menu-item i {
    margin-right: 10px;
}

.content {
    padding-left: 20px;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.menu-section {
    display: flex;
}

.menu-section .myaccount-sidebar {
    margin-right: 30px;
}

.menu-section .content {
    flex-grow: 1;
}

.myaccount-sidebar .menu-item.active {
    background-color: #c89979;
    /* You can change this to your preferred background color */
    color: #fff;
    /* You can change this to your preferred text color */
}

.myaccount-sidebar .menu-item.active:hover {
    background-color: #a87a5f;
    /* Darker shade for the hover state */
    color: #fff;
    /* Keep the text color white on hover */
}

.form-container {
    max-width: 100%;
    /* margin: 0 auto; */
    /* background-color: #ffffff; */
    padding: 30px;
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 8px;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
}

.form-control.error {
    border-color: #dc3545;
}

.btn-submit {
    width: 100%;
    background-color: #c89979;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #a87a5f;
}

.form-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;

}

.form-description {
    font-size: 14px;
    color: #666;
}


.collapse-card {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
}

.collapse-card.show {
    display: block;
    height: auto;
    opacity: 1;
    /* Visible */
    transition: height 0.5s ease, opacity 0.5s ease;
}


#filter-button {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #c89979;
    /* Your preferred color */
    color: #fff;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.btn-filter:hover {
    background-color: #b0806b;
    /* Hover color */
    transform: scale(1.1);
    /* Slight zoom on hover */
}

.btn-filter i {
    font-size: 1.5rem;
}

.watch-specs {
    display: flex;
    flex-direction: column;
}

.watch-card {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.watch-card img {
    /* object-fit: cover; */
    border-radius: 10px;
    height: 100%;
    width: auto;
}

.watch-card .card-body {
    padding: 1.5rem;
}

.watch-card .card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.watch-card .card-text {
    font-size: 0.9rem;
    color: #555;
}

.watch-card .card-text strong {
    color: #000;
}

.watch-specs .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.watch-specs span {
    font-size: 0.9rem;
    color: #777;
}

.watch-specs strong {
    font-size: 1rem;
    color: #000;
}

.text-primary {
    color: #4d362b !important;
}

.bg-primary {
    background: #4d362b !important;
}

.wizard-container {
    width: 80%;
    margin: auto;
    text-align: center;

    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Full-Width Progress Bar */
.progress-bar {
    position: relative;
    height: 5px;
    background-color: #e0e0e0;
    /* Light gray background */
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background-color: #4caf50;
    /* Green progress color */
    width: 0;
    transition: width 0.3s ease;
    /* Smooth transition for width */
}

/* Wizard Steps */
.wizard-steps {
    margin-top: 20px;
}

.wizard-step {
    display: none;
    /* Hide all steps initially */
}

.wizard-step:not(.hidden) {
    display: block;
    /* Display only the active step */
}

/* Global Navigation Buttons */
.wizard-navigation {
    margin-top: 20px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #4caf50;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}


button:disabled {
    background-color: #ccc;
    /* Gray for disabled buttons */
    cursor: not-allowed;
}

#wizardForm .wizard-step {

    padding: 10px;
    min-height: 580px !important;
    max-height: 580px !important;
}

#wizardForm .wizard-step#step1 {

    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #888 #e0e0e0;

}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    /* Adjust size as needed */
    height: 40px;
    /* Adjust size as needed */
    border-radius: 50%;
    /* Makes the circle shape */
    background-color: white;
    /* White background */
    border: 0.3px solid black;
    /* Black border */
    color: black;
    /* Black icon */
    font-size: 20px;
    /* Adjust icon size */
    text-align: center;
    /* Centers the icon inside the circle */
    line-height: 36px;
    /* Adjust to center the icon vertically */
}

.check-circle-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #4CAF50;
    /* Green color */
    color: white;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

#wizardForm .wizard-step#step6 {

    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #888 #e0e0e0;

}

/* Webkit-specific styles for Chrome, Safari, Edge */
#wizardForm::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

#wizardForm::-webkit-scrollbar-track {
    background: #e0e0e0;
    /* Background of the track */
    border-radius: 10px;
    /* Rounded corners for the track */
}

#wizardForm::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the thumb */
    border-radius: 10px;
    /* Rounded corners for the thumb */
    transition: background 0.3s ease;
    /* Smooth hover effect */
}

#wizardForm::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Darker thumb color on hover */
}

/* Optional: Add custom styling for the scroll when it's at the top or bottom */
#wizardForm::-webkit-scrollbar-thumb:active {
    background: #333;
    /* Darker when active */
}

.wizard-navigation {
    display: flex;
    justify-content: flex-end;
}

/* .btn-primary {
    background-color: #c89979 !important;
} */

.form-control {
    padding: 10px !important;
}

.input-group {
    display: flex;
    align-items: stretch;

}

.input-group-text {
    background-color: #e6e6e6;
    border: 1px solid #ced4da;
    border-left: none;
    padding: 0 10px;
}


.case-diameter .row {
    display: flex;
}

.div1,
.div3 {
    width: 48%;
}

.div2 {
    width: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-btn {
    border: none !important;
    columns: #fff;
}

.option-box {
    border-color: #cccccc;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 10px;
    min-height: 150px;
    max-height: 150px;
    cursor: pointer;
    position: relative;
}

.option-box:hover {
    border-color: #c89979;
}

.option-box.selected {
    border-color: #c89979;
    border-width: 1px;
}

.option-box.selected .check-icon {
    display: block;
}

.check-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: #c89979;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    display: none;
}

.check-icon::before {
    content: '✔';
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.option-box-container {
    justify-content: center;
}

.option-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
    max-height: inherit;
    align-items: flex-start;
    padding: 10px;
}

.option-box-content img {
    height: 100px;
    width: auto;
    padding-bottom: 3px;
}

.upload-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 15px;
}

.upload-box {
    border: 2px dashed #9e9e9e;
    /* Material grey color for the dashed border */
    padding: 30px;
    cursor: pointer;
    width: 100%;
    height: 200px;
    text-align: center;
    background-color: #fafafa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.upload-box:hover {
    border-color: #2196f3;
    /* Blue highlight on hover */
    background-color: #e3f2fd;
}

.upload-box i {
    font-size: 50px;
    color: #9e9e9e;
    /* Material grey for icon */
}

.upload-box p {
    margin-top: 10px;
    font-size: 14px;
    color: #757575;
    /* Light grey text */
    font-weight: 400;
}

.upload-box:active {
    background-color: #e1f5fe;
    /* Light blue when clicked */
}

.proof-container {
    border: 2px dotted #9e9e9e;
    padding: 10px;
    display: flex;
    justify-content: space-evenly;

}

.proof-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.proof-image img {
    width: 100px;
    height: auto;
}

.proof-container .upload-container {
    display: block;
    width: initial !important;
    margin-top: 0px;
}

.proof-container .upload-container .upload-box {
    width: 120px;
    height: 120px;
    padding: 5px;

}

.image-previews {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.preview-container {
    position: relative;
    display: inline-block;
}

.preview-image {
    border-radius: 8px;
    margin-bottom: 4px;
}

.remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 50%;
}

.remove-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.proof1 .preview-container {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.proof1 .preview-container img {
    width: 95px;
    height: 95px;

}

.proof2 .preview-container {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.proof2 .preview-container img {
    width: 95px;
    height: 95px;

}

.change-image-btn {
    background-color: #c89979;
    height: 50px;
    font-size: 0.7rem;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;

}

.change-image-btn:hover {
    background-color: #a87a5f;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    /* Space for the arrow */
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select::-ms-expand {
    display: none;
    /* Hide the default dropdown arrow in IE */
}

select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path d="M1 3 L5 7 L9 3" stroke="gray" stroke-width="2" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    /* Position the arrow */
    background-size: 10px;
}

#validation-alert {
    display: none;
    /* Initially hidden */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    position: relative;
    background-color: #f8d7da;
    color: #721c24;
    margin-bottom: 20px;
    opacity: 0;
    /* Start as transparent */
    animation: fadeIn 1s forwards;
    /* Apply fade-in animation */
}

/* Keyframes for fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#validation-alert.show {
    display: block;
    /* Show the alert box when the 'show' class is added */
}

#validation-alert strong {
    font-weight: bold;
}

#validation-alert .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    color: #721c24;
}

.invalid {
    border: 0.5px solid red;

}

.watch-information {
    background-color: #f8f9fa;
    /* Light background color */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* .watch-information .row {
    margin-bottom: 15px;
 
  
} */

/* .watch-information .col-md-4 {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
} */

.watch-information strong {
    color: #343a40;
}

.watch-information span {
    font-size: 1.1em;
    color: #6c757d;
    display: block;

}

@media (max-width: 767px) {
    .watch-information .row {
        margin-bottom: 10px;
    }
}

.alert-primary {
    background-color: #EEEEEE;
    border: none;
    display: flex;
}

.alert-primary .row .col-md-9,
.alert-primary .row .col-md-9 .col-md-6 {
    display: flex;
    align-items: center;

}

.watch-placeholder {
    width: 180px;
    height: auto;
    border-radius: 10px;
}


.custom-box {
    background-color: #f2f2f2;
    border-radius: 10px;

}

.watch-property-container {
    height: 75%;
    justify-content: space-around;
}

.get-started-btn {
    border: none !important;
}

.underline {
    text-decoration: underline;
}

.watch-item-image {
    width: 280px;
    height: auto;
    border-radius: 10px;
}

.watch-success-image {
    width: 130px;
    height: auto;
    border-radius: 10px;
}

.badge-white {
    color: black;
    background-color: #fff;
    border-width: 0.3px;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    max-height: 25px;
    font-weight: normal;

}

/* .item-header-section {
    position: absolute;
    top: 0px;
    padding: 5px;
    width: 93%;
    align-items: center;
} */
.item-header-section{
    position: absolute;
    top: 0px;
    padding: 5px;

}
.border-none {
    border: none !important;
}

.summary-image-preview {
    margin-right: 10px !important;
}

.watch-full-box {
    border: 0.5px solid black;
    border-radius: 10px;

}

.product_desc ul li {
    margin-bottom: 20px;
}


.key-value-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 14px;
}

.key-value-table td {
    padding: 10px;
    vertical-align: top;
}

.key-value-table .key {
    font-weight: bold;
    color: #333;
    width: 30%;
    /* Adjust width for label column */
}

.key-value-table .value {
    color: #555;
}

.key-value-table tr {
    border-bottom: 1px solid #dee2e6 !important;
}

.key-value-table tr:last-child {
    border-bottom: none;
}

.my-orders-table {
    border-collapse: collapse;
}

.my-orders-table th {
    background-color: #f8f9fa;
    font-weight: bold;
    text-align: center;
    border: 1px solid #dee2e6;
}

.my-orders-table td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #dee2e6;
}

.my-orders-table .badge {
    font-size: 0.9rem;
}

.my-buy-orders-table .badge {
    font-size: 0.9rem;
}
.my-orders-table-wrapper {
    margin: 20px auto;
    max-width: 1200px;
}

.buy-watch-header {
    height: 200px;
    width: 100%;
    background: #c89979;
}

.text-capitalize {
    text-transform: capitalize;
}

.cursor-pointer {
    cursor: pointer;
}

a.nav-link.active {
    color: #c89979;
}

.single-add-to-cart a {
    width: 180px;
}

.slick-slide.pro-nav-thumb img {
    min-height: 90px;
    max-height: 90px;
}


#results {
    margin-top: 20px;
}

/* Shimmer Effect */
.shimmer-wrapper {
    background-color: #f6f7f9;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.shimmer {
    height: 80px;
    /* Adjust height for each loading block */
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* Results Card Styling */
.result-card {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.result-card i {
    font-size: 24px;
    color: #007bff;
    margin-right: 15px;
}

.result-content {
    display: flex;
    flex-direction: column;
}

.result-content .model-name {
    font-size: 16px;
    color: #777;
    margin: 0;
}



.result-content .confidence {
    font-size: 14px;
    color: #777;
}

.result-content .brand {

    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.result-card {
    cursor: pointer;
}



.btn-edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #17a2b8;
    /* Bootstrap info color */
    color: #fff;
    font-size: 12px;
    /* Small font size */
    padding: 5px 10px !important;
    /* Padding for smaller button */
    border: none;
    border-radius: 4px;
    /* Rounded edges */
    cursor: pointer;
    text-decoration: none;
    /* Remove underline for links */
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-edit i {
    margin-right: 5px;
    /* Space between icon and text */
    font-size: 14px;
    /* Icon size slightly larger than text */
}

.btn-edit:hover {
    background-color: #138496;
    /* Darker shade on hover */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    /* Subtle shadow on hover */
}

.btn-edit:active {
    background-color: #117a8b;
    /* Even darker shade on active */
    box-shadow: none;
    /* Remove shadow on active click */
}



/* Optional: Change the collapsed button's hover color */
.accordion-button.collapsed:hover {
    background-color: #f8f9fa;
    /* Light gray hover for collapsed buttons */
}

.highlight-link {
    color: #fbefdf; /* Blue color */
    font-weight: bold; /* Make it bold */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s ease, transform 0.3s ease;
}

.highlight-link:hover {
    color: #d3a88e; /* Darker blue when hovered */
    transform: scale(1.1); /* Slightly enlarge on hover */
    text-decoration: underline; /* Add underline on hover */
}

.reply-link {
    color: #007bff; /* Bootstrap primary color */
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.reply-link:hover {
    color: #0056b3; /* Darker blue on hover */
    text-decoration: underline;
}
.message-content {
 width: 100%;
    word-wrap: break-word;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.avatar {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.most-popular-watch-card {
    width: 250px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.most-popular-watch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.watch-image {
    width: 100%;
    border-radius: 8px;
}

.watch-info {
    margin-top: 12px;
}

.watch-brand {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 4px;
}

.watch-model {
    font-size: 16px;
    color: #0073e6;
    font-weight: 500;
}


.watch-card {
    display: block;
    height: 100%;
    background: #fffcfc;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    padding: 15px;
}

.watch-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.watch-item-image {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    
    border-radius: 8px;
    margin-bottom: 10px;
}

.item-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.badge-popular {
    background: #fbefdf;
    padding: 5px 10px;
    border-radius: 20px;
    color: #ffff;
    font-size: 12px;
    font-weight: bold;

}

.icon-circle {
    background: #f7f7f7;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.watch-info {
    margin-bottom: 12px;
}

.watch-title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
}

.watch-details {
    font-size: 14px;
    color: #555;
}

.watch-price {
    margin-top: 12px;
}

.old-price {
    text-decoration: line-through;
    color: gray;
    font-size: 14px;
    margin-right: 5px;
}

.new-price {
    color: #28a745;
    font-size: 18px;
    font-weight: bold;
}

.current-price {
    font-size: 18px;
    font-weight: bold;
}


.small-tag {
    font-size: 14px; /* Smaller text */
    padding: 5px 10px; /* Reduce padding */
    border-radius: 15px; /* Slightly rounded like Facebook tags */
    border: 1px solid #ccc; /* Light grey border */
    background-color: #f8f9fa; /* Light grey background */
    white-space: nowrap; /* Prevent text wrapping */
    transition: all 0.3s ease-in-out;
}

.small-tag {
    font-size: 14px; /* ✅ Small text */
    padding: 4px 12px; /* ✅ Less padding */
    border-radius: 12px; /* ✅ Rounded like Facebook tags */
    border: 1px solid #ccc; /* ✅ Light grey border */
    background-color: #f8f9fa; /* ✅ Light grey background */
    white-space: nowrap; /* ✅ Prevent text wrapping */
    display: inline-block; /* ✅ Ensure tags are inline */
    margin: 2px; /* ✅ Small space between items */
    transition: all 0.3s ease-in-out;
}

.small-tag:hover {
    background-color: #e2e6ea; /* ✅ Slight hover effect */
    border-color: #bbb;
}

.btn-light::before{
    background-color:#e2e6ea ;
}

.selected-filter-tag {
    background-color: #343a40; /* ✅ Darker Background */
    color: white; /* ✅ White text */
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.selected-filter-tag .remove-brand {
    margin-left: 8px;
    color: #f8d7da; /* ✅ Light red */
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.selected-filter-tag .remove-brand:hover {
    color: #dc3545; /* ✅ Darker red on hover */
}
/* Ensure dropdown is well-positioned */
.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 999999999 !important;
    display: none;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow-y: auto;
    padding: 5px;
}

/* Style UL */
.autocomplete-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Ensure each autocomplete item looks clean */
.autocomplete-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    background: white;
}

/* Make sure images are styled properly */
.autocomplete-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
}

/* Highlight on hover */
.autocomplete-item:hover {
    background: #f8f9fa;
}

/* Ensure properties look clean */
.property-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 20px;
    row-gap: 5px;
    font-size: 12px;
    color: #555;
    margin-top: 3px;
}

/* Fix styling for inner property list */
.property-grid li {
    list-style: none;
    font-size: 12px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.property-label {
    font-weight: bold;
    color: #333;
}
.slider-content-text {
    opacity: 0; /* Start hidden */
    transform: translateX(-50px); /* Move 50px left */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Smooth animation */
}

/* When the page loads, add a class to trigger the animation */
.slider-content-text.show {
    opacity: 1;
    transform: translateX(0); /* Moves to its original position */
}


.autocomplete-text{
    text-align: left;
}
#autocompleteList{
    direction: ltr;;
}

.wizard-step {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.wizard-step:not(.hidden) {
    opacity: 1;
}




.result-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 12px;
    margin: 10px 0;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
    position: relative;
    border-left: 5px solid transparent;
}

.result-card:hover {
    transform: scale(1.05);
    border-left: 5px solid #fbefdf;
}

.arrow-indicator {
    font-size: 20px;
    color: #4d362b;
    margin-right: 10px;
    font-weight: bold;
}

.result-watch-image {
    width: 80px;
    height: auto;
    margin-right: 15px;
    border-radius: 8px;
}

.result-content {
    display: flex;
    flex-direction: column;
}

.brand {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.model-name {
    font-size: 14px;
    color: #666;
}
.b-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #28a745; /* Green */
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
}


.custom-input {
    position: relative;
    display: flex;
    align-items: center;
}

.custom-input i {
    position: absolute;
    right: 15px; /* Position icon properly on the right */
    font-size: 16px;
    color: #888;
}

.custom-input input {
    width: 100%;
    padding-right: 50px !important; /* Increased padding-right to prevent placeholder overlap */
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.custom-input input:focus {
    border-color: #007bff;
    outline: none;
}



.upload-area {
    border: 2px dashed #007bff;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    background: #f8f9fa;
    cursor: pointer;
    transition: 0.3s;
}

.upload-area.dragging {
    border-color: #0056b3;
    background: #e6f0ff;
}

.upload-area i {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 10px;
}

.upload-area p {
    font-size: 16px;
    font-weight: bold;
    color: #007bff;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.preview-item {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

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

.remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
}
.success-card {
    max-width: 500px;
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
    padding: 30px;
    border: 1px solid #e3e3e3;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.success-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* Success Icon */
.success-icon i {
    font-size: 60px;
    color: #007bff; /* Bootstrap Primary Blue */
    animation: popIn 0.6s ease-in-out;
}

/* Title and Message Styling */
.success-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.success-message {
    font-size: 16px;
    color: #555;
    max-width: 400px;
    margin: auto;
}

/* Animation for Success Icon */
@keyframes popIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.toggle-wishlist{
    cursor: pointer;
   
}

.badge-info {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background-color: #17a2b8;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-success {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background-color: #28a745;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.new-account p  a[href] {
    text-decoration: none !important;
    color: #337ab7 !important;
}
.off-canvas-wrapper .off-canvas-overlay {
    right: 0;
    left: auto;
  }

  .off-canvas-wrapper .off-canvas-inner-content {
    right: 0;
    left: auto;
    transform: translateX(calc(100% + 50px));
    -webkit-transform: translateX(calc(100% + 50px));
    padding:0px;
  }

  .off-canvas-wrapper.open .off-canvas-inner-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .off-canvas-wrapper .btn-close-off-canvas {
    left: auto;
    right: 100%;
    position: initial !important;
  }

  .off-canvas-wrapper .btn-close-off-canvas {
    position: absolute;
    top: 10px;
    right: 10px; /* نثبت الزر بالزاوية اليمنى */
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-color: #c89979;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
  }
  
  .off-canvas-wrapper .btn-close-off-canvas:hover {
    background-color: #a6785f;
  }
  .mobile-menu{
    margin-top: 0.5rem;
  }
  .mobile-navigation{
    max-height: 350px;
    padding : 0px 10px;
  }
  .off-canvas-inner-content div div.logo{
    margin-top: 3rem;
  }

  
.off-canvas-header{
    background-color: #333333;
}

.off-canvas-header .logo {
    
    text-align: center;
    padding-bottom: 10px;

}
.off-canvas-header .logo img {
    width: 230px;
    height: auto;
}
.brand::first-letter{
    text-transform: uppercase;
}
.text-slate{
    color: #64748b;
}
.store-request-section{
    margin-top: 6rem;
}
.store-benefits{
    background-color: #1f1f1f; 
    color: #333; 
    font-size: 14px;
    height: 100%;
}
.card.shadow-sm{
    background-color: #f8f9fa;
}
.search-field-wrap{
    min-width: 600px;
    
}
.items-around{
    justify-content: space-around;
}
.bg-gray{
    background-color: #e6e6e6;
}
.product-details-tab li{
    margin-right: 0;
}
.store-info-box {
    transition: all 0.3s ease;
}
.store-info-box:hover {
    transform: translateY(-4px);
    border-color: #007bff;
}
.counter-box:hover {
    background-color: #f0f4f9;
}

.logo-area a img {
    max-width: 40%;
    padding: 10px;
}

.mission-box,
.vision-box,
.choose-us-box {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important; /* stronger shadow */
}

.mission-box:hover,
.vision-box:hover,
.choose-us-box:hover {
    transform: translateY(-8px); /* lift the box */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important; /* deeper shadow on hover */
}
.top-info-wrap ul li a{
    font-size: 0.9rem;
}
.main-navigation ul li a{
        font-size: 0.9rem;
}

.dashboard-list li a { border-bottom: 1px solid #ebebeb; color: #222222; display: block; font-size: 18px; padding: 20px 0; text-transform: capitalize; }

.search-btn{
    font-size: 1.3rem;
}

.result-watch-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #f1f1f1;
    border-radius: 12px;
    margin-right: 12px;
}

.search-btn.disabled,
.search-btn:disabled {
    background-color: #cccccc !important; /* لون رمادي واضح */
    color: #666666 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    box-shadow: none;
    pointer-events: none;
}

#submitBtn:disabled,
#submitBtn.disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    pointer-events: none;
}
.item-navigate{
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Cairo", serif;
}
.logo-area a img.logo-footer{
    max-width: 70%;
}
.cart-total{
    top: -15px;
    right: -10px;
}

.fs-md{
    font-size: 1rem !important;
}

.fs-lg{
    font-size: 1.5rem !important;
}