/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@font-face {
  font-family: "db-helvethaica-x";
  src: local("DBHelvethaicaX"), url(fonts/DBHelvethaicaX/DBHelvethaicaXv3.2.827e948.ttf) format("truetype")
}
:root{
  --fd-red: #B90C14;      /* primary */
  --fd-red-dark:#7E0A0E;  /* header/dark */
  --fd-cream:#FFF4F4;     /* bg soft */
  --fd-border: rgba(0,0,0,.08);       /* Primary */
  --fd-red-10: rgba(237, 28, 36, .10);
  --fd-red-16: rgba(237, 28, 36, .16);
  --fd-red-24: rgba(237, 28, 36, .24);
  --fd-gray-1: #f7f7f8;
  --fd-gray-2: #f0f0f0;
  --fd-gray-3: #e5e5e7;
  --fd-text: #1c1d20;
  --ok: #0a7c2f;
  --warn: #b91c1c;
  --card-bg: rgba(255,255,255,0.9);
  --card-brd: rgba(237,28,36,0.15);
}
* {
  outline: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}
*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type=number] {
  -moz-appearance: textfield
}
a[data-cart-delete] {
  font-size: 1.3rem;
}
a[data-cart-delete] i {
  font-size: 0.9rem;
  color: #b5b2b2;
}
.fs-small {
  font-size: 0.9rem !important
}
.site-main {
  min-height: calc(100vh + 59vh);
}
.form-check-input:checked {
  background-color: #e61634;
  border-color: #ffffff00;
}
body {
  background-color: #c71f1c;
  background-size: cover;
  background-position: bottom;
  background-attachment: scroll;
  font-size: 1.3rem;
  font-family: 'db-helvethaica-x', sans-serif;
  line-height: 25px;
  color: #888;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: none;
  border: none;
  padding: 8px !important;
  width: 68px;
  height: 100%;
  border-radius: 0;
  font-size: 1.5em;
  color: #ffffff4a;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
}
.text-dark {
  color: #414042 !important;
}
i.fs-6 {
  font-size: 0.8rem !important;
}
.dropdown-menu {
  font-size: 1.2rem;
}
.dropdown-menu ul li > a:not(.grey):hover, .dropdown-menu ul li > a:hover, .dropdown-menu ul li label:not(.grey):hover, .dropdown-menu ul li label:hover {
  background-color: #ed1c24;
  color: #FFF;
  cursor: pointer
}
.line-bar {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dee2e6;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.line-bar span {
  background: #fff;
  padding: 0 10px;
}
.nav-header li.list-inline-item {
  min-width: max-content;
  text-align: center;
}
footer {
  background-color: #ffcecd;
}
.pna-checkbox[type=checkbox] {
  width: 20px;
  height: 20px;
  color: #ed1c24;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
}
.card-product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 21px;
  height: 40px;
  color: #000;
  font-size: 21px;
}
.card-product-name .badge {
  background-color: #830f12;
  padding: 0px 5px 0px 5px;
}
/* Pseudo element for check styling */
.pna-checkbox[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #c0c0c0;
}
.icon-img-top {
  width: 60px;
}
/* Checked */
.pna-checkbox[type=checkbox]:checked {
  background-color: currentcolor;
}
.pna-checkbox[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
/* Disabled */
.pna-checkbox[type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}
/* IE */
.pna-checkbox[type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
.pna-checkbox[type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
.list-group-item {
  background-color: transparent;
}
h5 {
  font-size: 1.5rem;
}
ul.footer-menu {
  display: inline-flex;
  list-style: none;
}
ul.footer-menu li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.bg-backdrop {
  background-color: #f5f5f5;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.bg-backdrop-2 {
  background-color: #0000004a;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.card.backdrop {
  background-color: #ffffff80;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.backdrop-1 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.backdrop-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.backdrop-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.backdrop-4 {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.backdrop-5 {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.dropdown-menu {
  background-color: #ffffff;
  padding: 0;
}
.dropdown-menu ul {
  background-color: transparent;
}
[data-dropdown].arrow::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: 3px;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
[id^=NotiflixReportWrap] > div[class*="-overlay"] {
  background-color: #fbfbfb80 !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
h1, h2, h3, h4, h5, h6 {
  color: #333
}
p {
  font-size: 1.2rem;
  line-height: 22px;
  color: #888
}
img {
  height: auto;
  max-width: 100%
}
img.logo {
  width: 142.5px;
}

/* ---- Desktop & Tablet (>=768px) ---- */
.progresses {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
}
.step-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  min-width: 60px;
}
.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background-color: #ccc;
  margin-bottom: 2px;
}
.steps.active {
  background-color: #c71f1c;
}
.step-label {
  margin-top: 6px;
  font-size: 17px;
  color: #333;
  text-align: center;
  width: max-content;
  min-height: 24px;
  line-height: 1.2;
}
.line {
  flex: 1;
  height: 6px;
  margin-top: 17px;
  background: #ccc;
  border-radius: 3px;
}
.line.active {
  background: #c71f1c;
}
@media (max-width: 991.98px) {
  .progresses {
    gap: 0.15rem;
  }
  .step-label {
    font-size: 15px;
  }
  .steps {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}

ul, ol {
  list-style: outside none none
}
ul {
  margin: 0;
  padding: 0
}
.optionbox {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .09);
  border-radius: 2px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, .8);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin: 5px 5px 0 0 !important;
   !i;
   !;
  min-height: 1.5rem;
  min-width: 5rem;
  outline: 0;
  overflow: visible;
  padding: .5rem;
   !;
   !i;
   !;
  position: relative;
  text-align: left;
  font-size: 19px !important;
   !i;
   !;
  word-break: break-word;
}
.optionbox.mobile {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .09);
  border-radius: 2px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, .8);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin: 3px 2px 0 0 !important;
   !i;
   !;
  min-height: 0.5rem;
  min-width: 2rem;
  outline: 0;
  overflow: visible;
  padding: .5rem;
   !;
   !i;
   !;
  position: relative;
  text-align: left;
  font-size: 16px !important;
   !i;
   !;
  word-break: break-word;
}
.optionbox:has(input[type="radio"]:checked) {
  border-color: #ed1c24 !important;
   !i;
   !;
   !o;
   !; /* à¸ªà¸µà¸‚à¸­à¸‡ border-ichitan */
  color: #ed1c24;
  background-color: #ffffff; /* à¸•à¸±à¸§à¸­à¸¢à¹ˆà¸²à¸‡à¸ªà¸µ active */
}
.collapse-ichitan {
  background-color: #ed1c24;
  padding: 10px;
  border-radius: .5rem;
  color: #fff !important;
}
.product-detail ul {
  list-style: circle;
}
img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
a {
  text-decoration: none !important;
  color: #888;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s
}
a:hover {
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  color: #333
}
a, a:hover {
  text-decoration: none
}
a:focus {
  outline: medium;
  outline-offset: 0
}
ion-icon.nav {
  font-size: 1.5rem;
}
.pomo {
  align-items: center;
  border: 0;
  color: #ee4d2d;
  cursor: default;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 3px 7px;
  position: relative;
  z-index: 1;
  background: rgba(208, 1, 27, .08);
  padding-left: 10px;
  border-left: 4px solid #ed1c247d;
}
.border-none {
  border: medium !important
}
.bg-ichitan {
  background-color: #ed1c24 !important;
}
.bg-ichitan a {
  color: #fff;
}
.bg-ichitan a:hover, .bg-ichitan a:focus {
  color: #fff;
}
.section-bg-ichitan {
  background-color: #ffbf00
}
.section-bg-ichitan-1 {
  background-color: #fff
}
.section-bg-ichitan-2 {
  background-color: #fff5d2
}
.section-bg-ichitan-3 {
  background-color: #fcd045
}
.section-padding {
  padding: 40px 0
}
.margin-auto {
  margin: auto
}
.dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer {
  margin-top: 15px;
  padding: 0
}
.help-block li {
  color: red
}
.bg-success {
  background: #51aa1b none repeat scroll 0 0 !important
}
.bg-ichitan-h {
  background: #fff5d2 none repeat scroll 0 0 !important
}
.bg-ichitan {
  background: #333333;
  color: #ffffffd1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-ichitan-r {
  background: #bb233c none repeat scroll 0 0 !important
}
.bg-dark {
  background: #1c2224 none repeat scroll 0 0 !important
}
.btn-secondary {
  background: #ED1C24 none repeat scroll 0 0 !important;
}
.box-ichitan {
  border: 1px solid #33333347;
}
.text-ichitan {
  color: #ED1C24 !important;
}
.border-ichitan.active {
  border: thin solid #ED1C24 !important;
  color: #ED1C24 !important;
  user-select: none;
}
.text-ichitan-r {
  color: #fcd912 !important
}
.text-secondary {
  color: #e96125 !important
}
.text-ellipsis {
  white-space: nowrap !important;
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important
}
.alert-ichitan {
  color: #737373;
  background-color: #FAE1E0;
  border-color: #e3cecd;
}
.border-ichitan {
  border-color: #e1e1e1 !important;
}
.badge {
  border-radius: 2px;
  font-weight: 400
}
.btn {
  border: medium;
  border-radius: 2px !important;
  font-size: 1.3rem;
}
.bg-backstar {
  background-position: top;
  background-size: contain;
  background-repeat: repeat-x;
}
.heading-design-h5 {
  font-size: 18px;
  margin-bottom: 14px
}
.heading-design-h5 a {
  font-size: 15px;
  line-height: 22px
}
.border-top {
  border-top: 1px solid #eee !important
}
.border-bottom {
  border-bottom: 1px solid #eee !important
}
.border-bottom-foodland {
  border-bottom: 1px solid #770f12 !important
}
.icon-16x16 {
  width: 16px;
}
section.aim-foodland {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
}
.aim-foodland .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  margin: 0;
}
.pagebake_header {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.pagebake {
  position: relative;
  top: -7px
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #f9f9f9 !important;
  color: #1c2224 !important;
  text-decoration: none
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  width: 100%
}
.select2-container .select2-selection--single {
  height: 35px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 21px
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: .375rem .75rem
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 5px
}
.checkout-step-two .select2-container {
  width: 100% !important
}
.accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:first-of-type {
  border: 1px solid #eee
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.accordion-button.accordion-ichitan:not(.collapsed) {
  color: #fff;
  background-color: #e7192d;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button.accordion-ichitan:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg)
}
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #fff;
  text-decoration: none;
  background-color: #e7192d;
}
.select2-dropdown {
  border: medium !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 4px 4px #dcdcdc !important;
  box-shadow: 0 4px 4px #dcdcdc !important
}
.owl-theme .owl-controls .owl-buttons div, .footer-social a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s
}
.owl-theme .owl-controls .owl-buttons div:hover, .footer-social a:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09)
}
.input-group-text {
  border-radius: 2px
}
.invalid-tooltip {
  top: -5px;
  right: 0;
  padding: 5px;
}
.card-header {
  background-color: #fbfbfb;
  border-bottom: 1px solid #eee
}
.card {
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid #eee0;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px
}
.list-group-item:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px
}
.list-group-item {
  border: 1px solid #eee
}
.navbar-nav li.dropdown:hover .dropdown-menu {
  display: block
}
.modal.fullscreen-modal .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.modal.fullscreen-modal .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: #c71f1c;
}
.modal.fullscreen-modal .modal-body {
  overflow-y: auto;
}
.osahan-menu {
  padding: 0;
  -webkit-box-shadow: 0 2px 2px #eaeaea;
  box-shadow: 0 2px 2px #eaeaea;
  z-index: 1001
}
.osahan-menu .navbar-brand {
  padding: 15px 18px
}
.osahan-menu .navbar-brand:hover {
  background: #f9eecb none repeat scroll 0 0
}
.main-nav-right .btn {
  border-radius: 0 !important;
  border-right: 1px solid #f5e9c3;
  color: #fff;
  margin: 0 0 0 -4px;
  padding: 24px
}
.main-nav-right .btn:hover {
  background-color: #fff3cc !important
}
.main-nav-right li {
  margin: 0 !important
}
.main-nav-right .osahan-top-dropdown img {
  border: 2px solid #fff;
  border-radius: 50px;
  height: 32px;
  left: 20px;
  position: absolute;
  top: 18px;
  width: 32px
}
.main-nav-right .osahan-top-dropdown .dropdown-toggle {
  padding-left: 65px
}
.cart_img .imgbox {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  position: relative
}
.cart-btn .mdi {
  font-size: 20px;
  line-height: 0;
  margin-right: 5px;
  vertical-align: -3px
}
.cart-btn .btn {
  font-weight: 500;
  position: relative
}
.sing-menu .cart-value {
  background: #c71f1c none repeat scroll 0 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  height: 18px;
  right: -2px;
  line-height: 20px;
  min-width: 18px;
  position: absolute;
  bottom: 17px;
  text-align: center;
}
.cart-btn .cart-value {
  background: #c71f1c none repeat scroll 0 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  height: 18px;
  right: 0;
  line-height: 20px;
  min-width: 18px;
  position: absolute;
  bottom: 15px;
  text-align: center;
}
.footer-fix-nav .cart-value {
  background: #ed1c24 none repeat scroll 0 0;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  height: 18px;
  line-height: 19px;
  min-width: 18px;
  position: absolute;
  color: #fff;
  top: 5px;
  left: 55%;
}
.footer-fix-nav .love-value {
  background: #e96125 none repeat scroll 0 0;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  height: 18px;
  line-height: 19px;
  min-width: 18px;
  position: absolute;
  bottom: 50px;
  color: #fff
}
.location-top {
  color: #fff !important
}
.location-top i {
  font-size: 25px;
  vertical-align: sub
}
.top-categories-search {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 16px;
  width: 50%
}
.top-categories-search .form-control {
  border: medium;
  font-size: 15px;
  height: 38px;
  min-width: 384px
}
.top-categories-search .btn {
  border-radius: 0 2px 2px 0 !important;
  font-weight: 500;
  height: 38px;
  padding: 0 21px;
  text-transform: uppercase
}
.top-categories-search .select2-selection.select2-selection--single {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #ececec -moz-use-text-color -moz-use-text-color;
  -o-border-image: none;
  border-image: none;
  border-radius: 2px 0 0 2px;
  border-style: none solid none none;
  border-width: medium 1px medium medium;
  height: 38px
}
.top-categories-search .form-control-select, .top-categories-search .select2-container {
  width: 168px !important
}
.top-categories-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  line-height: 36px;
  padding: 0 16px
}
.top-categories-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px
}
.osahan-menu-2 {
  background: #fff none repeat scroll 0 0 !important;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px #eaeaea;
  box-shadow: 0 2px 2px #eaeaea;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
  top: 74px;
  z-index: 3;
}
.osahan-menu-2 .nav-link {
  color: #666 !important;
  font-size: 14px;
  padding: 13px 16px !important
}
.dropdown-menu {
  border: medium;
  border-radius: 0 0 2px 2px;
  margin: 0
}
.dropdown-menu .dropdown-item {
  color: #666;
  font-size: 13px;
  padding: 5px 14px !important
}
.osahan-menu-2 .nav-link.shop {
  border-right: 1px solid #ececec;
  color: #333 !important;
  font-weight: 500;
  padding-right: 22px !important;
  border-left: 1px solid #ececec
}
.osahan-menu-2 .nav-link:hover {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #333 !important
}
.category-item img {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
  height: 80px;
  margin: 1px 0 8px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  padding: 7px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  width: 80px
}
.category-item:hover img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09)
}
.category-item {
  padding: 8px;
  text-align: center
}
.category-item h6 {
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}
.top-category {
  background: #fff5d2 none repeat scroll 0 0;
  padding: 14px 0
}
.category-item p {
  margin: 0
}
.top-category .owl-prev {
  left: -70px
}
.top-category .owl-next {
  right: -70px
}
.carousel-slider-main .owl-pagination {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0
}
.carousel-slider-main {
  position: relative
}
.carousel-slider-main .owl-prev, .carousel-slider-main .owl-next {
  top: 0;
}
.owl-carousel-featured {
  border-right: 1px solid #eee
}
.product-header .badge {
  background: #baebc56b none repeat scroll 0 0;
  border: 1px solid #30a569;
  border-radius: 2px;
  color: #288148;
  font-size: 12px;
  font-weight: 500;
  right: 5px;
  padding: 4px 10px;
  position: absolute;
  top: 5px;
  z-index: 1;
  line-height: 17px
}
.product-header.mini .badge {
  background: #baebc56b none repeat scroll 0 0;
  border: 1px solid #30a569;
  border-radius: 2px;
  color: #288148;
  font-size: 11px;
  font-weight: 500;
  right: 5px;
  padding: 1px 10px;
  position: absolute;
  top: 5px;
  z-index: 4;
  line-height: 17px
}
.product {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 2px;
  margin: 0 -1px 0 0;
  padding: 20px;
  position: relative
}
.product-header .mdi-circle {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  font-size: 11px;
  height: 22px;
  line-height: 19px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 22px
}
.product-body h5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 1.5rem;
}
.product-body h6 {
  color: #9c9c9c;
  font-size: 1rem;
  margin: 5px 0 14px
}
.product-header img {
  height: 200px;
  margin: 0 0 18px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s
}
.imgbox {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.product-header .imgbox {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 100%;
  position: relative
}
.product-header.mini img {
  height: 134px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s
}
.product:hover .product-header img {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09)
}
.product-header {
  text-align: center
}
.offer-price {
  color: #818181;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 16px;
  min-height: 40px
}
.regular-price {
  color: #666 !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 15px;
  text-decoration: line-through
}
.product-footer .btn {
  border-radius: 49px !important;
  font-size: 12px;
  padding: 6px 12px
}
.coupon {
  border: 1px dashed #ddd;
  min-height: 90px;
}
.coupon .kanan {
  border-left: 1px dashed #ddd;
  width: 40% !important;
  position: relative;
  background-color: #e81c24;
}
.coupon .lead {
  color: #000;
  font-size: 25px;
  margin-bottom: 10px;
}
.coupong.code {
  color: #ffffff;
  font-size: 31px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
}
a.coupong.button {
  padding: 2px;
  background-color: transparent;
  border-radius: .2rem;
  color: #fff !important;
  position: relative;
  bottom: 0;
  width: 100%;
}
.coupon .kanan .info::after, .coupon .kanan .info::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgb(248 249 250);
  border-radius: 100%;
}
.coupon .kanan .info::before {
  top: -10px;
  left: -10px;
}
.coupon .kanan .info::after {
  bottom: -10px;
  left: -10px;
}
.coupon .time {
  font-size: 1.6rem;
}
.product-footer .product-name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}
.owl-carousel-featured .owl-prev {
  left: -40px;
  top: 43%
}
.owl-carousel-featured .owl-next {
  right: -40px;
  top: 43%
}
.feature-box p {
  margin: 0
}
.feature-box h6 {
  font-size: 1.4rem;
  font-weight: 200;
  margin: 0;
  padding: 10px 0 0
}
.feature-box .mdi {
  border: 1px solid #acacac;
  border-radius: 50px;
  color: #acacac;
  display: inline-block;
  float: left;
  font-size: 21px;
  height: 60px;
  line-height: 56px;
  margin: 0 15px 0 0;
  text-align: center;
  width: 60px
}
.footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee !important
}
.app img {
  height: 32px;
  margin: 0 11px 0 0
}
.footer-bottom h3 {
  line-height: 19px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
}
.footer-bottom p {
  line-height: 19px;
  color: #000;
}
.footer-bottom a{
	color: #000;
	font-size: 17px;
}
.footer-bottom a:hover{
	color: #e7192d;
}
.footer-social a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-table;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  color: #fff
}
body.toggled {
  overflow: hidden
}
body.toggled::after {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .7;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 0
}
.cart-sidebar {
  background: #fff none repeat scroll 0 0;
  overflow: auto;
  position: fixed;
  right: -400px;
  top: 0;
  width: 400px;
  z-index: 99;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  height: 100vh
}
.toggled .cart-sidebar {
  right: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}
.cart-sidebar-body {
  height: 66vh;
  overflow: inherit
}
.cart-sidebar-header {
  background: #1c2224 none repeat scroll 0 0;
  color: #fff;
  padding: 18px 20px
}
.cart-sidebar-header h5 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0
}
.cart-sidebar-header .float-right {
  background: #fff none repeat scroll 0 0;
  border-radius: 24px;
  color: #000;
  height: 26px;
  line-height: 25px;
  text-align: center;
  width: 26px
}
.cart-list-product {
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  padding: 14px 20px;
  position: relative
}
.cart-list-product img {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ececec #ececec #dcdcdc;
  -o-border-image: none;
  border-image: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px 1px 3px;
  -webkit-box-shadow: 0 0 3px #ececec;
  box-shadow: 0 0 3px #ececec;
  float: left;
  height: 99px;
  margin: 0 15px 0 0;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 82px
}
.cart-list-product h5 a {
  font-size: 14px
}
.cart-list-product h5 {
  margin: 0
}
.cart-list-product h6 {
  font-size: 11px
}
.cart-list-product > h6 span {
  color: #e96125
}
.remove-cart {
  position: absolute;
  right: 18px;
  top: 12px
}
.cart-list-product .badge {
  background: #f2fef2 none repeat scroll 0 0;
  border: 1px solid #51aa1b;
  border-radius: 2px;
  color: #51aa1b;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 6px
}
.cart-sidebar-footer {
  background: #ececec none repeat scroll 0 0;
  padding: 14px 20px
}
.cart-store-details p {
  margin: 0 0 3px
}
.cart-store-details h6 {
  margin: 10px 0 19px
}
.cart-sidebar-footer .btn {
  padding: 15px 17px
}
.shop-filters .card-header .btn {
  color: #e96125;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%
}
.shop-filters .card-header .btn .mdi {
  position: absolute;
  right: 0
}
.shop-filters .card-body {
  padding: 4px
}
.card-shop-filters {
  padding: 18px !important
}
.card-shop-filters .custom-control {
  margin: 8px 0
}
.card-shop-filters .custom-control .badge {
  float: right;
  margin: 6px 0 0
}
.card-shop-filters .custom-control label {
  width: 100%
}
.list-group-item.active {
  background: #e7192d none repeat scroll 0 0;
  border-color: #af1423;
}
.shop-filters .card {
  margin: -2px 0 0
}
.shop-detail-slider #sync1 {
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}
.shop-detail-slider {
  position: relative
}
.shareapps-icon a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  color: #2e2e2e;
  font-size: 17px;
  height: 35px;
  line-height: 39px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 35px;
  z-index: 2;
  border: 1px solid #6e6e6e
}
.favourite-icon a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  color: #000;
  font-size: 17px;
  height: 35px;
  line-height: 39px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 65px;
  width: 35px;
  z-index: 2;
  border: 1px solid #6e6e6e
}
.favourite-icon a:hover {
  background: #fff none repeat scroll 0 0;
  color: #fe001b;
  border: 1px solid #c3071b
}
.favourite-icon a.active {
  background: #fe001b none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #c3071b
}
.shop-detail-slider #sync2 img {
  border: 2px solid #eee;
  border-radius: 12px;
  cursor: pointer;
  margin: 26px 0 8px;
  width: 67px
}
.shop-detail-slider #sync2 .item {
  text-align: center
}
.shop-detail-right {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 32px
}
.shop-detail-left {
  border: 1px solid #eee;
  border-radius: 12px;
  background-color: #fff;
}
.shop-detail-slider #sync2 .synced img, .shop-detail-slider #sync2 img:hover {
  border-color: #1c2224
}
.shop-detail-slider #sync2 {
  padding: 0 30px;
  position: absolute;
  bottom: -10px;
}
.shop-detail-right .badge {
  background: #f2fef2 none repeat scroll 0 0;
  border: 1px solid #51aa1b;
  border-radius: 2px;
  color: #51aa1b;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 13px
}
.shop-detail-right h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 5px
}
.shop-detail-right > h6 {
  color: #666;
  font-size: 14px;
  margin: 0 0 19px
}
.shop-detail-right .btn {
  font-weight: 500;
  margin: 29px 0;
  padding: 15px 50px;
  text-transform: uppercase
}
.shop-detail-right .btn.mini {
  font-weight: 500;
  margin: 10px 0;
  padding: 7px 50px;
  text-transform: uppercase;
  background: 0 0 !important;
  border: 1px solid #edebeb;
  color: #000
}
.shop-detail-right .btn.mini.active {
  border: 1px solid #e86031;
  color: #e86031
}
.short-description {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 22px
}
.shop-detail-right .regular-price {
  font-size: 15px;
  font-weight: 100;
  margin: 0 0 8px;
  color: #a5a5a5 !important
}
.shop-detail-right .offer-price {
  font-size: 20px;
  font-weight: 600
}
.shop-detail-right .offer-price .text-success {
  font-size: 30px;
  font-weight: 600
}
.shop-detail-right .offer-price .text-ichitan {
  font-size: 30px;
  font-weight: 600;
  color: #ba223f
}
.shop-detail-right .feature-box .mdi {
  background: #e96125 none repeat scroll 0 0;
  border: medium;
  color: #fff
}
.shop-detail-right .feature-box h6 {
  font-weight: 400
}
.shop-detail-right .feature-box {
  margin: 4px 0
}
.cart_product img {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ececec #ececec #dcdcdc;
  -o-border-image: none;
  border-image: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px 1px 3px;
  -webkit-box-shadow: 0 0 3px #ececec;
  box-shadow: 0 0 3px #ececec;
  float: left;
  height: 88px;
  margin: 0;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 72px
}
.cart_summary td {
  vertical-align: middle
}
.cart_summary > thead, .cart_summary > tfoot {
  background: #f7f7f7 none repeat scroll 0 0
}
.cart_summary {
  border: medium !important
}
.qty .form-control {
  border-radius: 2px !important;
  margin: 0 2px;
  text-align: center;
  width: 18px
}
.qty .btn {
  background: #5a6268 none repeat scroll 0 0;
  border-radius: 2px !important;
  color: #fff;
  font-size: 23px;
  height: 33px;
  line-height: 15px;
  padding: 0;
  text-align: center !important;
  vertical-align: baseline;
  width: 27px
}
.cart_description h5 {
  font-size: 15px;
  margin: 0 0 5px
}
.cart_description h6 {
  font-size: 12px;
  font-weight: 100
}
.availability .badge {
  font-size: 11px;
  padding: 6px 11px
}
.cart-table {
  border-top: medium;
  padding: 0
}
.cart-table .table {
  margin-bottom: 0
}
.cart-table .btn-secondary {
  border-radius: 0 !important;
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase
}
.cart_product {
  width: 10%
}
.checkout-step .card {
  margin: 0 0 -1px
}
.checkout-step .card .card-header .btn {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  padding: 9px 0;
  text-align: left;
  text-decoration: none;
  width: 100%
}
.checkout-step .card .card-header .btn .number {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 34px;
  line-height: 28px;
  margin: 0 8px 0 0;
  text-align: center;
  text-decoration: none;
  vertical-align: 0;
  width: 34px;
  border: 2px solid
}
.checkout-step .card .card-header .btn.collapsed .number {
  border: 2px solid #e96125;
  color: #e96125
}
.checkout-step .card .card-header .btn .number {
  border: 2px solid #51aa1b;
  color: #51aa1b
}
.order-done .mdi {
  font-size: 135px;
  line-height: 161px
}
.login-modal-left {
  height: 250px;
  list-style: outside none none;
  margin: auto auto 10px;
  width: 100%;
  background-size: cover
}
.form-control {
  border-radius: 2px;
  font-size: 20px;
}
label {
  font-size: 1.2rem;
  margin: 5px 0 0px;
}
.modal-content {
  border: medium;
  border-radius: 2px
}
.login-modal-right {
  padding: 0
}
.login-icons {
  border: medium;
  border-radius: 2px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase
}
.login-footer-tab .nav-link {
  background: #ececec none repeat scroll 0 0 !important;
  border: medium;
  border-radius: 2px !important;
  margin: 10px 3px 0 2px;
  padding: 7px 20px
}
.login-footer-tab .nav {
  border: medium;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}
.btn-facebook {
  background: #395b9a none repeat scroll 0 0;
  color: #fff
}
.btn-youtube {
  background: #c71e25 none repeat scroll 0 0;
  color: #fff
}
.btn-google {
  background: #db4437 none repeat scroll 0 0;
  color: #fff;
}
.btn-twitter {
  background: #3a9ed8 none repeat scroll 0 0;
  color: #fff
}
.btn-line {
  background: #00b300 none repeat scroll 0 0;
  color: #fff
}
.btn-instagram {
  background: #bc2a8d none repeat scroll 0 0;
  color: #fff
}
.login-with-sites p {
  margin: 0 0 7px
}
.login-with-sites {
  margin-bottom: 10px
}
.modal-backdrop.show {
  opacity: .7
}
.account-page .mx-auto {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eee;
  padding: 0
}
.account-page .mx-auto .card {
  border: medium
}
.account-right {
  border-left: 1px solid #eee !important;
  min-height: 508px
}
.user-profile-header img {
  border-radius: 50px;
  height: 100px;
  margin-bottom: 15px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100px
}
.user-profile-header {
  padding: 36px;
  text-align: center
}
.user-profile-header p {
  margin: 0
}
.account-left {
  margin-right: -1px
}
.account-left .list-group {
  padding: 10px
}
.team-card img {
  border-radius: 50px;
  height: 100px;
  width: 100px
}
.blog .card-body, .sidebar-card .card-body, .reviews-card .card-body {
  padding: 25px
}
.blog-header {
  border: 2px solid #fff
}
.sidebar-card-list li a {
  border-bottom: 1px solid #efefef;
  display: inline-block;
  padding: 8px 0;
  width: 100%
}
.sidebar-card-list li:last-child a {
  border: medium;
  padding-bottom: 0
}
.tag-cloud-link {
  background: #ccc none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin: 2px 0;
  padding: 4px 13px
}
.tag-cloud-link:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff
}
.blog .card-title a {
  color: #222 !important
}
.blog .card-title {
  margin: 0 0 7px
}
.entry-meta {
  margin-bottom: 13px
}
.blog .card-body a {
  color: #e81820;
}
.entry-meta a {
  color: #9c9c9c !important
}
.entry-meta .mdi {
  background: #acacac none repeat scroll 0 0;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  width: 19px
}
.empty-product {
  position: absolute;
  z-index: 3;
  bottom: 50%;
  left: 20%;
  width: 60%;
  background-color: #000000ad;
  color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px
}
.campaign-tag {
  border-radius: 2px;
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 1
}
.campaign-tag img {
  width: 50px;
  height: auto
}
.reviews-card .d-flex {
  height: 50px;
  width: 50px
}
.reviews-card h5 small {
  color: #848484;
  font-size: 12px;
  margin: 0 0 0 8px
}
.star-rating i {
  font-size: 15px;
  letter-spacing: -6px
}
.footer-fix-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
  right: 0;
  display: none;
  background: #ffffffe3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center
}
.footer-fix-nav a {
  font-size: 26px;
  padding: 10px 7px;
  display: block;
  color: #333
}
.footer-fix-nav .col {
  margin: 0;
  padding: 0;
  height: 48px;
}
.footer-fix-nav .col:last-child {
  border: none
}
.footer-fix-nav .col.active a {
  font-size: 42px;
  padding: 18px;
  border-radius: 0;
  color: #b61e36
}
.footer-fix-nav .col.active {
  background: #fbd937
}
.footer-fix-nav .col.navfooter a:hover {
  background: #ed1c24 !important;
  color: #fff;
}
.footer-fix-nav .col.navfooter.active:hover {
  background: #b3222a !important
}
.footer-fix-nav .col.navfooter.active:hover a {
  color: #fcd912
}
.btn.butfooter {
  height: 2.8rem;
  width: 95%;
  margin-left: 7px
}
img.profile-user {
  width: 25px;
}
@media(max-width: 575.98px) {
  .footer-fix-nav {
    display: block
  }
  body {
    padding-bottom: 62px;
  }
  .ft-checkout {
    padding-bottom: 160px
  }
  .ft-singer {
    padding-bottom: 125px;
  }
  ion-icon.nav {
    font-size: 1rem;
  }
  img.profile-user {
    width: 1rem;
  }
  .list-inline-item:not(:last-child) {
    margin-right: .5rem;
  }
  .carousel-slider-main .owl-prev, .carousel-slider-main .owl-next {
    top: 0;
  }
  .account-left {
    margin-right: 0
  }
  .account-page .mx-auto {
    margin: 0 15px !important
  }
  .account-right {
    border-left: medium !important;
    border-top: 1px solid #eee !important;
    min-height: auto !important
  }
  .location-top {
    display: none
  }
  .top-categories-search {
    left: 0;
    margin: auto;
    padding: 0 15px 8px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%
  }
  .container {
    max-width: 100%
  }
  .main-nav-right .osahan-top-dropdown .dropdown-toggle {
    padding: 18px 16px !important
  }
  .main-nav-right .osahan-top-dropdown img {
    left: auto;
    position: relative;
    top: 0
  }
  .osahan-menu-2 .nav-link.shop {
    border-right: medium;
    margin-right: 0
  }
  .product {
    padding: 10px
  }
  .product-header img {
    height: 60px
  }
  .product-header .imgbox {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-top: 100%;
    position: relative
  }
  .shop-detail-slider #sync2 {
    padding: 0
  }
  .shop-detail-slider #sync2 img {
    margin: 26px 0 10px
  }
  .navbar-toggler {
    background: #fff none repeat scroll 0 0 !important;
    border: medium;
    border-radius: 2px;
    margin: 0 16px 0 0;
    padding: 6px 9px
  }
  .top-categories-search-main {
    margin-top: 0 !important
  }
  .main-nav-right .btn {
    font-size: 0;
    padding: 21px 15px
  }
  .osahan-menu .my-2.my-lg-0 .main-nav-right {
    position: absolute;
    right: 24px;
    top: 0
  }
  .main-nav-right .btn .mdi {
    font-size: 17px !important;
    line-height: unset !important;
    margin: 0;
    vertical-align: initial !important
  }
  .login-modal-left {
    display: none
  }
  .app img {
    margin-bottom: 4px
  }
  .footer-social a {
    margin-bottom: 3px
  }
  .top-categories-search .form-control {
    border-radius: 2px 0 0 2px !important;
    min-width: auto
  }
  .cart-sidebar {
    width: 320px
  }
  .login-modal-right {
    padding: 6px
  }
  .top-category .owl-prev {
    left: 0
  }
  .top-category .owl-next {
    right: 0
  }
  .owl-carousel-featured .owl-prev {
    left: 0
  }
  .owl-carousel-featured .owl-next {
    right: 0
  }
  .feature-box {
    margin-bottom: 6px;
    overflow: hidden
  }
  .footer h6 {
    margin-bottom: 12px !important;
    margin-top: 25px
  }
  .top-categories-search .form-control-select, .top-categories-search .select2-container {
    width: 138px !important;
    display: none
  }
  .shop-detail-left {
    border: none;
  }
  .shop-single {
    padding-bottom: 120px;
  }
}
@media(min-width: 576px) and (max-width:767.98px) {
  .footer-fix-nav {
    display: block
  }
  body {
    padding-bottom: 60px
  }
  .carousel-slider-main .owl-prev, .carousel-slider-main .owl-next {
    top: 0;
  }
  .account-left {
    margin-right: 0
  }
  .account-page .mx-auto {
    margin: 0 15px !important
  }
  .account-right {
    border-left: medium !important;
    border-top: 1px solid #eee !important;
    min-height: auto !important
  }
  .location-top {
    display: none
  }
  .top-categories-search {
    left: 0;
    margin: auto;
    padding: 0 15px 8px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%
  }
  .container {
    max-width: 100%
  }
  .main-nav-right .osahan-top-dropdown .dropdown-toggle {
    padding: 18px 16px !important
  }
  .main-nav-right .osahan-top-dropdown img {
    left: auto;
    position: relative;
    top: 0
  }
  .osahan-menu-2 .nav-link.shop {
    border-right: medium;
    margin-right: 0
  }
  .shop-detail-slider #sync2 {
    padding: 0
  }
  .shop-detail-slider #sync2 img {
    margin: 26px 0 10px
  }
  .navbar-toggler {
    background: #fff none repeat scroll 0 0 !important;
    border: medium;
    border-radius: 2px;
    margin: 0 16px 0 0;
    padding: 6px 9px
  }
  .top-categories-search-main {
    margin-top: 0 !important
  }
  .main-nav-right .btn {
    font-size: 0;
    padding: 21px 15px
  }
  .osahan-menu .my-2.my-lg-0 .main-nav-right {
    position: absolute;
    right: 76px;
    top: 0
  }
  .main-nav-right .btn .mdi {
    font-size: 17px !important;
    line-height: unset !important;
    margin: 0;
    vertical-align: initial !important
  }
  .login-modal-left {
    display: none
  }
  .app img {
    margin-bottom: 4px
  }
  .footer-social a {
    margin-bottom: 3px
  }
  .top-categories-search .form-control {
    min-width: auto
  }
  .top-category .owl-prev {
    left: 0
  }
  .top-category .owl-next {
    right: 0
  }
  .owl-carousel-featured .owl-prev {
    left: 0
  }
  .owl-carousel-featured .owl-next {
    right: 0
  }
  .feature-box {
    margin-bottom: 6px;
    overflow: hidden
  }
  .top-categories-search .form-control-select, .top-categories-search .select2-container {
    width: 138px !important
  }
}
@media (min-width: 768px) {
  .ichitan-backdrop::after {
    content: "";
    position: absolute;
    inline-size: 30vw;
    block-size: 500px;
    background: 0 0 no-repeat;
    background-size: contain;
    z-index: 0;
    top: 0;
    left: 0;
  }
}
@media(min-width: 768px) and (max-width:991.98px) {
  .footer-fix-nav {
    display: block
  }
  body {
    padding-bottom: 60px
  }
  .ft-checkout {
    padding-bottom: 180px;
  }
  .ft-singer {
    padding-bottom: 130px;
  }
  .location-top {
    display: none
  }
  .top-categories-search {
    left: 0;
    margin: auto;
    padding: 0 15px 8px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%
  }
  .container {
    max-width: 100%
  }
  .main-nav-right .osahan-top-dropdown .dropdown-toggle {
    padding: 18px 16px !important
  }
  .main-nav-right .osahan-top-dropdown img {
    left: auto;
    position: relative;
    top: 0
  }
  .osahan-menu-2 .nav-link.shop {
    border-right: medium;
    margin-right: 0
  }
  .shop-detail-slider #sync2 {
    padding: 0
  }
  .shop-detail-slider #sync2 img {
    margin: 26px 0 10px
  }
  .navbar-toggler {
    background: #fff none repeat scroll 0 0 !important;
    border: medium;
    border-radius: 2px;
    margin: 0 16px 0 0;
    padding: 6px 9px
  }
  .top-categories-search-main {
    margin-top: 0 !important
  }
  .main-nav-right .btn {
    font-size: 0;
    padding: 21px 15px
  }
  .osahan-menu .my-2.my-lg-0 .main-nav-right {
    position: absolute;
    right: 76px;
    top: 0
  }
  .main-nav-right .btn .mdi {
    font-size: 17px !important;
    line-height: unset !important;
    margin: 0;
    vertical-align: initial !important
  }
  .login-modal-left {
    display: none
  }
  .app img {
    margin-bottom: 4px
  }
  .footer-social a {
    margin-bottom: 3px
  }
  .top-categories-search .form-control {
    min-width: auto
  }
  .top-category .owl-prev {
    left: 0
  }
  .top-category .owl-next {
    right: 0
  }
  .owl-carousel-featured .owl-prev {
    left: 0
  }
  .owl-carousel-featured .owl-next {
    right: 0
  }
  .feature-box {
    margin-bottom: 6px;
    overflow: hidden
  }
  .top-categories-search .form-control-select, .top-categories-search .select2-container {
    width: 138px !important
  }
}
@media(min-width: 992px) and (max-width:1199.98px) {
  .osahan-menu-2 .nav-link {
    font-size: 13px;
    padding: 13px 10px !important
  }
  .main-nav-right .osahan-top-dropdown img {
    left: auto;
    position: relative;
    top: 0
  }
  .main-nav-right .osahan-top-dropdown .dropdown-toggle {
    padding: 18px 16px !important
  }
  .main-nav-right .btn {
    font-size: 0;
    padding: 21px 15px
  }
  .main-nav-right .btn .mdi {
    font-size: 17px !important;
    line-height: unset !important;
    margin: 0;
    vertical-align: initial !important
  }
  .location-top {
    display: none
  }
  .top-categories-search .form-control {
    min-width: auto
  }
  .top-category .owl-prev {
    left: 0
  }
  .top-category .owl-next {
    right: 0
  }
  .owl-carousel-featured .owl-prev {
    left: 0
  }
  .owl-carousel-featured .owl-next {
    right: 0
  }
  .top-categories-search {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 16px;
    width: 45%
  }
  .top-categories-search .form-control-select, .top-categories-search .select2-container {
    width: 138px !important
  }
  .container {
    max-width: 100%
  }
}
@media(min-width: 1200px) {
  .top-categories-search .form-control {
    min-width: auto
  }
}
@media(max-width: 992px) {
  .sticky-menu {
    position: sticky;
    z-index: 3;
  }
  .singleproduct {
    position: fixed;
    width: 100%;
    z-index: 1002;
    bottom: 0;
    margin: 0;
    padding: 0;
    min-height: 70px;
  }
}
.btn-cart {
  padding: 16px 23px;
  background-color: #e96125;
  color: #fff
}
.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  margin-top: 8px;
  top: 45px;
}
.autocomplete-suggestion {
  border-bottom: 1px solid #d7d3d3;
  padding: 5px;
  cursor: pointer;
}
.autocomplete-suggestion.autocomplete-selected {
  background: none;
}
.autocomplete-suggestion:last-child {
  border-bottom: none
}
.autocomplete-suggestion strong {
  color: brown
}
.transition-fade {
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  opacity: 1
}
html.is-animating .transition-fade {
  opacity: 0
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: rgba(255, 255, 255, .02);
  cursor: progress
}
#preloader .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px
}
.preloader-hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 150ms ease !important;
  -o-transition: all 150ms ease !important;
  transition: all 150ms ease !important
}
.text-currency {
  font-size: 20px
}
.short-text {
  min-height: 150px;
  max-height: 350px;
  overflow: auto
}
.stepper-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d71c23;
  border-radius: .25rem;
  height: 3rem
}
.stepper-input.mobile {
  height: 2.8rem;
  margin-right: .5rem
}
.stepper-input__button {
  background: #ed1c24;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  color: #fff
}
.stepper-input__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.stepper-input__input {
  border: none;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
.stepper-subscriptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d71c23;
  border-radius: .25rem;
  height: 3rem
}
.stepper-subscriptions.mobile {
  height: 2.8rem;
  margin-right: .5rem
}
.stepper-subscriptions__button {
  background: #ed1c24;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  color: #fff
}
.stepper-subscriptions__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.stepper-subscriptions__input {
  border: none;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
.shop-head {
  padding: 10px;
  background-color: #efefef;
  color: #000
}
.px-paginate-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.px-paginate-container.px-left {
  float: left
}
.px-paginate-container .d-none {
  display: none
}
.px-paginate-container.px-center {
  display: table;
  margin: 0 auto
}
.px-paginate-container.px-right {
  float: right
}
.px-paginate-container .px-btn, .px-paginate-container .px-points {
  float: left;
  width: 40px;
  text-align: center;
  padding: 10px;
  border-right: none;
  font-size: 16px;
  color: #858585
}
.px-paginate-container .px-points {
  background: #f4f4f4;
  color: #747474
}
.px-paginate-container .px-btn:hover {
  cursor: pointer;
  background: rgb(232 96 49/9%)
}
.px-paginate-container .px-btn.selected {
  background: #e86031;
  color: #fff
}
.page-load-status {
  display: none;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #777
}
.user-info {
  max-width: 14rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0
}
.profile-nav .user-heading {
  background: #f3f3f3;
  color: #2c2c2c;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 10px;
  text-align: center;
  background-size: contain;
  background-position: center;
}
.profile-nav .user-heading.round a img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, .3);
  display: inline-block
}
.profile-nav .user-heading a img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%
}
.profile-nav .user-heading small {
  font-size: 12px
}
.profile-nav .user-heading h1 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #585858;
}
.profile-nav .user-heading p {
  font-size: 12px;
  color: #fff
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #bb233c;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0)
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 .6s infinite;
  animation: lds-ellipsis1 .6s infinite
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 .6s infinite;
  animation: lds-ellipsis2 .6s infinite
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 .6s infinite;
  animation: lds-ellipsis2 .6s infinite
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 .6s infinite;
  animation: lds-ellipsis3 .6s infinite
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0)
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0)
  }
}
.catalog-sub.active::before {
  font-family: "font awesome 5 free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px
}
.catalog-cat.active::before {
  font-family: "font awesome 5 free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px
}
.catalog-item.active {
  color: #e96125;
  padding-left: 0;
  font-weight: 600
}
.catalog-item {
  padding: 5px;
  padding-left: 12px
}
.shop-head.cattalog {
  padding: 15px 5px
}
.hidden {
  display: none
}
button.show-more-btn {
  padding-left: 20px;
  font-size: 15px;
  color: #888
}
.cat-menu li {
  padding-bottom: 7px
}
[id^=NotiflixReportWrap] > div[class*=-content] {
  border-radius: 3px;
  border: 1px solid rgb(0 0 0/20%)
}
[id^=NotiflixReportWrap] > * > p {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd
}
[id^=NotiflixBlockWrap] {
  cursor: progress
}
.collapsemenu {
  display: none !important
}
.collapse.show {
  display: block !important
}
.suggestion {
  font-size: .9em;
  position: absolute;
  border: 1px solid #d4d4d4;
  z-index: 999;
  max-height: 200px;
  overflow: auto
}
.suggestion div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4
}
.suggestion div:hover {
  background-color: #e9e9e9
}
.suggestion-active {
  background-color: #4d8ffe !important;
  color: #fff
}
.dropdown-menu {
  border: 1px solid #afafaf47;
  border-radius: 0 0 2px 2px;
  margin: 0
}
.dropdown-menu .dropdown-anchor {
  border: 7px solid #afafaf;
}
.tabbable .nav {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.tabbable .nav .nav-link {
  white-space: nowrap;
  color: #686868;
}
.tabbable .nav .nav-link.active {
  color: #ffffff;
  background-color: #ED1C24;
}
.mini-content {
  max-height: 160px;
  overflow: hidden;
  position: relative
}
.minishow {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 -20px 19px -14px rgb(201 201 201);
  box-shadow: 0 -20px 19px -14px rgb(201 201 201)
}
.minishow span {
  position: absolute;
  top: -20px;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 12px
}
.timeline {
  position: relative;
  max-width: 100%;
}
.timeline:before {
  background-color: #000;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 2em;
  width: 2px;
  height: 100%
}
.timeline-event {
  position: relative
}
.timeline-event:hover .timeline-event-icon {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #a83279
}
.timeline-event:hover .timeline-event-thumbnail {
  -webkit-box-shadow: inset 40em 0 0 0 #a83279;
  box-shadow: inset 40em 0 0 0 #a83279
}
.timeline-event-copy {
  position: relative;
  left: 3em;
  width: 80%
}
.timeline-event-copy h3 {
  font-size: 1.75em
}
.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em
}
.timeline-event-copy strong {
  font-weight: 700
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 3px
}
.timeline-event-icon {
  -o-transition: -o-transform .2s ease-in;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  -o-transition: transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000;
  outline: 10px solid #fff;
  display: block;
  margin: .5em .5em .5em -.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em
}
.timeline-event-thumbnail {
  -moz-transition: box-shadow .5s ease-in .1s;
  -o-transition: box-shadow .5s ease-in .1s;
  -webkit-transition: box-shadow .5s ease-in;
  -webkit-transition-delay: .1s;
  -webkit-transition: -webkit-box-shadow .5s ease-in .1s;
  transition: -webkit-box-shadow .5s ease-in .1s;
  transition: box-shadow .5s ease-in .1s;
  transition: box-shadow .5s ease-in .1s, -webkit-box-shadow .5s ease-in .1s;
  color: #fff;
  font-size: .75em;
  background-color: #000;
  -webkit-box-shadow: inset 0 0 0 0 #ef795a;
  box-shadow: inset 0 0 0 0 #ef795a;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: .25em 1em .2em
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 4rem !important
  }
  .fs-2 {
    font-size: 3.5rem !important
  }
  .fs-3 {
    font-size: 3rem !important
  }
  .fs-4 {
    font-size: 2.5rem !important
  }
  #page {}
}
ul.timeline {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 1em 0;
  list-style-type: none;
  height: 100%;
}
ul.timeline:before {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  display: block;
  width: 1px;
  height: 100%;
  margin-left: -3px;
  background: rgb(235 235 235);
  z-index: 5;
}
ul.timeline li {
  padding: 10px 0;
}
ul.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul.timeline .direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}
ul.timeline .direction-r {
  position: relative;
  padding-left: 1rem;
}
ul.timeline .flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}
ul.timeline .flag {
  position: relative;
  display: inline;
  background: rgb(243 243 243);
  padding: 1px 10px 1px 10px;
  border-radius: 0;
  text-align: left;
  color: #e7192d;
  font-size: 17px;
}
ul.timeline li:last-child .flag {
  background: rgb(231 25 45);
  color: #fff;
}
ul.timeline li:last-child .direction-r .flag:after {
  border-right-color: rgb(231 25 45);
}
ul.timeline .direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
ul.timeline .direction-l .flag:before, ul.timeline .direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(243 243 243);
  z-index: 10;
}
ul.timeline li:last-child .direction-l .flag:before, ul.timeline .direction-r .flag:before {
  border: 4px solid rgb(231 25 45);
}
ul.timeline .direction-r .flag:before {
  left: -1.5rem;
}
ul.timeline .direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}
ul.timeline .direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -10px;
  border: solid transparent;
  border-right-color: rgb(243 243 243);
  border-width: 10px;
  pointer-events: none;
}
ul.timeline .time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}
ul.timeline .direction-l .time-wrapper {
  float: left;
}
ul.timeline .direction-r .time-wrapper {
  float: right;
}
ul.timeline .time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}
ul.timeline .desc {
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}
/* ================ Timeline Media Queries ================ */
@media screen and (max-width: 660px) {
  ul.timeline .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }
  ul.timeline .timeline li {
    padding: 2em 0;
  }
  ul.timeline .direction-l, ul.timeline .direction-r {
    width: 100%;
  }
  ul.timeline .flag-wrapper {
    text-align: center;
  }
  ul.timeline .flag {
    z-index: 15;
  }
  ul.timeline .direction-l .flag:before, ul.timeline .direction-r .flag:before {
    position: absolute;
    top: 15px;
    left: -16px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
  }
  ul.timeline .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }
  ul.timeline .direction-l .time-wrapper {
    float: none;
  }
  ul.timeline .direction-r .time-wrapper {
    float: none;
  }
  ul.timeline .desc {
    position: relative;
    margin: 1em 0 0 0;
    z-index: 15;
  }
  ul.timeline .direction-l .desc, ul.timeline .direction-r .desc {
    position: relative;
    margin: 0;
    z-index: 15;
  }
}
@media screen and (min-width: 400px ?? max-width: 660px) {
  ul.timeline .direction-l .desc, ul.timeline .direction-r .desc {
    margin: 1em 4em 0 4em;
  }
}
@media (min-width: 1400px) {
  .pc-sticky {
    position: sticky;
    z-index: 3;
    top: 70px;
  }
  .pc-singleproduct {
    position: sticky;
    top: 110px;
  }
}
  .popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }

  .popup-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }

  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    text-align: center;
  }

  .popup-content img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
  }

  .popup-close {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    opacity: .5;
  }
img.footer-icon-dbd {
    width: 65px;
}
    .faq-header {
      background: linear-gradient(90deg, #c71f1c 0%, #830f12 100%);
      color: #fff;
      padding: 2.5rem 0 1.5rem 0;
      margin-bottom: 2rem;
      border-radius: 0 0 2rem 2rem;
      box-shadow: 0 6px 32px rgba(191,30,45,0.09);
      text-align: center;
      letter-spacing: 1px;
    }
    .faq-accordion .accordion-button {
      background: #fff;
      border: none;
      font-weight: 600;
      font-size: 1.12rem;
      color: #bf1e2d;
      box-shadow: 0 1px 8px rgba(0,0,0,0.03);
      transition: background 0.2s;
    }
    .faq-accordion .accordion-button:not(.collapsed) {
      color: #fff;
      background: #bf1e2d;
    }
    .faq-accordion .accordion-body {
      background: #fff;
      color: #232323;
      font-size: 1.04rem;
      line-height: 1.7;
      border-radius: 0 0 1rem 1rem;
      box-shadow: 0 1px 8px rgba(191,30,45,0.03);
    }
    .faq-accordion .accordion-item {
      border: none;
      margin-bottom: 1.2rem;
      border-radius: 1rem;
      overflow: hidden;
    }
    .faq-icon {
      margin-right: 0.75rem;
      color: #bf1e2d;
      font-size: 1.1em;
    }
    @media (max-width: 576px) {
      .faq-header { padding: 2rem 1rem 1rem 1rem; }
      .faq-accordion .accordion-button, .faq-accordion .accordion-body { font-size: 1rem; }
    }
a.fav-btn.favorite-btn.active {
    color: red;
}
.img-sing-icon{
	width: 120px;
}

.timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 3px solid #dee2e6;
  margin-left: 1.5rem;
}

.timeline-item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-icon {
  position: absolute;
  left: -15px;
  z-index: 5;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #dee2e6;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.timeline-content {
  background: #f9f9f9;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.timeline-content h6 {
  color: #212529;
}

.timeline-content small {
  font-size: 0.8rem;
}

.timeline-icon i {
  font-size: 0.9rem;
}
/* ====== กล่องหลักของแท็บ ====== */
.fd-tabs{
  position: relative;
  border: 1px solid var(--fd-border);
  border-radius: 10px;
  padding-top: 62px;  /* เผื่อพื้นที่ให้ริบบอนโผล่ */
  background: #fff;
  box-shadow: 0 12px 30px rgba(185,12,20,.08);
}

/* ====== แถบ nav (ซ่อนเส้น BS เดิม) ====== */
.fd-tabs .nav-tabs{
  border-bottom: 0;
  position: absolute;
  inset: 0 0 auto 0;
  height: 0; /* เอาไว้แค่เป็น container ให้ริบบอนวาง */
  padding: 0;
}

/* ====== ปุ่มริบบอนแต่ละแท็บ ====== */
.fd-ribbon{
  --w: 220px;
  --h: 54px;
  position: relative;
  top: -18px;            /* โผล่พ้นขอบกล่อง */
  left: 14px;
  width: var(--w);
  height: var(--h);
  padding: 6px 12px 6px 8px;
  border-radius: 10px 10px 12px 12px;
  color: #fff;
  margin: 0px 11px 0px 0px;
  background: linear-gradient(180deg,var(--fd-red),#a40b12);
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 12px 18px rgba(185,12,20,.25);
  display: grid;
  grid-template-columns: 48px auto;
  gap: 10px;
  align-items: center;
  text-align: left;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.fd-ribbon:nth-child(2){ left: 180px; transform: rotate(4deg); }
.fd-ribbon:nth-child(3){ left: 350px; transform: rotate(-2.5deg); }

.fd-ribbon img{
  width:48px;height:48px; object-fit:cover;
  border-radius:10px; background:#fff;
  border:2px solid rgba(255,255,255,.3);
}
.fd-ribbon .title{font-weight: 500;line-height:1.1;color: white;width: 150px;margin-left: 30px;}
.fd-ribbon .sub{font-size:.8rem;opacity:.85;color: white;width: 150px;margin-left: 30px;}

/* เจาะรู (ตามสเก็ตช์) */
.fd-ribbon::before{
  content:"";
  position:absolute; left:10px; top:8px;
  width:18px; height:18px; border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 55%, rgba(0,0,0,.15) 56% 100%);
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.fd-ribbon:nth-child(2)::before{ left:12px; top:10px; }
.fd-ribbon:nth-child(3)::before{ left:12px; top:10px; }

/* active / hover */
.fd-ribbon:hover{ filter: brightness(1.05); transform: translateY(-2px) rotate(-5deg); }
.fd-ribbon.active{
  background: linear-gradient(180deg,#d0121b,#a40b12);
  box-shadow: 0 16px 26px rgba(185,12,20,.30);
}

/* ปุ่ม BS ต้องเป็น .nav-link */
.fd-ribbon.nav-link{ border:0; }
.fd-ribbon.nav-link:focus{ outline:none; }

/* ====== เนื้อหา ====== */
.tab-pane{
  padding: 18px;
}
.fd-pane{
  border:1px dashed rgba(185,12,20,.25);
  border-radius:12px;
  padding:18px;
  background: linear-gradient(180deg,#fff, #fff8f8);
}

/* ====== responsive ====== */
@media (max-width: 576px){
  .fd-ribbon{ --w: 185px; --h: 52px; left:10px; }
  .fd-ribbon:nth-child(2){ left: 200px; }
  .fd-ribbon:nth-child(3){ left: 360px; }
  .fd-ribbon img{ width:40px;height:40px; }
}

/* ===== Card โทน Foodland ===== */
.fd-flash-card{
  position: relative;
  border:1px solid var(--fd-border);
  border-radius:18px;
  background: linear-gradient(180deg,#fff,var(--fd-cream));
  box-shadow: 0 16px 40px rgba(185,12,20,.10);
  overflow: hidden;
}
.fd-flash-card .left{
  padding:28px 24px;
}
.fd-flash-card .headline{
  display:flex; align-items:center; gap:12px;
}
.fd-flash-card .headline .icon{
  width:48px; height:48px; border-radius:12px;
  display:grid; place-items:center;
  background: linear-gradient(180deg,var(--fd-red),#a40b12);
  color:#fff;
  box-shadow: 0 10px 20px rgba(185,12,20,.25), inset 0 1px 0 rgba(255,255,255,.35);
}
.fd-flash-card h3{
  margin:0; font-weight:800; letter-spacing:.2px; color:var(--fd-red-dark);
}
.fd-flash-card .lead{ color:#7a2525; }
.fd-perks{
  display:flex; flex-wrap:wrap; gap:10px 16px; margin-top:10px;
}
.fd-perks .perk{
  display:flex; align-items:center; gap:8px; font-size:.95rem; color:#7a2525;
}
.fd-perks .perk i{ color:var(--fd-red); }

.fd-cta{
  margin-top:14px;
}
.btn-fd{
  background: linear-gradient(180deg,var(--fd-red),#a40b12);
  color:#fff; border:0; border-radius:12px; padding:10px 16px;
  box-shadow: 0 10px 24px rgba(185,12,20,.25);
}
.btn-fd:hover{ filter:brightness(1.05); color:#fff; }

/* ===== พื้นที่ภาพสินค้า/บรรยากาศช้อป ===== */
.fd-flash-card .media{
  position: relative;
  min-height: 220px;
  background:
    radial-gradient(600px 220px at 70% 30%, rgba(185,12,20,.08), transparent 60%),
    url("https://picsum.photos/seed/foodland/900/520") center/cover no-repeat;
}
.media::after{
  /* เกรนสีครีมบาง ๆ */
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent, rgba(255,244,244,.65));
}

/* ===== กลุ่มตัวเลขนับถอยหลัง: ก้อนเมฆลอย ===== */
.count-cloud{
  --cloud: #ffffff;
  position:absolute; right:20px; top:20px; z-index:5;
  display:flex; align-items:center; gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:
    radial-gradient(120% 120% at 20% 20%, #fff 0%, #fff 55%, rgba(0,0,0,.05) 56%),
    var(--cloud);
  border:1px solid rgba(0,0,0,.06);
  box-shadow:
    0 18px 35px rgba(185,12,20,.18),
    inset 0 2px 0 rgba(255,255,255,.9);
  animation: floaty 4.5s ease-in-out infinite;
}
.count-cloud::before,
.count-cloud::after{
  /* ปุ่มเมฆเล็ก ๆ ต่อกัน */
  content:""; position:absolute; bottom:-10px;
  width:26px; height:26px; border-radius:50%;
  background: #fff; border:1px solid rgba(0,0,0,.06);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.9);
}
.count-cloud::before{ right:40px; }
.count-cloud::after{ right:14px; width:18px; height:18px; bottom:-7px; }

@keyframes floaty{
  0%{ transform: translateY(0); }
  50%{ transform: translateY(-6px); }
  100%{ transform: translateY(0); }
}

.cd{
  display:flex; align-items:center; gap:6px;
}
.cd .box{
  min-width:48px; text-align:center;
  background:#fff; border:1px solid rgba(0,0,0,.06);
  border-radius:10px; padding:6px 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.9);
}
.cd .num{font-weight:800;font-size: 2.1rem;color:#2b2b2b;line-height: 15px;}
.cd .lbl{ font-size:.72rem; color:#8a8a8a; }

/* ===== Responsive ===== */
@media (max-width: 992px){
  .count-cloud{ right:16px; top:16px; transform: scale(.95); }
}
@media (max-width: 576px){
  .fd-flash-card .left{ padding:20px 16px; }
  .count-cloud{ right:12px; top:12px; transform: scale(.9); }
}
.fd-ship{width: 100%;}
.fd-ship .real{ position:absolute; opacity:0; pointer-events:none; }
.radio-tile .tile{
  display:flex; align-items:center; gap:12px;
  border:1px solid rgba(0,0,0,.08); border-radius:12px; padding:10px 12px;
  background:#fff; transition:all .15s ease; position:relative;
}
.radio-tile .tile:hover{ box-shadow:0 8px 24px rgba(0,0,0,.06); }
.radio-tile .tile-icon{ width:42px; height:42px; display:grid; place-items:center; border-radius:10px; background:#FFF4F4; }
.radio-tile .tile-title{ font-weight:700; }
.radio-tile .tile-sub{ font-size:.9rem; color:#6c757d; }
.radio-tile .tile-badge{ margin-left:auto; font-size:.85rem; background:#FFF4F4; border-radius:20px; padding:4px 10px; color:#B90C14; }
.radio-tile input:checked + .tile{ border-color:#B90C14; box-shadow:0 10px 26px rgba(185,12,20,.15); }
.slot-btn{
  border:1px solid rgba(0,0,0,.08); background:#fff; border-radius:10px; padding:8px 10px;
  display:flex; justify-content:space-between; align-items:center; width:100%;
}
.slot-btn.active{ border-color:#B90C14; box-shadow:0 6px 16px rgba(185,12,20,.15); }
.slot-btn[disabled]{ opacity:.5; cursor:not-allowed; }
/* ตัด transition การเลื่อนของ offcanvas */
.offcanvas{
  transition: none !important;
}

/* ตัด transition การเฟดของฉากหลัง */
.offcanvas-backdrop{
  transition: none !important;
}

@media (max-width: 991.98px) {
  #offcanvasWithBothOptions{
    --bs-offcanvas-width: calc(100vw - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px));
    height: 100dvh;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #offcanvasWithBothOptions{
    --bs-offcanvas-width: 400px; /* ปรับได้ตามต้องการ */
    height: auto;               /* ให้ Bootstrap จัดการตามปกติ */
  }
}

#offcanvasWithBothOptions .offcanvas-body{
  -webkit-overflow-scrolling: touch;
}

/* ===== Modern Footer Nav (Glass + SVG Line Icons) ===== */
.footer-fix-nav {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1030;
  padding: .4rem .5rem calc(.4rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.82);
  border-top: 1px solid rgba(0,0,0,.06);
}

.glass-nav{
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
}

/* Grid items */
.navfooter { display: flex; align-items: center; justify-content: center; }
.navfooter .navlink{
  --fc:#222;
  --accent:#ED1C24;           /* Foodland primary */
  --soft:#f4f5f7;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap: .25rem;
  width:100%; height:100%;
  padding:.3rem 0 .15rem;
  text-decoration:none;
  color:var(--fc);
  position:relative;
  border-radius:12px;
  -webkit-tap-highlight-color: transparent;
}

/* SVG Icon base */
.ti{
  width: 26px; height: 26px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  vector-effect: non-scaling-stroke;
  transition: transform .18s ease, color .18s ease, stroke .18s ease;
  display:block;
  opacity:.95;
}
.ti .ring{ stroke: currentColor; fill:none; opacity:.25 }

/* Label */
.navlink .txt{
  font-size: .76rem;
  line-height: 1;
  letter-spacing:.01em;
  opacity:.85;
}

/* Cart badge */
.cart-badge{
  position:absolute;
  top:.1rem; right:29%;
  min-width:18px; height:18px;
  padding:0 5px;
  border-radius:9px;
  font-size:.68rem;
  line-height:18px;
  text-align:center;
  background: var(--accent);
  color:#fff;
  box-shadow: 0 6px 14px rgba(237,28,36,.35);
  transform: translate(25%,-25%);
}

/* Active / hover */
.navlink[aria-current="page"],
.navlink.is-active{
  color: var(--accent);
}
.navlink:active .ti,
.navlink.is-active .ti,
.navlink[aria-current="page"] .ti{
  transform: translateY(-2px) scale(1.06);
  stroke-width: 2.2;
}
.navlink:hover{
  background: linear-gradient(180deg, rgba(237,28,36,.06), rgba(237,28,36,0) 60%);
}

/* Safe area for iOS */
@supports (padding: max(0px)) {
  .footer-fix-nav{
    padding-bottom: max(.4rem, env(safe-area-inset-bottom));
  }
}

/* Small screens tune */
@media (max-width: 360px){
  .ti{ width:24px; height:24px }
  .navlink .txt{ font-size:.72rem }
}

/* Dark mode (optional) */
@media (prefers-color-scheme: dark){
  .footer-fix-nav{
    background: rgba(18,18,18,.78);
    border-top-color: rgba(255,255,255,.06);
  }
  .navlink{ --fc:#e9e9e9; --soft:#1f1f1f }
  .cart-badge{ box-shadow: 0 6px 14px rgba(237,28,36,.5); }
}
/* ===== Product Card (Mobile-first) ===== */
:root{
  --fl-red:#ED1C24;
  --ink:#1c1c1c;
  --ink-2:#4b4b4b;
  --line:#ececec;
  --glass:rgba(255,255,255,.72);
}

.product-card{
  display:flex; flex-direction:column;
  border-radius:16px;
  background:#fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  overflow:hidden;
  position:relative;
}

.product-card .product-hit{
  display:block; color:inherit; text-decoration:none;
}

.pc-media{
  position:relative;
  aspect-ratio: 1 / 1;
  background:#fafafa;
  overflow:hidden;
}
.pc-media img{
  width:100%; height:100%; object-fit:cover; display:block;
  transition: transform .25s ease;
}
.pc-media:hover img{ transform: scale(1.03); }

/* Skeleton while image loading */
.pc-skeleton{
  position:absolute; inset:0;
  background: linear-gradient(90deg,#f2f2f2 25%,#f8f8f8 37%,#f2f2f2 63%);
  animation: sk 1.4s infinite linear;
}
@keyframes sk{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}

/* Brand zone */
.pc-brand{
  position:absolute; left:.5rem; bottom:.5rem; display:flex; gap:.4rem; align-items:center;
}
.pc-brand img{width: 33px;height: 33px;object-fit:contain;border-radius:6px;padding:2px;}
.pc-chip{
  display:inline-block;
  padding:.2rem .5rem;
  border-radius:999px;
  font-size: 20px;
  line-height:1;
  background: var(--chip-bg,#f4f4f4);
  color:#111;
  white-space:nowrap;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  color: #fff;
}

/* Promo ribbon */
.pc-ribbon{
  position:absolute; top:.5rem; left:.5rem;
}
.pc-ribbon__tag{
  display:inline-block;
  padding:.28rem .5rem;
  font-size:.72rem; line-height:1;
  color:#fff;
  background:linear-gradient(135deg,var(--fl-red), #ff5a62);
  border-radius:8px;
  box-shadow:0 6px 14px rgba(237,28,36,.35);
}

/* Body */
.pc-body{ padding:.75rem .9rem .5rem .9rem }
.pc-title{
  font-size:.96rem; line-height:1.3; margin:0 0 .35rem 0; color:var(--ink);
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}

/* Price */
.pc-price{ display:flex; gap:.5rem; align-items:flex-end; }
.pc-price__main{ display:flex; align-items:baseline; gap:.2rem; color:var(--fl-red) }
.pc-currency{ font-size:1rem; }
.pc-number{font-size: 34px;}
.pc-price__strike{ color:#9a9a9a; text-decoration:line-through; font-size:.82rem }

/* Promo note */
.pc-promo-note{ margin-top:.25rem; color:#767676 }

/* Actions (separate tap targets) */
.pc-actions{
  display:flex; gap:.6rem; padding:.6rem .9rem .9rem .9rem; border-top:1px solid var(--line);
}
.pc-btn{
  appearance:none;
  border:0;
  border-radius:12px;
  padding:.6rem .8rem;
  font-weight:600;
  width:100%;
  font-size: 17px;
  line-height:1;
}
.pc-btn--ghost{ background:#fff; color:var(--ink-2); box-shadow:inset 0 0 0 1px var(--line) }
.pc-btn--primary{ background:var(--fl-red); color:#fff; box-shadow: 0 10px 24px rgba(237,28,36,.26) }
.pc-btn:active{ transform: translateY(1px) }
.qty-stepper{
  display:grid; grid-template-columns: 48px 1fr 48px; gap:.5rem; align-items:center; width:100%;
}
.qty-stepper .qty-btn{
  appearance:none; border:1px solid var(--fl-border); background:#fff; color:var(--fl-deep);
  font-size:1.25rem; font-weight:800; border-radius: calc(var(--radius) + 4px);
  padding:.65rem 0; cursor:pointer; line-height:1; transition: border-color .15s ease, transform .06s ease, opacity .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.qty-stepper .qty-btn:hover{ border-color:#d1d5db; transform: translateY(-1px); }
.qty-stepper .qty-btn:active{ transform: translateY(0); }
.qty-stepper .qty-btn[disabled]{ opacity:.5; cursor:not-allowed; }

.qty-stepper .qty-num{
  display:flex; align-items:center; justify-content:center;
  border:1px dashed var(--fl-border); background:var(--chip, #fff);
  padding:.65rem .75rem; border-radius: calc(var(--radius) + 4px);
  font-weight:800; font-variant-numeric: tabular-nums; min-height:48px;
}

.qty-stepper.is-loading .qty-btn,
.qty-stepper.is-loading .qty-num{ pointer-events:none; opacity:.7; }

@media (max-width: 480px){
  .qty-stepper{ grid-template-columns: 44px 1fr 44px; gap:.4rem; }
  .qty-stepper .qty-btn{ padding:.55rem 0; }
  .qty-stepper .qty-num{ min-height:44px; }
}
/* Hover (desktop) */
@media (hover:hover){
  .product-card:hover .pc-title{ text-decoration: none }
  .pc-btn--ghost:hover{ box-shadow:inset 0 0 0 1px #ddd; background:#fafafa }
  .pc-btn--primary:hover{ filter:brightness(1.02) }
}

/* Compact on larger cards in grid */
@media (min-width: 768px){
  .pc-body{ padding: .8rem 1rem .6rem 1rem }
  .pc-actions{ padding: .6rem 1rem 1rem 1rem }
}
/* ใช้กับหัวข้อสินค้า */
.pc-title{
  font-size: 20px;
  line-height:1.3;
  margin:0 0 .35rem 0;
  color:#1c1c1c;

  /* --- กันชื่อไม่เกิน 2 บรรทัด + … --- */
  display:-webkit-box;
  -webkit-line-clamp:2;         /* จำกัด 2 บรรทัด */
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;        /* แสดง … เมื่อถูกตัด */
  white-space:normal;

  /* ให้การ์ดสูงสวยเท่ากันแม้ชื่อสั้น */
  min-height:calc(1.3em * 2);    /* จองพื้นที่ 2 บรรทัด */
  max-height:calc(1.3em * 2);
}

/* (เสริม) ถ้าอยากให้มีเฟดนุ่ม ๆ ตอนตัด */
.pc-title.fade-2l {
  -webkit-mask-image: linear-gradient(180deg, #000 80%, rgba(0,0,0,0) 100%);
          mask-image: linear-gradient(180deg, #000 80%, rgba(0,0,0,0) 100%);
}
/* ===== Banner: คุมสัดส่วน + กัน CLS ===== */
.banner-frame{
  position: relative;
  width: 100%;
  aspect-ratio: 12 / 5;            /* เดสก์ท็อป */
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 768px){
  .banner-frame{ aspect-ratio: 17 / 10; border-radius: 12px; }
}
.banner-img{
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

/* Skeleton ตอนรอรูป */
.banner-skel{
  position:absolute; inset:0; border-radius: inherit;
  background: linear-gradient(90deg,#f2f2f2 25%,#f8f8f8 37%,#f2f2f2 63%);
  background-size: 200% 100%;
  animation: bannerSk 1.1s linear infinite;
  opacity:0; transition: opacity .2s ease;
}
.banner-skel.show, .owl-lazy + .banner-skel, .banner-skel:not(.show){ opacity:1 } /* บังคับโชว์ก่อนโหลด */
@keyframes bannerSk{ 0%{background-position:200% 0} 100%{background-position:-200% 0} }

/* ===== Banner Grid (Zone 3) ===== */
.banner-grid .banner-card{ display:block; text-decoration:none }
.bnr-frame{
  position:relative;
  width:100%;
  aspect-ratio: 1606 / 413;          /* เดสก์ท็อปกว้าง */
  overflow:hidden;
  border-radius:14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
@media (max-width:768px){
  .bnr-frame{aspect-ratio: 16 / 4;border-radius:12px}
}
.bnr-img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .25s ease }
.banner-card:hover .bnr-img{ transform:scale(1.02) }

/* Skeleton (กันภาพว่าง + ให้ความรู้สึกโหลดไว) */
.bnr-skel{
  position:absolute; inset:0; border-radius:inherit;
  background:linear-gradient(90deg,#f2f2f2 25%,#f8f8f8 37%,#f2f2f2 63%);
  background-size:200% 100%;
  animation:bnrSk 1.1s linear infinite;
  opacity:1; transition:opacity .2s ease;
}
.bnr-skel.show{ opacity:1 }
@keyframes bnrSk{0%{background-position:200% 0}100%{background-position:-200% 0}}
/* โซนพื้นหลังแดง */
.cat-zone{ background: var(--bg,#c71f1c); }

/* กรอบการ์ดขาว + นีออน CI */
.neon-card{
  background:#fff;
  border-radius:18px;
  padding:16px;
  box-shadow:
    0 0 0 2px rgba(237,28,36,.08),
    0 18px 40px rgba(0,0,0,.12),
    0 0 24px rgba(237,28,36,.25); /* glow แดง */
}
.cat-head h2{ color:#111; }
.cat-head .btn{ border-radius:999px }

/* รางแนวนอน (ใช้ได้ทั้งแถวบน/ล่าง) */
.rail{
  display:grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(120px, 1fr);
  gap: 10px;
  overflow-x:auto; overflow-y:hidden;
  padding: 6px 6px 8px;
  scroll-snap-type: x mandatory;
  scroll-padding: 6px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width:768px){
  .rail{ grid-auto-columns: 140px; gap: 12px; }
}
.rail::-webkit-scrollbar{ height:8px }
.rail::-webkit-scrollbar-thumb{ background:#e7e7e7; border-radius:8px }

/* fade ขอบเมื่อสกอร์ล */
.rail-wrap{ position:relative }
.edge-fade{ position:absolute; top:0; bottom:0; width:36px; pointer-events:none; z-index:1 }
.edge-fade.left{ left:0; background:linear-gradient(90deg,#fff,transparent) }
.edge-fade.right{ right:0; background:linear-gradient(270deg,#fff,transparent) }

/* แท็บ = หมวดใหญ่ */
.cat-tabs{ border:0; background:transparent; padding:0; }
.cat-tabs .nav-item{ scroll-snap-align:start; }
.cat-tabs .nav-link{ border:0; background:transparent; padding:0; }

/* การ์ดหมวด (ใช้ pill ร่วมกัน) */
.pill{
  display:flex; flex-direction:column; align-items:center; gap:8px;
  text-decoration:none; color:#111;
  background:#fff; border-radius:14px; border:1px solid rgba(0,0,0,.06);
  padding:10px 10px 12px;
  transition: box-shadow .2s ease, transform .2s ease, background .2s ease;
}
.pill:hover{ transform: translateY(-1px); box-shadow:0 12px 26px rgba(0,0,0,.10) }
.pill .thumb{
  width:64px; height:64px; border-radius:50%; display:grid; place-items:center;
  background:#fff;
  box-shadow:
    0 10px 22px rgba(0,0,0,.08),
    0 0 0 8px color-mix(in oklab, var(--halo,#ffffff) 22%, #ffffff 78%);
}
.pill .thumb img{ width:60px; height:60px; object-fit:contain; border-radius:50% }
.pill .thumb .initial{ font-weight:700; color:#444 }
.pill .label{
  text-align:center; font-size:.88rem; line-height:1.2;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
  min-height:calc(1.2em*2);
}

/* หมวดใหญ่ active (แท็บ) */
.pill-main.active{
  outline:2px solid #ED1C24;
  box-shadow: 0 0 0 3px rgba(237,28,36,.2), 0 10px 24px rgba(0,0,0,.18);
}
.pill-main .thumb{ width:70px; height:70px }
.pill-main .thumb img{ width:66px; height:66px }

/* หมวดย่อย */
.pill-sub .thumb{ width:58px; height:58px }
.pill-sub .thumb img{ width:54px; height:54px }
/* ====== Layout: 6 ต่อแถว × 2 แถว + Horizontal Scroll ====== */
.cat-zone .rail-wrap{
  position: relative;
  overflow: hidden; /* ซ่อนไฟล์เดอร์ขอบ */
}

.cat-zone .rail-sub{
  /* ทำเป็นกริดที่ไหลเป็น 'คอลัมน์' เพื่อให้ยืดกว้างและเลื่อนด้านข้าง */
  display: grid;
  grid-auto-flow: column;                         /* เติมทีละคอลัมน์ */
  --cols: 6;                                      /* จำนวนคอลัมน์ที่แสดงต่อหน้าจอ */
  --gap: 12px;
  grid-template-rows: repeat(2, auto);            /* 2 แถวคงที่ */
  grid-auto-columns: calc(
    (100% - (var(--gap) * (var(--cols) - 1))) / var(--cols)
  );                                              /* ความกว้างต่อคอลัมน์ = 1/6 ของ viewport */
  gap: var(--gap);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;                  /* ช่วย snap ตอนเลื่อน */
  -webkit-overflow-scrolling: touch;
  padding: 8px 4px 12px;
}

.cat-zone .pill-sub{
  /* ให้แต่ละไอเท็มเป็นบล็อกเต็มคอลัมน์/แถว แบบการ์ดสวย ๆ */
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  text-decoration: none;
  color: #222;
  scroll-snap-align: start;                       /* snap ที่ต้นคอลัมน์ */
  min-height: 56px;                               /* ความสูงไอเท็มโดยประมาณ */
}

.cat-zone .pill-sub .thumb{
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #f6f6f8;
}

.cat-zone .pill-sub .thumb img{ width:100%; height:100%; object-fit: cover; }
.cat-zone .pill-sub .initial{ font-weight:600; }

.cat-zone .pill-sub .label{
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Fades ซ้าย/ขวาเพื่อบอกว่าเลื่อนได้ */
.cat-zone .edge-fade{
  position: absolute; top: 0; bottom: 0; width: 48px; pointer-events: none; z-index: 2;
}
.cat-zone .edge-fade.left { left: 0;  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0)); }
.cat-zone .edge-fade.right{ right: 0; background: linear-gradient(to left,  rgba(255,255,255,1), rgba(255,255,255,0)); }

/* ปุ่มลูกศรให้ลอยนิด ๆ */
.cat-zone .cat-arrows .btn{
  backdrop-filter: saturate(140%) blur(6px);
  border-radius: 10px;
}

/* (ออปชัน) ถ้าอยากลดคอลัมน์บนจอเล็กมาก ๆ คอมเมนต์ทิ้งได้ */
@media (max-width: 576px){
  .cat-zone .rail-sub{ --cols: 3; } /* มือถือจอเล็กแสดง 3 ต่อแถว × 2 แถว */
}
@media (min-width: 577px) and (max-width: 991.98px){
  .cat-zone .rail-sub{ --cols: 4; } /* แท็บเล็ต 4 ต่อแถว × 2 แถว */
}
/* ===== มือถือ: ป้องกันชื่อชนกัน ===== */
@media (max-width: 576px){
  .cat-zone .rail-sub{
    --cols: 3;           /* แถวละ 3 ชิ้นบนจอเล็ก */
    --gap: 10px;
    grid-template-rows: repeat(2, minmax(104px, 1fr)); /* สูงสม่ำเสมอ 2 แถว */
  }

  .cat-zone .pill-sub{
    flex-direction: column;      /* ไอคอนบน ชื่อล่าง */
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    text-align: center;
    min-height: 104px;           /* การ์ดสูงพอให้ชื่อ 2 บรรทัดไม่เบียดกัน */
  }

  .cat-zone .pill-sub .thumb{
    width: 48px; height: 48px;
    border-radius: 12px;
    flex: 0 0 48px;
  }
  .cat-zone .pill-sub .initial{ font-size: 1rem; }

  .cat-zone .pill-sub .label{
    font-size: .9rem;
    line-height: 1.25;
    white-space: normal;                 /* อนุญาตให้ตัดบรรทัด */
    display: -webkit-box;                /* clamp 2 บรรทัด + ellipsis */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}

/* ===== Ship choices layout ===== */
.ship-choices{
  display:grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap:12px;
}
@media (max-width: 768px){
  .ship-choices{ grid-template-columns: 1fr; }
}

/* label wrapper */
.ship-choice{
  position:relative;
  display:block;
}
.ship-choice.is-disabled{ opacity:.55; pointer-events:none; }

/* hide radio but keep it accessible */
.ship-choice > input[type="radio"]{
  position:absolute; inset:0; opacity:0; pointer-events:none;
}

/* card */
.ship-choice__card{
  display:flex; align-items:center; gap:12px;
  border:1px solid var(--fd-gray-3);
  border-radius:16px;
  background:#fff;
  padding:12px 14px;
  transition:border-color .15s ease, box-shadow .15s ease, transform .06s ease;
}
.ship-choice__icon{
  width:42px; height:42px; border-radius:50%;
  display:grid; place-items:center;
  background:var(--fd-red-10);
  color:var(--fd-red);
  font-size:18px;
}
.ship-choice__labels .th{ font-weight:700; color:var(--fd-text); line-height:1.1; }
.ship-choice__labels .en{ font-size:12px; color:#82848a; }

/* checked state (radio:checked + card) */
.ship-choice > input[type="radio"]:checked + .ship-choice__card{
  border-color: var(--fd-red);
  box-shadow: 0 0 0 2px var(--fd-red-16) inset;
  transform: translateY(-1px);
}

/* ===== Summary under Express card (HTML เดิม) ===== */
.ship-choice__summary{
  background: var(--fd-red-10);
  border: 1px solid var(--fd-red-24);
  border-radius: 12px;
  margin-top:8px;
  padding-top:8px; /* มี px-3 pb-2 จาก HTML แล้ว */
}
.ship-choice__summary .small{
  font-weight:600; color:var(--fd-text);
}
.ship-choice__summary .btn.btn-link{
  color: var(--fd-red);
  text-decoration: none;
}
.ship-choice__summary .btn.btn-link:hover{
  text-decoration: underline;
}

/* ===== Express panel (ส่วนเลือกวันเวลา/สรุปข้อความ) ===== */
.express-panel[aria-hidden="true"]{ display:none !important; }

/* ปุ่มเลือกวันเวลาให้เข้าธีม Foodland */
.express-panel #openSlotModal.btn.btn-outline-secondary{
  --bs-btn-color: var(--fd-red);
  --bs-btn-border-color: var(--fd-red);
  --bs-btn-hover-bg: var(--fd-red);
  --bs-btn-hover-border-color: var(--fd-red);
  --bs-btn-active-bg: var(--fd-red);
  --bs-btn-active-border-color: var(--fd-red);
}

/* ===== Inline Lalamove Date Area (อยู่ใน #lalamove-date) ===== */
#lalamove-date .slot-inline{
  border:1px solid var(--fd-gray-3);
  border-radius:14px;
  background:#fff;
  padding:12px;
}

/* Day strip */
#lalamove-date .slot-days{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:max-content;
  gap:8px;
  overflow-x:auto;
  padding-bottom:6px;
  margin-bottom:10px;
  scrollbar-width:thin;
}
#lalamove-date .slot-days::-webkit-scrollbar{ height:6px; }
#lalamove-date .slot-days::-webkit-scrollbar-thumb{ background:#ddd; border-radius:4px; }

#lalamove-date .day-pill{
  border:1px solid var(--fd-gray-3);
  background: var(--fd-gray-1);
  border-radius:12px;
  padding:8px 10px;
  min-width:106px;
  text-align:center;
  line-height:1.15;
  transition: all .15s ease;
  cursor:pointer;
  user-select:none;
}
#lalamove-date .day-pill div{ font-weight:700; color:var(--fd-text); }
#lalamove-date .day-pill small{ display:block; color:#8a8d94; margin-top:2px; }
#lalamove-date .day-pill:hover{ background: var(--fd-gray-2); }
#lalamove-date .day-pill.active{
  background: var(--fd-red-10);
  border-color: var(--fd-red);
  box-shadow: 0 0 0 2px var(--fd-red-16) inset;
}

/* Slot list */
#lalamove-date .slot-list{ display:grid; gap:8px; }
#lalamove-date .slot-item{
  display:flex; justify-content:space-between; align-items:center;
  border:1px dashed var(--fd-gray-3);
  border-radius:12px;
  padding:10px 12px;
  background:#fff;
  transition:border-color .15s ease, box-shadow .15s ease, transform .06s ease;
  cursor:pointer;
}
#lalamove-date .slot-item .time{ font-weight:700; color:var(--fd-text); }
#lalamove-date .slot-item:hover{ border-color:#d8d8d8; }
#lalamove-date .slot-item.is-selected{
  border-style:solid;
  border-color: var(--fd-red);
  box-shadow: 0 0 0 2px var(--fd-red-16) inset;
  transform: translateY(-1px);
}
#lalamove-date .slot-item[disabled]{
  opacity:.55; cursor:not-allowed; background:#fafafa;
}

/* Slot badges */
#lalamove-date .badge-free,
#lalamove-date .badge-full{
  font-size:12px; padding:2px 8px; border-radius:999px; white-space:nowrap;
}
#lalamove-date .badge-free{
  background: var(--fd-red);
  color:#fff;
}
#lalamove-date .badge-full{
  background:#eee; color:#777; border:1px solid var(--fd-gray-3);
}

/* Loading spinner on slot */
#lalamove-date .slot-item.loading{ position:relative; pointer-events:none; }
#lalamove-date .slot-item.loading::after{
  content:""; width:16px; height:16px; border-radius:50%;
  border:2px solid #ddd; border-top-color: var(--fd-red);
  animation: fd-spin .8s linear infinite; margin-left:8px;
}
@keyframes fd-spin{ to{ transform: rotate(360deg); } }

/* Inline helper text */
#lalamove-date .inline-msg{ margin-top:6px; }

/* ===== Minor polish ===== */
.card .small.text-muted i{ color: var(--fd-red); }    /* ไอคอนปฏิทินให้เข้ากับ CI */
.text-ichitan{ color: var(--fd-red) !important; }     /* ถ้าใช้คลาสนี้ในยอดรวม ให้ผูกกับแดง Foodland */

/* ===== Mobile tweaks ===== */
@media (max-width:576px){
  #lalamove-date .day-pill{ min-width:92px; padding:8px; }
  #lalamove-date .slot-item{ padding:9px 10px; }
}
  .banner-row-zone-6{
    display:grid;
    grid-template-columns: 37fr 60fr 37fr;
    gap:12px;
    align-items:center;
    max-width: 100%;
  }
  .banner-row-zone-6 img{
    width:100%;
    height:auto;
    display:block;
  }
  .banner-row-zone-7{
    display:grid;
    grid-template-columns: 1fr 1fr; /* 2 รูปเรียงกัน */
    gap:12px;
    align-items:center;
  }
  .banner-row-zone-7 img{
    width:100%;
    height:auto;
    display:block;
  }

  /* ถ้าหน้าจอแคบมาก แสดงเป็นแถวเดียวพร้อมเลื่อนในแนวนอน */
  @media (max-width: 900px){
    .banner-row-zone-7{
      grid-template-columns: 685px 685px;
      overflow:auto;
      -webkit-overflow-scrolling: touch;
    }
  }
.banner-row-zone-8{
  display:grid;
  grid-template-columns: 2fr 2fr; /* ครึ่ง-ครึ่ง (ปรับได้ตามดีไซน์) */
  gap:12px;
  align-items:stretch;
}
.banner-row-zone-8 .smalls{
  display:grid;
  grid-template-columns: 1fr 1fr; /* 2x2 */
  gap:12px;
}
.banner-row-zone-8 img{
  width:100%;
  height:auto;
  display:block;
  border-radius:8px;
}

/* Mobile: รูปใหญ่บน, 4 รูปเล็กด้านล่าง (2 คอลัมน์) */
@media (max-width: 768px){
  .banner-row-zone-8{
    grid-template-columns: 1fr; /* ซ้อนกันเป็นคอลัมน์เดียว */
  }
  .banner-row-zone-8 .smalls{
    grid-template-columns: 1fr 1fr; /* 2x2 ด้านล่าง */
  }
}

.order-summary-card{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  padding: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--card-bg), #fff);
  border: 1px solid var(--card-brd);
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  backdrop-filter: blur(6px);
}

/* breakpoint: ≥576px → 2 คอลัมน์, ≥992px → 3 คอลัมน์ */
@media (min-width: 576px){
  .order-summary-card{
    grid-template-columns: repeat(2, 1fr);
    padding: 1.25rem;
    gap: 1rem;
  }
}
@media (min-width: 992px){
  .order-summary-card{
    grid-template-columns: repeat(3, 1fr);
    padding: 1.25rem 1.5rem;
  }
}

.summary-item{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: .5rem 1rem;
  padding: .75rem .75rem;
  border: 1px dashed rgba(237,28,36,.18);
  border-radius: 14px;
  background: rgba(237,28,36,.025);
  transition: border-color .2s ease, background-color .2s ease, transform .15s ease;
}
.summary-item:hover{
  border-color: rgba(237,28,36,.35);
  background: rgba(237,28,36,.05);
  transform: translateY(-1px);
}

.summary-item .label{
  color: var(--fl-muted);
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .2px;
}

.summary-item .value{
  justify-self: end;
  color: var(--fl-dark);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

/* หน่วยเล็กลงนิดนึง */
.summary-item .value small{
  font-weight: 600;
  font-size: .8rem;
  color: var(--fl-muted);
}

/* ป้ายสถานะแช่แข็งแบบ Pill */
.summary-item .value.cold-yes,
.summary-item .value.cold-no{
  font-size: .95rem;
  padding: .4rem .7rem;
  border-radius: 999px;
  border: 1px solid transparent;
}

/* แช่แข็ง: ใช้สีแบรนด์ */
.summary-item .value.cold-yes{
  color: #fff;
  background: var(--fl-red);
  border-color: rgba(0,0,0,.05);
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

/* ไม่แช่แข็ง: โทนเขียวอ่านง่าย */
.summary-item .value.cold-no{
  color: #fff;
  background: var(--ok);
  border-color: rgba(0,0,0,.05);
}
