@charset "UTF-8";
/* ==== BASE STYLES ====*/
/* ==================== GLOBAL STYLES ======================= */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* ========================
INCLUDE STYLES AND COMPONENTS
===================== */
/* ================== HELPERS  =================== */
a:hover {
  text-decoration: none;
}

.absolute-top {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.card-img-top {
  object-fit: cover;
}

.img-wrap {
  text-align: center;
  display: block;
}
.img-wrap img {
  max-width: 100%;
}

.icon-wrap {
  text-align: center;
  display: inline-block;
}

.price-wrap {
  letter-spacing: -0.2px;
  line-height: 1.4;
}

/* =================  DEFINED VARIABLES =================== */
.icon-xs, .icon-sm, .icon-md, .icon-lg {
  display: inline-block;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.icon-xs i, .icon-sm i, .icon-md i, .icon-lg i {
  vertical-align: middle !important;
  margin-top: -4px;
}

.icon-xs {
  width: 36px;
  height: 36px;
  line-height: 36px !important;
  font-size: 16px;
}
.icon-xs img {
  width: 20px;
  height: 20px;
  margin-top: -2px;
}

.icon-sm {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  font-size: 20px;
}
.icon-sm img {
  width: 26px;
  height: 26px;
  margin-top: -5px;
}

.icon-md {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 28px;
}
.icon-md img {
  width: 32px;
  height: 32px;
  margin-top: -7px;
}

.icon-lg {
  width: 96px;
  height: 96px;
  line-height: 96px !important;
  font-size: 42px;
}
.icon-lg img {
  width: 56px;
  height: 56px;
  margin-top: -10px;
}

.img-xs, .img-sm, .img-md, .img-lg, .img-xl {
  object-fit: cover;
  flex-shrink: 0;
  flex-grow: 0;
}

.img-xs {
  width: 32px;
  height: 32px;
}

.img-sm {
  width: 52px;
  height: 52px;
}

.img-md {
  width: 72px;
  height: 72px;
}

.img-lg {
  width: 96px;
  height: 96px;
}

.img-xl {
  width: 250px;
  height: 250px;
}

.center-xy {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.center-y {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.center-x {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.vh-100 {
  height: 100vh;
}

hr {
  color: #dee2e6;
}

.divider {
  height: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.opacity {
  opacity: 0.65;
}

.absolute-top {
  position: absolute;
  top: 0;
  width: 100%;
}

/* -------------------- list.row--------------------- */
ul.row, ul.row-sm {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

/* ============== spacing ============== */
.padding-around, .padding-xy {
  padding: 1.25rem;
}

.padding-x {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.padding-y {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.padding-top {
  padding-top: 1.25rem;
}

.padding-bottom {
  padding-bottom: 1.25rem;
}

var {
  font-style: normal;
}

figure {
  margin-bottom: 0;
}

.form-noborder input, .form-noborder select, .form-noborder .btn {
  border: 0;
}
.form-noborder select.form-control-lg:not([size]):not([multiple]) {
  height: 2.875rem;
}

.bg-half {
  background-image: linear-gradient(#0065ff 49.999%, white 50%);
}

.bg-gray {
  background-color: #dee2e6;
}

.bg-gradient-blue {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  background: linear-gradient(to bottom right, rgba(13, 110, 253, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.overlay-gradient {
  position: relative;
}
.overlay-gradient:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  transition: 0.5s;
  background: aqua;
  /* For browsers that do not support gradients */
  background: linear-gradient(to bottom right, #0d6efd, aqua);
  /* Standard syntax */
}
.overlay-gradient:hover:before {
  opacity: 0.9;
}

/* --------------------- titles ---------------------- */
.title-lg {
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.title-section {
  margin-bottom: 0;
  margin-top: 1.25rem;
  padding-left: 1.25rem;
}

.title-sm {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #adb5bd;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  display: block;
}

p:last-child {
  margin-bottom: 0;
}

/* ================== SECTIONS =================== */
.app-header {
  padding: 5px 7px;
  width: 100%;
  height: 60px;
  z-index: 200;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #fff;
}
.app-header.hidden {
  top: -100%;
  transition: 0.5s;
}
.app-header.visible {
  top: 0;
  transition: 0.5s;
}
.app-header .logo {
  max-height: 36px;
}
.app-header .btn-header:first-child {
  margin-right: 5px;
}
.app-header .btn-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  min-width: 38px;
  padding: 10px;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  border: 0;
  color: #212529;
}
.app-header .btn-header i {
  font-size: 20px;
}
.app-header .btn-header:active, .app-header .btn-header:hover {
  background-color: rgba(0, 0, 139, 0.1);
}
.app-header .title-header {
  margin: 0;
  flex-grow: 1;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  font-size: 1.28rem;
}
.app-header .header-right {
  min-width: 40px;
  text-align: right;
}

.app-header.ondark {
  color: #fff;
}
.app-header.ondark .btn-header, .app-header.ondark .btn-header i {
  color: #fff;
}

.app-header.onlight .btn-header, .app-header.onlight .btn-header i {
  color: #0065FF;
}

body.scrolling-down .app-header, body.scrolling-up .app-header {
  box-shadow: 0 1px 6px rgba(33, 37, 41, 0.3);
}

.nav-sidebar > a {
  display: block;
  padding: 10px;
  color: initial;
  border-radius: 0.5rem;
  font-weight: 500;
}
.nav-sidebar > a i {
  width: 16px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  color: #adb5bd;
}
.nav-sidebar > a:hover {
  background-color: #eee;
}
.nav-sidebar hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.filter-group .custom-control, .filter-group .form-check {
  margin-bottom: 1.25rem;
}

.bar-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  display: flex;
  padding: 0.625rem;
  background: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}
.bar-bottom .form-control, .bar-bottom .custom-select {
  display: inline-block;
  width: auto;
}

.nav-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 60px;
  z-index: 12;
  background: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-around;
}
.nav-bottom .nav-link {
  text-align: center;
  color: #adb5bd;
  display: inline-block;
  padding: 7px;
}
.nav-bottom .nav-link .icon {
  display: inline-block;
  font-size: 26px;
}
.nav-bottom .nav-link .text {
  display: block;
  font-weight: 500;
  font-size: 0.8rem;
  color: #adb5bd;
}
.nav-bottom .nav-link.active {
  color: #0065FF;
}
.nav-bottom .nav-link.active .text {
  color: #0065FF;
}

/* ================== COMPONENTS =================== */
/* ================ OWL SLIDER BANNER ================ */
.slider-banner-owl .owl-nav .owl-prev, .slider-banner-owl .owl-nav .owl-next {
  padding: 16px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute;
}
.slider-banner-owl .owl-nav .owl-prev {
  left: 0;
}
.slider-banner-owl .owl-nav .owl-next {
  right: 0;
}
.slider-banner-owl .item-slide img {
  width: 100%;
  object-fit: cover;
}

.btn-facebook {
  background-color: #405D9D;
  color: #fff;
}
.btn-facebook:hover {
  color: #fff;
}

.btn-instagram {
  background-color: #E52D27;
  color: #fff;
}
.btn-instagram:hover {
  color: #fff;
}

.btn-youtube {
  background-color: #C8046C;
  color: #fff;
}
.btn-youtube:hover {
  color: #fff;
}

.btn-twitter {
  background-color: #42AEEC;
  color: #fff;
}
.btn-twitter:hover {
  color: #fff;
}

.btn-google {
  background-color: #ff7575;
  color: #fff;
}
.btn-google:hover {
  color: #fff;
}

.btn-fab {
  width: 60px;
  height: 60px;
  padding: 5px;
  position: fixed;
  bottom: 7%;
  right: 5%;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  background: #0065FF;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.btn-fab i.icon {
  font-size: 30px;
}

.btn-light {
  background-color: #f2f2f2;
  color: #0065FF;
}
.btn-light i {
  color: #0065FF;
}
.btn-light:hover {
  background-color: #dee2e6;
}

.btn-block {
  margin-bottom: 10px;
}

.btn-icon {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.btn:not(.btn-sm) {
  font-weight: 600;
}

.btn-icon:not(.btn-sm) {
  height: calc(1.5em + 1.28rem + 2px);
  width: calc(1.5em + 1.28rem + 2px);
}

.btn-icon.btn-sm {
  height: calc(1.5em + 0.82rem + 2px);
  width: calc(1.5em + 0.82rem + 2px);
}

.btn-icon.btn-lg {
  height: calc(1.5em + 1.2rem + 2px);
}

.btn i {
  font-size: 24px;
  display: inline-block;
}

.btn-sm i {
  font-size: 20px;
  line-height: 0.9;
}

.itemside {
  position: relative;
  display: flex;
  width: 100%;
}
.itemside .aside {
  position: relative;
  flex-shrink: 0;
}
.itemside .info {
  padding-left: 15px;
  padding-right: 7px;
}
.itemside p {
  margin-bottom: 0.625rem;
}
.itemside .title {
  display: block;
  color: #212529;
}
.itemside a.title:hover {
  color: #0065FF;
}
.itemside select {
  min-width: 50px;
}

a.itemside {
  color: initial;
}

.itemlist {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.scroll-horizontal {
  white-space: nowrap;
  overflow-x: scroll;
}
.scroll-horizontal > div, .scroll-horizontal .item-xs, .scroll-horizontal .item-sm, .scroll-horizontal .item, .scroll-horizontal .item-lg {
  display: inline-block;
  vertical-align: top;
  white-space: initial;
  margin-right: 5px;
  margin-bottom: 0.3125rem;
}
.scroll-horizontal .item-xs {
  width: 72px;
}
.scroll-horizontal .item-sm {
  width: 90px;
}
.scroll-horizontal .item {
  width: 140px;
}
.scroll-horizontal .item-lg {
  width: 300px;
}
.scroll-horizontal .item-banner {
  width: 100%;
  margin-right: 3px;
}

.list-inline {
  margin-bottom: 0;
}

.list-inline-item {
  vertical-align: middle;
}

/* --------- description list --------*/
dl[class=row] {
  margin-bottom: 0;
}
[class*=dlist-] {
  margin-bottom: 5px;
}
[class*=dlist-] dd {
  margin-bottom: 0;
}

.dlist-inline dt, .dlist-inline dd {
  display: inline-block;
}

.dlist-align {
  display: flex;
}
.dlist-align dt {
  width: 120px;
  word-wrap: break-word;
  font-weight: normal;
}
.dlist-align dd {
  flex-grow: 1;
}

/* ================= lists ================= */
[class*=list-] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both;
}

.list-icon {
  list-style: none;
  padding-left: 0;
}
.list-icon li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
}
.list-icon .icon {
  width: 22px;
  margin-right: 15px;
  vertical-align: middle;
  text-align: center;
  color: #6c757d;
  position: absolute;
  top: 3px;
  left: 0;
}
.list-icon span {
  vertical-align: middle;
}

.list-bullet {
  list-style: none;
  padding-left: 0;
}

.list-bullet li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.list-bullet li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-radius: 100%;
  height: 7px;
  background: #ced4da;
}

.list-check {
  padding-left: 0;
  list-style: none;
}
.list-check > li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.list-check > li::before {
  font-family: "Material Icons Round";
  font-size: 20px;
  color: #198754;
  position: absolute;
  top: -3px;
  left: 0;
  content: "\e137";
}

.list-normal {
  list-style: none;
  padding-left: 0;
}
.list-normal li {
  padding-left: 1em;
  margin-bottom: 7px;
}
.list-normal li:before {
  content: "•";
  color: #0065FF;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.list-search-history {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-search-history > li {
  display: flex;
  align-items: center;
}
.list-search-history .text {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  padding: 10px 0;
}
.list-search-history i {
  color: #ced4da;
}

.timeline-num {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.timeline-num li {
  border-left: 1px solid #fd8c14;
  margin-left: 12px;
  padding-left: 30px;
  position: relative;
  min-height: 40px;
}
.timeline-num li:last-child {
  border-left: none;
}
.timeline-num .num {
  position: absolute;
  top: -1px;
  left: -12px;
  background: #FFE5BE;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block;
  color: #fd8c14;
  text-align: center;
  font-size: 0.875rem;
  line-height: 24px;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.timeline li {
  border-left: 1px solid #fd8c14;
  margin-left: 12px;
  padding-left: 30px;
  position: relative;
  min-height: 40px;
  padding-bottom: 10px;
}
.timeline li:before {
  position: absolute;
  top: 5px;
  left: -6px;
  content: "";
  background: #fd8c14;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  display: inline-block;
}

.cols-two {
  column-count: 2;
}

.cols-three {
  column-count: 3;
}

.cols-four {
  column-count: 4;
}

/* IF CARD IS LINKED */
a[class*=product] {
  color: initial;
}
a[class*=product]:hover .title {
  color: #0065FF;
}

/* BASE STYLE FOR PRODUCT ITEM */
[class*=product] {
  color: initial;
  display: block;
}
[class*=product] .title {
  color: #495057;
  display: block;
}
[class*=product] .badge {
  top: 10px;
  left: 10px;
  position: absolute;
}
[class*=product] .img-wrap {
  background-color: #f2f2f2;
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}
[class*=product] .img-wrap img {
  height: 100%;
  width: 100%;
  display: inline-block;
  object-fit: cover;
  mix-blend-mode: multiply;
}
[class*=product] p {
  margin-bottom: 0;
}
[class*=product]:hover .img-wrap {
  border: 1px solid #ced4da;
}
[class*=product]:active .img-wrap {
  border: 1px solid #ced4da;
}
[class*=product] .price-wrap {
  line-height: 1.2;
}

/*  PRODUCT ITEM */
.product .img-wrap {
  height: 165px;
  border-radius: 0.36rem;
}
.product .img-wrap.lg {
  height: 210px;
}
.product .img-wrap.img-book img {
  mix-blend-mode: normal;
}
.product .info-wrap {
  overflow: hidden;
  padding: 1.25rem;
  color: #212529;
}
.product .text-wrap {
  padding-top: 0.625rem;
  line-height: 1.25;
}
.product .title {
  font-size: 0.875rem;
}
.product .price {
  font-weight: 600;
}

/*  PRODUCT BOOK */
.product-book .img-wrap {
  height: 220px;
  border-radius: 0.36rem;
}
.product-book .img-wrap img {
  mix-blend-mode: normal;
}
.product-book .text-wrap {
  padding-top: 0.625rem;
  line-height: 1.25;
}
.product-book .price {
  font-size: 0.875rem;
  color: #adb5bd;
}

.scroll-horizontal .product .img-wrap {
  height: 135px;
}
.scroll-horizontal .product-book .img-wrap {
  height: 200px;
}

/*  PRODUCT ITEM */
.product-list {
  display: flex;
}
.product-list .rating-wrap {
  margin-bottom: 5px;
}
.product-list .img-wrap {
  display: block;
  height: 120px;
  width: 130px;
  background-color: #e9ecef;
  border-radius: 0.5rem;
}
.product-list .img-wrap img {
  mix-blend-mode: normal;
}
.product-list .img-wrap.lg {
  height: 210px;
}
.product-list .info-wrap {
  overflow: hidden;
  padding-left: 0.625rem;
  color: #212529;
  flex-grow: 1;
  width: 70%;
}

.card .img-wrap {
  overflow: hidden;
}

.box {
  padding: 1rem;
  border-radius: 0.5rem;
  display: block;
}
.box img {
  max-width: 100%;
}

a.card, a.box {
  color: initial;
}

.icontext {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.icontext p {
  margin-bottom: 0;
}
.icontext .text {
  width: 100%;
}
.icontext .icon {
  position: relative;
  margin-right: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.icontext .title {
  display: block;
  margin-bottom: 0;
}

.breadcrumb.steps .breadcrumb-item {
  opacity: 0.4;
}
.breadcrumb.steps .breadcrumb-item.current, .breadcrumb.steps .breadcrumb-item.done {
  opacity: 1;
}
.breadcrumb.steps .breadcrumb-item.current {
  font-weight: bold;
}

.tag {
  display: inline-block;
  padding: 3px 7px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 85%;
}

.user-online {
  position: relative;
}
.user-online img {
  border: 3px solid #fd8c14;
}
.user-online:after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 5;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  display: inline-block;
  background-color: #1DC41F;
}

.item-logo {
  margin-bottom: 20px;
  text-align: center;
}
.item-logo img {
  max-height: 65px;
}

.icon-control {
  float: right;
  color: #ced4da;
}

.notify {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 3rem;
  color: #fff;
  background-color: #dc3545;
}

.dot {
  font-style: normal;
  opacity: 0.5;
}
.dot::after {
  content: "•";
  display: inline-block;
}

.pulsate {
  animation-name: highlight_anim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}

@keyframes highlight_anim {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(0.9);
  }
  25% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
}
/* rating-list */
.rating-wrap {
  line-height: 1;
}

.rating-stars {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  clear: both;
  line-height: 0.8;
}
.rating-stars i {
  font-size: 14px;
  color: #ccc;
  display: inline;
}
.rating-stars img {
  height: 14px;
  max-width: none;
}
.rating-stars li {
  display: block;
  text-overflow: clip;
  white-space: nowrap;
  z-index: 1;
}
.rating-stars li.stars-active {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rating-stars li.stars-active i {
  color: orange;
}
.rating-stars.stars-lg img {
  height: 18px;
  max-width: none;
}

.label-rating {
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

[class*=avatar-] {
  display: inline-block;
  text-align: center;
  flex-grow: 0;
  border-radius: 50%;
  color: #adb5bd;
  background-color: #dee2e6;
}

.avatar-xs {
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 24px;
}

.avatar-sm {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 26px;
}

.avatar-md {
  width: 56px;
  height: 56px;
  line-height: 55px;
  font-size: 32px;
}

.avatar-lg {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 48px;
}

.card-banner {
  display: flex;
  position: relative;
  overflow: hidden;
  border: 0;
  background: #0065FF;
  background-size: cover;
  background-position: center center;
}
.card-banner .card-body {
  background-size: cover;
  position: relative;
  z-index: 10;
}
.card-banner .caption {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  padding: 1.4rem;
  color: #fff;
}
.card-banner .caption.bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.card-banner .caption.top {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.card-banner .caption.left {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.card-banner .text-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 10px 20px;
  padding-top: 30px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  color: #fff;
}
.card-banner .text-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 7px 20px;
  padding-top: 30px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.card-banner .card-img {
  object-fit: cover;
}
.card-banner .img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  max-width: 100%;
}

.item-category-grid {
  height: 96px;
  text-align: center;
  background-color: #ddebff;
  color: initial;
  padding: 0.625rem 0;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
  border-radius: 0.6rem;
}
.item-category-grid img, .item-category-grid .icon {
  width: 32px;
  height: 32px;
}
.item-category-grid .icon-wrap {
  margin-top: 15px;
  margin-bottom: 7px;
  display: block;
}
.item-category-grid i {
  font-size: 28px;
  line-height: 32px;
  color: #0065FF;
}
.item-category-grid .text {
  color: #212529;
  display: block;
  line-height: 1.2;
}
.item-category-grid:focus {
  background-color: #9ec5fe;
}

.item-category-sm {
  text-align: center;
  display: block;
  border-radius: 0.5rem;
}
.item-category-sm img, .item-category-sm .icon {
  width: 30px;
  height: 30px;
}
.item-category-sm .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.6rem;
  margin-bottom: 7px;
  background-color: #f2f2f2;
  width: 70px;
  height: 70px;
  padding: 0.625rem 0;
}
.item-category-sm i {
  font-size: 26px;
  line-height: 32px;
}
.item-category-sm .title {
  display: block;
  color: #adb5bd;
  font-size: 0.8rem;
  line-height: 1.2;
}
.item-category-sm:active {
  opacity: 0.7;
}
.item-category-sm:hover {
  opacity: 0.7;
}

.item-category-img {
  overflow: hidden;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  height: 100px;
  border-radius: 0.5rem;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  color: #fff;
}
.item-category-img .text {
  position: relative;
  z-index: 7;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
  letter-spacing: 0.5px;
}
.item-category-img:hover {
  color: #fff;
}

.nav-list {
  margin-left: 1.25rem;
}

.btn-list:last-child {
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
}

.btn-list {
  color: initial;
  position: relative;
  font-weight: 500;
  padding: 15px 1.25rem;
  padding-left: 7px;
  margin-left: -7px;
  border-bottom: 1px solid #eee;
  display: block;
}
.btn-list:active {
  background-color: #f2f2f2;
}
.btn-list:hover {
  background-color: #f2f2f2;
}
.btn-list .icon-control, .btn-list .icon-action {
  color: #ced4da;
  float: right;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-list .title {
  color: #adb5bd;
  display: block;
}

.list-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-menu li.nav-item {
  margin-bottom: 0.625rem;
  border-radius: 0.5rem;
}
.list-menu li.nav-item:active {
  background-color: #f2f2f2;
  box-shadow: 0 0 0 3px #f2f2f2;
}
.list-menu li.nav-item:hover {
  background-color: #f2f2f2;
  box-shadow: 0 0 0 3px #f2f2f2;
}
.list-menu a {
  color: #212529;
  width: 100%;
}
.list-menu .icon {
  background-color: #ddebff;
}
.list-menu .title {
  font-weight: 500;
}

.input-spinner {
  width: 160px;
  flex-wrap: nowrap;
  display: inline-flex;
  vertical-align: middle;
}
.input-spinner input.form-control {
  text-align: center;
  max-width: 60px;
  flex-basis: 60px;
  border-color: #dee2e6;
  flex-grow: 0;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.input-spinner .btn {
  width: 48px;
  border-color: #dee2e6;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.input-group-sm.input-spinner {
  width: 124px;
}

.input-dark {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
}

.checkbox-btn {
  position: relative;
}
.checkbox-btn input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-btn input:checked ~ .btn {
  border-color: #0065FF;
  background-color: #0065FF;
  color: #fff;
}

.js-check.box {
  width: 100%;
  border: 2px solid #dee2e6;
  background-color: #f2f2f2;
}

.js-check {
  position: relative;
}
.js-check .checkbox {
  position: absolute;
  top: 21px;
  right: 18px;
}
.js-check.active {
  border-color: #0065FF;
}
.js-check:hover:not(.active) {
  border-color: #ccc;
}

/* ================== PAGES =================== */
body.dialog-on {
  overflow: hidden;
}

.app-content {
  min-height: calc(100vh - 110px);
  padding-bottom: 60px;
  max-width: 1024px;
  margin: 0 auto;
}

section {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.preloader {
  background-color: #0065FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  top: 0;
  left: 0;
  overflow: hidden;
}
.preloader img {
  height: 32px;
  width: auto;
  margin-bottom: 15px;
}

/* ================== PAGE DETAILS ==================  */
.gallery-wrap img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-wrap .item-slider {
  height: 320px;
  width: 86%;
  overflow: hidden;
  background: #e9ecef;
  text-align: center;
  margin-right: 0;
  margin-bottom: 0;
}
.gallery-wrap .item-slider img {
  mix-blend-mode: multiply;
}
.gallery-wrap .img-big-wrap {
  height: 280px;
  overflow: hidden;
  background: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
  display: block;
}
.gallery-wrap .img-big-wrap img {
  mix-blend-mode: multiply;
}
.gallery-wrap .thumbs-wrap {
  line-height: 1;
}
.gallery-wrap .thumbs-wrap .item-thumb {
  width: 74px;
  height: 56px;
  background: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 0.36rem;
  display: inline-block;
  overflow: hidden;
}
.gallery-wrap .thumbs-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.title-detail {
  margin-bottom: 5px;
}

.info-detail-wrap p {
  margin-bottom: 0;
}

.item-option-select {
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 15px;
}
.item-option-select .btn {
  min-width: 80px;
}

.title-item-detail {
  margin-bottom: 15px;
}

.table-price-detail {
  border-top: 1px solid #dee2e6;
  width: 100%;
  margin-bottom: 1rem;
}
.table-price-detail td {
  padding: 5px 0;
}
.table-price-detail td:first-child {
  width: 90px;
}
.table-price-detail td:last-child {
  color: #adb5bd;
}
.table-price-detail tr {
  border-bottom: 1px solid #dee2e6;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #666;
}

::-webkit-scrollbar-track {
  background: #ddd;
}

/*# sourceMappingURL=ui.css.map */
