
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

:root {
  /* --bs-primary: #E4001B; */
  --bs-dark: #343a40;
  --bs-danger: #c90119;
  --primary: #009c68;
}

@font-face {
  font-family: 'Didonesque';
  src: url('../fonts/Didonesque/otf/display.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Didonesque';
  src: url('../fonts/Didonesque/otf/bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Taviraj';
  src: url('../fonts/Taviraj/Taviraj-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Taviraj';
  src: url('../fonts/Taviraj/Taviraj-LightItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

 
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  font-family: "Lato", sans-serif;
   
  font-weight: 16;
  font-style: normal;

 /* font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 22;
  font-style: normal; */
  

}

.itim-regular {
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
  /* color: #1d469d; */
  font-size: 1.5em;
}


/* ========== STYLE B ========== */
/* .custom-form-control {
  border: 2px solid transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--bs-border-color);
}

.custom-form-control:active,
.custom-form-control:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-bottom: 2px solid var(--bs-primary);
} */
/* ========== STYLE B ==========*/

/* .custom-form-control {
  border: 2px solid transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--bs-border-color);
}

.custom-form-control:active,
.custom-form-control:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-bottom: 2px solid var(--bs-primary);
} */

.custom-form-control {
  border: 2px solid transparent;
  border-radius: .25rem;
  border: 2px solid var(--bs-border-color);
  box-shadow: none;
}


.custom-form-control:focus, .form-select:focus {
  border-color: rgba(10, 110, 253, 0.75);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-text-disabled {
  border: 0;
  background: transparent !important;
  border-bottom: 1px dotted #ccc;
  border-radius: 0px;
  line-height: 2em;
}



.btn-link {
  /* color: var(--bs-body-color); */
}

.btn-link .fa-duotone {
  font-size: 1.2em;
  vertical-align: middle;
}

.btn-link:hover .fa-duotone {
  color: var(--bs-body-color);
}

.required>label:after {
  content: " *" !important;
  position: initial !important;
  /* color: #E4001B; */
  color: var(--bs-body-color);
}

.form-label-group>label, .form-floating>label {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.form-label-group>label:first-letter, .form-floating>label:first-letter {
  text-transform: capitalize;
}

.dropdown-item:active {
  background-color: var(--bs-body-bg);

}

/* .btn:not(.btn-circle, .btn-circle-bs) {
  border-radius: 0;
} */
.btn:not(.btn-circle, .btn-circle-bs, .menu-btn-circle, .menu-btn-circle-sm, .menu-btn-circle-lg, .menu-btn-circle-xl, .avatar-dark-letter) {
  border-radius: 0;
}

.submit-progress {
  display: none;
}

section {
  padding: 0 1rem;
}

.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

.container {
  max-width: 1000px;
}

.sticky-header-shadow {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.custom-form {
  width: 400px;
  padding: 15px;
  margin: 0 auto;
  /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
}

@media only screen and (max-width: 576px) {
  .custom-form {
    width: 100%;
    box-shadow: none;
  }
}

@media only screen and (max-width: 576px) {
  #cartdlg .modal-footer {
    justify-content: center !important;
  }
  #cartdlg .item-properties {
    text-align: center;
  }
  #cartdlg .cover {
    max-width: 200px;
    margin: auto;
  }
}
