@font-face {
  font-family: 'SF Compact Display Light';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/SF-Compact-Display-Light.eot'); /* IE9*/
  src: url('../fonts/SF-Compact-Display-Light.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/SF-Compact-Display-Light.woff2') format('woff2'),
    /* chrome、firefox */ url('../fonts/SF-Compact-Display-Light.woff')
      format('woff'),
    /* chrome、firefox */ url('../fonts/SF-Compact-Display-Light.ttf')
      format('truetype'),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url('../fonts/SF-Compact-Display-Light.svg#SF Compact Display Light')
      format('svg'); /* iOS 4.1- */
}

@font-face {
  font-family: 'SF Compact Display Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/SF-Compact-Display-Regular.eot'); /* IE9*/
  src: url('../fonts/SF-Compact-Display-Regular.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/SF-Compact-Display-Regular.woff2')
      format('woff2'),
    /* chrome、firefox */ url('../fonts/SF-Compact-Display-Regular.woff')
      format('woff'),
    /* chrome、firefox */ url('../fonts/SF-Compact-Display-Regular.ttf')
      format('truetype'),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url('../fonts/SF-Compact-Display-Regular.svg#SF Compact Display Regular')
      format('svg'); /* iOS 4.1- */
}

@font-face {
  font-family: 'SF Compact Display Medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/SF-Compact-Display-Medium.eot'); /* IE9*/
  src: url('../fonts/SF-Compact-Display-Medium.eot?#iefix')
      format('embedded-opentype'),
    /* IE6-IE8 */ url('../fonts/SF-Compact-Display-Medium.woff2')
      format('woff2'),
    /* chrome、firefox */ url('../fonts/SF-Compact-Display-Medium.woff')
      format('woff'),
    /* chrome、firefox */ url('../fonts/SF-Compact-Display-Medium.ttf')
      format('truetype'),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url('../fonts/SF-Compact-Display-Medium.svg#SF Compact Display Medium')
      format('svg'); /* iOS 4.1- */
}

.v-application .font-regular {
  font-family: 'SF Compact Display Regular' !important;
}

.v-application .font-medium {
  font-family: 'SF Compact Display Medium' !important;
}

.v-application .font-light {
  font-family: 'SF Compact Display Light' !important;
}

a {
  text-decoration: none;
}

.position-relative {
  position: relative;
}

.position-sticky {
  position: sticky;
  z-index: 100;
  top: 0;
}

.position-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.line-break {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.cursor-pointer {
  cursor: pointer;
}

.line-height-sm {
  line-height: 1.2 !important;
}

.img-hover .v-image__image {
  transition: all 0.3s ease-in;
}

.img-hover:hover .v-image__image {
  transform: scale(1.03);
}

.checkbox-sm.v-input--checkbox {
  margin-top: 10px;
}

.checkbox-sm.v-input--checkbox .v-input--selection-controls__input {
  margin-right: 4px;
  width: 18px;
  height: 18px;
}
.checkbox-sm.v-input--checkbox .v-icon {
  font-size: 18px;
}

.checkbox-sm.v-input--checkbox .v-label {
  font-size: 1rem;
  color: #333;
}

.flip-reverse {
  transition: all 0.2s ease-in-out;
}
.flip-reverse.reverse {
  transform: rotate(180deg);
}

.img-fluid {
  white-space: initial;
  text-overflow: initial;
}

.img-fluid img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.v-skeleton-loader.fill-height .v-skeleton-loader__image,
.v-skeleton-loader.fill-height .v-skeleton-loader__button,
.v-skeleton-loader.fill-height .v-skeleton-loader__heading {
  height: 100% !important;
}

.v-skeleton-loader.fill-width .v-skeleton-loader__image,
.v-skeleton-loader.fill-width .v-skeleton-loader__button,
.v-skeleton-loader.fill-width .v-skeleton-loader__heading {
  width: 100% !important;
}

.v-size--default.mini {
  height: 26px !important;
  width: 26px !important;
  min-width: initial !important;
}

.table-bordered.v-data-table .v-data-table__wrapper > table > tbody > tr > td:last-child {
  border-right: thin solid rgba(0, 0, 0, 0.12);
}

.table-bordered.v-data-table .v-data-table__wrapper > table > tbody > tr > td {
  padding: 8px;
  border-left: thin solid rgba(0, 0, 0, 0.12);
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
  vertical-align: top;
}

.table-bordered.v-data-table .v-data-table__wrapper > table > tbody > tr:hover td {
  background-color: #fff;
}

.sepration {
  height: 10px;
  background-color: #f5f5f5;
}

.line-after {
  position: relative;
}
.line-after::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 3px;
  background-color: #141c3a;
}

.line-after.line-white::after {
  background-color: #fff;
}

.hover-decoration-underline:hover {
  text-decoration: underline !important;
}

.no-appearance.v-input input::-webkit-outer-spin-button,
.no-appearance.v-input input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.no-appearance.v-input input[type='number'] {
  -moz-appearance: textfield; /*Firefox*/
}

.help-popup {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  left: -40px;
  max-width: initial;
}

.font-size-large .v-list-item__title {
  font-size: 16px;
}

.menu-toggle {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 100%;
  left: -20px;
  max-width: initial;
}

.cart-popup {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  max-width: initial;
  min-width: 300px;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cover-tag {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-form.v-text-field--outlined > .v-input__control > .v-input__slot {
  padding: 0 12px 0 24px;
  background-color: #fcfcfc;
}

.custom-form.v-text-field--outlined fieldset {
  border-color: #eee;
}

.no-boxshadow.v-dialog.v-dialog--active {
  box-shadow: none !important;
}

/* layout */

.toggle-frame {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  min-height: 754px;
}

.cate-sub-popup {
  position: absolute;
  top: 0;
  right: 0;
  left: 16.66666667%;
  z-index: 10;
  min-height: 754px;
}

/* .navbar .white-tail:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    right: -5px;
    bottom: 0;
    width: 5px;
    background-color: #fff;
} */

.cate-list-item:hover {
  background-color: #f7f7f7;
}

/* .masonry {
  width: 100%;
  columns: 4;
  column-gap: 30px;
}

.masonry-item {
  width: 100%;
  break-inside: avoid;
  margin-bottom: 30px;
} */

.title-category {
  position: relative;
  padding-bottom: 8px;
}

.title-category::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 26px;
  background-color: #aaa;
}

.hopper {
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
}

.hopper:hover {
  top: -5px;
}

.border-none.v-text-field.v-text-field--outlined fieldset {
  border-width: 0 !important;
}

.text-center.v-text-field input {
  text-align: center;
}

.x-small.v-text-field input {
  padding: 3px 0 !important;
  font-size: 14px;
}

.x-small.v-text-field--outlined.v-input--dense
  > .v-input__control
  > .v-input__slot {
  padding: 0 8px;
  min-height: 24px;
}

.opacity-0 {
  opacity: 0;
}

.v-btn.hide-hover:before {
  background-color: transparent;
}

.input-hidden {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
}
