body {
    overflow-x: hidden;
    font-family: Verdana, sans-serif;
}



.amazing-red {
      color: #0053e2;
    }

    .amazing-green {
      color: #00a651;
    }

    .bg-amazing-red {
      background-color: #ff0000;
    }

    .category-link:hover {
      color: #00a651;
    }

    .mega-menu {
      display: none;
      position: absolute;
      z-index: 10;
      width: 100%;
    }

    .mega-menu.active {
      display: block;
    }

    .category-nav:hover {
      border-bottom-width: 2px;
      border-color: #00a651;
      /* green */
    }
    /* Sidebar transition */
    .sidebar {
      transition: transform 0.3s ease-in-out;
    }

    .sidebar.hidden {
      transform: translateX(-100%);
    }

    /* Prevent scrolling when sidebar is open */
    body.sidebar-open {
      overflow: hidden;
    }

    /* Mobile navbar should show on small screens and hide on large */
    @media (min-width: 1023px) {
      .mobile-nav {
        display: none;
      }
    }


/* Carousel Section One */
.carousel-container {
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
          
        }

        .carousel-container::-webkit-scrollbar {
            display: none;
           
        }

        .dot {
            transition: all 0.3s ease;
        }

        .carousel-product img {
            transition: transform 0.3s ease;
        }

        .carousel-product img:hover {
            transform: scale(1.05);
        }

      
    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .no-scrollbar {
      -ms-overflow-style: none;  
      scrollbar-width: none; 
    }

      .discount-badge {
            clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
        }

        .carousel-product {
            scroll-behavior: smooth;
            -ms-overflow-style: none;
            scrollbar-width: none;
           
        }

        .carousel-product::-webkit-scrollbar {
            display: none;
            
        }

        .arrow-btn {
            transition: opacity 0.3s ease;
        }

        .arrow-btn.hidden {
            opacity: 0;
            pointer-events: none;
        }
        
        
        
        
        
        
/*************************** My custom CSS *****************************/
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #adb5bd;
  transition: .4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 20px;
  left: 0.27em;
  bottom: 0.25em;
  background-color: #adb5bd;
  transition: .4s;
}

input:checked + .slider {
  background-color: #007bff;
  border: 1px solid #007bff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #007bff;
}

input:checked + .slider:before {
  transform: translateX(1.4em);
  background-color: #fff;
}

.my-alert {
    position: relative;
    padding: 12px 40px 12px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.my-alert-success {
    background-color: #e6ffed;
    border: 1px solid #28a745;
    color: #155724;
}

.my-alert-error {
    background-color: #ffe6e6;
    border: 1px solid #dc3545;
    color: #721c24;
}

.my-alert-close {
    position: absolute;
    top: 8px;
    right: 12px;
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.my-alert-close:hover {
    color: #000;
}

/* Buttons */


.button {
  font-family:'Open Sans';
  font-size: 16px;
  font-weight:400;
  display:inline-block;
  color:#FFF;
  border-radius: .25em;
  text-shadow: -1px -1px 0px rgba(0,0,0,0.4);
}

.primary {
  line-height:40px;
  transition:ease-in-out .2s;
  padding: 0 16px;
}

.primary:hover, .condensed:hover, .touch:hover {
  transform:scale(1.02);
  box-shadow:2px 2px 5px rgba(0,0,0,0.20), inset 0 0 0 99999px rgba(0,0,0,0.2);
}
.condensed {
  transition:ease-in-out .2s;
  line-height:24px;
  padding: 0 8px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

.touch {
  transition:ease-in-out .2s;
  line-height:40px;
  width:40px;
  padding: 0px;
  text-align: center;
}

.inlineIcon {}

.edit:before, .save:before, .new:before, .cancel:before, .delete:before, .view:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size:1rem;
  padding-right:12px;
  background:none;
  color:#FFF;
}

.condensed.edit:before, .condensed.save:before, .condensed.new:before, .condensed.cancel:before, .condensed.delete:before, .condensed.view:before {
   content:none;
}

.touch.edit:before, .touch.save:before, .touch.new:before, .touch.cancel:before, .touch.delete:before, .touch.view:before {
  width:100%;
  text-align:center;
  font-size:1.25rem;
  padding-right: 0px;
}

.inlineIcon.edit, .inlineIcon.save, .inlineIcon.new, .inlineIcon.cancel, .inlineIcon.delete, .inlineIcon.view {
  background: transparent;
}

.inlineIcon.edit:before, .inlineIcon.save:before, .inlineIcon.new:before, .inlineIcon.cancel:before, .inlineIcon.delete:before, .inlineIcon.view:before {
  line-height:32px;
  font-size:32px;
  padding:4px 0px;
}

.edit {
  background: rgb(52, 152, 219);
  
  &:before {
    content: "\f040";
  }
}

.inlineIcon.edit:before {
    color: rgb(52, 152, 219);
}

.save {
  background: rgb(142, 68, 173);
  
  &:before {
    content: "\f0c7";
  }
}

.inlineIcon.save:before {
    color: rgb(142, 68, 173);
}

.new {
  background: rgb(46, 204, 113);
  
  &:before {
    content: "\f067";
  }
}

.inlineIcon.new:before {
    color: rgb(46, 204, 113);
}

.cancel {
  background: rgb(85, 85, 85);
  
  &:before {
    content: "\f05e";
  }
}

.inlineIcon.cancel:before {
    color: rgb(85, 85, 85);
}

.delete {
  background: rgb(192, 57, 43);
  
  &:before {
    content: "\f1f8";
  }
}

.inlineIcon.delete:before {
    color: rgb(192, 57, 43);
}

.view {
  background: rgb(19, 87, 25);
  
  &:before {
    content: "\f06e";
  }
}

.inlineIcon.edit:before {
    color: rgb(19, 87, 25);
}

.hidden {
  display: none;
}

.navbar {
  background: #eaedf1;
}

.main{
  padding: 10px;
}

.no-underline {
    text-decoration: none;
}

.no-underline:hover {
    text-decoration: none;
}

/* Custom Styling for the Logo */
#brand-logo {
    border-radius: 15px;  /* Smooth corners for the logo */
    border: 4px solid #fff;  /* White border around the logo */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);  /* Soft shadow */
    transition: transform 0.3s ease;  /* Smooth transition on hover */
}

/* Hover Effect on Logo */
#brand-logo:hover {
    transform: scale(1.05);  /* Slight zoom effect */
}

/* Style Modal Body */
.modal-body {
    padding: 30px;
}

/* Adjust table for spacing */
.table th {
    color: #555;
    font-weight: bold;
}

.table td {
    color: #333;
}

/* Styling Modal Footer Button */
.btn-secondary {
    background-color: #6c757d;  /* Subtle gray color for the button */
    border-radius: 5px;  /* Rounded corners for the button */
    transition: background-color 0.3s ease;  /* Smooth transition for hover effect */
}

.btn-secondary:hover {
    background-color: #5a6268;  /* Slightly darker gray on hover */
}

/* Adjust Modal Layout */
.modal-dialog {
    max-width: 80%;  /* Make the modal a bit wider */
}

/* Ensuring proper padding around table rows */
.table th, .table td {
    padding: 12px 15px;
}
