body {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-size:18px;
  text-align:left;
}

label {
  font-size: 12px;
  font-weight: normal;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;

}

#content,
#column-left,
#column-right {
  padding-bottom: 620px;
}

/* Tablet: Screens 576px and above but less than 992px */
@media (min-width: 576px) and (max-width: 991px) {

  #content,
  #column-left,
  #column-right {
    padding-bottom: 334px;
  }
}

@media (max-width: 575px) {

  #content,
  #column-left,
  #column-right {
    padding-bottom: 794px;
  }
}
/* Larger Screens: 992px and above (Desktop and larger) */
@media (min-width: 992px) {

  #content,
  #column-left,
  #column-right {
    padding-bottom: 311px;
  }
}
@media (max-width: 430px) {

  #content,
  #column-left,
  #column-right {
    padding-bottom: 818px;
  }
}
.custom-max-width {
  max-width: 1400px;
  margin: 0 auto;
  /* Center the container */
}

/* When screen width is exactly 1200px, set width to 1120px */
@media (min-width: 1200px) and (max-width: 1399px) {
  .custom-max-width {
    max-width: 1130px;
  }
}

/* Tablet - Adjust width for smaller screens */
@media (max-width: 991px) {
  .custom-max-width {
    max-width: 90%;
  }
}

/* Mobile - Adjust width for smaller devices */
@media (max-width: 576px) {
  .custom-max-width {
    max-width: 95%;
  }
}


#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
  background-color: #383838;
  /* border-bottom: 1px solid var(--bs-border-color); */
  /* margin-bottom: 20px; */
  /* position: relative; */
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item>a,
#top .list-inline-item .dropdown>a {
  font-size: 1.1em;
  color: white;
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

/* logo */
#logo {
  text-align: left;
  margin: 0px 0 0px 10px;
}

#logo img {
  max-width: 150px;
}

@media (max-width: 768px) {
  #logo img {
    max-width: 90px;
  }
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 15px 15px;
  background: #383838;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}

/* menu */
#menu {
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 0px;
}

#menu .navbar-nav>li>a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 10px 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav>li>a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }

  #menu .dropdown-inner {
    flex-direction: row;
  }

  #menu .nav-item+.nav-item+.nav-item .dropdown-column-3 {
    left: -200px;
  }

  #menu .nav-item+.nav-item+.nav-item .dropdown-column-4 {
    left: -400px;
  }

  #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-2 {
    left: -200px;
  }

  #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-3 {
    left: -400px;
  }

  #menu .nav-item+.nav-item+.nav-item+.nav-item .dropdown-column-4 {
    left: -600px;
  }
}

#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

/* default boostrap changes */
div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

/* footer */
footer {
  border: 0px solid #383838;
  position: absolute;
  bottom: -1px;
  width: 100%;
  /* padding-top: 30px; */
  background-color: #383838;
  /* border-top: 1px solid #383838; */
  color: #ffffff;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #383838;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover {
  color: rgba(221, 221, 221, 1);
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

footer h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer_underline {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 4px;
}

.footer_chooese_us {
  background-color: #ff393a;
}

/* breadcrumb */
.breadcrumb {
  margin: 15px 0 20px 0;
  padding: 8px 12px;
  background-color: #f5f5f5;
  /* Light gray background */
  /*border-radius: 5px;*/
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumb i,
.breadcrumb svg {
  font-size: 16px;
  color: #6c757d;
  /* Dark gray icon color */
  vertical-align: middle;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}

.breadcrumb>li.breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
  gap: 5px;
  /* Consistent spacing */
}

.breadcrumb>li.breadcrumb-item>a {
  text-decoration: none;
  color: #6c757d;
  transition: color 0.3s;
}

.breadcrumb>li.breadcrumb-item>a:hover {
  color: #495057;
}

.breadcrumb>li.breadcrumb-item+li:before {
  content: "→";
  margin: 0 5px;
  color: #6c757d;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.product-thumb {
  /* border: 1px solid #ddd; */
  /* border-radius: 16px; */
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: relative;
  /*height: 100%;*/
  padding: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  /* Ensures inline elements like images are centered */
}

.product-thumb:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.product-thumb .image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.product-thumb .image a,
.product-thumb .image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
  margin-bottom: 0px;
}

.product-thumb .description h4 {
  font-weight: bold;
  min-height: 3.5em !important;
}

.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 0px solid #ff393a;
  background-color: #ff393a;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
}

.product-thumb .button button:hover {
  color: #ffffff;
  background-color: Black;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button+button {
  border-left: 1px solid var(--bs-border-color);
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }

  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }

  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}

.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star+.fa-star {
  color: #E69500;
}

/* product list */
.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.carousel-item {
  transition: transform 0.5s ease;
}

.carousel .product-thumb {
  padding: 0 10px;
}

.carousel .btn-danger {
  background-color: #ff0000;
  border: none;
  padding: 8px 15px;
  transition: background-color 0.3s;
}

.carousel .btn-danger:hover {
  background-color: #cc0000;
}


.feature-card {
  min-height: 120px;
  background-color: rgba(240, 242, 245, 1) !important;
  border: 1px solid #dee2e6 !important;
  transition: all 0.3s ease;
  align-items: flex-start;
}


.card {
  min-height: 120px;
  background-color: rgba(240, 242, 245, 1) !important;
  border: 1px solid #dee2e6 !important;
  transition: all 0.3s ease;
  align-items: flex-start;
  border-radius: 0 !important;
}

.card:hover {
  transform: translateY(-3px);
}

.white-card {
  background-color: #ffffff !important;
  border-radius: 0 !important;
}


.icon-container {
  background-color: #ff393a;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-right: 12px;
  flex-shrink: 0;
}

@media (max-width: 576px) {

  .footer_chooese_us .card-body {
    flex-direction: column;
    text-align: center;
  }

  .footer_chooese_us .icon-container {
    margin-bottom: 10px;
  }

  .footer_chooese_us .card-heading {
    font-size: 1rem;
  }

  .footer_chooese_us .custom-text {
    font-size: 0.9rem;
  }
}

.icon-container img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}

.card-heading {
  font-size: 14px;
  margin-bottom: 0.3rem;
  font-weight: 700;
  color: white;
}

.custom-text {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.6;
}

.d-inline {
  display: inline;
}

.info-card:last-child {
  border-bottom: none;
}

.info-card:hover {
  background-color: #dcdcdc;
  /* Darker background */
  transform: scale(1.02);
  /* Zoom in effect */
  border-radius: 8px;
  padding-left: 10px;
}

.info-icon {
  font-size: 22px;
  color: #000;
  margin-top: 2px;
  width: 30px;
  text-align: center;
}

.info-content h6 {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.info-content p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #333;
}

.info-note p {
  font-size: 13px;
  color: #666;
}

.form-wrap {
  max-width: 700px;
  margin-left: 0;
  margin-right: auto;
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.form-row label {
  flex: 0 0 160px;
  margin-bottom: 0;
  font-weight: 500;
}

.form-row .form-control {
  background-color: #fafafa;
  border: 1px solid #ccc;
  transition: border-color 0.3s;
}

.form-row .form-control:hover {
  border-color: #000;
}

.form-row .form-control:focus {
  box-shadow: none !important;
  border-color: #000;
  outline: none;
}

.form-row textarea.form-control {
  resize: vertical;
}

.privacy-link {
  color: black;
  text-decoration: underline;
}

.custom-check:checked {
  background-color: #ff393a;
  border-color: #ff393a;
}

.btn-danger {
  background-color: #ff393a;
  border: none;
}

.btn-danger:hover {
  background-color: Black !important;
  border-color: Black !important;
}

.btn:focus {
  box-shadow: none;
}

.form-row textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

@media (max-width: 576px) {
  .form-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-row label {
    flex: 0px;
    width: 100%;
    margin-bottom: 6px;
  }

  .form-row input,
  .form-row textarea {
    width: 100%;
  }
}

.bg-custom {
  background-color: #ff393a;
  border: 1px solid #ff393a;
  color: white;
}

.bg-custom:hover {
  background-color: #383838;
  border: 1px solid #383838;
  color: white;
}

.info-container {
  background-color: #eeeeee;
  padding: 20px;
}

.section-heading-page {
  position: relative;
  margin-bottom: 15px;
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
  padding-bottom: 10px;
  display: inline-block;
}

.section-heading-page::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  /* Adjust percentage as needed */
  height: 3px;
  background: rgba(255, 48, 48, 1);
}

.icon-hover i {
  color: white;
  transition: color 0.3s ease;
}

.icon-hover:hover i {
  color: #ff393a;
}

.icon-hover-login svg,
.icon-hover-login span {
  color: white;
  transition: color 0.3s ease;
}

.icon-hover-login:hover svg,
.icon-hover-login:hover span {
  color: #535353;
}

.custom-card {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  border-radius: 2px !important;
  color: white;
}

.custom-card .card-body {
  color: white;
}

.custom-heading {
  font-size: 36px;
}

.custom-paragraph {
  font-size: 20px;
}

.corner-triangle {
  position: absolute;
  top: -50px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #ff393a;
  transform: rotate(180deg);
  z-index: 1;
}

.newsletter-section {
  background-color: #f5f2f1;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.newsletter-section h2 {
  font-weight: 700;
  color: #ff393a;
  font-size: 44px;
}

.newsletter-section p {
  color: #333;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.input-group .form-control {
  border-radius: 0px;
}

.input-group .btn {
  /* border-radius: 0 10px 10px 0; */
  background-color: #383838;
  color: white;
 border: 1px solid #383838 !important;
}

.icon-left {
  position: absolute;
  top: 89.5%;
  transform: translateY(-50%);


}

.icon-right {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
}

.icon-left {
  left: 20px;
}

.icon-right {
  right: 0px;
}

@media (max-width: 768px) {
  .newsletter-section h2 {
    font-size: 24px;
  }

  .newsletter-section p {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .icon-left {
    width: 80px;
    top: 95%;
    left: 7px;
  }

  .icon-right {
    width: 80px;
    top: 80%
  }

  .corner-triangle {
    top: -30px;
    border-width: 30px 0 30px 30px;
  }
}

.input-group .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}
.mb-6 {
  margin-bottom: 7rem !important;
}

@media (min-width: 1024px) {
  .mb-6 {
    margin-bottom: 0 !important;
  }
}
.mb-6rem {
  margin-bottom: 6rem !important;
}

@media (max-width: 550px) {
  .mb-6rem {
    margin-bottom: 0rem !important;
  }
}

