@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");
* {
  font-family: "Maison Neue", sans-serif; }

:root {
  --ratio: 1.618;
  --font-base: 16px;
  --font-xs: calc(var(--font-base) / var(--ratio));
  --font-sm: var(--font-base);
  --font-md: calc(var(--font-base) * var(--ratio));
  --font-lg: calc(var(--font-base) * var(--ratio) * var(--ratio));
  --font-xl: calc(var(--font-base) * var(--ratio) * var(--ratio) * var(--ratio));
  --font-xxl: calc(var(--font-base) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio));
  /* Primary Brand */
  --color-primary: #0F1F3A;
  --color-primary-light: #142952;
  --color-primary-dark: #0A162A;
  /* Accent Branding */
  --color-accent: #FF6B1A;
  /* Vibrant orange */
  --color-accent-hover: #FF7E3D;
  --color-accent-soft: #FFD3B5;
  /* Neutral System */
  --gray-100: #F4F5F7;
  --gray-200: #E2E4E7;
  --gray-300: #D1D3D6;
  --gray-400: #A9ABAD;
  --gray-500: #6E7073;
  /* perfect body text */
  --gray-700: #2B2D31;
  /* heading */
  --gray-900: #1A1C1F;
  /* Background */
  --bg-main: #0F1F3A;
  --bg-light: #F4F5F7;
  --bg-card: #FFFFFF;
  /* Text */
  --text-heading: #2B2D31;
  --text-body: #6E7073;
  --text-body-dark: #4c5671;
  --text-muted: #A9ABAD;
  /* Border / Line */
  --border-color: #D1D3D6; }

html, body {
  height: 100%;
  color: var(--text-body); }

body.no-scroll {
  overflow: hidden; }

a {
  color: var(--color-accent); }

a, a:hover, a:focus {
  color: var(--color-accent-hover);
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  color: var(--text-body);
  margin-bottom: 1.2em;
  font-weight: 400; }

.flex-row-fluid {
  flex: 1 auto;
  min-width: 0; }

.form-text {
  margin-top: 7px;
  font-size: 0.8125rem; }

.invalid-feedback {
  display: block;
  margin-top: 7px;
  font-size: 13px !important; }

.text-mute {
  font-size: 0.8125rem;
  color: #898989; }
  .text-mute.fs-12 {
    font-size: 0.75rem; }

.img {
  display: block;
  width: 100%; }

.ul {
  padding: 0;
  margin: 0; }
  .ul li {
    list-style: none; }

.ul-inline li {
  display: inline-block; }

input[type=number] {
  -moz-appearance: textfield; }
  input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.help-block {
  font-size: 13px; }

.cursor-pointer {
  cursor: pointer !important; }

body > [id^="beacon_"],
body > [id*=" beacon_"] {
  display: none; }

.nodata {
  margin: 0 auto;
  margin-top: 100px;
  width: 100%;
  max-width: 400px;
  text-align: center; }
  .nodata img {
    width: 80%; }
  .nodata h3 {
    margin-top: 30px;
    font-size: 1.625rem;
    color: #787878;
    font-weight: 600;
    text-align: center; }

.message-alert {
  display: none; }

.coret {
  text-decoration: line-through; }

.error-form {
  display: block;
  margin-top: 5px;
  font-family: "Maison Neue", sans-serif;
  font-size: 11px;
  color: #F00; }
  .error-form p {
    margin-bottom: 0;
    color: #F00;
    line-height: 11px; }

.text-input {
  font-size: 0.8125rem;
  color: #898989; }

.alert {
  padding: 10px 15px;
  font-size: 13px;
  border-radius: 2px; }
  .alert.alert-danger a {
    color: #721c24;
    font-weight: bold; }

.alert-mini {
  padding: 7px 15px !important; }

.alert .close {
  margin-top: -4px; }

.icon-facebook {
  color: #295396 !important; }

.icon-twitter {
  color: #28aae1 !important; }

.icon-instagram {
  color: #d6249f !important; }

.empty-data {
  padding: 50px 0;
  text-align: center; }
  .empty-data img {
    width: 50%; }

label {
  position: relative; }
  label sup {
    color: red; }
  label.required:after {
    margin-left: 3px;
    content: '*';
    color: red; }

.text {
  font-size: 0.875rem; }
  .text p, .text li {
    font-size: 0.875rem;
    line-height: 24px; }

.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6 {
  margin-bottom: 10px;
  font-weight: 700; }
.paragraph p {
  margin-bottom: 22px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 28px; }
  .paragraph p:has(+ ol), .paragraph p:has(+ ul) {
    margin-bottom: 8px; }
  .paragraph p strong, .paragraph p b {
    font-weight: 700; }
.paragraph ul, .paragraph ol {
  margin-bottom: 22px; }
  .paragraph ul li, .paragraph ol li {
    padding-left: 10px;
    font-size: 1rem;
    line-height: 28px; }
.paragraph img {
  max-width: 100%; }

.btn-wa {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50% 50% 0 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px !important;
  z-index: 999; }
  .btn-wa i {
    font-size: 1.75rem;
    color: #fff; }

input:focus, button:focus {
  outline: none; }

.whatsapp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99; }
  .whatsapp li {
    margin-right: 10px; }
    .whatsapp li:last-child {
      margin-right: 0; }
    .whatsapp li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 50px;
      height: 50px;
      font-size: 2rem;
      color: #fff;
      background: green;
      border-radius: 50%; }
      .whatsapp li a:hover {
        background: #009a00; }

.swal2-modal {
  width: 400px; }

.swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
  font-size: 40px;
  line-height: 60px; }

.swal2-modal .swal2-title {
  font-size: 18px; }

.swal2-modal .swal2-styled {
  padding: 8px 20px;
  font-size: 13px; }

.swal2-modal .swal2-spacer {
  margin: 20px 0;
  height: 0; }

.swal-wide {
  width: 400px !important; }

.lazy-load {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.lazy-load.loaded {
  opacity: 1; }

.card-ss {
  border: none;
  border-radius: 10px; }
  .card-ss .card-header {
    padding: 20px 30px;
    padding-top: 23px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 15px;
    background: #fff;
    border-bottom-color: #eff2f5;
    border-radius: 10px 10px 0 0; }
  .card-ss .card-body {
    padding: 30px; }
  .card-ss .card-footer {
    padding: 17px 30px;
    background: #fff;
    border-top-color: #eff2f5; }
  .card-ss .btn {
    padding: 10px 20px;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.5rem; }

.modal-header {
  padding: 25px 30px;
  padding-bottom: 22px; }
  .modal-header .modal-title {
    font-size: 20px;
    line-height: 20px; }
  .modal-header .btn-close {
    font-size: 12px; }

.form-ss label {
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 500; }
.form-ss .form-control {
  padding: 10px 15px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #454545;
  background: #f5f8fa;
  border: 1px solid rgba(228, 230, 239, 0.2); }
  .form-ss .form-control:focus {
    box-shadow: none; }
.form-ss .form-select {
  padding: 10px 15px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #454545;
  background: #f5f8fa;
  border: 1px solid rgba(228, 230, 239, 0.2); }
  .form-ss .form-select:focus {
    box-shadow: none; }
  .form-ss .form-select.custom-select {
    background: #f8f9fa;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14a.5.5 0 0 0 .506 0l5-3a.5.5 0 0 0-.506-.866L8 10.293 3.753 7.273a.5.5 0 0 0-.506.866l5 3z'/%3E%3C/svg%3E");
    /* SVG panah */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 30px; }

.form-default label {
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 500; }
.form-default .form-control {
  padding: 8px 15px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #454545; }
  .form-default .form-control.form-control-solid {
    background: #f5f8fa;
    border: 1px solid rgba(228, 230, 239, 0.2); }
  .form-default .form-control:focus {
    box-shadow: none; }
  .form-default .form-control::placeholder {
    color: #9a9a9a; }
.form-default .form-select {
  padding: 8px 15px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #454545; }
  .form-default .form-select.form-control-solid {
    background: #f5f8fa;
    border: 1px solid rgba(228, 230, 239, 0.2); }

.overlay-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999; }
  .overlay-loading.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.datepicker-dropdown {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-top: 0px; }

.datepicker {
  padding: 0; }

.datepicker td, .datepicker th {
  width: 2.2rem;
  height: 2.2rem;
  font-size: 0.85rem; }

.datepicker-dropdown:after {
  border-bottom-color: #08c; }

.datepicker-days .table-condensed thead tr:nth-child(2), .datepicker-months .table-condensed thead tr:nth-child(2),
.datepicker-years .table-condensed thead tr:nth-child(2), .datepicker-decades .table-condensed thead tr:nth-child(2),
.datepicker-centuries .table-condensed thead tr:nth-child(2) {
  background: linear-gradient(to bottom, #08c, #04c);
  color: #fff; }

.datepicker-days .table-condensed thead tr:nth-child(2) th:hover, .datepicker-months .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-years .table-condensed thead tr:nth-child(2) th:hover, .datepicker-decades .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-centuries .table-condensed thead tr:nth-child(2) th:hover {
  background: linear-gradient(to bottom, #08c, #04c);
  color: #fff; }

.datepicker-days .table-condensed tfoot, .datepicker-months .table-condensed tfoot, .datepicker-years .table-condensed tfoot,
.datepicker-decades .table-condensed tfoot, .datepicker-centuries .table-condensed tfoot {
  border-top: solid 1px rgba(0, 0, 0, 0.15); }

.container-1200 {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px; }

.custom-table th, .custom-table td {
  padding: 10px 15px;
  font-size: 0.875rem; }

.custom-card .card-header {
  padding-top: 10px;
  font-size: 1rem;
  font-weight: 600; }
.custom-card .list-group-item {
  font-size: 0.875rem; }
  .custom-card .list-group-item strong {
    font-weight: 500; }
.custom-card p {
  font-size: 0.875rem;
  line-height: 24px; }
  .custom-card p strong {
    font-weight: 500; }

.badge-custom {
  padding: 3px 7px;
  font-size: 0.75rem;
  border-radius: 5px; }

.btn-custom {
  padding: 8px 15px;
  min-width: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
  border-radius: 5px; }
  .btn-custom.btn-outline {
    background: #fff; }
    .btn-custom.btn-outline.btn-primary {
      color: #0d6efd;
      border-color: #0d6efd; }
      .btn-custom.btn-outline.btn-primary:hover {
        background-color: #0d6efd;
        color: #fff; }
    .btn-custom.btn-outline.btn-secondary {
      color: #6c757d;
      border-color: #6c757d; }
      .btn-custom.btn-outline.btn-secondary:hover {
        background-color: #6c757d;
        color: #fff; }
    .btn-custom.btn-outline.btn-success {
      color: #198754;
      border-color: #198754; }
      .btn-custom.btn-outline.btn-success:hover {
        background-color: #198754;
        color: #fff; }
    .btn-custom.btn-outline.btn-info {
      color: #0dcaf0;
      border-color: #0dcaf0; }
      .btn-custom.btn-outline.btn-info:hover {
        background-color: #0dcaf0;
        color: #fff; }
    .btn-custom.btn-outline.btn-warning {
      color: #ffc107;
      border-color: #ffc107; }
      .btn-custom.btn-outline.btn-warning:hover {
        background-color: #ffc107;
        color: #fff; }
    .btn-custom.btn-outline.btn-danger {
      color: #dc3545;
      border-color: #dc3545; }
      .btn-custom.btn-outline.btn-danger:hover {
        background-color: #dc3545;
        color: #fff; }
    .btn-custom.btn-outline.btn-light {
      color: #f8f9fa;
      border-color: #f8f9fa; }
      .btn-custom.btn-outline.btn-light:hover {
        background-color: #f8f9fa;
        color: #fff; }
    .btn-custom.btn-outline.btn-dark {
      color: #212529;
      border-color: #212529; }
      .btn-custom.btn-outline.btn-dark:hover {
        background-color: #212529;
        color: #fff; }

@media only screen and (max-width: 1024px) {
  .arrow-nav {
    display: none; } }
@media only screen and (max-width: 991px) {
  .nodata h3 {
    font-size: 1.375rem; }

  .button-chat {
    width: 100%; }
    .button-chat li {
      width: 50%; } }
@media only screen and (max-width: 767.8px) {
  .paragraph p {
    font-size: 0.875rem;
    line-height: 24px; }
  .paragraph ul li, .paragraph ol li {
    font-size: 0.875rem;
    line-height: 24px; }

  .nodata {
    margin-top: 50px;
    max-width: 300px; }
    .nodata h3 {
      font-size: 1.125rem; } }
@media only screen and (max-width: 312px) {
  .nodata h3 {
    font-size: 0.875rem; } }
.pagging nav ul li.active .page-link {
  padding: .5rem .75rem;
  font-family: "Maison Neue", sans-serif;
  font-size: 0.8125rem;
  color: #fff;
  background: #1953b4;
  border-color: #1953b4; }
.pagging nav ul li .page-link {
  padding: 0; }
.pagging nav ul li a {
  display: block;
  padding: .5rem .75rem;
  font-family: "Maison Neue", sans-serif;
  font-size: 0.8125rem; }

.page-item {
  margin-right: 8px; }
  .page-item.active .page-link {
    color: #fff;
    background: #111;
    border-color: #111; }
  .page-item:first-child .page-link {
    border-radius: 50%; }
  .page-item:last-child .page-link {
    border-radius: 50%; }
  .page-item .page-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    width: 35px;
    height: 35px;
    font-size: 0.8125rem;
    color: #111;
    font-weight: 600;
    border-radius: 50%;
    border-color: #111; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: .3s;
  z-index: 99; }
  header.scrolled {
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
    transition: .5s; }
    header.scrolled .logo {
      color: var(--text-body-dark); }
    header.scrolled .main-menu li a {
      color: var(--text-body-dark); }
      header.scrolled .main-menu li a:hover, header.scrolled .main-menu li a.active {
        color: var(--color-accent); }
    header.scrolled .toggle-menu span {
      background: var(--text-body-dark); }
      header.scrolled .toggle-menu span::before, header.scrolled .toggle-menu span::after {
        background: var(--text-body-dark); }

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.logo {
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: 700; }

.main-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 30px; }
  .main-menu li a {
    display: block;
    padding: 25px 10px;
    color: #fff;
    font-weight: 600; }
    .main-menu li a:hover, .main-menu li a.active {
      color: var(--color-accent); }

.btn-access {
  padding: 9px 35px;
  background: var(--color-accent);
  color: #fff;
  font-weight: 600;
  border-radius: 30px; }
  .btn-access:hover {
    color: #fff;
    background: var(--color-accent-hover); }

.toggle-menu,
.toggle-menu-close {
  display: none; }

@media only screen and (max-width: 991.8px) {
  .header {
    padding: 15px 0; }

  .btn-access {
    display: none; }

  .toggle-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 24px;
    width: 25px;
    height: 25px;
    cursor: pointer; }
    .toggle-menu span {
      position: relative;
      display: block;
      width: 100%;
      height: 2px;
      background: #fff; }
      .toggle-menu span::before, .toggle-menu span::after {
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff; }
      .toggle-menu span::before {
        top: -8px; }
      .toggle-menu span::after {
        bottom: -8px; }

  .logo {
    font-size: 1.75rem; }

  #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 16px 0px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    transform: translateX(350px);
    z-index: 999; }
    #menu.active {
      transition: 0.3s ease;
      transform: translateX(0); }

  .main-menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 0;
    margin-top: 20px; }
    .main-menu li {
      width: 100%;
      border-bottom: 1px solid #f4f4f4; }
      .main-menu li a {
        padding: 18px 20px;
        color: var(--text-body); }

  .toggle-menu-close {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    background: var(--bg-main);
    border: none; }
    .toggle-menu-close:hover, .toggle-menu-close:active {
      color: #121212;
      background: var(--color-accent); } }
@media only screen and (max-width: 767.8px) {
  .logo {
    font-size: 1.5rem; } }
.off-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 998; }
  .off-page.active {
    visibility: visible;
    opacity: 1; }

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-350px);
  transition: .2s;
  z-index: 9999; }
  .menu-mobile.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: .3s; }

.menu-mobile-top {
  padding: 10px 20px; }

.content-menu-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 20px;
  padding-top: 5px;
  height: calc(100% - 50px);
  overflow-y: auto; }
  .content-menu-mobile ul li {
    border-bottom: 1px solid #eee; }
    .content-menu-mobile ul li:last-child {
      border-bottom: none; }
    .content-menu-mobile ul li a {
      display: block;
      padding: 15px 10px;
      font-size: 0.875rem;
      color: #313131; }
      .content-menu-mobile ul li a:hover {
        color: #1953b4; }

.btn-close-menu {
  display: inline-block;
  padding: 10px 13px;
  font-size: 1.125rem;
  color: #C6B88B;
  line-height: 1px;
  background: #000;
  border-radius: 5px;
  cursor: pointer; }

ul.menu-login-mobile {
  margin: 0 -10px;
  background: #f1f1f1;
  border-radius: 5px; }
  ul.menu-login-mobile li {
    border-bottom: 1px solid #ddd; }
    ul.menu-login-mobile li a {
      padding: 12px 10px;
      padding-left: 20px;
      font-size: 0.875rem;
      font-weight: 600; }
      ul.menu-login-mobile li a i {
        margin-right: 10px; }

.slider {
  height: 100vh;
  background: url("../../images/bg-server-2.png") no-repeat;
  background-size: cover; }

.header-space {
  height: 74px; }

.wrap-content-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: calc(100% - 74px); }

.content-slider {
  margin-top: -74px;
  width: 100%;
  max-width: 800px; }
  .content-slider h2 {
    margin-bottom: 20px;
    font-size: 1.375rem;
    color: #fff; }
    .content-slider h2 i {
      margin-right: 5px;
      color: #ffc107; }
  .content-slider h3 {
    font-size: var(--font-xl);
    color: #fff;
    font-weight: 700; }
  .content-slider p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    line-height: 32px; }
  .content-slider ul {
    margin-bottom: 40px; }
    .content-slider ul li {
      font-size: 1.125rem;
      color: #fff;
      line-height: 32px; }
      .content-slider ul li i {
        margin-right: 5px;
        font-size: 1rem;
        color: #ffc107; }

.btn-slider-more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 165px;
  padding: 12px 35px;
  padding-right: 25px;
  color: #212121;
  font-weight: 600;
  background: #ffc107;
  border-radius: 30px; }
  .btn-slider-more i {
    margin-left: 10px; }

@media only screen and (max-width: 991.8px) {
  .content-slider {
    margin-top: -72px; }
    .content-slider h2 {
      font-size: 1.25rem; }
    .content-slider h3 {
      font-size: var(--font-lg); } }
@media only screen and (max-width: 575.8px) {
  .content-slider {
    margin: 0 auto;
    margin-top: -72px;
    max-width: 90%;
    text-align: center; }
    .content-slider h2 {
      margin-bottom: 20px;
      font-size: 1.25rem; }
    .content-slider h3 {
      font-size: var(--font-lg); }

  .btn-slider-more {
    margin: 0 auto; } }
@media only screen and (max-width: 420px) {
  .content-slider h3 {
    font-size: var(--font-md); }
  .content-slider p {
    font-size: 1.125rem; } }
.title-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 50px;
  color: var(--text-body-dark); }
  .title-content h2 {
    font-weight: 600; }

.pricing-item {
  padding: 70px 0; }
  .pricing-item.odd {
    background: var(--bg-light); }

.title-pricing {
  margin-bottom: 50px;
  font-weight: 600;
  text-align: center; }

.home-category {
  padding-bottom: 50px;
  background: #000; }

.wrap-category-home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 auto;
  margin-top: 20px;
  width: 90%; }

.item-category-home a {
  display: block; }
  .item-category-home a:hover img {
    filter: brightness(0.8) saturate(100%) sepia(1) hue-rotate(20deg) brightness(1.1); }
  .item-category-home a:hover h3 {
    color: #C6B88B; }
  .item-category-home a img {
    margin-bottom: 30px;
    width: 100%; }
  .item-category-home a h3 {
    font-family: "Yeseva One", serif;
    font-size: 1.125rem;
    color: #fff;
    text-align: center; }

.nav-category-home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px; }
  .nav-category-home li a {
    font-size: 1.375rem;
    color: #fff; }
    .nav-category-home li a:hover {
      color: #C6B88B; }

@media only screen and (max-width: 991.8px) {
  .wrap-category-home {
    width: 100%; } }
@media only screen and (max-width: 767.8px) {
  .item-category-home a h3 {
    font-size: 0.9375rem; }

  .nav-category-home {
    margin-top: 30px; }
    .nav-category-home li a {
      font-size: 1.125rem; } }
@media only screen and (max-width: 575.8px) {
  .home-category {
    padding-bottom: 25px; }

  .item-category-home a h3 {
    font-size: 0.8125rem; } }
#banner {
  height: 530px;
  background: url("../../images/bg-server-2.png") no-repeat;
  background-size: cover; }

.wrap-content-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%; }

.content-banner {
  margin-top: -74px;
  width: 100%;
  max-width: 800px; }
  .content-banner h2 {
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    letter-spacing: .5px; }
  .content-banner h3 {
    font-size: var(--font-lg);
    color: #fff;
    font-weight: 700; }
  .content-banner p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
    line-height: 32px; }
  .content-banner ul {
    margin-bottom: 40px; }
    .content-banner ul li {
      font-size: 1.125rem;
      color: #fff;
      line-height: 32px; }
      .content-banner ul li i {
        margin-right: 5px;
        font-size: 1rem;
        color: #ffc107; }

@media only screen and (max-width: 991.8px) {
  .content-banner {
    margin-top: -72px; }
    .content-banner h2 {
      font-size: 1.25rem; }
    .content-banner h3 {
      font-size: var(--font-lg); } }
@media only screen and (max-width: 575.8px) {
  .content-banner {
    margin: 0 auto;
    margin-top: -72px;
    max-width: 90%;
    text-align: center; }
    .content-banner h2 {
      margin-bottom: 20px;
      font-size: 1.25rem; }
    .content-banner h3 {
      font-size: var(--font-lg); } }
@media only screen and (max-width: 420px) {
  .content-banner h3 {
    font-size: var(--font-md); }
  .content-banner p {
    font-size: 1.125rem; } }
.best-seller {
  padding-bottom: 70px;
  background: url("../../images/bg-best.jpg") no-repeat;
  background-size: cover; }
  .best-seller .title-content p {
    color: #363636; }

@media only screen and (max-width: 575.8px) {
  .best-seller {
    padding-bottom: 20px; } }
.recipes-home {
  padding-bottom: 70px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../../images/bg-recipes.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }
  .recipes-home .title-content {
    padding-bottom: 0;
    margin-bottom: 25px; }

.recipes-button-home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .recipes-button-home a {
    position: relative;
    display: block;
    padding: 10px 3px;
    padding-bottom: 7px;
    color: #1953b4; }
    .recipes-button-home a:hover {
      color: #133e87; }
    .recipes-button-home a::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #1953b4; }

@media only screen and (max-width: 575.8px) {
  .recipes-home {
    padding-bottom: 40px; }

  .recipes-button-home a {
    font-size: 0.875rem; } }
#product {
  padding: 70px 0;
  background: #f4f9ff; }

.wrap-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.item-product {
  padding: 0 15px;
  width: calc(100% / 4); }

.i-product {
  position: relative;
  padding: 40px 25px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: .4s; }
  .i-product.v1:hover, .i-product.v1.active {
    border: 1px solid var(--bg-main);
    transition: .3s; }
  .i-product.v1.active::before {
    display: block; }
  .i-product.v1:before {
    display: none;
    position: absolute;
    content: 'Most Popular';
    top: -20px;
    left: 50%;
    padding: 8px 30px;
    font-size: 0.875rem;
    color: #fff;
    background: var(--color-accent);
    white-space: nowrap;
    border-radius: 30px;
    transform: translateX(-50%); }
  .i-product.v1.even {
    background: #f7f8f9; }
  .i-product h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.25rem;
    color: var(--text-body-dark);
    font-weight: 600; }
  .i-product p {
    margin-bottom: 25px;
    text-align: center; }
  .i-product ul, .i-product ol {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    list-style: none; }
    .i-product ul li, .i-product ol li {
      position: relative;
      line-height: 32px; }
      .i-product ul li::before, .i-product ol li::before {
        margin-right: 10px;
        content: '\f00c';
        font-family: "Font Awesome 6 Pro";
        font-size: 0.875rem;
        color: #26cf4b; }
      .i-product ul li span, .i-product ol li span {
        display: none; }
      .i-product ul li i, .i-product ol li i {
        margin-right: 8px;
        font-size: 0.875rem;
        color: #26cf4b; }

.price-product {
  margin-bottom: 20px;
  font-size: 1.75rem;
  color: var(--text-body-dark);
  font-weight: 600;
  text-align: center; }
  .price-product span {
    font-size: 1rem; }

.btn-product-contact {
  display: inline-block;
  padding: 8px 25px;
  padding-top: 10px;
  margin: 0 auto;
  font-size: 0.875rem;
  color: #fff;
  background: #26cf4b;
  border-radius: 30px; }
  .btn-product-contact:hover {
    color: #fff;
    background: #22b943; }

.table-product tbody tr:hover td {
  background: var(--bg-light); }
.table-product th {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background: var(--bg-main); }
.table-product td {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--text-body-dark); }
  .table-product td a {
    color: var(--color-accent); }
    .table-product td a:hover {
      color: var(--color-accent-hover); }

@media only screen and (max-width: 991.8px) {
  .item-product {
    margin-bottom: 30px;
    width: calc(100% / 2); } }
@media only screen and (max-width: 767.8px) {
  .item-product {
    width: 100%; } }
#promo {
  padding: 70px 0; }

.empty-promo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px; }

#product_page {
  padding: 70px 0; }

.bg-light {
  background: var(--bg-light); }

.wrap-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.item-category {
  padding: 0 15px;
  margin-bottom: 30px;
  width: calc(100% / 3); }

.i-category {
  padding: 30px;
  background: #f4f9ff;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: .3s ease; }
  .i-category:hover {
    border: 1px solid var(--bg-main);
    transition: .3s ease; }
  .i-category h3 {
    margin-bottom: 24px;
    font-size: 1.25rem;
    color: var(--text-body-dark);
    font-weight: 600; }
  .i-category p {
    margin-bottom: 24;
    color: var(--text-body);
    line-height: 26px;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical; }
  .i-category a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
    color: #fff;
    background: var(--color-accent);
    border-radius: 50%; }
    .i-category a:hover {
      background: var(--color-accent-hover); }

@media only screen and (max-width: 991.8px) {
  .item-category {
    width: calc(100% / 2); } }
@media only screen and (max-width: 767.8px) {
  .item-category {
    width: 100%; } }
.review-product-detail {
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 1px solid #1C1C1C; }

.title-review {
  margin-bottom: 30px;
  font-size: 1.5625rem;
  color: #E0E0E0;
  font-weight: 700; }

.info-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px; }
  .info-rating h3 {
    font-size: 5rem;
    color: #E0E0E0;
    font-weight: 600;
    line-height: 50px; }
  .info-rating span {
    font-size: 1.5625rem;
    color: #A7A7A7;
    font-weight: 700;
    line-height: 25px; }

.text-rating {
  font-size: 0.9375rem;
  color: #e0e0e0;
  font-weight: 700; }

.wrap-review {
  margin-top: 40px; }

.item-review {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #1C1C1C; }
  .item-review:last-child {
    margin-bottom: 0;
    border-bottom: none; }

.user-review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 15px; }

.img-user-review {
  flex-shrink: 1;
  width: 44px; }
  .img-user-review img {
    border-radius: 50%; }

.content-user-review h4 {
  margin-bottom: 5px;
  font-size: 0.875rem;
  color: #E0E0E0;
  font-weight: 600; }

.user-rating ul {
  margin: 0; }
  .user-rating ul li {
    font-size: 0.75rem; }

.date-rating {
  margin-left: 20px;
  font-size: 0.75rem;
  color: #E0E0E0;
  white-space: nowrap; }

.text-item-review {
  margin-top: 10px;
  font-size: 0.9375rem;
  color: #E0E0E0; }

.stars {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  font-size: 20px;
  cursor: pointer; }

.star {
  color: #ccc;
  transition: color 0.2s; }

.star.gold {
  color: gold; }

.item-form-review {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd; }
  .item-form-review:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.product-review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px; }

.img-product-review {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 15px;
  width: 56px;
  height: 56px; }
  .img-product-review img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.content-product-review {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1; }
  .content-product-review h4 {
    font-size: 0.875rem;
    font-weight: 500; }
  .content-product-review p {
    font-size: 0.8125rem;
    color: #898989; }

.rating-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px; }
  .rating-product label {
    display: block;
    margin-right: 20px;
    font-size: 0.875rem;
    font-weight: 600; }

.comment-product label {
  font-size: 0.875rem;
  font-weight: 600; }
.comment-product .form-control {
  font-size: 0.875rem; }

@media only screen and (max-width: 575.8px) {
  .review-product-detail {
    padding-top: 20px;
    padding-bottom: 30px; }

  .title-review {
    margin-bottom: 25px;
    font-size: 1.125rem; }

  .info-rating h3 {
    font-size: 3.125rem;
    line-height: 35px; }
  .info-rating span {
    font-size: 1.125rem; }

  .text-rating {
    font-size: 0.875rem;
    font-weight: 600; }

  .img-user-review {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 32px; }

  .content-user-review {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%; }
    .content-user-review h4 {
      margin-bottom: 3px;
      font-size: 0.8125rem; }
    .content-user-review .user-rating ul {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }

  .text-item-review {
    font-size: 0.875rem; } }
.bar-login {
  position: relative;
  height: 45px;
  background: #000; }
  .bar-login::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 19px;
    background: url("../../images/image-bottom-grey.svg") no-repeat;
    background-size: cover; }

#page-login {
  position: relative;
  padding-top: 70px;
  padding-bottom: 90px;
  background: #f3f4f6; }
  #page-login::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 19px;
    background: url("../../images/image-bottom-07.svg") no-repeat;
    background-size: cover; }

.box-login {
  padding: 30px;
  width: 450px;
  background: #fff;
  box-shadow: 0 38.5185px 25.4815px rgba(52, 42, 152, 0.043), 0 20px 13px rgba(52, 42, 152, 0.035), 0 8.14815px 6.51852px rgba(52, 42, 152, 0.027), 0 1.85185px 3.14815px rgba(52, 42, 152, 0.017);
  border-radius: 10px; }
  .box-login .form-group label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.875rem;
    font-weight: 500; }
  .box-login .form-group input.form-control {
    padding: 9px 15px;
    font-size: 0.875rem; }
    .box-login .form-group input.form-control::placeholder {
      color: #999; }

.title-login {
  margin-bottom: 20px; }
  .title-login h3 {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center; }
  .title-login p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #767676;
    text-align: center; }

.login-text {
  margin-top: 10px;
  margin-bottom: 13px;
  text-align: right; }
  .login-text a {
    font-size: 0.875rem;
    color: #6D7588; }

.bottom-login {
  margin-top: 15px; }
  .bottom-login p {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.875rem;
    color: #6D7588; }
    .bottom-login p a {
      font-size: 0.875rem;
      color: #212121;
      font-weight: 600; }

.btn-form-login {
  display: block;
  padding: 10px 15px;
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  background: #000;
  border: none; }

@media only screen and (max-width: 428px) {
  #page-login {
    padding-top: 20px;
    padding-bottom: 40px; }

  .box-login {
    padding: 30px 20px; }
    .box-login .form-group label {
      font-size: 0.8125rem; }
    .box-login .form-group input.form-control {
      padding: 8px 15px;
      font-size: 0.8125rem; }

  .title-login {
    margin-bottom: 20px; }
    .title-login h3 {
      font-size: 1.125rem; }

  .login-text a {
    font-size: 0.75rem; }

  .bottom-login p {
    font-size: 0.75rem; }
    .bottom-login p a {
      font-size: 0.75rem; }

  .btn-form-login {
    padding: 9px 15px;
    font-size: 0.8125rem; } }
#news {
  padding-top: 50px; }

.wrap-news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.item-news {
  padding: 0 15px;
  margin-bottom: 40px;
  width: calc(100% / 3); }

.img-item-news img {
  border-radius: 5px; }

.content-item-news {
  padding-top: 20px; }

.date-item-news {
  font-size: 0.8125rem;
  color: #898989; }

.title-item-news {
  display: block;
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: var(--text-body-dark);
  font-weight: 700; }

.summary-item-news {
  font-size: 0.9375rem;
  color: var(--text-body);
  line-height: 24px; }

.btn-readmore-news {
  display: inline-block;
  font-size: 0.8125rem;
  color: #1953b4;
  font-weight: 600;
  text-transform: uppercase; }

.news-detail {
  margin-bottom: 50px; }
  .news-detail .paragraph p, .news-detail .paragraph li {
    color: var(--text-body); }

.img-news-detail {
  margin-bottom: 30px;
  width: 100%;
  height: 400px; }
  .img-news-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.title-news {
  margin-bottom: 30px;
  font-size: 2rem;
  color: var(--text-body-dark);
  font-weight: 600; }

@media only screen and (max-width: 991.8px) {
  .item-news {
    margin-bottom: 30px;
    width: calc(100% / 2); } }
@media only screen and (max-width: 767.8px) {
  .item-news {
    width: 100%; }

  .img-news-detail {
    margin-bottom: 30px;
    width: 100%;
    height: auto; }

  .title-news {
    font-size: 1.5rem;
    line-height: 32px; } }
@media only screen and (max-width: 575.8px) {
  #news {
    padding-top: 20px; }

  .title-news {
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 28px; } }
#cart {
  padding-top: 70px;
  padding-bottom: 50px;
  min-height: calc(100% - 505px);
  background: #f0f3f7; }

.title-cart {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: 700; }

.container-cart {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 30px; }

.wrap-cart {
  width: calc(100% - 380px); }

.side-cart {
  position: sticky;
  top: 30px;
  flex-shrink: 0;
  width: 380px;
  background: #fff;
  border-radius: 5px; }

.item-cart {
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px; }

.main-item-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px; }

.img-item-cart {
  flex-shrink: 0;
  width: 70px;
  height: 70px; }
  .img-item-cart img {
    width: 70px;
    height: 70px;
    object-fit: cover; }

.content-item-cart {
  width: calc(100% - 70px); }

.top-content-item-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.desc-item-cart {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1; }
  .desc-item-cart > a {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    color: #343434;
    font-weight: 600;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical; }
  .desc-item-cart p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6D7588;
    font-weight: 400; }

.price-item-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 250px; }
  .price-item-cart h4 {
    margin-bottom: 3px;
    font-size: 1rem;
    font-weight: 700; }
  .price-item-cart span {
    font-size: 0.8125rem;
    color: #6D7588;
    text-decoration: line-through; }

.bottom-content-item-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 12px;
  margin-top: 10px; }

.btn-action-cart button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.125rem;
  color: #6D7588;
  line-height: 18px;
  background: transparent;
  border: none; }
  .btn-action-cart button.btn-wishlist-cart:hover {
    color: #c3352b !important; }
  .btn-action-cart button.btn-wishlist-cart.wishlist-true {
    color: #f44336; }

.qty-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 30px; }
  .qty-cart button {
    padding: 8px 10px;
    font-size: 0.8125rem;
    line-height: 10px;
    background: transparent;
    border: none; }
  .qty-cart input {
    width: 3ch;
    font-size: 0.8125rem;
    line-height: 13px;
    text-align: center;
    border: none; }

.body-side-cart {
  padding: 20px; }

.title-side-cart {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #000;
  font-weight: 700; }

.item-total-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .item-total-cart span:first-child {
    color: #6D7588; }
  .item-total-cart span:last-child {
    font-size: 1rem;
    font-weight: 700; }

.footer-side-cart {
  padding: 20px;
  border-top: 1px solid #eee; }

.btn-buy {
  display: block;
  padding: 10px;
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #1953b4;
  border: none;
  border-radius: 5px; }
  .btn-buy:hover, .btn-buy:active {
    color: #fff;
    background: #16499e; }

@media only screen and (max-width: 991.8px) {
  .container-cart {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; }

  .wrap-cart {
    width: 100%; }

  .side-cart {
    width: 100%; }

  .main-item-cart {
    gap: 15px; }

  .img-item-cart {
    width: 60px;
    height: 60px; }
    .img-item-cart img {
      width: 60px;
      height: 60px; }

  .top-content-item-cart {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .desc-item-cart > a {
    font-size: 0.875rem; }
  .desc-item-cart p {
    font-size: 0.8125rem; }

  .price-item-cart {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 5px;
    width: 100%; }
    .price-item-cart h4 {
      font-size: 0.875rem; } }
@media only screen and (max-width: 428px) {
  #cart {
    padding-top: 30px;
    padding-bottom: 20px; }

  .title-cart {
    margin-bottom: 10px;
    font-size: 1.25rem; }

  .item-cart {
    padding: 10px; }

  .img-item-cart {
    width: 50px;
    height: 50px; }
    .img-item-cart img {
      width: 50px;
      height: 50px; }

  .body-side-cart {
    padding: 15px; }

  .footer-side-cart {
    padding: 15px; } }
.wrap-checkout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 30px; }

.content-checkout {
  width: calc(100% - 380px); }

.card-checkout {
  padding: 20px;
  background: #fff;
  border-radius: 5px; }

.title-card-checkout {
  margin-bottom: 15px;
  font-size: 1rem;
  color: rgb(var(--NN600, 109, 117, 136));
  font-weight: 700;
  text-transform: uppercase; }

.title-address-checkout {
  margin-bottom: 5px;
  color: #000;
  font-weight: 600; }

.content-address {
  width: 100%;
  max-width: 500px;
  font-size: 0.875rem;
  color: #111;
  line-height: 24px; }

.action-address {
  margin-top: 15px; }
  .action-address button {
    padding: 5px 20px;
    font-size: 0.875rem;
    color: #1953b4;
    font-weight: 700;
    background: transparent;
    border: 1px solid #1953b4;
    border-radius: 5px; }

.side-checkout {
  position: sticky;
  top: 30px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 380px;
  background: #fff;
  border-radius: 5px; }

.item-side-checkout {
  padding: 20px;
  border-bottom: 1px solid #eee; }

.title-item-side-checkout {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 700; }

.item-bank-checkout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer; }
  .item-bank-checkout:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.img-bank-checkout {
  width: 45px;
  height: 30px; }
  .img-bank-checkout img {
    width: 45px;
    height: 30px;
    object-fit: cover;
    border-radius: 5px; }

.name-bank-checkout {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.875rem;
  font-weight: 500; }

.checkbox-bank {
  width: 30px; }
  .checkbox-bank input[type="radio"] {
    transform: scale(1.2);
    color: red; }

.list-price-checkout li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 7px; }
  .list-price-checkout li:last-child {
    margin-bottom: 0; }
  .list-price-checkout li span {
    font-size: 0.875rem; }
    .list-price-checkout li span:first-child {
      color: #6D7588; }
    .list-price-checkout li span:last-child {
      color: #333; }

.list-total li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .list-total li span {
    font-size: 1rem; }
    .list-total li span:first-child {
      font-size: 0.9375rem;
      color: #444;
      font-weight: 500; }
    .list-total li span:last-child {
      color: #333;
      font-weight: 700; }

.btn-payment {
  padding: 10px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  background: #1953b4;
  border: none;
  border-radius: 5px; }
  .btn-payment i {
    margin-right: 3px; }

.item-product-checkout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 15px;
  margin-bottom: 20px; }
  .item-product-checkout:last-child {
    margin-bottom: 0; }

.img-item-product-checkout {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px; }
  .img-item-product-checkout img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px; }

.content-item-product-checkout {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .content-item-product-checkout h3 {
    margin-bottom: 3px; }
    .content-item-product-checkout h3 a {
      display: block;
      font-size: 0.875rem;
      color: #343434;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis; }
  .content-item-product-checkout p {
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: #6D7588; }
  .content-item-product-checkout .prc-item {
    margin-top: 5px;
    font-size: 0.875rem;
    color: #1953b4;
    font-weight: 700; }
    .content-item-product-checkout .prc-item span {
      color: #333; }

.price-item-product-checkout {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 150px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: right; }

.item-shipping {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer; }
  .item-shipping:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.title-item-shipping h3 {
  font-size: 1rem;
  color: #111;
  font-weight: 700; }
.title-item-shipping p {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6D7588; }

.checkbox-shipping {
  width: 30px; }
  .checkbox-shipping input[type="radio"] {
    transform: scale(1.2); }

@media only screen and (max-width: 991.8px) {
  .wrap-checkout {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .content-checkout {
    width: 100%; }

  .side-checkout {
    width: 100%; }

  .price-item-product-checkout {
    display: none; } }
@media only screen and (max-width: 575.8px) {
  .card-checkout {
    padding: 15px; }

  .title-card-checkout {
    font-size: 0.875rem; }

  .title-address-checkout {
    font-size: 0.875rem; }

  .img-item-product-checkout {
    width: 50px; }
    .img-item-product-checkout img {
      width: 50px;
      height: 50px; }

  .title-item-shipping h3 {
    margin-bottom: 8px;
    font-size: 0.875rem; }
  .title-item-shipping p {
    padding-right: 15px;
    font-size: 0.8125rem; }

  .item-side-checkout {
    padding: 15px; } }
.header-account {
  padding-top: 70px;
  padding-bottom: 20px;
  background: #e0e0e0; }

.title-header-account {
  margin-bottom: 5px;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center; }

.menu-account {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 15px;
  background: #000;
  border-radius: 5px; }
  .menu-account ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px; }
    .menu-account ul li a {
      display: block;
      padding: 15px 10px;
      font-size: 0.875rem;
      color: #fff;
      font-weight: 500; }
      .menu-account ul li a:hover {
        color: #1953b4; }
      .menu-account ul li a.active {
        color: #1953b4;
        font-weight: 700; }
      .menu-account ul li a i {
        margin-left: 5px;
        color: #1953b4; }

.container-account {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 30px; }

.sidebar-account {
  padding-top: 10px;
  padding-bottom: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 300px;
  background: #fff;
  border-radius: 10px; }
  .sidebar-account ul li:last-child a {
    border-bottom: none; }
  .sidebar-account ul li.btn-logout {
    padding: 10px; }
    .sidebar-account ul li.btn-logout a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding: 10px 15px;
      color: #fff;
      font-weight: 700;
      background: #000;
      border-radius: 5px; }
      .sidebar-account ul li.btn-logout a:hover {
        color: #fff;
        background: #444; }
  .sidebar-account ul li a {
    display: block;
    padding: 10px 25px;
    color: #313131;
    border-bottom: 1px dashed #e0e0e0; }
    .sidebar-account ul li a:hover {
      color: #1953b4; }
    .sidebar-account ul li a.active {
      color: #1953b4;
      font-weight: 700; }

.content-account {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.member-area {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: calc(100vh - 690px);
  background: #f3f4f6; }
  .member-area::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 19px;
    background: url("../../images/image-bottom-07.svg") no-repeat;
    background-size: cover; }

.top-member-page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px; }
  .top-member-page h4 {
    font-size: 1.375rem;
    font-weight: 700; }
  .top-member-page a {
    display: block;
    padding: 8px 15px;
    font-size: 0.8125rem;
    color: #fff;
    font-weight: 500;
    background: #1953b4;
    border-radius: 5px; }
    .top-member-page a:hover {
      color: #fff;
      background: #16499e; }

.item-order {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 38.5185px 25.4815px rgba(52, 42, 152, 0.043), 0 20px 13px rgba(52, 42, 152, 0.035), 0 8.14815px 6.51852px rgba(52, 42, 152, 0.027), 0 1.85185px 3.14815px rgba(52, 42, 152, 0.017);
  border-radius: 10px; }

.top-item-order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  padding: 15px;
  border-bottom: 1px solid #eee; }
  .top-item-order span {
    display: block;
    font-size: 0.875rem;
    color: #111;
    font-weight: 600; }
    .top-item-order span i {
      margin-right: 5px; }
  .top-item-order p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6D7588; }
    .top-item-order p i {
      margin-right: 5px; }

.body-item-order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 15px; }

.product-item-order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 20px; }

.img-item-order {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px; }
  .img-item-order img {
    width: 50px;
    height: 50px;
    object-fit: cover; }

.content-item-order {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .content-item-order > a {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600; }
  .content-item-order span {
    display: block;
    font-size: 0.8125rem;
    color: #6D7588; }

.price-item-order span {
  display: block;
  font-size: 0.875rem;
  color: #6D7588; }
.price-item-order h4 {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 700; }

.footer-item-order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding: 15px;
  border-top: 1px solid #eee; }
  .footer-item-order ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 20px; }
    .footer-item-order ul li a {
      display: block;
      font-size: 0.8125rem;
      font-weight: 600; }
      .footer-item-order ul li a.btn-item-order {
        padding: 8px 15px;
        width: 100px;
        border: 1px solid #1953b4;
        text-align: center;
        border-radius: 5px; }
      .footer-item-order ul li a.solid {
        color: #fff;
        background: #1953b4; }

.box-profile {
  padding-bottom: 50px; }
  .box-profile label {
    color: #424242; }
  .box-profile span {
    color: #000;
    font-weight: 500; }

.profile-list {
  margin-bottom: 30px; }

.btn-edit-profile {
  display: inline-block;
  padding: 8px 15px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 600;
  background: #1953b4;
  border: 1px solid #1953b4;
  border-radius: 5px; }
  .btn-edit-profile:hover {
    color: #fff;
    background: #16499e; }

.card-member .card-header {
  padding: 15px 20px;
  padding-bottom: 12px;
  background: #fafafa; }
.card-member .card-title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 23px; }
.card-member .card-footer {
  padding-top: 13px;
  padding-bottom: 13px;
  background: #fafafa; }
.card-member .btn-card {
  padding: 8px 20px; }

.item-address {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 38.5185px 25.4815px rgba(52, 42, 152, 0.043), 0 20px 13px rgba(52, 42, 152, 0.035), 0 8.14815px 6.51852px rgba(52, 42, 152, 0.027), 0 1.85185px 3.14815px rgba(52, 42, 152, 0.017); }
  .item-address.active {
    background: #e5fff3;
    border-color: #00AA5B; }
    .item-address.active .item-address-header::before {
      background: #00AA5B; }
    .item-address.active .item-address-footer ul li a {
      color: #00AA5B; }

.item-address-header {
  position: relative;
  padding: 10px 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0; }
  .item-address-header::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 5px;
    height: 20px;
    background: #e0e0e0;
    transform: translateY(-55%); }

.item-address-body {
  padding: 15px; }
  .item-address-body h5 {
    font-size: 0.875rem;
    font-weight: 700; }
  .item-address-body p {
    margin-bottom: 0;
    font-size: 0.875rem; }

.item-address-footer {
  padding: 10px 15px;
  border-top: 1px solid #e0e0e0; }
  .item-address-footer ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px; }
    .item-address-footer ul li {
      position: relative; }
      .item-address-footer ul li:last-child::before {
        display: none; }
      .item-address-footer ul li::before {
        position: absolute;
        content: '|';
        top: 1px;
        right: -17px;
        font-size: 0.75rem;
        color: #ccc; }
      .item-address-footer ul li a {
        display: block;
        font-size: 0.875rem;
        color: #1953b4;
        font-weight: 700; }

.item-review-member {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px; }

.img-review-memeber {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 75px;
  height: 75px; }
  .img-review-memeber img {
    width: 75px;
    height: 75px;
    object-fit: cover; }

.content-item-review-member {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.item-review-member-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px; }
  .item-review-member-header ul {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin: 0; }
  .item-review-member-header span {
    font-size: 0.875rem;
    color: #6D7588; }

.item-review-member-body h5 {
  margin-bottom: 5px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 600; }
.item-review-member-body span {
  font-size: 0.875rem;
  color: #98A3B4; }
.item-review-member-body p {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #676767; }

.table-detail-order tfoot th {
  white-space: nowrap; }
.table-detail-order tbody td:nth-child(2), .table-detail-order tbody td:nth-child(4) {
  white-space: nowrap; }

@media only screen and (max-width: 1199.8px) {
  .sidebar-account {
    width: 250px; } }
@media only screen and (max-width: 991.8px) {
  .container-account {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .sidebar-account {
    width: 100%; }

  .content-account {
    width: 100%; } }
@media only screen and (max-width: 767.8px) {
  .body-item-order {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px; }

  .content-item-order > a {
    font-size: 0.875rem; }
  .content-item-order span {
    font-size: 0.75rem; }

  .price-item-order {
    margin-top: 10px; }
    .price-item-order span {
      font-size: 0.8125rem; }
    .price-item-order h4 {
      margin-top: 2px;
      font-size: 0.875rem; }

  .table-detail-order thead {
    display: none; }
  .table-detail-order tbody tr {
    display: block; }
  .table-detail-order tbody td {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .table-detail-order tbody td:before {
      content: attr(data-label);
      font-weight: bold; }
    .table-detail-order tbody td:first-child {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
  .table-detail-order tfoot tr th:first-child {
    display: none; }
  .table-detail-order tfoot tr th:last-child {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .table-detail-order tfoot tr th:last-child:before {
      content: attr(data-label);
      font-weight: bold; } }
@media only screen and (max-width: 428px) {
  .top-member-page {
    margin-bottom: 10px; }
    .top-member-page h4 {
      font-size: 1.125rem; }

  .member-area {
    padding-top: 0; }

  .top-item-order {
    gap: 20px;
    padding: 10px; }
    .top-item-order span {
      font-size: 0.8125rem; }
    .top-item-order p {
      font-size: 0.8125rem; }

  .item-order {
    margin-bottom: 20px; }

  .product-item-order {
    gap: 10px; }

  .content-item-order > a {
    margin-bottom: 5px;
    font-size: 0.8125rem; }
  .content-item-order span {
    font-size: 0.6875rem; }

  .img-item-order {
    width: 45px;
    height: 45px; }
    .img-item-order img {
      width: 45px;
      height: 45px; }

  .table-detail-order tfoot th {
    font-size: 0.8125rem; }

  .item-review-member {
    padding: 10px;
    margin-bottom: 15px; }

  .img-review-memeber {
    width: 50px;
    height: 50px; }
    .img-review-memeber img {
      width: 50px;
      height: 50px; }

  .item-review-member-header {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 5px; }
    .item-review-member-header span {
      font-size: 0.8125rem; }

  .item-review-member-body h5 {
    margin-bottom: 5px;
    font-size: 0.8125rem; }
  .item-review-member-body span {
    font-size: 0.8125rem; }
  .item-review-member-body p {
    font-size: 0.8125rem; } }
#contact {
  padding: 70px 0; }

.form-contact .form-group label {
  margin-bottom: 5px;
  font-size: 0.875rem;
  color: #565656;
  font-weight: 500; }
.form-contact .form-group .form-control {
  padding: 10px 15px;
  font-size: 0.875rem; }
  .form-contact .form-group .form-control::placeholder {
    color: #aaa; }
.form-contact .btn {
  padding: 9px 20px;
  font-size: 0.875rem; }

.title-contact {
  margin-bottom: 15px;
  font-size: 1.375rem;
  color: var(--text-body-dark);
  font-weight: 600; }

.contact-info {
  padding-left: 50px; }

.item-contact-info label {
  margin-bottom: 3px;
  color: #111;
  font-weight: 600; }
  .item-contact-info label i {
    margin-right: 3px; }
.item-contact-info p {
  color: #717171;
  font-weight: 400;
  line-height: 26px; }

#map-contact iframe {
  display: block; }

@media only screen and (max-width: 991.8px) {
  .contact-info {
    padding-top: 50px;
    padding-left: 0;
    margin-top: 55px;
    border-top: 1px solid #444; } }
@media only screen and (max-width: 575.8px) {
  .title-contact {
    font-size: 1.125rem; }

  .contact-info {
    padding-top: 40px;
    margin-top: 45px; }

  .item-contact-info label {
    font-size: 0.875rem; }
  .item-contact-info p {
    font-size: 0.875rem; }

  #map-contact iframe {
    height: 250px; } }
.content-payment {
  padding: 30px; }
  .content-payment > p {
    margin-bottom: 12px;
    font-size: 0.875rem; }

.title-content-payment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #eee; }
  .title-content-payment h4 {
    margin-bottom: 5px;
    font-size: 1.25rem;
    font-weight: 600; }
  .title-content-payment p {
    margin-bottom: 0;
    font-size: 0.9375rem; }

.detail-payment-bank {
  padding: 30px;
  background: #f1f1f1;
  border-radius: 5px; }
  .detail-payment-bank li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px; }
    .detail-payment-bank li:last-child {
      margin-bottom: 0; }
    .detail-payment-bank li:first-child .content-payment-bank {
      color: #1953b4;
      font-weight: 700; }
    .detail-payment-bank li > div {
      font-size: 0.875rem; }
    .detail-payment-bank li .content-payment-bank {
      font-weight: 600; }

.block-content-payment {
  margin-bottom: 30px; }
  .block-content-payment h5 {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 600; }

.payment-summary li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px; }
  .payment-summary li:last-child {
    margin-bottom: 0; }
  .payment-summary li:first-child .content-payment-summary {
    color: #1953b4;
    font-weight: 700; }
  .payment-summary li > div {
    font-size: 0.875rem; }
  .payment-summary li .content-payment-summary {
    font-weight: 600; }
  .payment-summary li.summary-total {
    padding-top: 10px;
    border-top: 1px solid #ddd; }
    .payment-summary li.summary-total .title-payment-summary {
      font-weight: 600; }
    .payment-summary li.summary-total .content-payment-summary {
      color: #1953b4; }

.item-order-payment {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px; }
  .item-order-payment .item-product-checkout {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd; }
    .item-order-payment .item-product-checkout:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }

.shipping-payment h6 {
  margin-bottom: 5px;
  font-size: 0.875rem;
  color: #343434;
  font-weight: 500; }
.shipping-payment p {
  font-size: 0.875rem;
  color: #454545; }

@media only screen and (max-width: 428px) {
  .content-payment {
    padding: 15px; }

  .detail-payment-bank {
    padding: 15px; }

  .item-order-payment {
    padding: 10px; }

  .block-content-payment {
    margin-bottom: 20px; } }
.box-quick-view {
  padding: 40px 10px;
  background: #212121; }

.content-qv h2 {
  margin-bottom: 7px;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 600; }
.content-qv p {
  font-size: 0.875rem;
  color: #eee;
  line-height: 24px; }
.content-qv .rating-iproduct {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
.content-qv .add-cart-qty label {
  color: #fff; }
.content-qv .add-cart-qty .select-varian {
  color: #fff; }

.price-qv {
  margin-bottom: 5px;
  font-size: 1.125rem;
  color: #1953b4;
  font-weight: 700; }
  .price-qv span {
    font-size: 0.875rem;
    color: #eee;
    font-weight: 500; }

.btn-cart-qv {
  display: block;
  padding: 8px 15px;
  width: 100%;
  font-size: 0.875rem;
  color: #fff;
  background: #1953b4;
  border: 1px solid #1953b4;
  border-radius: 5px; }
  .btn-cart-qv:hover {
    background: #16499e; }

.btn-close-qv {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: -25px;
  width: 35px;
  height: 35px;
  color: #333;
  background: #eee;
  border-radius: 50%;
  border: 4px solid #eee; }

.page-wl {
  background: #f3f4f6; }

.wrap-wl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

.item-wl {
  padding: 0 10px;
  width: calc(100% / 5); }

.i-wl {
  background: #121212;
  border-radius: 5px;
  overflow: hidden; }

.image-item-wl img {
  width: 100%; }

.content-item-wl {
  padding: 10px; }
  .content-item-wl a {
    display: block;
    margin: 0 auto;
    height: 45px;
    font-size: 0.9375rem;
    color: #E0E0E0;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical; }
    .content-item-wl a:hover {
      color: #C6B88B; }

.price-item-wl {
  font-size: 1.0625rem;
  color: #E26239;
  font-weight: 500;
  text-align: center; }

.btn-quick-view-wl {
  display: block;
  margin-top: 15px;
  padding: 10px 12px;
  width: 100%;
  font-size: 0.875rem;
  color: #eee;
  font-weight: 500;
  text-align: center;
  background: transparent;
  border: 1px solid #545454;
  border-radius: 5px; }
  .btn-quick-view-wl.active {
    color: #fff;
    border-color: #E26239;
    background: #E26239; }
  .btn-quick-view-wl:hover, .btn-quick-view-wl:focus {
    color: #fff;
    background: #df5023;
    border-color: #df5023; }

.form-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 40px;
  padding-bottom: 10px;
  width: 100%;
  background: #eee;
  box-shadow: 0 38.5185px 25.4815px rgba(52, 42, 152, 0.043), 0 20px 13px rgba(52, 42, 152, 0.035), 0 8.14815px 6.51852px rgba(52, 42, 152, 0.027), 0 1.85185px 3.14815px rgba(52, 42, 152, 0.017);
  z-index: 50; }

.box-form-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  border-radius: 5px; }
  .box-form-search input {
    padding: 8px 15px;
    width: 100%;
    font-size: 0.875rem;
    background: transparent;
    border: none;
    border-radius: 5px 0 0 5px; }
  .box-form-search button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 60px;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0 5px 5px 0; }

@media only screen and (max-width: 575.8px) {
  .form-search {
    padding-top: 15px; } }
.table-ref th {
  font-size: 0.875rem; }
.table-ref td {
  font-size: 0.875rem; }

@media only screen and (max-width: 991.8px) {
  .table-ref thead {
    display: none; }

  .table-ref tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px; }

  .table-ref td {
    display: flex;
    justify-content: space-between;
    padding: 6px 8px;
    border: none;
    border-bottom: 1px solid #eee; }

  .table-ref td:last-child {
    border-bottom: none; }

  .table-ref td::before {
    content: attr(data-label);
    font-weight: bold; } }
footer {
  background: var(--bg-main); }

.top-footer {
  padding: 70px 0; }

.copyright {
  padding: 24px 0;
  color: var(--gray-400); }

.logo-footer {
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 600; }

.info-footer {
  width: 100%;
  max-width: 90%; }
  .info-footer p {
    margin-top: 16px;
    color: var(--gray-300);
    margin-bottom: 0;
    line-height: 26px; }

.menu-footer h3 {
  margin-bottom: 16px;
  font-size: 1.375rem;
  color: var(--gray-300);
  font-weight: 600; }
.menu-footer ul li {
  margin-bottom: 8px; }
  .menu-footer ul li a {
    display: block;
    color: var(--gray-300); }

.sosmed-footer {
  margin-top: 24px; }
  .sosmed-footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 24px; }
    .sosmed-footer ul li a {
      display: block;
      font-size: 1.375rem;
      color: var(--gray-300); }

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