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

html, body {
  height: 100%;
  color: #424242; }

body.no-scroll {
  overflow: hidden; }

a {
  color: #cc2c30; }

a, a:hover, a:focus {
  color: #aa2528;
  text-decoration: none;
  outline: none; }

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

p {
  color: rgba(49, 53, 59, 0.96);
  margin-bottom: 1.2em;
  font-weight: 500; }

.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: #cc2c30;
  border-color: #cc2c30; }
.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: relative; }

.main-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 {
  position: relative;
  margin: 0 60px;
  margin-left: 69px;
  margin-top: 10px;
  margin-bottom: -35px;
  width: 200px;
  z-index: 51; }
  .logo img {
    display: block;
    width: 100%; }

.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; }

.menu-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 35px; }
  .menu-header li {
    position: relative; }
    .menu-header li::before {
      position: absolute;
      content: '';
      top: 50%;
      right: -17px;
      width: 5px;
      height: 5px;
      background: #C95630;
      transform: rotate(45deg) translateY(-90%); }
    .menu-header li:last-child::before {
      display: none; }
    .menu-header li a {
      display: block;
      font-family: "Bayon", sans-serif;
      font-size: 1.0625rem;
      color: #363636; }

.action-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;
  width: 100px; }
  .action-header li {
    line-height: 1px; }
    .action-header li:nth-child(4) {
      display: none; }
    .action-header li a {
      font-size: 1.25rem;
      color: #363636; }

.toggle-menu {
  display: none; }

.btn-toggle-menu {
  padding: 10px 12px;
  font-size: 1.375rem;
  background: transparent;
  line-height: 1px;
  cursor: pointer;
  border-radius: 5px; }
  .btn-toggle-menu:hover {
    color: #C6B88B;
    background: #fafafa; }

.line-center {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: red;
  z-index: 9999; }

@media only screen and (max-width: 1199.8px) {
  .toggle-menu {
    display: block;
    margin-right: 30px; }

  .main-menu {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }

  .menu-header {
    display: none; }

  .logo {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: -35px;
    width: 170px; } }
@media only screen and (max-width: 575.8px) {
  .toggle-menu {
    margin-right: 19px; }

  .logo {
    margin: 0;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: -10px;
    width: 100px; }

  .action-header {
    margin-right: 15px;
    width: auto; }
    .action-header li:first-child, .action-header li:nth-child(2) {
      display: none; }
    .action-header li:nth-child(4) {
      display: block; } }
.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: #cc2c30; }

.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 {
  position: relative; }
  #slider::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 19px;
    background: url("../../images/image-bottom.svg") no-repeat;
    background-size: cover;
    z-index: 999; }

#main-page {
  padding: 70px 0; }

.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;
  padding: 60px 0; }
  .title-content h2 {
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 0.9375rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 15%; }
  .title-content p {
    margin-bottom: 0;
    font-family: "Yeseva One", serif;
    font-size: 2.5rem;
    color: #C6B88B;
    text-align: center;
    line-height: 50px; }

.banner-page {
  position: relative;
  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;
  height: 320px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner-page.jpg") no-repeat center 70%;
  background-size: cover; }
  .banner-page.bottom-white::before {
    background: url("../../images/image-bottom-white.svg") no-repeat;
    background-size: cover; }
  .banner-page.bottom-grey::before {
    background: url("../../images/image-bottom-grey.svg") no-repeat;
    background-size: cover; }
  .banner-page::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 19px;
    background: url("../../images/image-bottom.svg") no-repeat;
    background-size: cover; }

.content-banner-page h1 {
  margin-bottom: 10px;
  font-family: "Yeseva One", serif;
  font-size: 4.375rem;
  color: #fff; }
.content-banner-page ul {
  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;
  gap: 30px; }
  .content-banner-page ul li {
    position: relative; }
    .content-banner-page ul li:last-child::before {
      display: none; }
    .content-banner-page ul li::before {
      position: absolute;
      top: 50%;
      right: -20px;
      content: '>';
      font-size: 1rem;
      color: #fff;
      transform: translateY(-50%); }
    .content-banner-page ul li a {
      display: block;
      font-size: 1rem;
      color: #fff; }

.empty-page {
  padding: 100px 30px;
  background: #fff;
  border-radius: 15px; }
  .empty-page h4 {
    margin-bottom: 5px;
    font-size: 1.25rem;
    color: #343434;
    font-weight: 600; }
  .empty-page p {
    margin-bottom: 30px;
    font-size: 0.875rem;
    color: #6D7588; }
  .empty-page a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 0.8125rem;
    color: #777;
    border: 1px solid #ddd;
    border-radius: 30px; }
    .empty-page a:hover {
      color: #333;
      background: #ddd; }

@media only screen and (max-width: 1199.8px) {
  .banner-page {
    height: 280px; }

  .content-banner-page h1 {
    margin-bottom: 8px;
    font-size: 2.5rem; }
  .content-banner-page ul {
    gap: 30px; }
    .content-banner-page ul li::before {
      font-size: 0.875rem; }
    .content-banner-page ul li a {
      font-size: 0.875rem; } }
@media only screen and (max-width: 575.8px) {
  #main-page {
    padding: 20px 0; }

  .title-content {
    padding: 40px 0; }
    .title-content h2 {
      margin-top: 0;
      margin-bottom: 13px;
      font-size: 0.8125rem; }
    .title-content p {
      font-size: 1.875rem;
      line-height: 40px; } }
@media only screen and (max-width: 428px) {
  .banner-page {
    height: 150px; }

  .content-banner-page h1 {
    margin-bottom: 5px;
    font-size: 1.125rem;
    text-align: center; }
  .content-banner-page ul {
    gap: 20px; }
    .content-banner-page ul li::before {
      right: -15px;
      font-size: 0.75rem; }
    .content-banner-page ul li a {
      font-size: 0.75rem; }

  .title-content {
    padding: 25px 0; }
    .title-content h2 {
      margin-top: 0;
      margin-bottom: 8px;
      font-size: 0.625rem; }
    .title-content p {
      font-size: 1.25rem;
      line-height: 28px; }

  .empty-page h4 {
    font-size: 1rem; }
  .empty-page p {
    margin-bottom: 20px;
    font-size: 0.8125rem; }
  .empty-page a {
    font-size: 0.75rem; } }
.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-home {
  padding-top: 20px;
  padding-bottom: 100px;
  background: #000; }

.wrap-banner-home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  height: 462px; }

.item-banner-home {
  width: 100%; }
  .item-banner-home img {
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .item-banner-home.large {
    grid-row: 1 / span 2;
    grid-column: 1 / 2; }
  .item-banner-home.top {
    grid-row: 1 / 2;
    grid-column: 2 / 3; }
  .item-banner-home.bottom {
    grid-row: 2 / 3;
    grid-column: 2 / 3; }

.link-banner-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;
  width: 100%;
  height: 100%; }
  .link-banner-home:hover i {
    color: #232323; }
  .link-banner-home i {
    font-size: 7.5rem;
    color: #eee; }

@media only screen and (max-width: 767.8px) {
  .banner-home {
    padding-top: 0;
    padding-bottom: 20px; }

  .item-banner-home.large {
    grid-row: 1 / 2;
    grid-column: 1 / 3; }
  .item-banner-home.top {
    grid-row: 2 / 3;
    grid-column: 1 / 2; }
  .item-banner-home.bottom {
    grid-row: 2 / 3;
    grid-column: 2 / 3; } }
@media only screen and (max-width: 575.8px) {
  .banner-home {
    padding-bottom: 10px; }

  .wrap-banner-home {
    gap: 10px;
    height: 300px; }

  .link-banner-home i {
    font-size: 2.5rem; } }
.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; } }
.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;
  gap: 15px;
  width: 100%; }

.item-product {
  display: block;
  margin-bottom: 20px;
  width: calc(calc(100% / 4) - calc(calc(15px * 3) / 4)); }

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

.image-iproduct {
  position: relative;
  display: block; }
  .image-iproduct > img {
    display: block;
    width: 100%; }

.content-image-iproduct {
  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;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .content-image-iproduct .status-iproduct {
    padding: 8px 10px;
    padding-bottom: 6px;
    font-size: 0.75rem;
    color: #6AA03E;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    background: #E6F9D7;
    border-radius: 5px; }
  .content-image-iproduct .flag-iproduct {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #fff; }
    .content-image-iproduct .flag-iproduct img {
      display: block;
      width: 100%;
      border-radius: 50%; }

.content-iproduct {
  padding: 15px; }

.sub-title-iproduct {
  margin-bottom: 5px;
  font-size: 0.75rem;
  color: #858585;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.title-iproduct {
  display: block;
  margin: 0 auto;
  width: 90%;
  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; }
  .title-iproduct:hover {
    color: #C6B88B; }

.rating-iproduct {
  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;
  gap: 5px;
  margin: 10px 0; }
  .rating-iproduct li {
    font-size: 0.875rem;
    color: #FEC600; }

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

.min-order-iproduct {
  font-size: 0.75rem;
  color: #858585;
  text-align: center; }

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

@media only screen and (max-width: 1199.8px) {
  .title-iproduct {
    width: 100%; }

  .item-main-product .item-product {
    width: calc(calc(100% / 3) - calc(calc(15px * 2) / 3)); } }
@media only screen and (max-width: 991.8px) {
  .item-product {
    width: calc(100% / 3); }

  .sub-title-iproduct {
    font-size: 0.6875rem; }

  .title-iproduct {
    width: 100%;
    height: 43px;
    font-size: 0.875rem;
    font-weight: 700; } }
@media only screen and (max-width: 767.8px) {
  .item-product {
    width: calc(100% / 2); }

  .item-main-product .item-product {
    width: calc(calc(100% / 2) - calc(15px / 2)); } }
@media only screen and (max-width: 575.8px) {
  .item-product {
    width: 100%; } }
@media only screen and (max-width: 428px) {
  .wrap-product {
    gap: 10px; }

  .item-product {
    margin-bottom: 5px;
    width: calc(calc(100% / 2) - calc(10px / 2)); }

  .content-image-iproduct {
    padding: 5px; }
    .content-image-iproduct .status-iproduct {
      padding: 3px 5px;
      padding-bottom: 2px;
      font-size: 0.5625rem;
      border-radius: 3px; }
    .content-image-iproduct .flag-iproduct {
      width: 20px;
      height: 20px;
      border: 1px solid #fff; }

  .content-iproduct {
    padding: 8px; }

  .sub-title-iproduct {
    display: none; }

  .title-iproduct {
    height: 36px;
    font-size: 0.75rem; }

  .price-iproduct {
    font-size: 0.875rem; }

  .rating-iproduct li {
    font-size: 0.75rem; }

  .min-order-iproduct {
    display: none; }

  .btn-quick-view-iproduct {
    display: none; } }
.product-home {
  padding-bottom: 50px;
  background: #000; }

.explore-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;
  margin-top: 30px; }
  .explore-button a {
    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;
    padding: 12px 25px;
    font-size: 0.875rem;
    color: #363636;
    font-weight: 500;
    background: #C6B88B;
    border-radius: 50px; }
    .explore-button a i {
      margin-right: 5px; }
    .explore-button a:hover {
      background: #b5a369; }

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

  .explore-button {
    margin-top: 20px; }
    .explore-button a {
      padding: 10px 20px;
      font-size: 0.75rem; } }
.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: #cc2c30; }
    .recipes-button-home a:hover {
      color: #a22326; }
    .recipes-button-home a::before {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #cc2c30; }

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

  .recipes-button-home a {
    font-size: 0.875rem; } }
#product {
  padding-top: 30px;
  padding-bottom: 70px;
  background: #000; }

.info-product-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: 30px; }

.title-product-page {
  font-size: 1.875rem;
  color: #E0E0E0;
  font-weight: 700; }

.content-info-product-page {
  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;
  gap: 30px; }

.count-item-info,
.sort-product-page {
  font-size: 0.9375rem;
  color: #E0E0E0; }
  .count-item-info strong,
  .sort-product-page strong {
    font-weight: 700; }

.container-product {
  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; }

.box-product {
  width: calc(100% - 250px); }

.sort-price-select {
  padding-right: 20px;
  color: #eee;
  background: #000;
  border: none; }

.toggle-side-product {
  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: 30px;
  height: 30px;
  font-size: 0.75rem;
  color: #eee;
  border: 1px solid rgba(238, 238, 238, 0.3);
  border-radius: 5px;
  cursor: pointer; }
  .toggle-side-product:hover {
    background: #323232; }

@media only screen and (max-width: 991.8px) {
  .box-product {
    width: 100%; } }
@media only screen and (max-width: 767.8px) {
  .info-product-page {
    margin-bottom: 15px; }

  .title-product-page {
    font-size: 1.375rem; }

  .content-info-product-page {
    display: none; } }
@media only screen and (max-width: 428px) {
  #product {
    padding-top: 20px;
    padding-bottom: 30px; }

  .info-product-page {
    margin-bottom: 10px; }

  .title-product-page {
    font-size: 1.125rem; } }
.sidebar {
  padding: 20px;
  width: 250px;
  border: 1px solid #fff;
  border-radius: 10px; }

.item-sidebar {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #313131; }
  .item-sidebar:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .item-sidebar h3 {
    margin-bottom: 15px;
    font-size: 1rem;
    color: #fff;
    font-weight: 700; }

.menu-sidebar li a {
  display: block;
  padding: 7px 0;
  font-size: 0.9375rem;
  color: #fff; }
  .menu-sidebar li a.active {
    color: #cc2c30;
    font-weight: 700; }

.form-sidebar .form-group {
  margin-bottom: 10px; }
  .form-sidebar .form-group.last {
    margin-bottom: 20px; }
  .form-sidebar .form-group label {
    font-size: 0.9375rem;
    color: #fff; }
  .form-sidebar .form-group .form-control {
    border: 1px solid #333; }
.form-sidebar .btn-form-sidebar {
  padding: 7px 20px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  background: #cc2c30;
  border: 1px solid #cc2c30;
  border-radius: 5px; }

@media only screen and (max-width: 991.8px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    border: none;
    border-radius: 0;
    overflow-y: scroll;
    z-index: 999;
    transform: translateX(-250px);
    opacity: 0;
    visibility: hidden;
    transition: .2s; }
    .sidebar.active {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
      transition: .2s; } }
#product_detail {
  padding-top: 70px;
  background: #000; }

.main-product-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 50px;
  margin-bottom: 100px; }

.gallery-product {
  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: 20px;
  width: 50%; }

.thumb-gallery {
  width: 120px; }
  .thumb-gallery img {
    width: 100%; }

.main-gallery {
  width: calc(100% - 120px); }
  .main-gallery img {
    width: 100%; }

.content-product-detail {
  width: 40%; }

.title-product-detail {
  margin-bottom: 30px;
  font-size: 1.875rem;
  color: #fff;
  font-weight: 500;
  line-height: 40px; }

.price-product-detail {
  margin-bottom: 20px; }
  .price-product-detail .main-price {
    font-size: 2.1875rem;
    color: #cc2c30;
    font-weight: 700;
    line-height: 35px; }
    .price-product-detail .main-price span {
      font-size: 1.375rem;
      color: #8D8D8D; }
  .price-product-detail > span {
    font-size: 1rem;
    color: #8D8D8D;
    text-decoration: line-through; }

.summary-product-detail {
  width: 100%;
  max-width: 400px;
  font-size: 0.9375rem;
  color: #e0e0e0;
  line-height: 28px; }

.title-desc-product-detail {
  margin-bottom: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700; }

.desc-product-detail {
  width: 100%;
  max-width: 1024px;
  padding-bottom: 30px; }
  .desc-product-detail p, .desc-product-detail ul, .desc-product-detail ol {
    color: #e0e0e0; }
  .desc-product-detail ul li, .desc-product-detail ol li {
    line-height: 28px; }

.form-add-cart {
  margin-top: 30px; }

.form-add-cart-info {
  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: 30px; }
  .form-add-cart-info.have-varian {
    margin-bottom: 10px; }

.add-cart-status {
  font-size: 0.9375rem;
  color: #79C63C;
  font-weight: 600; }

.add-cart-qty {
  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: 10px; }
  .add-cart-qty label {
    font-size: 0.9375rem;
    color: #E0E0E0;
    font-weight: 700; }
  .add-cart-qty input {
    width: 100px;
    color: #E0E0E0;
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E0E0E0; }

.wrap-btn-add-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px; }

.btn-add-cart {
  padding: 8px 50px;
  font-size: 0.9375rem;
  color: #E0E0E0;
  font-weight: 700;
  background: transparent;
  border: 1px solid #E0E0E0;
  border-radius: 5px; }
  .btn-add-cart:hover {
    color: #fff;
    background: #cc2c30;
    border-color: #cc2c30; }

.btn-add-wishlist {
  font-size: 2rem;
  color: red;
  line-height: 1px;
  background: transparent;
  border: none; }

.other-product {
  padding-bottom: 70px;
  background: url("../../images/bg-best.jpg") no-repeat;
  background-size: cover; }
  .other-product .title-content p {
    color: #363636; }

.select-varian {
  padding: 0 10px;
  padding-bottom: 7px;
  background: transparent;
  color: #ddd;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0; }
  .select-varian option {
    background: #000;
    border-radius: 0; }

.choose-varian {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  margin-bottom: 30px; }

.item-varian {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.varian-checked {
  padding: 7px 15px;
  font-size: 0.875rem;
  color: #fff;
  border-bottom: 1px solid #ddd; }

.item-varian input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.item-varian:hover input ~ .varian-checked {
  color: #cc2c30;
  border-color: #cc2c30; }

.item-varian input:checked ~ .varian-checked {
  color: #cc2c30;
  border-color: #cc2c30; }

@media only screen and (max-width: 1199.8px) {
  .main-product-detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px; }

  .gallery-product {
    gap: 10px; }

  .thumb-gallery {
    width: 80px; }

  .main-gallery {
    width: calc(100% - 80px); }

  .content-product-detail {
    width: 50%; } }
@media only screen and (max-width: 991.8px) {
  .main-product-detail {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .gallery-product,
  .content-product-detail {
    width: 100%; }

  .thumb-gallery {
    display: none; }

  .main-gallery {
    width: 100%; }

  .title-product-detail {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 32px; }

  .price-product-detail {
    margin-bottom: 10px; }
    .price-product-detail .main-price {
      font-size: 1.75rem;
      line-height: 28px; }
      .price-product-detail .main-price span {
        font-size: 1.125rem; }
    .price-product-detail > span {
      font-size: 0.875rem; } }
@media only screen and (max-width: 767.8px) {
  .main-product-detail {
    margin-bottom: 70px; } }
@media only screen and (max-width: 575.8px) {
  #product_detail {
    padding-top: 30px; }

  .main-product-detail {
    margin-bottom: 50px; }

  .title-desc-product-detail {
    margin-bottom: 10px;
    font-size: 1.125rem; }

  .other-product {
    padding-bottom: 10px; } }
@media only screen and (max-width: 428px) {
  .main-product-detail {
    margin-bottom: 40px; }

  .title-product-detail {
    font-size: 1.125rem;
    line-height: 28px; }

  .price-product-detail .main-price {
    font-size: 1.375rem;
    line-height: 24px; }
    .price-product-detail .main-price span {
      font-size: 0.875rem; }

  .desc-product-detail {
    padding-bottom: 20px; }
    .desc-product-detail p, .desc-product-detail ul, .desc-product-detail ol {
      font-size: 0.9375rem; }
    .desc-product-detail ul li, .desc-product-detail ol li {
      line-height: 24px; }

  .btn-add-cart {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    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: #131313;
  font-weight: 700; }

.summary-item-news {
  font-size: 0.9375rem;
  color: #6D7588;
  line-height: 24px; }

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

.news-detail {
  margin-bottom: 50px; }

.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;
  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: #cc2c30;
  border: none;
  border-radius: 5px; }
  .btn-buy:hover, .btn-buy:active {
    color: #fff;
    background: #b7272b; }

@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: #cc2c30;
    font-weight: 700;
    background: transparent;
    border: 1px solid #cc2c30;
    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: #cc2c30;
  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: #cc2c30;
    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: #cc2c30; }
      .menu-account ul li a.active {
        color: #cc2c30;
        font-weight: 700; }
      .menu-account ul li a i {
        margin-left: 5px;
        color: #cc2c30; }

.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: #cc2c30; }
    .sidebar-account ul li a.active {
      color: #cc2c30;
      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: #cc2c30;
    border-radius: 5px; }
    .top-member-page a:hover {
      color: #fff;
      background: #b7272b; }

.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 #cc2c30;
        text-align: center;
        border-radius: 5px; }
      .footer-item-order ul li a.solid {
        color: #fff;
        background: #cc2c30; }

.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: #cc2c30;
  border: 1px solid #cc2c30;
  border-radius: 5px; }
  .btn-edit-profile:hover {
    color: #fff;
    background: #b7272b; }

.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: #cc2c30;
        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; } }
.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;
  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: #cc2c30;
      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: #cc2c30;
    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: #cc2c30; }

.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: #cc2c30;
  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: #cc2c30;
  border: 1px solid #cc2c30;
  border-radius: 5px; }
  .btn-cart-qv:hover {
    background: #b7272b; }

.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: #070707; }

.main-footer {
  padding: 60px 0; }

.copyright {
  padding: 25px 0;
  font-size: 0.875rem;
  color: #5E5E5E;
  text-align: center;
  background: #0A0A0A; }

.wrap-footer {
  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-footer:first-child {
  max-width: 319px; }

.title-item-footer {
  margin-bottom: 20px;
  font-size: 1.125rem;
  color: #C6B88B;
  font-weight: 700; }

.address-footer {
  margin-bottom: 20px;
  font-size: 0.9375rem;
  color: #767676;
  line-height: 28px; }

.link-map-footer {
  font-size: 0.9375rem;
  color: #C6B88B; }
  .link-map-footer i {
    margin-right: 5px; }

.menu-footer li {
  margin-bottom: 12px; }
  .menu-footer li a {
    display: block;
    font-size: 0.9375rem;
    color: #767676; }
    .menu-footer li a:hover {
      color: #C6B88B; }

.contact-footer {
  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;
  padding-right: 100px; }
  .contact-footer a:hover {
    color: #C6B88B; }

.telp-footer {
  font-size: 1.875rem;
  color: #fff; }

.email-footer {
  font-size: 0.9375rem;
  color: #C6B88B; }

.sosmed-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  margin-top: 20px; }
  .sosmed-footer li a {
    display: block;
    font-size: 1.125rem;
    color: #fff; }

@media only screen and (max-width: 1199.8px) {
  .contact-footer {
    padding-right: 0; } }
@media only screen and (max-width: 991.8px) {
  .wrap-footer {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .item-footer:first-child {
    margin-bottom: 50px;
    width: 100%; }
  .item-footer:nth-child(2), .item-footer:nth-child(3) {
    width: 50%; }
  .item-footer:last-child {
    margin-top: 50px;
    width: 100%; } }
@media only screen and (max-width: 575.8px) {
  .main-footer {
    padding: 30px 0; } }

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