/********** Template CSS **********/
:root {
  --primary: #ff6000;
}

/*
 * Reset Start
 */
.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
}

.btn-outline-primary {
  background-color: transparent;
}
.btn-outline-primary:hover {
  color: #fff;
}

.offcanvas {
  background-color: #fff !important;
  color: #000;
}

.text-justify {
  text-align: justify;
}

#formPlace {
  margin-left: 0px;
  height: 125px;
}

/*
 * Reset End
 */
/*
*Navbar New
*/
.navbar {
  border-left: 0px solid #b54500;
  color: #fff;
  padding: 0;
  text-align: center;
}
.navbar .nav-item {
  padding: 4px;
  min-width: 85px;
  border-right: 1px solid #b54500;
}
.navbar .nav-item:first-child {
  border-left: 1px solid #b54500;
}
.navbar .nav-item:hover {
  background-color: #b54500;
}
.navbar .nav-item .nav-link {
  color: #fff;
}
.navbar .nav-item a:not(.dropdown-item) {
  text-align: center;
}

@keyframes borderEffect {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes borderEffectRevelse {
  0% {
    width: 100%;
    border-top: 0.5px solid --primary;
  }
  50% {
    width: 50%;
    border-top: 0.5px solid --primary;
  }
  100% {
    width: 0%;
    border-top: 0.5px solid --primary;
  }
}
@keyframes example {
  0% {
    width: 0px;
    height: 0px;
  }
  50% {
    width: 900px;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.125);
  }
  100% {
    background-color: #fff;
    height: 400px;
  }
}
.main-page-categories .list-group {
  text-align: left;
  margin-top: 0px;
  border-radius: 5px;
  position: relative;
}
.main-page-categories .list-group li {
  padding: 12px;
  position: static;
  cursor: pointer;
}
.main-page-categories .list-group li:hover {
  background-color: #f8f9fa;
}
.main-page-categories .list-group li:hover div.list-group-item-menu {
  display: block;
}
.main-page-categories .list-group li div.list-group-item-menu {
  position: absolute;
  display: none;
  overflow: auto;
  padding: 4px;
  top: 0px;
  left: 260px;
  width: 853px;
  height: 405px;
  z-index: 110;
  border-radius: 5px;
  background-color: #fff;
  color: #212529;
  cursor: default;
}
.main-page-categories .list-group li div.list-group-item-menu .title {
  font-weight: 500;
  text-decoration: none;
  color: #000;
}
.main-page-categories .list-group li div.list-group-item-menu .cat-sub-menu-item a {
  transition-property: "text-decoration", "text-decoration";
  transition-property: "text-decoration";
  transition-duration: 0.5s;
  text-decoration: none;
  color: #000;
}
.main-page-categories .list-group li div.list-group-item-menu .cat-sub-menu-item a:hover {
  color: --primary;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  margin-left: 5px;
}

.navbar-brand {
  width: 150px;
  cursor: pointer;
}
.navbar-brand .navbar-title {
  margin: 0px;
  display: block;
}
.navbar-brand .navbar-title:hover {
  color: #f1f5f9;
}
.navbar-brand .navbar-brand-collapse {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  height: auto;
  width: 200px;
  z-index: 110;
  font-family: "Roboto Slab", serif;
}
.navbar-brand .navbar-brand-collapse .list-group {
  text-align: left;
  margin-top: 8px;
  border-radius: 0px;
}
.navbar-brand .navbar-brand-collapse .list-group li {
  padding: 12px;
}
.navbar-brand .navbar-brand-collapse .list-group li:hover {
  background-color: #f8f9fa;
}
.navbar-brand .navbar-brand-collapse .list-group li:hover div.list-group-item-menu {
  display: block;
  animation-name: example;
  animation-duration: 1.5s;
}
.navbar-brand .navbar-brand-collapse .list-group li div.list-group-item-menu {
  position: absolute;
  display: none;
  overflow: auto;
  padding: 4px;
  top: 0px;
  width: 900px;
  left: 199px;
  height: 400px;
  z-index: 110;
  background-color: #fff;
  color: #212529;
}
.navbar-brand .navbar-brand-collapse .list-group li div.list-group-item-menu .title {
  font-weight: 500;
}
.navbar-brand .navbar-brand-collapse .list-group li div.list-group-item-menu .title:hover {
  color: --primary;
}
.navbar-brand .navbar-brand-collapse .list-group li div.list-group-item-menu .cat-sub-menu-item .alt-border {
  border-top: 0.5px solid #fff;
  display: block;
  animation-name: borderEffectRevelse;
  animation-duration: 1s;
}
.navbar-brand .navbar-brand-collapse .list-group li div.list-group-item-menu .cat-sub-menu-item:hover {
  color: --primary;
  transition: 0.5s ease;
}
.navbar-brand .navbar-brand-collapse .list-group li div.list-group-item-menu .cat-sub-menu-item:hover .alt-border {
  border-top: 0.5px solid --primary;
  display: block;
  animation-name: borderEffect;
  animation-duration: 1s;
}

/*
 * Navbar Start
 */
.page-menu-item {
  text-align: left;
}

/*
 * Navbar End
 */
main {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  margin-left: 0.5em;
  padding: 0.5rem 0.7rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  background-color: transparent;
}
.btn-toggle:hover, .btn-toggle:focus {
  color: rgba(255, 255, 255, 0.85) !important;
  background-color: #262626;
}

.btn-toggle-nav a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover, .btn-toggle-nav a:focus {
  background-color: #808080;
  color: rgba(0, 0, 0, 0.85);
}

#sidebarMenu {
  font-weight: 400;
  color: rgba(71, 85, 105, 0.7);
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 280px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 12px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
#sidebarMenu[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.85);
}
#sidebarMenu .btn {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #cfd4e6 !important;
}

#sidebar-collapse {
  position: absolute;
  top: 20px;
  right: -12px;
  z-index: 101;
}

.sidebar-sticky {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-heading {
  font-size: 0.75rem;
}

.link-drk {
  margin-left: 1em !important;
  margin-bottom: 0.5em;
  padding: 0.5rem 0.7rem !important;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  background-color: transparent;
}
.link-drk:hover, .link-drk:focus {
  color: rgba(255, 255, 255, 0.85) !important;
  background-color: #262626 !important;
}

.link-selected {
  color: rgba(240, 240, 240, 0.85) !important;
  background-color: var(--primary) !important;
}

.scrollarea {
  overflow-y: auto;
}

.push-right {
  float: right;
  margin-right: 0.5em;
}

.btn-account[aria-expanded=true] .btn-toggle {
  color: white;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
  font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
  font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
  font-weight: 600 !important;
}

/*** Button ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary,
.btn-secondary {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
  box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

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

#page-menu .btn {
  font-weight: 400;
  border: none !important;
}

@media (max-width: 575.98px) {
  #sidebarMenu {
    left: -280px;
  }
  #contentCenter {
    padding-left: 0px;
  }
  #sidebar-collapse-no {
    display: block !important;
  }
  .navbar-sub-menu {
    display: block !important;
  }
  #page-menu-container {
    display: none;
  }
  #formPlace {
    margin-left: 0px;
  }
  #login-place {
    margin-top: -300px !important;
  }
  .sbimg {
    display: none !important;
  }
  .banner-image-place {
    width: 100%;
    height: 389px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  #sidebarMenu {
    left: -280px;
  }
  #contentCenter {
    padding-left: 0px !important;
  }
  #sidebar-collapse-no {
    display: block !important;
  }
  #sbimg_5,
  #sbimg_6,
  #sbimg_7,
  #sbimg_8,
  #sbimg_9 {
    display: none !important;
  }
  .banner-image-place {
    width: 100%;
    height: 516px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  #sbimg_5,
  #sbimg_6,
  #sbimg_7,
  #sbimg_8,
  #sbimg_9 {
    display: none !important;
  }
  .banner-image-place {
    width: 100%;
    height: 336px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 1199.98px) {
  #sbimg_6,
  #sbimg_7,
  #sbimg_8,
  #sbimg_9 {
    display: none !important;
  }
  .banner-image-place {
    width: 100%;
    height: 456px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 1399.98px) {
  #sbimg_8,
  #sbimg_9 {
    display: none !important;
  }
  .banner-image-place {
    width: 100%;
    height: 356px;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .sbimg {
    display: block !important;
  }
  .banner-image-place {
    width: 100%;
    height: 416px;
    position: relative;
    overflow: hidden;
  }
}
.sbimg {
  width: 100px;
  height: 50px;
}
.sbimg:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
  cursor: pointer;
}

header {
  background-color: var(--primary);
  position: relative;
}

.header-top {
  font-family: "Montserrat", serif;
  font-weight: 400;
}

.header-middle .input {
  font-family: "Montserrat", serif;
  height: 40px;
  border-radius: 16px;
}

.category-icon {
  width: 16px;
  height: 16px;
}

.cat-link {
  font-family: "Roboto Slab", serif;
}
.cat-link p.menu-item {
  color: red;
}
.cat-link .cat-link-item {
  cursor: pointer;
}
.cat-link .cat-link-item:hover {
  color: #000;
}
.cat-link .cat-sub-menu {
  position: relative;
  width: 100%;
  min-height: 300px;
  height: auto;
  top: 30px;
  z-index: 1010;
  background-color: #fff;
  border-radius: 6px;
}
.cat-link .cat-sub-menu .cat-sub-menu-title {
  font-weight: 600;
  cursor: pointer;
}
.cat-link .cat-sub-menu .cat-sub-menu-item {
  font-weight: 400;
}

.logo {
  font-family: "Roboto Slab", serif;
  color: var(--primary);
}

.theme-color, .bg-theme {
  background-color: var(--primary);
}

.login-left {
  background-color: var(--primary);
  opacity: 0.9;
}
.login-left span {
  color: var(--primary);
}

.myBaslik {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
.myBaslik .bi {
  color: var(--primary);
}

.warning {
  color: var(--primary);
}

.breadcrumb a {
  text-decoration: none;
  color: var(--primary);
}

.filter-bar .btn {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.new-create {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

#my-table_wrapper {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
}

.dataTables_wrapper .dataTables_length {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  padding: 0.1rem 0.75rem;
  margin-right: 1rem;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0.575rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dataTables_wrapper .dataTables_length .select {
  border-radius: 5px;
}
.dataTables_wrapper .dataTables_filter input {
  border-radius: 5px;
}

.dataTables_scrollBody {
  border-bottom: 0px !important;
}

.form-label {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  color: #475569;
}

.form-check-label {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  color: #475569;
}

.form-switch .form-check-input {
  width: 4em;
  height: 1.5em;
  margin-top: 0.1em;
}

.input-group-text,
.variation {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.btn-link .nav-link:focus {
  border-color: var(--primary);
}

.asp-validation {
  display: block;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  color: #c71586;
  margin-top: 2px;
  margin-left: 2px;
}

.scrollDiv {
  position: fixed;
  width: 250px;
  height: 75px;
  padding-top: 15px;
  z-index: 110;
  top: -2px;
  left: 43%;
  border: 1px solid #0094ff;
  border-radius: 4px;
  background-color: white;
}

.bootstrap-select .dropdown-menu li {
  margin: 6px 6px;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
.bootstrap-select .filter-option-inner {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.ui-state-highlight {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 12px !important;
  margin-top: 12px !important;
  height: 80px;
}

.border-dashed {
  border-style: dashed !important;
}

.displayButton:hover {
  color: #0094ff;
}

#image-gallery-image {
  width: auto;
  max-width: 600px;
  max-height: 600px;
}

.my-img-form {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: zoom-in;
}
.my-img-form:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}

.banner-image-section {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
}

.todays-image-section {
  position: relative;
  width: 300px;
  height: 117px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
}

.information-blog a .card .card-body .card-title {
  color: var(--primary);
}
.information-blog a .card .card-body .card-title .line {
  border-bottom: 1px solid var(--primary);
  width: 0%;
  transition: all 1s ease;
}
.information-blog a:hover .card .card-body .card-title .line {
  width: 100%;
  border-bottom: 1px solid var(--primary);
  transform: scale(0.7);
}

a.underline-animate {
  text-decoration: none;
  position: relative;
}
a.underline-animate .line {
  position: absolute;
  top: 16px;
  border-bottom: 1px solid var(--primary);
  width: 0%;
  transition: all 1s ease;
}
a.underline-animate:hover .line {
  width: 100%;
  border-bottom: 1px solid var(--primary);
  transform: scale(1);
}

.product-card {
  cursor: pointer;
}
.product-card .line {
  position: absolute;
  bottom: -16px;
  border-bottom: 3px solid var(--primary);
  width: 0%;
  transition: all 1s ease;
}
.product-card .product-card-action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.6s linear;
}
.product-card:hover .line {
  width: 100%;
  border-bottom: 3px solid var(--primary);
  transform: scale(1);
}
.product-card:hover .product-card-action {
  visibility: visible;
  opacity: 1;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--primary);
}/*# sourceMappingURL=main.css.map */