#contents {
  margin-top: 96px;
}

footer {
  margin-top: 32px;
  margin-bottom: 32px;
}

.po {
  cursor: pointer;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.session-backdrop {
  z-index: 1100;
}

.border-white {
  border-color: #c5c5c5 !important;
}

/* color variations SICC */
body.sicc .bg-danger {
  background-color: #ed184f !important;
}

body.sicc .text-danger {
  color: #ed184f !important;
}

body.sicc .badge-blue {
  background-color: #1B6AFC !important;
  border-color: #1B6AFC !important;
}

body.sicc .badge-green {
  background-color: #10B269 !important;
  border-color: #10B269 !important;
}

body.sicc .border-green {
  border-color: #10B269 !important;
}

body.sicc .border-yellow {
  border-color: #FCB400 !important;
}

body.sicc .border-blue {
  border-color: #1B6AFC !important;
}

.loader .dots span {
  background-color: #ed184f;
}

body.sicc .btn-primary {
  background-color: #ed184f;
  border-color: #ed184f;
}

body.sicc .btn-primary:hover {
  background-color: #d41645;
  border-color: #d41645;
}

body.sicc .btn-primary:target,
body.sicc .btn-primary:active:hover,
body.sicc .btn-primary:active:focus,
body.sicc .btn-primary:active,
body.sicc .btn-primary:focus {
  background-color: #d41645;
  border-color: #d41645;
  box-shadow: 0 0 0 0.25rem rgba(212, 22, 69, 0.5);
}

body.sicc .btn-outline-primary {
  color: #ed184f;
  border-color: #ed184f;
}

body.sicc .btn-outline-primary:hover {
  background-color: #ed184f;
  border-color: #ed184f;
  color: #ffffff;
}

body.sicc .btn-outline-primary:target,
body.sicc .btn-outline-primary:active:hover,
body.sicc .btn-outline-primary:active:focus,
body.sicc .btn-outline-primary:active,
body.sicc .btn-outline-primary:focus {
  color: #ed184f;
  border-color: #ed184f;
  box-shadow: 0 0 0 0.25rem rgba(212, 22, 69, 0.5);
}

body.sicc .btn-outline-primary:focus:hover {
  color: #ffffff !important;
}

body.sicc .form-check-input:checked:not(:valid):not(:invalid) {
  background-color: #1B6AFC;
  border-color: #1B6AFC;
}

/* color variations MICC */
body.micc .bg-danger {
  background-color: #ed184f !important;
}

body.micc .text-danger {
  color: rgba(26, 52, 130, 0.8901960784) !important;
}

body.micc .badge-blue {
  background-color: #1B6AFC !important;
  border-color: #1B6AFC !important;
}

body.micc .badge-green {
  background-color: #107F30 !important;
  border-color: #107F30 !important;
}

body.micc .border-green {
  border-color: #107F30 !important;
}

body.micc .border-yellow {
  border-color: #FC9402 !important;
}

body.micc .border-blue {
  border-color: #244598 !important;
}

body.micc .loader .dots span {
  background-color: rgba(26, 52, 130, 0.8901960784);
}

body.micc .btn-primary {
  background-color: rgba(26, 52, 130, 0.8901960784);
  border-color: rgba(26, 52, 130, 0.8901960784);
}

body.micc .btn-primary:hover {
  background-color: #1A3482;
  border-color: #1A3482;
}

body.micc .btn-primary:target,
body.micc .btn-primary:active:hover,
body.micc .btn-primary:active:focus,
body.micc .btn-primary:active,
body.micc .btn-primary:focus {
  background-color: #1A3482;
  border-color: #1A3482;
  box-shadow: 0 0 0 0.25rem rgba(26, 52, 130, 0.5);
}

body.micc .btn-outline-primary {
  color: rgba(26, 52, 130, 0.8901960784);
  border-color: rgba(26, 52, 130, 0.8901960784);
}

body.micc .btn-outline-primary:hover {
  background-color: rgba(26, 52, 130, 0.8901960784);
  border-color: rgba(26, 52, 130, 0.8901960784);
  color: #ffffff !important;
}

body.micc .btn-outline-primary:target,
body.micc .btn-outline-primary:active:hover,
body.micc .btn-outline-primary:active:focus,
body.micc .btn-outline-primary:active,
body.micc .btn-outline-primary:focus {
  color: rgba(26, 52, 130, 0.8901960784);
  border-color: rgba(26, 52, 130, 0.8901960784);
  box-shadow: 0 0 0 0.25rem rgba(26, 52, 130, 0.5);
}

body.micc .btn-outline-primary:focus:hover {
  color: #ffffff !important;
}

body.micc .form-check-input:checked {
  background-color: #244598;
  border-color: #244598;
}

body.ltrk .loader .dots span {
  color: #073749 !important;
}

/* color variations LTRK */
body.ltrk .bg-danger {
  background-color: #ed184f !important;
}

body.ltrk .text-danger {
  color: #073749 !important;
}

body.ltrk .text-danger {
  color: #073749 !important;
}

body.ltrk .badge-blue {
  background-color: #1B6AFC !important;
  border-color: #1B6AFC !important;
}

body.ltrk .badge-green {
  background-color: #10B269 !important;
  border-color: #10B269 !important;
}

body.ltrk .border-green {
  border-color: #10B269 !important;
}

body.ltrk .border-yellow {
  border-color: #FCB400 !important;
}

body.ltrk .border-blue {
  border-color: #bdbdbd !important;
}

body.ltrk .loader .dots span {
  background-color: #073749;
}

body.ltrk .btn-primary {
  background-color: #073749;
  border-color: #073749;
}

body.ltrk .btn-primary:hover {
  background-color: #1A3482;
  border-color: #1A3482;
}

body.ltrk .btn-primary:target,
body.ltrk .btn-primary:active:hover,
body.ltrk .btn-primary:active:focus,
body.ltrk .btn-primary:active,
body.ltrk .btn-primary:focus {
  background-color: #1A3482;
  border-color: #1A3482;
  box-shadow: 0 0 0 0.25rem rgba(26, 52, 130, 0.5);
}

body.ltrk .btn-outline-primary {
  color: #073749;
  border-color: #073749;
}

body.ltrk .btn-outline-primary:hover {
  background-color: #073749;
  border-color: #073749;
  color: #ffffff !important;
}

body.ltrk .btn-outline-primary:target,
body.ltrk .btn-outline-primary:active:hover,
body.ltrk .btn-outline-primary:active:focus,
body.ltrk .btn-outline-primary:active,
body.ltrk .btn-outline-primary:focus {
  color: #073749;
  border-color: #073749;
  box-shadow: 0 0 0 0.25rem rgba(26, 52, 130, 0.5);
}

body.ltrk .btn-outline-primary:focus:hover {
  color: #ffffff !important;
}

body.ltrk .form-check-input:checked {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

.form-check-input:focus {
  border-color: #a9c2f1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 106, 252, 0.25);
}

div.position-fixed.align-items-center.bottom-0 {
  z-index: 10000;
}

@media (min-width: 991px) {
  .table-responsive {
    overflow: inherit;
  }
}
@media (max-width: 500px) {
  .toast {
    width: auto;
  }
}
header {
  padding: 8px 0px;
  z-index: 1;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  transition: all ease-in 0.24s;
}

header .img-responsive {
  width: 100%;
  transition: all ease-in 0.24s;
}

header .img-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: all ease-in 0.24s;
}

header .logo-block figure {
  margin-bottom: 0;
  width: 180px;
}

/*====================== # Responsive styles ============================*/
header.scrolled {
  background: #fafafa;
  width: 100%;
  padding: 3px 0;
  box-shadow: 1px 1px 10px 1px #ddd;
}

header.scrolled img {
  transform: scale(0.84);
}

header.green {
  background: #ed184f;
}

footer.limited-footer {
  text-align: center;
  color: #6c757d;
}

@media (max-width: 1200px) {
  .logo-block figure, .top-description {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .logo-block figure {
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .menu-block .container-fluid, .navbar-collapse {
    padding-right: 15px;
  }
  .download-popup .download-app-text, .big-image figure img, .banner-text .popular-tags, .carousel-container, .top-description > p, .food-image, .pricing-banner .banner-text, .comment-form p.comment-form-author, .comment-form p.comment-form-email, .artilce-info > span, .article-info .article-tags, .social-share > span, .social-share ul, .comment-body figure img, .top.admin figure img, .blog-left-content-full .comment-form p.comment-form-author, .blog-left-content-full .comment-form p.comment-form-email, .blog-left-content-full blockquote, .right-form-block, select.select-program, .download-app-block .left-mobile, .download-app-block .download-app-text, .download-from a img, .testimonials-block .testimonials, .blog-admin, .select-payment-btns .select-payment-btn, .payment-form form fieldset:last-of-type input[type=submit], .img-text-center p, .testimonial-box-wrap, .blog-single-wrap figure img {
    width: 100%;
  }
}
.privacy-banner {
  border-top: 2px solid #ed184f;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 1rem 0.5rem;
  background: #fff;
  z-index: 1030;
  font-size: 14px;
  margin: 0;
}
.privacy-banner p {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .privacy-banner {
    padding: 1.5rem 0.5rem;
  }
}
@media (min-width: 768px) {
  .privacy-banner a {
    display: inline-block;
    margin: 0 10px;
  }
}

.hamburger-menu {
  z-index: 2;
}
.hamburger-menu button {
  position: relative;
  width: 30px;
  height: 22px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu button span {
  position: absolute;
  height: 3px;
  background: #323232;
  width: 100%;
  left: 0px;
  top: 0px;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.hamburger-menu button span:nth-child(2) {
  top: 9px;
}
.hamburger-menu .hamburger-menu button span:nth-child(3) {
  top: 18px;
}
.hamburger-menu .hamburger-menu [data-state=open] span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.hamburger-menu .hamburger-menu [data-state=open] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger-menu .hamburger-menu [data-state=open] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

nav.menu-cont {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background: #f8f8f8;
  width: 300px;
  z-index: 123;
  padding-top: 0px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.24s cubic-bezier(0.52, 0.01, 0.8, 1);
  transition: 0.24s cubic-bezier(0.52, 0.01, 0.8, 1);
}
nav.menu-cont[data-state=open] {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
nav.menu-cont[data-state=open] ul li:nth-child(1) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
nav.menu-cont[data-state=open] ul li:nth-child(2) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
nav.menu-cont[data-state=open] ul li:nth-child(3) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
nav.menu-cont[data-state=open] ul li:nth-child(4) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
nav.menu-cont[data-state=open] ul li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
nav.menu-cont .menu-close {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 2rem;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
nav.menu-cont .menu-close:hover {
  margin-left: 4px;
}
nav.menu-cont ul {
  list-style: none;
}
nav.menu-cont li {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: 0.16s cubic-bezier(0.44, 0.09, 0.46, 0.84);
  transition: 0.16s cubic-bezier(0.44, 0.09, 0.46, 0.84);
  opacity: 0;
}
nav.menu-cont a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
nav.menu-cont a:hover {
  text-decoration: underline;
  margin-left: 4px;
}

.link {
  font-size: 0.875em;
}

.stats .po {
  transition: transform 0.2s;
}

.stats .po.active,
.stats .po:hover {
  transform: scale(1.05);
}

/* product list */
.table-p-list thead tr th:nth-child(1) {
  width: 44px;
}

.table-p-list .search-cont {
  display: none;
}

.table-p-list .bi-search {
  cursor: pointer;
}

.table-p-list {
  overflow-y: visible !important;
}

.timgc {
  max-width: 50px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.timgc img {
  position: relative;
  min-height: 28px;
}

.modal-body-cont {
  max-width: 1200px;
  margin: auto;
}

.modal-body-cont .order-row > .form-control {
  width: auto;
  min-width: 100px;
}

.modal-body-cont .gen-list-group {
  min-width: 100px;
}

.modal-body-cont .gen-list-name {
  min-width: 300px;
}

.modal-body-cont .gen-list-weight {
  min-width: 160px;
}

.modal-body-cont .gen-list-weight > select,
.modal-body-cont .gen-list-weight > input {
  width: auto;
  max-width: 90px;
}

.card-footer a, .card-footer p {
  font-size: 12px;
}
