/* media size */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.btn:active {
  transform: translateY(1px) !important;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a {
  text-decoration: none !important;
  color: #f37400;
}

::-webkit-scrollbar {
  display: none;
}

body {
  color: #1a1818;
  font-size: 16px;
  overflow-x: hidden;
  background: #fff;
}
@keyframes blink {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.blink {
  animation-name: blink;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.rotate {
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#back-to-top {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed position */
  bottom: 20px;
  /* Position 20px from the bottom */
  right: 20px;
  /* Position 20px from the right */
  z-index: 3;
  /* Make sure it stays on top */
  border: none;
  /* No border */
  cursor: pointer;
  /* Pointer/hand icon */
}

#back-to-top:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
}

.header-top {
  background: #e1b33e;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.header-top .block-main {
  min-height: 40px;
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
}
.header-top .block-main .box-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top .block-main .box-phone .text-phone {
  font-size: 14px;
  color: #fff;
}
.header-top .block-main .box-phone .text-dow {
  font-size: 14px;
  color: #fff;
}
.header-top .block-main .box-phone .icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top .block-main .box-phone .sell-now {
  background: #fff;
  color: #f37400;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #f37400;
  transition: all 0.3s ease;
  &:hover {
    background: #e1b33e;
    color: #fff;
    border: 1px solid #fff;
  }
}
.header-top .block-main .text-login a {
  color: #ff0b0b;
  text-decoration: underline !important;
}
@media screen and (max-width: 480px) {
  .header-top .block-main {
    justify-content: center !important;
    flex-wrap: wrap !important;
    text-align: center;
  }
  .header-top .block-main .text-phone {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header-top .block-main {
    justify-content: center !important;
    flex-wrap: wrap !important;
    text-align: center;
  }
  .header-top .block-main .text-phone {
    display: none;
  }
}

header .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 220px;
  padding: 0;
  margin: auto;
  display: inline-block;
}
header .navbar.custom {
  min-height: 88px;
  position: relative;
}
header .navbar.custom .navbar-nav .nav-item .nav-link {
  color: #1a1818;
}
header .navbar.custom .navbar-nav .nav-item .nav-link:hover {
  color: #8abb2a;
}
header .navbar.custom .navbar-nav .nav-item .active {
  color: #8abb2a;
}
header .navbar.custom .navbar-nav .custom-content-right {
  display: flex;
  position: absolute;
  right: 0;
  align-items: center !important;
  gap: 30px;
}
header .navbar.custom .navbar-nav .custom-content-right .list-top-mb {
  display: flex;
  align-items: center !important;
  gap: 30px;
}
header .navbar.custom .navbar-nav .custom-content-right .link-icon img {
  height: 24px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .navbar.custom .navbar-nav .custom-content-right .link-icon:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header .navbar.custom .navbar-nav .custom-content-right .box-search {
  max-width: 175px;
}
header
  .navbar.custom
  .navbar-nav
  .custom-content-right
  .box-search
  .form-control.custom {
  height: 44px;
  border: 1px solid #707070;
  border-radius: 100px;
  padding-right: 50px;
}
header
  .navbar.custom
  .navbar-nav
  .custom-content-right
  .box-search
  .btn-search {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  padding: 0;
  height: 36px;
  width: 36px;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header
  .navbar.custom
  .navbar-nav
  .custom-content-right
  .box-search
  .btn-search:hover,
header
  .navbar.custom
  .navbar-nav
  .custom-content-right
  .box-search
  .btn-search.focus {
  background: #ccc;
}
header
  .navbar.custom
  .navbar-nav
  .custom-content-right
  .box-search
  .btn-search
  img {
  height: 24px;
  width: 24px;
  max-width: inherit;
}
header
  .navbar.custom
  .navbar-nav
  .custom-content-right
  .drop-lang
  .dropdown-toggle
  img {
  height: 24px;
}
header
  .navbar.custom
  .navbar-nav
  .custom-content-right
  .drop-lang
  .dropdown-menu {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 10px;
  padding: 0;
  overflow: hidden;
}
header
  .navbar.custom
  .navbar-nav
  .custom-content-right
  .drop-lang
  .dropdown-menu
  li
  .dropdown-item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
header
  .navbar.custom
  .navbar-nav
  .custom-content-right
  .drop-lang
  .dropdown-menu
  li
  .dropdown-item
  img {
  height: 24px;
  margin-right: 10px;
}
header
  .navbar.custom
  .navbar-nav
  .custom-content-right
  .drop-lang
  .dropdown-menu
  li:last-child
  .dropdown-item {
  border: 0;
}
header .offcanvas {
  background: #e1b33e;
  color: #fff;
}
header .offcanvas .offcanvas-header {
  text-align: center;
  background: #e1b33e;
  color: #fff;
}
header .offcanvas .offcanvas-header .img-logo {
  max-width: 220px;
  margin: auto;
}
header .offcanvas.show .navbar-nav .custom-content-right {
  position: static;
  display: block;
  margin-top: 20px;
}
header .offcanvas.show .navbar-nav .custom-content-right .list-top-mb {
  gap: 50px;
  margin-bottom: 20px;
}
header
  .offcanvas.show
  .navbar-nav
  .custom-content-right
  .list-top-mb
  .drop-lang
  .dropdown-menu {
  position: absolute;
}
header .offcanvas.show .navbar-nav .custom-content-right .box-search {
  width: 100%;
  max-width: initial !important;
}
header.custom-header {
  background: #e1b33e;
}
header.custom-header .block-top-main {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 15px;
  position: relative;
}
header.custom-header .block-top-main .logo {
  width: 150px;
}
header.custom-header .block-top-main .logo img {
  width: 150px;
}
header.custom-header .block-top-main .box-search {
  border: 0;
  outline: none;
  box-shadow: none;
  width: 800px;
  border: none !important;
  outline: none !important;
  padding: 8px;
}
header.custom-header .block-top-main .box-search .custom-categories-search {
  border: none;
}
header.custom-header
  .block-top-main
  .box-search
  .custom-categories-search
  .dropdown-toggle {
  height: 45px;
  outline: none;
  box-shadow: none;
  background: #f76772;
  position: relative;
  min-width: 180px;
  border: 0;
  padding-right: 35px;
  border-radius: 10px;
}
header.custom-header
  .block-top-main
  .box-search
  .custom-categories-search
  .dropdown-toggle::after {
  position: absolute;
  content: "";
  background: url(../images/icon-arrow-down.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
header.custom-header
  .block-top-main
  .box-search
  .custom-categories-search
  .dropdown-toggle::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 1px;
  background: #ff9a9a;
  right: 0;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.custom-header
  .block-top-main
  .box-search
  .custom-categories-search
  .dropdown-menu {
  border: 0;
  border-radius: 10px;
}
header.custom-header
  .block-top-main
  .box-search
  .custom-categories-search
  .dropdown-menu
  li {
  border-bottom: 1px solid #f2f2f2;
}
header.custom-header
  .block-top-main
  .box-search
  .custom-categories-search
  .dropdown-menu
  li
  a:hover,
header.custom-header
  .block-top-main
  .box-search
  .custom-categories-search
  .dropdown-menu
  li
  a:focus {
  background: #f5f5f5;
}
header.custom-header
  .block-top-main
  .box-search
  .custom-categories-search
  .dropdown-menu
  li:last-child {
  border: 0;
}
header.custom-header .block-top-main .box-search .search {
  position: relative;
}
header.custom-header .block-top-main .box-search .search .form-control {
  height: 45px;
  padding-right: 55px;
  box-shadow: none;
  outline: none;
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 10px;
}
header.custom-header .block-top-main .box-search .search .btn-search {
  position: absolute;
  top: -20px;
  right: 2px;
  background: transparent;
  border-radius: 8px;
  height: 41px;
  width: 41px;
  border: 0;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
header.custom-header .block-top-main .box-search .search .btn-search:hover {
  opacity: 0.8;
}
header.custom-header
  .block-top-main
  .box-search
  .search
  .btn-search
  .glass-search {
  font-size: 20px;
  color: #f37400;
  display: inline-block;
  line-height: 1;
}
header.custom-header .block-top-main .box-search .btn-close-search {
  position: absolute;
  top: 10px;
  right: 0;
  display: none;
}
header.custom-header .block-top-main .box-search .btn-close-search img {
  width: 34px;
}
header.custom-header .block-top-main .list-cart {
  display: flex;
  align-items: center !important;
  gap: 24px;
}
header.custom-header .block-top-main .list-cart a {
  display: inline-block;
  min-width: 24px;
  font-size: 20px;
  color: #000;
}
header.custom-header .block-top-main .list-cart a:hover {
  color: #f37400;
}
header.custom-header .block-top-main .list-cart img {
  width: 24px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/* header.custom-header .block-top-main .list-cart img.cart {
  width: 22px;
}
header.custom-header .block-top-main .list-cart img.user {
  width: 18px;
}
header.custom-header .block-top-main .list-cart img:hover {
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
} */
header.custom-header .block-top-main .list-cart #show-search {
  display: none;
}
header.custom-header .block-top-main .list-cart #show-menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  header.custom-header .block-top-main {
    gap: 10px;
  }
  header.custom-header .block-top-main .box-search {
    width: 100%;
  }
  header.custom-header .block-top-main .list-cart {
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  header.custom-header .block-top-main {
    margin-bottom: 0;
  }
  header.custom-header .block-top-main .location {
    display: none;
  }
  header.custom-header .block-top-main .box-search {
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header.custom-header .block-top-main .box-search.active {
    display: flex;
    width: 100%;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 5;
    border-radius: 0;
    padding: 100px 15px;
    background: #fff;
  }
  header.custom-header
    .block-top-main
    .box-search.active
    .custom-categories-search
    .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  header.custom-header
    .block-top-main
    .box-search.active
    .search
    .form-control {
    background: #f86772;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  header.custom-header .block-top-main .box-search .btn-close-search {
    display: block;
  }
  header.custom-header .block-top-main .logo {
    width: inherit;
  }
  header.custom-header .block-top-main .logo img {
    width: inherit;
    height: 50px;
  }
  header.custom-header .block-top-main .list-cart #show-search {
    display: block;
  }
  header.custom-header .block-top-main .list-cart #show-menu {
    display: block;
  }
}
header.custom-header .block-bottom-main {
  display: flex;
  height: 47px;
  align-items: center;
}
header.custom-header .block-bottom-main .dropdown-menu {
  border: 0;
  width: 300px;
}
header.custom-header .block-bottom-main .btn-category-dropdown {
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  width: 300px;
}
header.custom-header .block-bottom-main .btn-category-dropdown:hover {
  color: #f37400;
}
header.custom-header .block-bottom-main .content-left {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  margin-right: 40px;
  border: none;
}
header.custom-header .block-bottom-main .content-left .category-text {
  color: #000000;
}
header.custom-header
  .block-bottom-main
  .category-dropdown
  .btn-category-toggle {
  background: transparent;
  border: 0;
  border-radius: 10px;
  height: 45px;
  min-width: 240px;
  padding: 0 40px 0 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
}
header.custom-header
  .block-bottom-main
  .category-dropdown
  .btn-category-toggle
  .category-icon {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
@media (min-width: 320px) and (max-width: 479px) {
  header.custom-header
    .block-bottom-main
    .category-dropdown
    .btn-category-toggle
    .category-icon {
    margin-right: 0%;
  }
}
header.custom-header
  .block-bottom-main
  .category-dropdown
  .btn-category-toggle
  .category-icon
  img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
header.custom-header
  .block-bottom-main
  .category-dropdown
  .btn-category-toggle
  .category-text {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 479px) {
  header.custom-header
    .block-bottom-main
    .category-dropdown
    .btn-category-toggle
    .category-text {
    font-size: 14px;
  }
}
header.custom-header
  .block-bottom-main
  .category-dropdown
  .btn-category-toggle::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
  transition: transform 0.3s ease;
}
header.custom-header
  .block-bottom-main
  .category-dropdown
  .btn-category-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}
header.custom-header .block-bottom-main .content-right {
  display: flex;
  align-items: center !important;
}
header.custom-header .block-bottom-main .content-right .custom-categories-main {
  margin-right: 55px;
}
header.custom-header
  .block-bottom-main
  .content-right
  .custom-categories-main
  .dropdown-toggle {
  background: linear-gradient(90deg, #f37400 0%, #fca801 100%);
  border: 0;
  border-radius: 10px;
  height: 45px;
  min-width: 240px;
  color: #000000;
  font-weight: 600;
}
header.custom-header
  .block-bottom-main
  .content-right
  .custom-categories-main
  .dropdown-toggle
  img {
  width: 14px;
  margin-right: 14px;
}
header.custom-header
  .block-bottom-main
  .content-right
  .custom-categories-main
  .dropdown-toggle:after {
  display: none;
}
header.custom-header
  .block-bottom-main
  .content-right
  .custom-categories-main
  .dropdown-menu {
  border: 0;
  border-radius: 10px;
  border: 1px solid #707070;
}
header.custom-header
  .block-bottom-main
  .content-right
  .custom-categories-main
  .dropdown-menu
  li {
  border-bottom: 1px solid #f2f2f2;
}
header.custom-header
  .block-bottom-main
  .content-right
  .custom-categories-main
  .dropdown-menu
  li
  a:hover,
header.custom-header
  .block-bottom-main
  .content-right
  .custom-categories-main
  .dropdown-menu
  li
  a:focus {
  background: #f5f5f5;
}
header.custom-header
  .block-bottom-main
  .content-right
  .custom-categories-main
  .dropdown-menu
  li:last-child {
  border: 0;
}
header.custom-header .block-bottom-main .content-right .navbar-brand {
  display: none;
}
header.custom-header
  .block-bottom-main
  .content-right
  .navbar-nav
  .nav-item
  .nav-link {
  color: #000000;
  padding-left: 22px;
  padding-right: 22px;
}
header.custom-header
  .block-bottom-main
  .content-right
  .navbar-nav
  .nav-item
  .nav-link:hover,
header.custom-header
  .block-bottom-main
  .content-right
  .navbar-nav
  .nav-item
  .nav-link.active {
  color: #f37400;
}
header.custom-header
  .block-bottom-main
  .content-right
  .navbar-nav
  .nav-item:hover
  a,
header.custom-header
  .block-bottom-main
  .content-right
  .navbar-nav
  .nav-item.active
  a {
  color: #f37400;
}
@media screen and (max-width: 1400px) {
  header.custom-header
    .block-bottom-main
    .content-right
    .navbar-nav
    .nav-item
    .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header.custom-header .block-bottom-main select.custom-select-sm {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/icon-arrow-down.svg) no-repeat right transparent;
  background-size: 14px 14px;
  background-position-x: calc(100% - 0px);
  color: #fff;
  padding-left: 10px;
  border: 0;
  padding-right: 25px;
  color: #f8ff40;
}
@media screen and (max-width: 1200px) {
  header.custom-header .block-bottom-main select.custom-select-sm {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header.custom-header
    .block-bottom-main
    .content-left
    .dropdown.custom-categories-main {
    display: none;
  }
  header.custom-header .block-bottom-main .navbar.custom {
    min-height: inherit;
  }
  header.custom-header .block-bottom-main .navbar.custom .nav-item .nav-link {
    color: #fff;
  }
  header.custom-header
    .block-bottom-main
    .navbar.custom
    .nav-item
    .nav-link:hover,
  header.custom-header
    .block-bottom-main
    .navbar.custom
    .nav-item
    .nav-link.active {
    color: #f8ff40;
  }
  header.custom-header
    .block-bottom-main
    .navbar.custom
    .offcanvas
    .offcanvas-header
    .img-logo {
    height: 50px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  header.custom-header .block-bottom-main {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header.custom-header {
    padding: 10px 15px 0;
  }
}

.sidebar-account {
  border-right: 1px solid #e0e0e0;
  min-height: calc(100vh - 200px);
}
.sidebar-account .account-info .logo-circle {
  background-color: #33b5e5;
}
.sidebar-account .account-info .account-name {
  font-size: 18px;
  color: #1a1818;
}
.sidebar-account .account-info .account-email {
  font-size: 14px;
  color: #000;
}
.sidebar-account .account-menu .menu-section-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
}
.sidebar-account .account-menu .menu-item {
  margin-bottom: 4px;
}
.sidebar-account .account-menu .menu-item .menu-link {
  color: #1a1818;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.sidebar-account .account-menu .menu-item .menu-link:hover {
  background-color: #f5f5f5;
}
.sidebar-account .account-menu .menu-item .menu-link.active {
  background-color: #f0f0f0;
  font-weight: 600;
}

.list-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-social a {
  color: #000;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.list-social a img {
  width: 20px;
}
.list-social a:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (min-width: 320px) and (max-width: 479px) {
  .list-social {
    font-size: 12px;
    gap: 5px;
  }
  .list-social a img {
    width: 15px;
  }
}

.user-dropdown {
  position: relative;
}
.user-dropdown .user-dropdown-toggle {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.user-dropdown .user-dropdown-toggle::after {
  display: none;
}
.user-dropdown .user-dropdown-toggle:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.user-dropdown .user-dropdown-menu {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  margin-top: 12px;
  min-width: 220px;
  background: #fff;
  overflow: hidden;
}
.user-dropdown .user-dropdown-menu .user-menu-item {
  margin: 0;
  list-style: none;
}
.user-dropdown
  .user-dropdown-menu
  .user-menu-item:not(:last-child):not(.user-menu-item-logout) {
  border-bottom: 1px solid #f0f0f0;
}
.user-dropdown .user-dropdown-menu .user-menu-item .user-menu-link {
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1818;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  position: relative;
}
.user-dropdown .user-dropdown-menu .user-menu-item .user-menu-link:hover,
.user-dropdown .user-dropdown-menu .user-menu-item .user-menu-link:focus {
  background: #f8f9fa;
  color: #f6921e;
  padding-left: 24px;
}
.user-dropdown .user-dropdown-menu .user-menu-item .user-menu-link:active {
  background: #f0f0f0;
}
.user-dropdown .user-dropdown-menu .user-menu-item.user-menu-item-logout {
  margin-top: 4px;
  padding-top: 4px;
}
.user-dropdown .user-dropdown-menu .user-menu-item .user-menu-logout-btn {
  font-size: 14px;
  font-weight: 600;
  color: #dc3232;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: none;
  background: transparent;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.user-dropdown .user-dropdown-menu .user-menu-item .user-menu-logout-btn:hover,
.user-dropdown .user-dropdown-menu .user-menu-item .user-menu-logout-btn:focus {
  background: #fff5e6;
  color: #f6921e;
}
.user-dropdown
  .user-dropdown-menu
  .user-menu-item
  .user-menu-logout-btn:active {
  background: #ffe8cc;
  transform: scale(0.98);
}

img {
  max-width: 100%;
}

.btn-gradient-yellow {
  height: 52px;
  background: #e1b33e;
  font-weight: bold;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 10px;
  color: #ffffff;
  position: relative;
}

.btn-gradient-yellow:hover {
  background: #e1b33e;
  color: #ffffff;
}

.btn-gradient-yellow:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  transition-duration: 0.5s;
}
.btn-gradient-yellow:hover::before {
  left: 125%;
}
.btn-gradient-yellow.custom-icon img {
  width: 20px;
  margin-left: 10px;
}

.btn-gradient-yellows {
  height: 52px;
  background: transparent;
  font-weight: semibold;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  color: #f37400;
  position: relative;
}
.btn-gradient-yellows i {
  background: #e1b33e;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  border-radius: 50%;
  padding: 2px;
}
.btn-gradient-yellows.custom-icon img {
  width: 20px;
  margin-left: 10px;
}

.link-under {
  font-weight: bold;
  text-decoration: underline !important;
  color: #000;
}
.link-under:hover,
.link-under.acvtive {
  color: #f37400;
}

.link-red {
  display: inline-block;
  background: #e1b33e;
  color: #fff;
  border-radius: 10px;
  padding: 14px 23px 14px;
  min-height: 52px;
  text-align: center;
}
.link-red:hover,
.link-red.acvtive {
  background: #ba0e1b;
  color: #fff;
}

.title-block {
  margin-bottom: 45px;
}
.title-block h3.custom {
  font-size: 24px;
  font-weight: bold;
}
.title-block h2.custom {
  font-size: 40px;
  font-weight: 600;
}
.title-block.custom-right {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
}
.title-block.custom-right .list {
  display: flex;
  gap: 18px;
}
.title-block.custom-right .list a {
  color: #262626;
  font-weight: 600;
}
.title-block.custom-right .list a:hover,
.title-block.custom-right .list a.active {
  color: #f37400;
}
@media screen and (max-width: 767px) {
  .title-block.custom-right {
    display: block !important;
  }
  .title-block.custom-right h3.custom {
    margin-bottom: 10px;
  }
  .title-block.custom-right .list {
    gap: 5px;
  }
  .title-block.custom-right .list .custom-categories-sort .btn {
    font-size: 12px;
  }
  .title-block.custom-right .custom-categories-sort .dropdown-toggle {
    min-width: inherit;
  }
  .title-block.custom-right .custom-categories-sort .dropdown-toggle::after {
    right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .title-block h2.custom {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title-block h2.custom {
    font-size: 30px;
  }
}

.title-block-lg .desc {
  font-weight: 600;
  color: #504b4b;
  font-size: 24px;
}
.title-block-lg h2.custom {
  color: #504b4b;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .title-block-lg h2.custom {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .title-block-lg h2.custom {
    font-size: 30px;
  }
}

.text-yellow {
  color: #f37400;
}

.text-red {
  color: #ce1015;
}

.btn-secondary.custom {
  height: 52px;
  background: #d9d9d9;
  font-size: 18px;
  color: #504b4b;
  border: 0;
  padding: 12px 10px;
  text-align: center;
}
.btn-secondary.custom:hover,
.btn-secondary.custom.active {
  background: #c5c5c5;
  color: #504b4b;
}

.box-marg-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.box-marg-10 .padd-10 {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .box-marg-10 {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .box-marg-10 .padd-10 {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}

.list-pro-5 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px;
}
.list-pro-5 .padd {
  flex: 0 0 auto;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .list-pro-5 {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .list-pro-5 .padd {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}

.list-pro-6 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px;
}
.list-pro-6 .padd {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .list-pro-6 {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
    margin-bottom: 10px;
  }
  .list-pro-6 .padd {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}

.item-prod {
  border: 1px solid #707070;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item-prod .badge {
  background: #e1b33e;
  border-radius: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  min-width: 55px;
  padding: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 8px;
  font-size: 14px;
  min-height: 34px;
}
.item-prod .badge.hot {
  background: #e1b33e;
}
.item-prod .badge.new {
  background: #3bb77d;
}
.item-prod .thumb {
  height: 210px;
  text-align: center;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.item-prod .thumb a {
  height: 100%;
}
.item-prod .thumb img {
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}
.item-prod .content {
  padding: 0 12px;
}
.item-prod .content .categ {
  color: #c9c9c9;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-prod .content .title {
  color: #504b4b;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
.item-prod .content .title:hover {
  color: #f37400;
}
.item-prod .content .author {
  color: #c9c9c9;
  font-size: 14px;
  margin-bottom: 5px;
}
.item-prod .content .author span {
  color: #f74a81;
}
/* .item-prod .content .box-price {
  display: flex;
  justify-content: space-between !important;
} */
.item-prod .content .box-price .price {
  line-height: 16px;
  height: 32px;
  margin-bottom: 5px;
}
.item-prod .content .box-price .price .new {
  color: #e31d1d;
  font-weight: bold;
  font-size: 15px;
}
.item-prod .content .box-price .price .odd {
  color: #c2c2c2;
  text-decoration: line-through;
  font-size: 14px;
}
.item-prod .content .box-price .rate {
  display: flex;
  align-items: center !important;
  gap: 4px;
  color: #c9c9c9;
  font-size: 14px;
}
.item-prod .content .box-price .rate img {
  width: 12px;
  vertical-align: unset;
}
.item-prod .box-progress {
  text-align: center;
  font-size: 14px;
}
.item-prod .box-progress .progress {
  background: #bcbcbc;
  height: 6px;
  border-radius: 100px;
  margin-bottom: 5px;
}
.item-prod .box-progress .progress .progress-bar {
  background: #e1b33e;
  border-radius: 100px;
}
.item-prod:hover {
  border-color: #f37400;
}

.custom-prod-popular .item-prod {
  height: 400px;
  margin-bottom: 25px;
}
.custom-prod-popular .item-prod .link-bottom {
  position: absolute;
  border: 0;
  left: -1px;
  width: calc(100% + 2px);
  bottom: -1px;
}

.custom-prod-popular .item-prod .link-bottom a {
  display: block;
  width: 100%;
  background: #f9dede;
  padding: 9px;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 320px) and (max-width: 479px) {
  .custom-prod-popular .item-prod .link-bottom a {
    font-size: 10px;
  }
}
.custom-prod-popular .item-prod .link-bottom a span {
  position: absolute;
  right: 20px;
}
.custom-prod-popular .item-prod .link-bottom a span img {
  width: 17px;
}
.custom-prod-popular .item-prod .link-bottom a:hover {
  background: #e1b33e;
}
@media screen and (max-width: 480px) {
  .custom-prod-popular .padd {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .custom-prod-popular .padd {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .custom-prod-popular .padd {
    flex: 0 0 auto;
    width: 50%;
  }
  .custom-prod-popular .item-prod {
    margin-bottom: 15px;
  }
}

.custom-prod-flash .item-prod {
  height: 360px;
  margin-bottom: 25px;
}
.custom-prod-flash .item-prod .thumb {
  height: 210px;
}
.custom-prod-flash .item-prod .link-top {
  right: -1px;
  border-radius: 0;
  position: absolute;
  top: -1px;
}
.custom-prod-flash .item-prod .link-top a {
  text-align: center;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #e1b33e;
  min-width: 75px;
  padding: 6px;
  display: inline-block;
  font-size: 14px;
  min-height: 34px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}
.custom-prod-flash .item-prod .link-top a img {
  width: 14px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: baseline;
}
.custom-prod-flash .item-prod .link-top a:hover {
  color: #fff;
}
.custom-prod-flash .item-prod .link-top a:hover img {
  filter: brightness(0) invert(1);
}

.custom-prod-daily .item-prod .thumb {
  height: 190px;
}
.custom-prod-daily .item-prod .box-price {
  margin-bottom: 20px;
}
.custom-prod-daily .item-prod .link-bottom {
  margin-bottom: 10px;
  position: relative;
}
.custom-prod-daily .item-prod .link-bottom a {
  display: block;
  width: 100%;
  background: #f9dede;
  padding: 9px;
  border-radius: 10px;
  text-align: center;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.custom-prod-daily .item-prod .link-bottom a span {
  position: absolute;
  right: 20px;
}
.custom-prod-daily .item-prod .link-bottom a span img {
  width: 17px;
}
.custom-prod-daily .item-prod .link-bottom a:hover {
  background: #e1b33e;
}

.box-prod-banner {
  position: relative;
}
.box-prod-banner .banner-left {
  height: 418px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.box-prod-banner .banner-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.box-prod-banner .banner-left:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.box-prod-banner .item-prod {
  height: 450px;
}
@media screen and (max-width: 480px) {
  .box-prod-banner.custom-prod-daily .custom-banner {
    display: none;
  }
  .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
    flex: 0 0 auto;
    width: 25%;
  }
  .box-prod-banner.custom-prod-daily .custom-banner {
    display: none;
  }
  .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media screen and (max-width: 480px) and (max-width: 767px) {
  .box-prod-banner.custom-prod-daily .list-pro-5 {
    margin-bottom: 0px;
  }
  .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
    flex: 0 0 auto;
    width: 50%;
  }
  .box-prod-banner.custom-prod-daily .list-pro-5 .padd .item-prod {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .box-prod-banner.custom-prod-daily .custom-banner {
    display: none;
  }
  .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
    flex: 0 0 auto;
    width: 25%;
  }
  .box-prod-banner.custom-prod-daily .custom-banner {
    display: none;
  }
  .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .box-prod-banner.custom-prod-daily .list-pro-5 {
    margin-bottom: 0px;
  }
  .box-prod-banner.custom-prod-daily .list-pro-5 .padd {
    flex: 0 0 auto;
    width: 50%;
  }
  .box-prod-banner.custom-prod-daily .list-pro-5 .padd .item-prod {
    margin-bottom: 15px;
  }
}

footer {
  background-color: #fff;
  border-top: 1px solid #ee7b0f;
}
footer.custom-footer .block-custom-footer {
  padding: 20px;
  border-radius: 10px;
}
footer.custom-footer .block-custom-footer .text-custom-footer {
  font-size: 20px;
}
footer.custom-footer .block-custom-footer .newsletter-box .subscription {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer.custom-footer
  .block-custom-footer
  .newsletter-box
  .subscription
  input.form-control {
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: none !important;
  height: 50px;
  line-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}
footer.custom-footer
  .block-custom-footer
  .newsletter-box
  .subscription
  input.form-control::placeholder {
  color: #999999;
  font-size: 14px;
}
footer.custom-footer
  .block-custom-footer
  .newsletter-box
  .subscription
  input.form-control:focus {
  border-color: #f78f1e;
  box-shadow: 0 0 0 3px rgba(247, 143, 30, 0.1);
}
footer.custom-footer
  .block-custom-footer
  .newsletter-box
  .subscription
  button.btn {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  color: #fff;
  background-color: #ee7b0f;
  box-shadow: 0 2px 4px rgba(211, 38, 38, 0.12);
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.1s ease;
}
footer.custom-footer
  .block-custom-footer
  .newsletter-box
  .subscription
  button.btn:hover {
  color: #fff;
  background-color: #af0b1e;
}
footer.custom-footer
  .block-custom-footer
  .newsletter-box
  .subscription
  button.btn:active {
  transform: translateY(1px);
}
footer.custom-footer
  .block-custom-footer
  .newsletter-box
  .subscription
  button.btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(247, 143, 30, 0.15);
}
@media (min-width: 1441px) {
  footer.custom-footer .footer-info-link .custom-w-sm {
    width: 28%;
  }
  footer.custom-footer .footer-info-link .custom-w-lg {
    width: 72%;
  }
}
footer.custom-footer .footer-info-link .item-footer .f-logo img {
  width: 105px;
}
footer.custom-footer .footer-info-link .item-footer .desc-sm {
  max-width: 200px;
}
footer.custom-footer .footer-info-link .item-footer .list-info .item-sm {
  position: relative;
  padding-left: 25px;
}
footer.custom-footer .footer-info-link .item-footer .list-info .item-sm .icon {
  position: absolute;
  left: 0;
  top: 0px;
}
footer.custom-footer
  .footer-info-link
  .item-footer
  .list-info
  .item-sm
  .icon
  img {
  width: 16px;
}
footer.custom-footer .footer-info-link .item-footer .f-title {
  margin-top: 45px;
  margin-bottom: 18px;
}
footer.custom-footer .footer-info-link .item-footer .f-title h3.custom {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
footer.custom-footer .footer-info-link .item-footer .list ul li {
  margin-bottom: 18px;
}
footer.custom-footer .footer-info-link .item-footer .list ul li a {
  color: #504b4b;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer.custom-footer .footer-info-link .item-footer .list ul li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #e1b33e;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
footer.custom-footer .footer-info-link .item-footer .list ul li a:hover {
  padding-left: 20px;
  color: #f37400;
}
footer.custom-footer
  .footer-info-link
  .item-footer
  .list
  ul
  li
  a:hover::before {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  footer.custom-footer .footer-info-link .item-footer {
    margin-bottom: 25px;
  }
  footer.custom-footer .footer-info-link .item-footer .f-title {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  footer.custom-footer .footer-info-link .item-footer .list ul li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  footer.custom-footer .footer-info-link .item-footer {
    margin-bottom: 25px;
  }
  footer.custom-footer .footer-info-link .item-footer .f-title {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  footer.custom-footer .footer-info-link .item-footer .list ul li {
    margin-bottom: 5px;
  }
}
footer.custom-footer .footer-list-app {
  padding: 20px 0;
}
footer.custom-footer .footer-list-app .box-install {
  display: flex;
  align-items: center !important;
  gap: 20px;
}
footer.custom-footer .footer-list-app .box-install .title {
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
footer.custom-footer .footer-list-app .box-install .footer-mid {
  font-size: 12px;
  line-height: 18px;
  color: #9b9b9b;
  background-color: #fbfbfb;
}
footer.custom-footer .footer-list-app .box-install .list {
  display: flex;
  gap: 10px;
}
footer.custom-footer .footer-list-app .box-install .list img {
  height: 45px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer.custom-footer .footer-list-app .box-install .list img:hover {
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
footer.custom-footer .footer-list-app .box-payment {
  display: flex;
  align-items: center !important;
  gap: 20px;
  justify-content: flex-end !important;
}
footer.custom-footer .footer-list-app .box-payment .title {
  font-size: 24px;
  font-weight: 600;
}
footer.custom-footer .footer-list-app .box-payment .desc {
  font-size: 14px;
}
footer.custom-footer .footer-list-app .box-payment .list img {
  max-width: 225px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer.custom-footer .footer-list-app .box-payment .list img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 480px) {
  footer.custom-footer .footer-list-app .box-install {
    justify-content: space-between !important;
    font-size: 12px;
    margin-bottom: 10px;
  }
  footer.custom-footer .footer-list-app .box-payment {
    justify-content: space-between !important;
    font-size: 12px;
  }
  footer.custom-footer .footer-list-app .box-payment .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  footer.custom-footer .footer-list-app .box-install {
    justify-content: space-between !important;
    font-size: 12px;
    margin-bottom: 10px;
  }
  footer.custom-footer .footer-list-app .box-payment {
    justify-content: space-between !important;
    font-size: 12px;
  }
  footer.custom-footer .footer-list-app .box-payment .title {
    font-size: 18px;
  }
}
footer.custom-footer .footer-bottom {
  background-color: #2c2e3f;
  font-size: 12px;
  padding: 10px 0;
  color: #efefef;
}
footer.custom-footer .footer-bottom .block-main {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
}
footer.custom-footer .footer-bottom .support {
  display: flex;
  color: #504b4b;
  gap: 20px;
}
footer.custom-footer .footer-bottom .support .item {
  display: flex;
  align-items: center !important;
}
footer.custom-footer .footer-bottom .support .item .icon {
  width: 60px;
}
footer.custom-footer .footer-bottom .support .item .icon img {
  width: 47px;
}
footer.custom-footer .footer-bottom .support .item .text {
  font-size: 24px;
  font-weight: 600;
}
footer.custom-footer .footer-bottom .support .item .desc {
  font-size: 14px;
}
footer.custom-footer .footer-bottom .support a {
  color: #504b4b;
}
footer.custom-footer .footer-bottom .social {
  color: #504b4b;
}
footer.custom-footer .footer-bottom .social .box {
  margin-bottom: 10px;
}
footer.custom-footer .footer-bottom .social .box .text {
  font-weight: 600;
  margin-right: 10px;
}
footer.custom-footer .footer-bottom .social .desc {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  footer.custom-footer .footer-bottom .block-main {
    flex-wrap: wrap;
  }
  footer.custom-footer .footer-bottom .block-main .copyright {
    margin-bottom: 15px;
  }
  footer.custom-footer .footer-bottom .support {
    margin-bottom: 15px;
  }
  footer.custom-footer .footer-bottom .support .item .text {
    font-size: 18px;
  }
  footer.custom-footer .footer-bottom .support .item .icon {
    width: 30px;
  }
  footer.custom-footer .footer-bottom .support .item .icon img {
    width: 24px;
  }
}
@media screen and (max-width: 1024px) {
  footer.custom-footer .footer-bottom .block-main {
    flex-wrap: wrap;
  }
  footer.custom-footer .footer-bottom .block-main .copyright {
    margin-bottom: 15px;
  }
  footer.custom-footer .footer-bottom .support {
    margin-bottom: 15px;
  }
  footer.custom-footer .footer-bottom .support .item .text {
    font-size: 18px;
  }
  footer.custom-footer .footer-bottom .support .item .icon {
    width: 30px;
  }
  footer.custom-footer .footer-bottom .support .item .icon img {
    width: 24px;
  }
}
.footer-info-link a {
  color: #504b4b;
}
.footer-info-link a:hover {
  color: #f37400 !important;
}

.block-footer-services {
  position: relative;
}
.block-footer-services .list-item-footer-services {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.block-footer-services .list-item-footer-services a {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  flex: 0 0 auto;
  width: 20%;
}
.block-footer-services .list-item-footer-services a .item-footer-services {
  display: block;
  background: #f9f2de;
  border-radius: 10px;
  padding: 10px;
  color: #504b4b;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-footer-services
  .list-item-footer-services
  a
  .item-footer-services
  .custom-h {
  min-height: 90px;
}
.block-footer-services
  .list-item-footer-services
  a
  .item-footer-services
  .custom-h
  .icon {
  width: 60px;
}
.block-footer-services
  .list-item-footer-services
  a
  .item-footer-services
  .custom-h
  .icon
  img {
  width: 50px;
}
.block-footer-services
  .list-item-footer-services
  a
  .item-footer-services
  .custom-h
  .title {
  font-weight: 600;
}
.block-footer-services
  .list-item-footer-services
  a
  .item-footer-services
  .custom-h
  .desc {
  font-size: 14px;
}
.block-footer-services .list-item-footer-services a .item-footer-services:hover,
.block-footer-services
  .list-item-footer-services
  a
  .item-footer-services.active {
  background: #e1b33e;
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-footer-services .list-item-footer-services {
    margin-left: -5px;
    margin-right: -5px;
  }
  .block-footer-services .list-item-footer-services a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .block-footer-services
    .list-item-footer-services
    a
    .item-footer-services
    .custom-h {
    min-height: 60px;
  }
  .block-footer-services
    .list-item-footer-services
    a
    .item-footer-services
    .custom-h
    .icon {
    width: 40px;
  }
  .block-footer-services
    .list-item-footer-services
    a
    .item-footer-services
    .custom-h
    .icon
    img {
    width: 30px;
  }
  .block-footer-services
    .list-item-footer-services
    a
    .item-footer-services
    .custom-h
    .title {
    font-weight: 600;
    font-size: 12px;
  }
  .block-footer-services
    .list-item-footer-services
    a
    .item-footer-services
    .custom-h
    .desc {
    font-size: 10px;
  }
}

.services {
  background-color: #fff;
  border-top: 1px solid #edeef0;
}
.services .box-services {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
}
.services .box-services .service-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.services .box-services .service-item .service-icon {
  flex-shrink: 0;
}
.services .box-services .service-item .service-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.services .box-services .service-item .service-text {
  color: #504b4b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .services .box-services {
    gap: 20px;
  }
  .services .box-services .service-item {
    gap: 12px;
  }
  .services .box-services .service-item .service-icon img {
    width: 50px;
    height: 50px;
  }
  .services .box-services .service-item .service-text {
    font-size: 13px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .services .box-services {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .services .box-services .service-item {
    width: 100%;
    gap: 12px;
  }
  .services .box-services .service-item .service-icon img {
    width: 45px;
    height: 45px;
  }
  .services .box-services .service-item .service-text {
    font-size: 12px;
  }
}

.block-stay-banner {
  position: relative;
  margin-bottom: 50px;
  min-height: 525px;
  padding: 145px 65px 20px;
  border-radius: 10px;
  overflow: hidden;
}
.block-stay-banner .content-left {
  position: relative;
  z-index: 2;
  max-width: 625px;
}
.block-stay-banner .content-left strong {
  color: #ff0005;
}
.block-stay-banner .content-left .title-block h2.custom {
  font-size: 46px;
  font-weight: bold;
}
.block-stay-banner .content-left .title-block .desc {
  font-size: 24px;
}
.block-stay-banner .content-left .box-subscribe .icon {
  position: absolute;
  top: 0;
  height: 52px;
  display: flex;
  align-items: center !important;
  width: 35px;
  text-align: center;
  justify-content: center !important;
}
.block-stay-banner .content-left .box-subscribe .icon img {
  width: 20px;
}
.block-stay-banner .content-left .box-subscribe .form-control {
  height: 52px;
  border-radius: 10px;
  border: 0;
  font-weight: bold;
  color: #000000;
  padding-left: 35px;
  padding-right: 160px;
}
.block-stay-banner .content-left .box-subscribe .btn-gradient-yellow {
  min-width: 155px;
  position: absolute;
  top: 0;
  right: 0;
}
.block-stay-banner .banner-main {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 1;
}
.block-stay-banner .banner-main img {
  max-width: 515px;
}
.block-stay-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-stay-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-stay-banner {
    padding: 50px;
    min-height: inherit;
  }
  .block-stay-banner .banner-main {
    display: none;
  }
  .block-stay-banner .content-left .title-block h2.custom {
    font-size: 30px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-stay-banner {
    padding: 20px 15px;
    text-align: center;
  }
  .block-stay-banner .content-left .title-block h2.custom {
    font-size: 24px;
  }
  .block-stay-banner .content-left .title-block .desc {
    font-size: 18px;
  }
  .block-stay-banner .content-left .box-subscribe .btn-gradient-yellow {
    min-width: inherit;
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-stay-banner .content-left .box-subscribe .form-control {
    padding-right: 115px;
  }
}

.block-partner-logo {
  margin-bottom: 45px;
  position: relative;
}
.block-partner-logo .list {
  display: flex;
  justify-content: space-between !important;
  gap: 15px;
  justify-content: center !important;
}
.block-partner-logo .list .item-logo {
  background: #f3f1e6;
  border-radius: 10px;
  min-height: 124px;
  justify-content: center !important;
  align-items: center !important;
  display: flex;
  padding: 0 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-width: 140px;
}
.block-partner-logo .list .item-logo img {
  max-width: 90%;
}
.block-partner-logo .list .item-logo:hover {
  background: #f8f2d2;
}
@media screen and (max-width: 1300px) {
  .block-partner-logo .list .item-logo {
    min-width: inherit;
  }
}
@media screen and (max-width: 480px) {
  .block-partner-logo .list {
    flex-wrap: wrap !important;
  }
  .block-partner-logo .list a {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .block-partner-logo .list {
    flex-wrap: wrap !important;
  }
  .block-partner-logo .list a {
    padding: 0 5px;
  }
}
@media screen and (max-width: 992px) {
  .block-partner-logo .list {
    display: block !important;
    margin: 0 -5px;
  }
  .block-partner-logo .list a {
    padding: 0 5px;
  }
}

.block-nav {
  display: none;
}
.block-nav .slick-arrow {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-nav .slick-arrow img {
  height: 26px;
  opacity: 0.6;
}
.block-nav .slick-arrow:last-child {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .block-nav {
    display: block;
  }
}

.block-discount-text {
  background: #f9dedf;
  border-radius: 10px;
  min-height: 80px;
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px 25px;
  margin-bottom: 45px;
}
.block-discount-text .text {
  color: #a03218;
}
.block-discount-text .text a {
  color: #a03218;
  text-decoration: underline !important;
}
@media screen and (max-width: 480px) {
  .block-discount-text {
    display: block !important;
    text-align: center;
  }
  .block-discount-text .text {
    margin-bottom: 10px;
  }
  .block-discount-text .link {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .block-discount-text {
    display: block !important;
    text-align: center;
  }
  .block-discount-text .text {
    margin-bottom: 10px;
  }
  .block-discount-text .link {
    margin-bottom: 5px;
  }
}

.block-home-main {
  position: relative;
  overflow: hidden;
}
.block-home-main .custom-h {
  min-height: 755px;
}
.block-home-main .custom-w {
  position: relative;
  z-index: 1;
}
.block-home-main .block-main {
  padding-top: 140px;
  max-width: 540px;
  position: relative;
  z-index: 1;
}
.block-home-main .block-main .link-top {
  display: inline-block;
  background: #fff;
  box-shadow: hsla(0, 0%, 0%, 0.03) 0 2px 4px;
  padding: 13px 25px 15px 0;
  font-size: 20px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-home-main .block-main .link-top a {
  color: #000000;
}
.block-home-main .block-main .link-top a span {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.block-home-main .block-main .link-top a span img {
  width: 30px;
}
.block-home-main .block-main .link-top:hover {
  background: #e1b33e;
}
.block-home-main .block-main .title h1.custom {
  font-weight: bold;
}
.block-home-main .block-main .title h1.custom span {
  color: #f37400;
}
.block-home-main .block-main .desc {
  font-size: 24px;
  margin-bottom: 15px;
}
.block-home-main .block-main .link-bottom {
  gap: 40px;
  margin-bottom: 50px;
}
.block-home-main .block-main .box-user {
  align-items: center !important;
  display: flex;
}
.block-home-main .block-main .box-user .list a {
  display: inline-block;
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-home-main .block-main .box-user .list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-home-main .block-main .box-user .list a:nth-child(2) {
  position: relative;
  left: -12px;
}
.block-home-main .block-main .box-user .list a:nth-child(3) {
  position: relative;
  left: -24px;
}
.block-home-main .block-main .box-user .list a:nth-child(4) {
  position: relative;
  left: -36px;
}
.block-home-main .block-main .box-user .list a:nth-child(5) {
  position: relative;
  left: -48px;
}
.block-home-main .block-main .box-user .list a:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.block-home-main .block-main .box-user .content {
  line-height: 28px;
}
.block-home-main .block-main .box-user .content .title-sm {
  font-size: 24px;
  font-weight: bold;
}
.block-home-main .block-main .box-user .content .text {
  font-size: 18px;
}
.block-home-main .banner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.block-home-main .banner img {
  max-width: 645px;
}
.block-home-main .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-home-main .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .block-home-main {
    min-height: initial;
  }
  .block-home-main .custom-h {
    min-height: 600px;
  }
  .block-home-main .block-main {
    padding-top: 80px;
  }
  .block-home-main .banner {
    right: -10%;
  }
  .block-home-main .banner img {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .block-home-main .banner {
    display: none;
  }
  .block-home-main .block-main {
    padding: 50px 0;
  }
  .block-home-main .block-main .box-user {
    display: block !important;
  }
  .block-home-main .block-main .box-user .list {
    margin-bottom: 15px;
  }
}
.block-home-main .block-main {
  padding: 100px 0 30px;
}
.block-home-main .block-main .title h1.custom {
  font-size: 36px;
}
.block-home-main .banner img {
  max-width: 450px;
}
.block-home-main .custom-h {
  min-height: 550px;
}
.block-home-main .banner-layout {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 465px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-home-main .banner-layout {
    height: auto;
  }
}
.block-home-main .banner-layout .banner-row-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .block-home-main .banner-layout .banner-row-top {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .block-home-main .banner-layout .banner-row-top {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.block-home-main .banner-layout .banner-row-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .block-home-main .banner-layout .banner-row-bottom {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .block-home-main .banner-layout .banner-row-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.block-home-main .banner-layout .banner-item {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.block-home-main .banner-layout .banner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.block-home-main .banner-layout .banner-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.block-home-main .banner-layout .banner-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.block-home-main .banner-layout .banner-item.banner-large {
  height: 420px;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .block-home-main .banner-layout .banner-item.banner-large {
    height: 420px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-home-main .banner-layout .banner-item.banner-large {
    height: 200px;
  }
}
.block-home-main .banner-layout .banner-item.banner-small {
  height: 200px;
}
.block-home-main .banner-layout .banner-item.banner-small img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .block-home-main .banner-layout .banner-item.banner-small {
    height: 200px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-home-main .banner-layout .banner-item.banner-small {
    height: 140px;
  }
}
.block-home-main .banner-layout .icon-boxes-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
  justify-content: space-between;
  align-items: end;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-home-main .banner-layout .icon-boxes-column {
    grid-column: 1/-1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding: 16px;
  }
}
.block-home-main .banner-layout .icon-boxes-column .icon-box-item {
  flex: 0 0 auto;
  background: #fff;
  width: 100px;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-home-main .banner-layout .icon-boxes-column .icon-box-item {
    width: 100%;
  }
}
.block-home-main .banner-layout .icon-boxes-column .icon-box-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
.block-home-main .banner-layout .icon-boxes-column .icon-box-item a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.block-home-main .banner-layout .icon-boxes-column .icon-box-item a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-bottom: 8px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-home-main .banner-layout .icon-boxes-column .icon-box-item a img {
    width: 40px;
    height: 40px;
  }
}
.block-home-main .banner-layout .icon-boxes-column .icon-box-item a .icon-text {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-home-main
    .banner-layout
    .icon-boxes-column
    .icon-box-item
    a
    .icon-text {
    font-size: 11px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-home-main .banner-layout .banner-item.banner-large {
    width: 100%;
    height: 260px;
  }
  .block-home-main .banner-layout .banner-item.banner-small {
    height: 120px;
    margin-top: 15px;
  }
}
.category-sidebar {
  height: 420px;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.category-sidebar.category-sidebar-hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 0;
}
.category-sidebar .category-menu {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  min-width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  height: 500px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
.category-sidebar .category-menu::-webkit-scrollbar {
  width: 6px;
}
.category-sidebar .category-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.category-sidebar .category-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.category-sidebar .category-menu::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.category-sidebar .category-menu .category-item {
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.2s ease;
}
.category-sidebar .category-menu .category-item:last-child {
  border-bottom: 0;
}
.category-sidebar .category-menu .category-item .category-link {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #1a1818;
  font-size: 15px;
  transition: all 0.2s ease;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-home-main
    .banner-layout
    .category-sidebar
    .category-menu
    .category-item
    .category-link {
    padding: 12px 10px;
    color: #1a1818;
    font-size: 8px;
  }
}
.category-sidebar
  .category-menu
  .category-item
  .category-link
  .category-icon-item {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.category-sidebar .category-menu .category-item .category-link .category-name {
  flex: 1;
  font-weight: 500;
}
.category-sidebar .category-menu .category-item .category-link:hover,
.block-home-main
  .banner-layout
  .category-sidebar
  .category-menu
  .category-item
  .category-link:focus {
  background: linear-gradient(
    90deg,
    rgba(255, 186, 49, 0.1) 0%,
    rgba(252, 168, 1, 0.1) 100%
  );
  color: #f6921e;
  padding-left: 24px;
}
.category-sidebar
  .category-menu
  .category-item
  .category-link:hover
  .category-icon-item,
.block-home-main
  .banner-layout
  .category-sidebar
  .category-menu
  .category-item
  .category-link:focus
  .category-icon-item {
  transform: scale(1.1);
}
.category-sidebar .category-menu .category-item .category-link:active {
  background: linear-gradient(
    90deg,
    rgba(255, 186, 49, 0.15) 0%,
    rgba(252, 168, 1, 0.15) 100%
  );
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-home-main .banner-layout .category-sidebar .category-menu {
    height: 450px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-home-main .banner-layout .category-sidebar .category-menu {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-home-main .banner-layout .category-sidebar {
    height: 450px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-home-main .banner-layout .category-sidebar {
    height: 400px;
  }
}

.block-featured-main .list {
  display: flex;
  flex-wrap: wrap;
}
.block-featured-main .list .item-col {
  flex: 0 0 auto;
  width: 10%;
}
.block-featured-main .list .item-col a {
  color: #504b4b;
  font-size: 14px;
  line-height: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-featured-main .list .item-col a .item {
  height: 162px;
  background: #f2fce4;
  border: 1px solid #abe35d;
  padding-top: 40px;
}
.block-featured-main .list .item-col a .item .icon {
  height: 80px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-featured-main .list .item-col a .item .icon img {
  height: 67px;
}
.block-featured-main .list .item-col a:nth-child(1) .item {
  border-bottom: 0;
}
.block-featured-main .list .item-col a:hover {
  font-weight: bold;
  color: #f37400;
}
.block-featured-main .list .item-col a:hover .item .icon {
  -moz-transform: scale(1.1) translateY(-10px);
  -webkit-transform: scale(1.1) translateY(-10px);
  -o-transform: scale(1.1) translateY(-10px);
  -ms-transform: scale(1.1) translateY(-10px);
  transform: scale(1.1) translateY(-10px);
}
.block-featured-main .list .item-col:nth-child(1) a .item {
  border-right: 0;
}
.block-featured-main .list .item-col:nth-child(2) a .item {
  background: #fffceb;
  border-color: #e2ce62;
}
.block-featured-main .list .item-col:nth-child(3) a .item {
  background: #ebffeb;
  border-color: #6ec669;
  border-left: 0;
  border-right: 0;
}
.block-featured-main .list .item-col:nth-child(4) a .item {
  background: #ffefea;
  border-color: #dd917a;
}
.block-featured-main .list .item-col:nth-child(5) a .item {
  background: #fff3eb;
  border-color: #ce836b;
  border-left: 0;
  border-right: 0;
}
.block-featured-main .list .item-col:nth-child(6) a .item {
  background: #fff3ff;
  border-color: #ea70ea;
}
.block-featured-main .list .item-col:nth-child(7) a .item {
  background: #f2fce4;
  border-color: #b8e874;
  border-left: 0;
  border-right: 0;
}
.block-featured-main .list .item-col:nth-child(8) a .item {
  background: #ffefea;
  border-color: #ea896a;
}
.block-featured-main .list .item-col:nth-child(9) a .item {
  background: #fffceb;
  border-color: #ebd038;
  border-left: 0;
  border-right: 0;
}
.block-featured-main .list .item-col:nth-child(10) a .item {
  background: #ffefea;
  border-color: #e5724e;
}
@media screen and (max-width: 480px) {
  .block-featured-main .list .item-col a {
    font-size: 10px;
  }
  .block-featured-main .list .item-col a .item {
    height: 115px;
    padding-top: 20px;
    overflow: hidden;
  }
  .block-featured-main .list .item-col a .item .icon {
    height: 50px;
  }
  .block-featured-main .list .item-col a .item .icon img {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .block-featured-main .list .item-col a {
    font-size: 10px;
  }
  .block-featured-main .list .item-col a .item {
    height: 115px;
    padding-top: 20px;
    overflow: hidden;
  }
  .block-featured-main .list .item-col a .item .icon {
    height: 50px;
  }
  .block-featured-main .list .item-col a .item .icon img {
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .block-featured-main .list .item-col a .item {
    height: 80px;
  }
  .block-featured-main .list .item-col a .item .text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .block-featured-main .list {
    border: 1px solid #e7d576;
  }
  .block-featured-main .list .item-col {
    flex: 0 0 auto;
    width: 20%;
  }
  .block-featured-main .list .item-col a .item {
    border: 0 !important;
  }
}

.list-item-banner-discount .item-banner-discount {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list-item-banner-discount .item-banner-discount .content {
  position: relative;
  z-index: 1;
  max-width: 60%;
  margin-left: auto;
  text-align: right;
  padding: 80px 20px 20px;
}
.list-item-banner-discount .item-banner-discount .content .badge {
  background: #fa2b3b;
  border-radius: 10px;
  padding: 14px 15px;
  font-size: 24px;
}
.list-item-banner-discount .item-banner-discount .content .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.list-item-banner-discount .item-banner-discount .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-item-banner-discount .item-banner-discount .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-item-banner-discount .item-banner-discount:hover {
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
@media screen and (max-width: 480px) {
  .list-item-banner-discount .item-banner-discount .content {
    max-width: 70%;
  }
  .list-item-banner-discount .item-banner-discount .content .badge {
    font-size: 18px;
  }
  .list-item-banner-discount .item-banner-discount .content .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .list-item-banner-discount .item-banner-discount .content {
    max-width: 70%;
  }
  .list-item-banner-discount .item-banner-discount .content .badge {
    font-size: 18px;
  }
  .list-item-banner-discount .item-banner-discount .content .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list-item-banner-discount .item-banner-discount {
    min-height: 250px;
  }
  .list-item-banner-discount .item-banner-discount .content {
    padding-top: 56px;
  }
}
.list-item-banner-discount .padd:nth-child(2) .item-banner-discount .content {
  margin-left: 0;
  text-align: left;
}

.list-item-banner-countdown .item-banner-countdown {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list-item-banner-countdown .item-banner-countdown .content {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  padding-left: 40%;
}
.list-item-banner-countdown .item-banner-countdown .content .title {
  font-size: 18px;
  font-weight: bold;
}
.list-item-banner-countdown .item-banner-countdown .content .desc {
  font-size: 14px;
}
.list-item-banner-countdown .item-banner-countdown .content .box-countdown {
  display: flex;
  gap: 22px;
}
.list-item-banner-countdown
  .item-banner-countdown
  .content
  .box-countdown
  .item {
  background: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  box-shadow: hsla(0, 0%, 0%, 0.08) 0 2px 4px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #504b4b;
}
.list-item-banner-countdown
  .item-banner-countdown
  .content
  .box-countdown
  .item::before {
  position: absolute;
  content: ":";
  right: -12px;
}
.list-item-banner-countdown
  .item-banner-countdown
  .content
  .box-countdown
  .item:last-child::before {
  display: none;
}
.list-item-banner-countdown .item-banner-countdown .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-item-banner-countdown .item-banner-countdown .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-item-banner-countdown .item-banner-countdown:hover {
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
@media screen and (max-width: 480px) {
  .list-item-banner-countdown .item-banner-countdown .content {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .list-item-banner-countdown .item-banner-countdown .content {
    padding: 40px 20px;
  }
}
.list-item-banner-countdown .padd:nth-child(2) .item-banner-countdown .content {
  color: #fff;
  padding-left: 25px;
}

.breadcumb-wrapper {
  background: url(../images/page-blog/bg-bre.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 166px;
  padding: 45px 0 10px;
}
.breadcumb-wrapper h1.custom {
  color: #000000;
  font-size: 36px;
  margin-bottom: 10px;
}
.breadcumb-wrapper .breadcrumb {
  justify-content: center !important;
  color: #080808;
}
.breadcumb-wrapper .breadcrumb li a {
  color: #080808;
}
.breadcumb-wrapper .breadcrumb li a:hover {
  color: #ea1919;
}
.breadcumb-wrapper .breadcrumb li.active {
  color: #080808;
}
@media (min-width: 320px) and (max-width: 479px) {
  .breadcumb-wrapper h1.custom {
    font-size: 24px;
  }
}

.block-page-blog-list {
  padding: 55px 0;
}

.custom-categories-sort .dropdown-toggle {
  height: 50px;
  outline: none;
  box-shadow: none;
  background: #fff;
  position: relative;
  min-width: 180px;
  padding-right: 35px;
  border-radius: 10px;
  border: 1px solid #707070;
  color: #797979;
  text-align: left;
  padding-left: 10px;
}
.custom-categories-sort .dropdown-toggle img {
  width: 20px;
  margin-right: 15px;
}
.custom-categories-sort .dropdown-toggle::after {
  position: absolute;
  content: "";
  background: url(../images/icon-arrow-down-black.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.custom-categories-sort .dropdown-menu {
  border: 0;
  border-radius: 10px;
  border: 1px solid #707070;
}
.custom-categories-sort .dropdown-menu li {
  border-bottom: 1px solid #f2f2f2;
}
.custom-categories-sort .dropdown-menu li a:hover,
.custom-categories-sort .dropdown-menu li a:focus {
  background: #f5f5f5;
}
.custom-categories-sort .dropdown-menu li:last-child {
  border: 0;
}

@media (min-width: 1441px) {
  .list-item-blog-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .list-item-blog-sm .padd {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.item-blog-sm {
  margin-bottom: 45px;
}
.item-blog-sm .thumb {
  height: 295px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.item-blog-sm .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-blog-sm .categ {
  font-size: 14px;
  color: #8b8b8b;
  margin-bottom: 15px;
}
.item-blog-sm .title {
  color: #080808;
  font-size: 24px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  height: 72px;
}
.item-blog-sm .title:hover {
  color: #ff0005;
}
.item-blog-sm .list-info {
  display: flex;
  justify-content: space-evenly !important;
}

.block-pagination .pagination {
  gap: 10px;
  justify-content: flex-end !important;
}
.block-pagination .pagination .page-item:first-child a,
.block-pagination .pagination .page-item:last-child a {
  border-radius: 100%;
  border: 1px solid #707070;
}
.block-pagination .pagination .page-item:first-child a img,
.block-pagination .pagination .page-item:last-child a img {
  width: 16px;
  vertical-align: text-top;
}
.block-pagination .pagination .page-item .page-link {
  background: #f6f6f6;
  width: 40px;
  height: 40px;
  border: 0;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  color: #000000;
  border-radius: 10px;
}
.block-pagination .pagination .page-item .page-link:hover,
.block-pagination .pagination .page-item .page-link.active {
  background: #e1b33e;
}
@media screen and (max-width: 480px) {
  .block-pagination .pagination .page-item .page-link {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 2px;
  }
}
@media screen and (max-width: 1024px) {
  .block-pagination .pagination .page-item .page-link {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 2px;
  }
}

.block-page-blog-detail .blog-content .sub-title {
  color: #504b4b;
  font-weight: 600;
  font-size: 24px;
}
.block-page-blog-detail .blog-content .blog-title h2.custom {
  font-size: 55px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 480px) {
  .block-page-blog-detail .blog-content .blog-title h2.custom {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .block-page-blog-detail .blog-content .blog-title h2.custom {
    font-size: 30px;
  }
}

.list-comment {
  height: 420px;
  overflow: scroll;
}
.list-comment .item-comment-sm {
  background: #f0f0f0;
  border-radius: 10px;
  min-height: 125px;
  margin-bottom: 18px;
  padding: 17px 20px;
  position: relative;
  padding-left: 115px;
  color: #707170;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list-comment .item-comment-sm .thumb {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-comment .item-comment-sm .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-comment .item-comment-sm .content .info {
  margin-bottom: 5px;
}
.list-comment .item-comment-sm .content .info .c-left .name {
  color: #e21e1e;
  font-size: 18px;
  margin-right: 13px;
}
.list-comment .item-comment-sm .content .info .c-left .time {
  font-size: 14px;
  color: #504b4b;
}
.list-comment .item-comment-sm .content .info .rate {
  color: #c9c9c9;
  gap: 6px;
}
.list-comment .item-comment-sm .content .info .rate a {
  display: inline-block;
  height: 24px;
}
.list-comment .item-comment-sm .content .info .rate a img {
  height: 24px;
}
.list-comment .item-comment-sm:hover {
  background: #dadada;
}

.block-tabs-detail .nav-pills.custom {
  border-bottom: 1px solid #bebebe;
  gap: 80px;
  margin-bottom: 30px;
}
.block-tabs-detail .nav-pills.custom .nav-item .nav-link {
  background: transparent;
  color: #909090;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.block-tabs-detail .nav-pills.custom .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 0%;
  background: #e1b33e;
  bottom: -2px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-tabs-detail .nav-pills.custom .nav-item .nav-link.active {
  color: #f37400;
}
.block-tabs-detail .nav-pills.custom .nav-item .nav-link.active::before {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .block-tabs-detail .nav-pills.custom {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
  .block-tabs-detail .nav-pills.custom .nav-item {
    display: inline-block;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .block-tabs-detail .nav-pills.custom {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
  .block-tabs-detail .nav-pills.custom .nav-item {
    display: inline-block;
    margin-right: 15px;
  }
}
.block-tabs-detail .block-rate {
  border-right: 1px solid #707070;
  min-height: 410px;
}
.block-tabs-detail .block-rate .info {
  line-height: 30px;
  gap: 12px;
  margin-bottom: 25px;
}
.block-tabs-detail .block-rate .info .number {
  color: #000;
  font-weight: bold;
  font-size: 28px;
}
.block-tabs-detail .block-rate .info img {
  height: 30px;
}
.block-tabs-detail .block-rate .info .text {
  color: #504b4b;
  font-size: 18px;
  font-weight: 600;
}
.block-tabs-detail .block-rate .list {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.block-tabs-detail .block-rate .list .item {
  height: 24px;
  gap: 8px;
}
.block-tabs-detail .block-rate .list .item .box-progress .progress {
  height: 13px;
  background: #d5d5d5;
}
.block-tabs-detail
  .block-rate
  .list
  .item
  .box-progress
  .progress
  .progress-bar {
  background: #fdae12;
  border-radius: 100px;
}
.block-tabs-detail .block-rate .list .item .amout {
  width: 34px;
  text-align: left;
}
.block-tabs-detail .block-rate .info-bottom {
  color: #504b4b;
  padding-right: 25px;
}
.block-tabs-detail .block-rate .info-bottom .title {
  font-size: 18px;
  font-weight: 600;
}

.table-detail tbody tr td {
  padding: 13px 15px;
  color: #504b4b;
  background: #f4f4f4;
}
.table-detail tbody tr:nth-child(even) td {
  background: #d3d3d3;
}

.block-page-about {
  padding: 55px 0;
}
.block-page-about .block-main-top {
  font-size: 18px;
}
.block-page-about .block-main-top .banner-main {
  border-radius: 10px;
  overflow: hidden;
}
.block-page-about .block-main-top .title h2.custom {
  font-size: 40px;
  font-weight: 600;
  color: #080808;
}
@media screen and (max-width: 480px) {
  .block-page-about .block-main-top .title h2.custom {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .block-page-about .block-main-top .title h2.custom {
    font-size: 30px;
  }
}

@media (min-width: 1441px) {
  .list-item-about-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .list-item-about-sm .padd {
    padding-left: 30px;
    padding-right: 30px;
  }
  .list-item-about-sm .padd .item-about-sm {
    margin-bottom: 40px;
  }
}
.item-about-sm {
  background: #f9f2de;
  border-radius: 10px;
  min-height: 360px;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.item-about-sm .icon {
  height: 130px;
}
.item-about-sm .icon img {
  height: 110px;
  margin: auto;
}
.item-about-sm .title {
  font-size: 24px;
  color: #080808;
  font-weight: 600;
  margin-bottom: 20px;
}
.item-about-sm .desc {
  font-size: 20px;
}
.item-about-sm:hover {
  background: #e1b33e;
}

.block-partner-sm {
  font-size: 18px;
}
.block-partner-sm .title-block .desc {
  color: #080808;
  font-weight: 600;
  font-size: 18px;
}
.block-partner-sm .title-block h2.custom {
  color: #080808;
}

.item-about-info-sm {
  font-size: 18px;
}
.item-about-info-sm .title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .item-about-info-sm .title {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .item-about-info-sm .title {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.block-about-number {
  background: url(../images/page-about/bg-number.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 250px;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 65px 0 50px;
}
@media screen and (min-width: 993px) {
  .block-about-number .list-item .padd {
    flex: 0 0 auto;
    width: 20%;
  }
}
.block-about-number .item {
  font-size: 20px;
}
.block-about-number .item .number {
  font-size: 50px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .block-about-number .item {
    font-size: 18px;
  }
  .block-about-number .item .number {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .block-about-number .item {
    font-size: 18px;
  }
  .block-about-number .item .number {
    font-size: 30px;
  }
}

@media (min-width: 1441px) {
  .list-item-team-sm {
    margin-left: -30px;
    margin-right: -30px;
  }
  .list-item-team-sm .padd {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.item-team-sm {
  position: relative;
  margin-bottom: 120px;
}
.item-team-sm .thumb {
  height: 440px;
  overflow: hidden;
  border-radius: 10px;
}
.item-team-sm .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-team-sm .content {
  background: #efefef;
  border-radius: 10px;
  min-height: 185px;
  padding: 40px 10px;
  margin: auto;
  position: absolute;
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  bottom: -105px;
}
.item-team-sm .content .title {
  color: #080808;
  font-weight: 600;
  font-size: 24px;
}
.item-team-sm .content .job {
  font-size: 14px;
  color: #080808;
  margin-bottom: 5px;
}
.item-team-sm .content .list-social {
  justify-content: center !important;
}

.product-detail-page {
  position: relative;
  min-height: 580px;
  font-size: 18px;
}
.product-detail-page .block-slider-product-detail {
  max-width: 620px;
  display: flex;
  gap: 15px;
}
.product-detail-page .block-slider-product-detail .slick-product-detail {
  position: relative;
  flex: 1;
  min-width: 0;
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail
  .thumb-main {
  height: 570px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  align-items: center !important;
  display: flex;
  justify-content: center !important;
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail
  .thumb-main
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail
  .thumb-main
  .slick-active {
  border-color: #fa2b3b !important;
  border-width: 2px !important;
}
@media screen and (max-width: 480px) {
  .product-detail-page
    .block-slider-product-detail
    .slick-product-detail
    .thumb-main {
    width: inherit;
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page
    .block-slider-product-detail
    .slick-product-detail
    .thumb-main {
    width: inherit;
    height: 400px;
  }
}
.product-detail-page .block-slider-product-detail .slick-product-detail-list {
  width: 100px;
  flex-shrink: 0;
  margin: 0;
}
.product-detail-page .block-slider-product-detail .slick-product-detail-list .slick-list {
  height: 570px !important;
  overflow: hidden !important;
}
@media screen and (max-width: 480px) {
  .product-detail-page .block-slider-product-detail .slick-product-detail-list .slick-list {
    height: 430px !important;
  }
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail-list
  .slick-track {
  width: 100px !important;
  transform: translate3d(0, 0, 0) !important;
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail-list
  .slick-slide {
  height: 115px !important;
  width: 100px !important;
  margin-bottom: 0 !important;
  display: block !important;
  float: none !important;
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail-list
  .slick-slide
  > div {
  height: 100%;
  width: 100%;
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail-list
  .item {
  padding: 0;
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail-list
  .item
  .thumb-main {
  height: 100px;
  width: 100px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  align-items: center !important;
  display: flex;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail-list
  .item
  .thumb-main
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .product-detail-page
    .block-slider-product-detail
    .slick-product-detail-list
    .item
    .thumb-main {
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page
    .block-slider-product-detail
    .slick-product-detail-list
    .item
    .thumb-main {
    height: 70px;
    width: 70px;
  }
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail-list
  .slick-current
  .thumb-main,
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail-list
  .slick-current.slick-active
  .thumb-main,
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail-list
  .slick-active.slick-current
  .thumb-main {
  border-color: #fa2b3b !important;
  border-width: 2px !important;
}
.product-detail-page
  .block-slider-product-detail
  .slick-product-detail-list
  .slick-slide:first-child.slick-active
  .thumb-main {
  border-color: #fa2b3b !important;
  border-width: 2px !important;
}
@media screen and (max-width: 480px) {
  .product-detail-page
    .block-slider-product-detail
    .slick-product-detail-list
    .slick-product-detail-list {
    width: 100%;
    order: 2;
  }
  .product-detail-page
    .block-slider-product-detail
    .slick-product-detail-list
    .slick-product-detail-list
    .slick-list {
    height: auto !important;
  }
  .product-detail-page
    .block-slider-product-detail
    .slick-product-detail-list
    .slick-product-detail-list
    .slick-track {
    flex-direction: row;
  }
  .product-detail-page
    .block-slider-product-detail
    .slick-product-detail-list
    .slick-product-detail-list
    .item {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.product-detail-page .content-info .title h1.custom {
  color: #000000;
  font-size: 32px;
  margin-bottom: 0;
}
.product-detail-page .content-info .author {
  color: #c9c9c9;
  font-size: 14px;
  margin-bottom: 5px;
}
.product-detail-page .content-info .author span {
  color: #f74a81;
}
.product-detail-page .content-info .price {
  margin-bottom: 10px;
}
.product-detail-page .content-info .price .new {
  color: #e31d1d;
  font-weight: bold;
  font-size: 30px;
}
.product-detail-page .content-info .price .odd {
  color: #c2c2c2;
  text-decoration: line-through;
  font-size: 24px;
}
.product-detail-page .content-info .desc {
  margin-bottom: 25px;
}
.product-detail-page .content-info .box {
  max-width: 280px;
}
.product-detail-page .content-info .box .price {
  font-size: 24px;
  font-weight: bold;
}
.product-detail-page .content-info .box .link-bottom a {
  min-width: 128px;
}
@media screen and (max-width: 480px) {
  .product-detail-page .content-info .box {
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page .content-info .box {
    margin: auto;
  }
}
.product-detail-page .content-info .badge {
  padding: 10px 14px;
  display: inline-block;
  background: #ddd;
  color: #fff;
  border-radius: 10px 0px 10px 0px;
}
.product-detail-page .content-info .badge.sale {
  background: #69bcf0;
}
@media screen and (max-width: 480px) {
  .product-detail-page {
    padding-left: 0;
  }
  .product-detail-page .content-info .title h1.custom {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page {
    padding-left: 0;
  }
  .product-detail-page .content-info .title h1.custom {
    font-size: 30px;
  }
}
.product-detail-page.custom-page {
  padding-left: 655px;
  min-height: 440px;
}
.product-detail-page.custom-page .content-info .desc {
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.product-detail-page.custom-page .content-info .box {
  max-width: initial;
}
.product-detail-page.custom-page .content-info .box .link-bottom {
  gap: 25px;
}
.product-detail-page.custom-page .content-info .box .link-bottom a {
  min-width: 130px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .product-detail-page.custom-page .content-info .box .link-bottom {
    gap: 5px;
  }
  .product-detail-page.custom-page .content-info .box .link-bottom a {
    min-width: inherit;
  }
}
.product-detail-page.custom-page .block-slider-product-detail {
  width: 560px;
  padding-left: 120px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .product-detail-page.custom-page .block-slider-product-detail {
    position: relative;
    width: inherit;
    max-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page.custom-page .block-slider-product-detail {
    position: relative;
    width: inherit;
    max-width: inherit;
  }
}
.product-detail-page.custom-page
  .block-slider-product-detail
  .slick-product-detail {
  z-index: 2;
}
.product-detail-page.custom-page
  .block-slider-product-detail
  .slick-product-detail
  .thumb-main {
  width: 435px;
  height: 435px;
  border-radius: 10px;
  overflow: hidden;
}
.product-detail-page.custom-page .block-slider-product-detail .custom-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 435px;
  overflow: hidden;
}
.product-detail-page.custom-page
  .block-slider-product-detail
  .slick-product-detail-list
  .item {
  margin-bottom: 28px;
}
.product-detail-page.custom-page
  .block-slider-product-detail
  .slick-product-detail-list
  .item
  .thumb-main {
  width: 86px;
  height: 86px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .product-detail-page.custom-page
    .block-slider-product-detail
    .slick-product-detail
    .thumb-main {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page.custom-page
    .block-slider-product-detail
    .slick-product-detail
    .thumb-main {
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .product-detail-page.custom-page .block-slider-product-detail {
    padding-left: 0px;
  }
  .product-detail-page.custom-page
    .block-slider-product-detail
    .slick-product-detail-list
    .item
    .thumb-main {
    width: 100%;
  }
  .product-detail-page.custom-page .block-slider-product-detail .custom-left {
    position: static;
    height: inherit;
  }
  .product-detail-page.custom-page
    .block-slider-product-detail
    .slick-product-detail {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .product-detail-page.custom-page {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page.custom-page {
    padding-left: 0;
  }
}
.product-detail-page .product-rate-wrap .rate {
  gap: 7px;
}
.product-detail-page .product-rate-wrap .rate a {
  display: inline-block;
  height: 24px;
  position: relative;
  top: -3px;
}
.product-detail-page .product-rate-wrap .rate a img {
  height: 24px;
  vertical-align: sub;
}
.product-detail-page .product-rate-wrap .rate span {
  color: #c9c9c9;
}
.product-detail-page .product-rate-wrap .rate span.number {
  margin-left: 14px;
  color: #707170;
}
.product-detail-page .product-weight-wrap {
  margin-bottom: 30px;
}
.product-detail-page .product-weight-wrap .title-sm {
  font-weight: 600;
  margin-bottom: 10px;
}
.product-detail-page .product-weight-wrap .list-option-weight {
  gap: 10px;
}
.product-detail-page
  .product-weight-wrap
  .list-option-weight
  .btn-option-weight {
  border: 1px solid #707070;
  border-radius: 10px;
  min-width: 100px;
  height: 48px;
}
.product-detail-page
  .product-weight-wrap
  .list-option-weight
  .btn-option-weight:hover,
.product-detail-page
  .product-weight-wrap
  .list-option-weight
  .btn-option-weight.active,
.product-detail-page
  .product-weight-wrap
  .list-option-weight
  .btn-option-weight:focus {
  background: #e31d1d;
  color: #fff;
  border-color: #e31d1d;
}
.product-detail-page .product-action-wrap {
  gap: 10px;
  flex-wrap: wrap !important;
}
.product-detail-page .product-action-wrap .control-number {
  height: 52px;
  border: 1px solid #C6C6C6;
}
.product-detail-page .product-action-wrap .control-number .minus,
.product-detail-page .product-action-wrap .control-number .plus,
.product-detail-page .product-action-wrap .control-number input {
  height: 52px;
  line-height: 52px;
}
.product-detail-page .product-action-wrap .control-number input {
  border: 0;
}
.product-detail-page .product-action-wrap .link-red {
  height: 52px;
  padding: 14px;
  font-weight: 600;
}
.product-detail-page .product-action-wrap .link-icon {
  margin-left: 30px;
}
.product-detail-page .product-action-wrap .link-icon img {
  width: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-detail-page .product-action-wrap .link-icon img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.product-detail-page .product-action-wrap .btn {
  min-width: 165px;
}
.product-detail-page .list-meta {
  font-weight: 600;
  font-size: 18px;
  color: #504b4b;
}
.product-detail-page .list-meta .list {
  gap: 10px;
}
.product-detail-page .list-meta .list .list-social {
  gap: 10px;
}
.product-detail-page .list-meta .list .list-social img {
  height: 24px;
}
@media screen and (max-width: 480px) {
  .product-detail-page
    .product-weight-wrap
    .list-option-weight
    .btn-option-weight {
    min-width: inherit;
  }
  .product-detail-page .product-action-wrap .btn {
    min-width: inherit;
  }
  .product-detail-page .product-rate-wrap .rate {
    gap: 2px;
    font-size: 14px;
  }
  .product-detail-page .product-rate-wrap .rate a img {
    height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail-page
    .product-weight-wrap
    .list-option-weight
    .btn-option-weight {
    min-width: inherit;
  }
  .product-detail-page .product-action-wrap .btn {
    min-width: inherit;
  }
  .product-detail-page .product-rate-wrap .rate {
    gap: 2px;
    font-size: 14px;
  }
  .product-detail-page .product-rate-wrap .rate a img {
    height: 20px;
  }
}

.block-page-faq {
  padding: 55px 0;
}
.block-page-faq .title-block {
  margin-bottom: 60px;
}
.block-page-faq .title-block .desc {
  max-width: 1000px;
  margin: auto;
}
.block-page-faq .custom-tabs .nav-pills {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.block-page-faq .custom-tabs .nav-pills .nav-link {
  min-height: 68px;
  border: 1px solid #bfbfbf;
  text-align: left;
  color: #000000;
  margin-bottom: 18px;
  border-radius: 10px;
}
.block-page-faq .custom-tabs .nav-pills .nav-link:hover,
.block-page-faq .custom-tabs .nav-pills .nav-link.active {
  background: #e1b33e;
  border-color: #f37400;
}
@media screen and (max-width: 480px) {
  .block-page-faq .custom-tabs .nav-pills .nav-link {
    margin-bottom: 5px;
    min-height: initial;
  }
}
@media screen and (max-width: 1024px) {
  .block-page-faq .custom-tabs .nav-pills .nav-link {
    margin-bottom: 5px;
    min-height: initial;
  }
}
.block-page-faq .custom-tabs .content-tabs {
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  padding: 25px;
  min-height: 412px;
}

.block-page-contact {
  padding: 55px 0;
}
.block-page-contact .banenr-main {
  height: 780px;
  border-radius: 10px;
  overflow: hidden;
}
.block-page-contact .banenr-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-page-contact .item-info {
  color: #8d8d8d;
}
.block-page-contact .item-info .icon {
  height: 92px;
}
.block-page-contact .item-info .icon img {
  height: 72px;
}
.block-page-contact .item-info .title {
  font-size: 20px;
  color: #080808;
  font-weight: 600;
  margin-bottom: 5px;
}
.block-page-contact .box-map iframe {
  width: 100% !important;
  height: 315px !important;
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-page-contact .banenr-main {
    height: 300px;
  }
}

@media (min-width: 1441px) {
  .box-marg-45 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .box-marg-45 .padd-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .box-marg-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .box-marg-20 .padd-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-default .f-custom-group {
  margin-bottom: 50px;
}
.form-default .custom-label-lg {
  color: #080808;
  display: block;
  margin-bottom: 17px;
}
.form-default .custom-input {
  height: 52px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
}
.form-default #textarea-h {
  height: 195px;
}
.form-default .form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/icon-arrow-down-black.svg) no-repeat right
    transparent;
  background-size: 14px 14px;
  background-position-x: calc(100% - 10px);
  padding-left: 10px;
  padding-right: 25px;
  height: 52px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  color: #000;
}
.form-default .form-check.custom-box {
  border-radius: 10px;
}
.form-default .form-check.custom-box .form-check-input:checked[type="radio"] {
  background-color: #f37400;
  border-color: #f37400;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-default
  .form-check.custom-box
  .form-check-input:checked[type="checkbox"] {
  background-color: #f37400;
  border-color: #f37400;
}
.form-default .form-check.custom-box .icon-bank img {
  height: 30px;
  margin-right: 7px;
}
@media screen and (max-width: 480px) {
  .form-default .f-custom-group {
    margin-bottom: 20px;
  }
  .form-default .custom-label-lg {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .form-default .f-custom-group {
    margin-bottom: 20px;
  }
  .form-default .custom-label-lg {
    margin-bottom: 10px;
  }
}

.box-credit-line {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 15px;
}
.box-credit-line .form-check.no-line {
  border: 0;
  position: relative;
  left: -15px;
}
.box-credit-line .item-save-card {
  gap: 18px;
}
.box-credit-line .item-save-card img {
  width: 30px;
}

.block-page-track {
  padding: 55px 0;
}
.block-page-track .block-form-sm {
  max-width: 520px;
  margin: auto;
}

.block-order-prod-sm {
  border: 1px solid #707070;
  border-radius: 10px;
}
.block-order-prod-sm .title {
  border-bottom: 1px solid #e8d3d3;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 16px 15px 16px 22px;
}
.block-order-prod-sm .title-sm {
  padding: 15px;
  padding-left: 30px;
}
.block-order-prod-sm .list-item-order .item-order {
  padding: 0 30px;
  margin-bottom: 40px;
}
.block-order-prod-sm .list-item-order .item-order .content .thumb {
  width: 72px;
  height: 72px;
  border: 1px solid #c6c6c6;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
}
.block-order-prod-sm .list-item-order .item-order .content .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-order-prod-sm .list-item-order .item-order .content .info .p-title {
  color: #504b4b;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
  max-width: 160px;
}
.block-order-prod-sm
  .list-item-order
  .item-order
  .content
  .info
  .p-title:hover {
  color: #f37400;
}
.block-order-prod-sm .list-item-order .item-order .content .info .p-author {
  color: #c9c9c9;
  font-size: 14px;
  margin-bottom: 5px;
}
.block-order-prod-sm
  .list-item-order
  .item-order
  .content
  .info
  .p-author
  span {
  color: #f74a81;
}
@media screen and (max-width: 480px) {
  .block-order-prod-sm .list-item-order .item-order {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .block-order-prod-sm .list-item-order .item-order {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 10px;
  }
}
.block-order-prod-sm .content-total {
  border-top: 1px solid #d0d0d0;
  padding: 20px 0px;
}
.block-order-prod-sm .content-total .item {
  padding: 0 30px;
  margin-bottom: 15px;
}
.block-order-prod-sm .content-total .item.custom-total {
  border-top: 1px solid #d0d0d0;
  margin-bottom: 0;
  padding-top: 15px;
}
.block-order-prod-sm .box-title-completed {
  margin-bottom: 40px;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  position: relative;
  left: -1px;
  top: -1px;
}
.block-order-prod-sm .box-title-completed .box {
  min-height: 115px;
}
.block-order-prod-sm .content-bottom-accepted {
  border-top: 1px solid #504b4b;
  color: #504b4b;
  padding: 10px 20px;
}
.block-order-prod-sm .content-bottom-accepted .badge.custom-accepted {
  border: 1px solid #e4842c;
  color: #e4842c;
  background: #fcf6e9;
  padding: 11px 20px;
}
.block-order-prod-sm .content-bottom-accepted .link-red {
  height: 52px;
}
.block-order-prod-sm .content-bottom-accepted .btn {
  min-width: 165px;
  font-weight: 600;
}
.block-order-prod-sm .content-bottom-accepted .list-action {
  gap: 10px;
}
.block-order-prod-sm.custom-order .list-item-order .item-order {
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .block-order-prod-sm .box-title-completed {
    margin-bottom: 10px;
  }
  .block-order-prod-sm .content-bottom-accepted {
    padding: 15px;
  }
  .block-order-prod-sm .content-bottom-accepted .btn {
    min-width: inherit;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) and (max-width: 479px) {
  .block-order-prod-sm .content-bottom-accepted .box-link {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .block-order-prod-sm .box-title-completed {
    margin-bottom: 10px;
  }
  .block-order-prod-sm .content-bottom-accepted {
    padding: 15px;
  }
  .block-order-prod-sm .content-bottom-accepted .btn {
    min-width: inherit;
  }
}
@media screen and (max-width: 1024px) and (min-width: 320px) and (max-width: 479px) {
  .block-order-prod-sm .content-bottom-accepted .box-link {
    display: block !important;
  }
}

.list-step-status {
  margin-bottom: 70px;
}
.list-step-status .item-step {
  position: relative;
  padding: 0 10px;
  min-width: 213px;
}
.list-step-status .item-step .icon {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.list-step-status .item-step .icon img {
  height: 52px;
}
.list-step-status .item-step .icon span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.list-step-status .item-step .text {
  margin-bottom: 85px;
}
.list-step-status .item-step.active .icon {
  position: relative;
  text-align: center;
}
.list-step-status .item-step.active .icon img.basic {
  opacity: 0;
}
.list-step-status .item-step.active .icon span {
  opacity: 1;
}
.list-step-status .item-step.active .icon-check {
  background: #34cc68;
}
.list-step-status .item-step.active::before {
  background: #34cc68;
}
.list-step-status .item-step.active::after {
  background: #34cc68;
}
.list-step-status .item-step::before {
  position: absolute;
  content: "";
  background: #eaeaea;
  height: 14px;
  width: 100%;
  top: 125px;
  left: 50%;
}
.list-step-status .item-step::after {
  position: absolute;
  content: "";
  background: #eaeaea;
  height: 14px;
  width: 100%;
  top: 125px;
  left: -50%;
}
.list-step-status .item-step:first-child {
  padding-left: 0;
}
.list-step-status .item-step:first-child::before {
  display: none;
}
.list-step-status .item-step:first-child {
  padding-right: 0;
}
.list-step-status .item-step:first-child::after {
  display: none;
}
.list-step-status .item-step:last-child:before {
  width: 0;
}
.list-step-status .item-step .icon-check {
  width: 35px;
  height: 35px;
  background: #eaeaea;
  border-radius: 10px;
  line-height: 35px;
  position: absolute;
  top: 113px;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.list-step-status .item-step .icon-check img {
  width: 22px;
}
@media screen and (max-width: 1400px) {
  .list-step-status .item-step {
    min-width: 240px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .list-step-status .item-step {
    min-width: 200px;
  }
}
@media screen and (max-width: 992px) {
  .list-step-status .item-step {
    min-width: 150px;
    font-size: 12px;
  }
  .list-step-status .item-step .icon img {
    height: 30px;
  }
  .list-step-status .item-step .icon-check {
    width: 26px;
    height: 26px;
    line-height: 26px;
    top: 80px;
  }
  .list-step-status .item-step .icon-check img {
    width: 14px;
  }
  .list-step-status .item-step::before {
    top: 87px;
  }
  .list-step-status .item-step::after {
    top: 87px;
  }
}
@media screen and (max-width: 992px) {
  .list-step-status .item-step {
    min-width: 70px;
    font-size: 10px;
  }
  .list-step-status .item-step .text {
    height: 30px;
    margin-bottom: 50px;
  }
}

.block-page-wishlist .block-wishlist {
  margin-bottom: 30px;
}
.block-page-wishlist .block-wishlist .top-title {
  display: flex;
  flex-wrap: wrap;
  background: #e1b33e;
  border-radius: 10px;
  padding: 15px 0;
  color: #080808;
  font-weight: 600;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.block-page-wishlist .block-wishlist .bottom-list .item-wishlist-sm {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  border-bottom: 1px solid #cccccc;
  padding: 25px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-page-wishlist .block-wishlist .bottom-list .item-wishlist-sm:hover {
  background: #f7f7f7;
}
.block-page-wishlist .block-wishlist .t-padd {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.block-page-wishlist .block-wishlist .t-remove {
  flex: 0 0 auto;
  width: 5%;
}
.block-page-wishlist .block-wishlist .t-remove img {
  width: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-page-wishlist .block-wishlist .t-remove img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.block-page-wishlist .block-wishlist .t-product {
  flex: 0 0 auto;
  width: 30%;
}
.block-page-wishlist .block-wishlist .t-price {
  flex: 0 0 auto;
  width: 14%;
}
.block-page-wishlist .block-wishlist .t-date {
  flex: 0 0 auto;
  width: 17%;
}
.block-page-wishlist .block-wishlist .t-status {
  flex: 0 0 auto;
  width: 17%;
}
.block-page-wishlist .block-wishlist .t-link {
  flex: 0 0 auto;
  width: 17%;
}
.block-page-wishlist .block-wishlist .t-product .thumb {
  width: 72px;
  height: 72px;
  border: 1px solid #c6c6c6;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
}
.block-page-wishlist .block-wishlist .t-product .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-page-wishlist .block-wishlist .t-product .info .p-title {
  color: #504b4b;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
  max-width: 160px;
}
.block-page-wishlist .block-wishlist .t-product .info .p-title:hover {
  color: #f37400;
}
.block-page-wishlist .block-wishlist .t-product .info .p-author {
  color: #c9c9c9;
  font-size: 14px;
  margin-bottom: 5px;
}
.block-page-wishlist .block-wishlist .t-product .info .p-author span {
  color: #f74a81;
}
@media screen and (max-width: 480px) {
  .block-page-wishlist .block-wishlist .link-red {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .block-page-wishlist .block-wishlist .link-red {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .block-page-wishlist .block-wishlist .bottom-list {
    border: 1px solid #cccccc;
    border-radius: 10px;
  }
  .block-page-wishlist .block-wishlist .bottom-list .item-wishlist-sm {
    padding: 15px;
    font-size: 14px;
  }
  .block-page-wishlist
    .block-wishlist
    .bottom-list
    .item-wishlist-sm:last-child {
    border: 0;
  }
  .block-page-wishlist .block-wishlist .top-title {
    display: none;
  }
  .block-page-wishlist .block-wishlist .t-remove {
    width: 5%;
  }
  .block-page-wishlist .block-wishlist .t-product {
    width: 75%;
  }
  .block-page-wishlist .block-wishlist .t-price {
    width: 20%;
    text-align: right;
  }
  .block-page-wishlist .block-wishlist .t-date {
    width: 33.333%;
    text-align: center;
  }
  .block-page-wishlist .block-wishlist .t-status {
    width: 33.333%;
    text-align: center;
  }
  .block-page-wishlist .block-wishlist .t-link {
    width: 33.333%;
    text-align: right;
  }
}
.block-page-wishlist .content-bottom .link-under {
  margin-right: 30px;
}
.block-page-wishlist .content-bottom .box-form .custom-input {
  width: 274px;
  margin-right: 10px;
}
.block-page-wishlist .content-bottom .box-form .btn-copy {
  min-width: 125px;
}
@media screen and (max-width: 480px) {
  .block-page-wishlist .content-bottom {
    display: block !important;
  }
  .block-page-wishlist .content-bottom .c-left {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) and (max-width: 767px) {
  .block-page-wishlist .content-bottom .c-left {
    display: block !important;
  }
  .block-page-wishlist .content-bottom .c-left .link-under {
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .block-page-wishlist .content-bottom {
    display: block !important;
  }
  .block-page-wishlist .content-bottom .c-left {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .block-page-wishlist .content-bottom .c-left {
    display: block !important;
  }
  .block-page-wishlist .content-bottom .c-left .link-under {
    margin-bottom: 10px;
    display: inline-block;
  }
}

.box-category-sm {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}
.box-category-sm .title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #bebebe;
  padding: 10px 0;
  position: relative;
  margin-bottom: 20px;
  position: relative;
  color: #f37400;
}
.box-category-sm .title span {
  display: inline-block;
  position: relative;
}
.box-category-sm .title span::before {
  position: absolute;
  content: "";
  background: #e1b33e;
  height: 3px;
  width: 100%;
  bottom: -12px;
}
.box-category-sm .title.custom {
  border: 0;
  margin-bottom: 0;
}
.box-category-sm .title .icon-right {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 8px;
  display: none;
}
.box-category-sm .title .icon-right img {
  width: 24px;
}
.box-category-sm .list-check .form-check.custom {
  margin-bottom: 10px;
}
.box-category-sm .list-check .form-check.custom .form-check-input:checked {
  background-color: #f37400;
  border-color: #f37400;
}
.box-category-sm .list-check .form-check.custom .rate {
  line-height: 20px;
  gap: 6px;
}
.box-category-sm .list-check .form-check.custom .rate img {
  height: 20px;
  vertical-align: unset;
}
.box-category-sm .content {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.box-category-sm.active .content {
  display: block;
  padding-top: 15px;
}
@media screen and (max-width: 992px) {
  .box-category-sm {
    margin-bottom: 5px !important;
  }
  .box-category-sm .title {
    margin-bottom: 0;
  }
  .box-category-sm .title .icon-right {
    display: block;
    transform: rotate(0deg);
  }
  .box-category-sm .content {
    display: none;
  }
}

.box-range .price-input {
  width: 100%;
  display: flex;
  justify-content: space-between !important;
}
.box-range .price-input .field {
  display: flex;
}
.box-range .price-input .field input {
  background: transparent;
  text-align: left;
}
.box-range .price-input .field:last-child {
  position: relative;
  right: -86px;
}
.box-range .field input {
  outline: none;
  text-align: center;
  border: 0;
  -moz-appearance: textfield;
  width: 100%;
}
.box-range input[type="number"]::-webkit-outer-spin-button,
.box-range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.box-range .price-input {
  margin-top: 7px;
}
.box-range .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.box-range .slider {
  height: 1px;
  position: relative;
  background: #bebebe;
  border-radius: 5px;
}
.box-range .slider .progress {
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #e1b33e;
  height: 4px;
  top: -1px;
}
.box-range .range-input {
  position: relative;
}
.box-range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.box-range .range-input input[type="range"]::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #e1b33e;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  position: relative;
  top: 2px;
}
.box-range .range-input input[type="range"]::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border: none;
  border-radius: 50%;
  background: #e1b33e;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  position: relative;
  top: 2px;
}

.padd-55 {
  padding: 55px 0;
}

.block-page-checkout h3.custom {
  font-size: 20px;
  font-weight: bold;
  color: #080808;
}

.box-summary {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.box-summary .title {
  padding: 14px 15px;
  border-bottom: 1px solid #c2c2c2;
}
.box-summary .title .custom {
  font-size: 20px;
}
.box-summary .item-sm {
  margin-bottom: 20px;
}
.box-summary .content {
  padding: 15px;
}
.box-summary .content-bottom {
  border-top: 1px solid #d0d0d0;
  padding: 15px;
}
.box-summary .discount-form .input-group {
  position: relative;
}
.box-summary .discount-form .input-group .form-control {
  border: none;
  border-radius: 10px;
  background-color: #eef2f7;
  padding-right: 55px;
  height: 44px;
}
.box-summary .discount-form .input-group .form-control::placeholder {
  color: #999;
}
.box-summary .discount-form .input-group .form-control:focus {
  background-color: #eef2f7;
  border: none;
  box-shadow: none;
}
.box-summary .discount-form .input-group .btn-discount-apply {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  background-color: #1a5490;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 5;
  transition: background-color 0.3s ease;
}
.box-summary .discount-form .input-group .btn-discount-apply:hover {
  background-color: #144175;
  color: #fff;
}
.box-summary .discount-form .input-group .btn-discount-apply:active {
  transform: translateY(-50%) !important;
}
.box-summary .discount-form .input-group .btn-discount-apply i {
  font-size: 14px;
  margin: 0;
}

.checkout-section .section-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkout-section .section-header .section-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #e1b33e;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}
.checkout-section .section-header .section-title .subtitle {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}
.checkout-section .section-content {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.checkout-section
  .section-content
  .form-check
  .form-check-input:checked[type="checkbox"] {
  background-color: #f37400;
  border-color: #f37400;
}
.checkout-section
  .section-content
  .form-check
  .form-check-input:checked[type="radio"] {
  background-color: #f37400;
  border-color: #f37400;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* CONTROL-NUMBER */
.control-number.number {
  display: flex;
  width: 148px;
  font-size: 18px;
  overflow: hidden;
  height: 44px;
  border-radius: 10px;
  background: #fff;
}
.control-number.number .minus,
.control-number.number .plus {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 43px;
  height: 44px;
  border: 0;
  border-radius: 0;
  line-height: 44px;
  cursor: pointer;
}
.control-number.number .minus:hover,
.control-number.number .plus:hover {
  background: #eae9e9;
}
.control-number.number .minus {
  font-size: 20px;
  float: left;
}
.control-number.number .plus {
  float: right;
}
.control-number.number input {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 44px;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  width: 60px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.control-number.number input:focus {
  box-shadow: none;
  outline: none;
}

.block-page-account {
  background-color: #f5f5f5;
  min-height: calc(100vh - 200px);
}
.block-page-account .sidebar-account {
  border-right: 1px solid #e0e0e0;
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-page-account .sidebar-account {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.block-page-account .main-content {
  padding: 30px !important;
  background-color: #fff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-page-account .main-content {
    padding: 15px !important;
  }
}
.block-page-account .title h3.custom {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}
.block-page-account .title .desc {
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-page-account .title h3.custom {
    font-size: 24px;
  }
}
.block-page-account .list-menu ul li {
  margin-bottom: 15px;
}
.block-page-account .list-menu ul li a {
  border: 1px solid #bfbfbf;
  display: block;
  border-radius: 10px;
  padding: 20px 20px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.block-page-account .list-menu ul li:hover a,
.block-page-account .list-menu ul li.active a {
  background: #e1b33e;
  border-color: transparent;
}
@media screen and (max-width: 992px) {
  .block-page-account .list-menu ul {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  .block-page-account .list-menu ul li {
    display: inline-block;
  }
  .block-page-account .list-menu ul li a {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.block-page-account .list-item-address-info {
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  color: #504b4b;
  overflow: hidden;
}
.block-page-account .list-item-address-info .item-address-info {
  padding: 19px 25px;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-page-account .list-item-address-info .item-address-info .title-sm {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.block-page-account .list-item-address-info .item-address-info .link-right {
  gap: 20px;
}
.block-page-account .list-item-address-info .item-address-info:last-child {
  border: 0;
}
.block-page-account .list-item-address-info .item-address-info:hover {
  background: #f1f1f1;
}
.block-page-account .list-item-address-info .link-edit {
  color: #13b213;
}
.block-page-account .list-item-address-info .link-edit:hover {
  text-decoration: underline !important;
}
.block-page-account .list-item-address-info .link-delete {
  color: #fd3434;
}
.block-page-account .list-item-address-info .link-delete:hover {
  text-decoration: underline !important;
}
.block-page-account .box-avatar {
  width: 150px;
  position: relative;
}
.block-page-account .box-avatar .thumb {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
}
.block-page-account .box-avatar .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-page-account .box-avatar .custom.form-control {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.block-page-account .box-avatar .btn-edit {
  position: absolute;
  bottom: 0;
  right: -20px;
}
.block-page-account .box-avatar .btn-edit img {
  width: 22px;
}

.block-page-order .title .icon img {
  width: 77px;
}
.block-page-order .title h3.custom {
  font-size: 22px;
  font-weight: 600;
  color: #504b4b;
}

.box-title-completed {
  background: #e1b33e;
  border-radius: 10px;
  color: #080808;
}
.box-title-completed .box {
  min-height: 165px;
  border-radius: 10px;
  padding: 20px 30px;
}
.box-title-completed .box .text {
  font-size: 14px;
}
.box-title-completed .box .value {
  font-size: 18px;
  font-weight: 600;
}

.block-page-cart .block-cart {
  margin-bottom: 30px;
}
.block-page-cart .block-cart .top-title {
  display: flex;
  flex-wrap: wrap;
  background: #e1b33e;
  border-radius: 10px;
  padding: 15px 0;
  color: #ffffff;
  font-weight: 600;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.block-page-cart .block-cart .bottom-list .item-cart-sm {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  border-bottom: 1px solid #cccccc;
  padding: 25px 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-page-cart .block-cart .bottom-list .item-cart-sm:hover {
  background: #f7f7f7;
}
.block-page-cart .block-cart .t-padd {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.block-page-cart .block-cart .t-remove {
  flex: 0 0 auto;
  width: 6%;
}
.block-page-cart .block-cart .t-remove img {
  width: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-page-cart .block-cart .t-remove img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.block-page-cart .block-cart .t-product {
  flex: 0 0 auto;
  width: 37%;
}
.block-page-cart .block-cart .t-price {
  flex: 0 0 auto;
  width: 14%;
}
.block-page-cart .block-cart .t-quantity {
  flex: 0 0 auto;
  width: 26%;
}
.block-page-cart .block-cart .t-subtotal {
  flex: 0 0 auto;
  width: 17%;
}
.block-page-cart .block-cart .t-product .thumb {
  width: 72px;
  height: 72px;
  border: 1px solid #c6c6c6;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
}
.block-page-cart .block-cart .t-product .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-page-cart .block-cart .t-product .info .p-title {
  color: #504b4b;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
  max-width: 160px;
}
.block-page-cart .block-cart .t-product .info .p-title:hover {
  color: #f37400;
}
.block-page-cart .block-cart .t-product .info .p-author {
  color: #c9c9c9;
  font-size: 14px;
  margin-bottom: 5px;
}
.block-page-cart .block-cart .t-product .info .p-author span {
  color: #f74a81;
}
@media screen and (max-width: 992px) {
  .block-page-cart .block-cart .top-title {
    display: none;
  }
  .block-page-cart .block-cart .bottom-list {
    border: 1px solid #cccccc;
    border-radius: 10px;
  }
  .block-page-cart .block-cart .bottom-list .item-cart-sm {
    padding: 15px;
  }
  .block-page-cart .block-cart .bottom-list .item-cart-sm .t-remove {
    width: 10%;
  }
  .block-page-cart .block-cart .bottom-list .item-cart-sm .t-product {
    width: 90%;
    margin-bottom: 10px;
  }
  .block-page-cart .block-cart .bottom-list .item-cart-sm .t-price {
    width: 35%;
  }
  .block-page-cart .block-cart .bottom-list .item-cart-sm .t-quantity {
    width: 30%;
  }
  .block-page-cart
    .block-cart
    .bottom-list
    .item-cart-sm
    .t-quantity
    .control-number.number {
    margin: auto;
  }
  .block-page-cart .block-cart .bottom-list .item-cart-sm .t-subtotal {
    width: 35%;
    text-align: right;
  }
  .block-page-cart .block-cart .bottom-list .item-cart-sm:last-child {
    border: 0;
  }
}
.block-page-cart .content-bottom .link-under {
  margin-right: 30px;
}
.block-page-cart .content-bottom .box-form .custom-input {
  width: 274px;
  margin-right: 10px;
}
.block-page-cart .content-bottom .box-form .custom-input .btn-copy {
  min-width: 125px;
}
@media screen and (max-width: 992px) {
  .block-page-cart .content-bottom {
    display: block !important;
  }
  .block-page-cart .content-bottom .c-left {
    margin-bottom: 10px;
  }
  .block-page-cart .content-bottom .box-form .custom-input {
    width: inherit;
  }
  .block-page-cart .content-bottom .box-form .btn-copy {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .block-page-shop-list .box-banenr {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .block-title-prod .title-block.custom-right {
    display: block;
    margin-bottom: 20px !important;
  }
  .block-title-prod .title-block.custom-right h3.custom {
    margin-bottom: 10px;
  }
  .block-title-prod .title-block.custom-right .list {
    flex-wrap: wrap !important;
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .block-title-prod .title-block.custom-right {
    display: block;
    margin-bottom: 20px !important;
  }
  .block-title-prod .title-block.custom-right h3.custom {
    margin-bottom: 10px;
  }
  .block-title-prod .title-block.custom-right .list {
    flex-wrap: wrap !important;
    gap: 10px;
  }
}
.block-title-prod .product-category-tabs {
  border: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-title-prod .product-category-tabs .nav-item {
  margin: 0;
}
.block-title-prod .product-category-tabs .nav-item .nav-link {
  border: none;
  background: transparent;
  padding: 0;
  color: #1a1818;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.2s ease;
  cursor: pointer;
}
.block-title-prod .product-category-tabs .nav-item .nav-link:hover {
  color: #f37400;
  background: transparent;
  border: none;
}
.block-title-prod .product-category-tabs .nav-item .nav-link.active {
  color: #f37400;
  background: transparent;
  border: none;
}
.block-title-prod .product-category-tabs .nav-item .nav-link:focus {
  box-shadow: none;
  outline: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .block-title-prod .product-category-tabs {
    gap: 15px;
  }
  .block-title-prod .product-category-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}

.account-header {
  background-color: #f6921e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.account-header h3 {
  font-size: 24px;
  font-weight: 600;
}

.account-wrapper {
  background-color: #f5f5f5;
  min-height: calc(100vh - 200px);
}
.account-wrapper .sidebar-account {
  border-right: 1px solid #e0e0e0;
  min-height: calc(100vh - 200px);
}
.account-wrapper .sidebar-account .account-info .logo-circle {
  background-color: #33b5e5;
}
.account-wrapper .sidebar-account .account-info .account-name {
  font-size: 18px;
  color: #1a1818;
}
.account-wrapper .sidebar-account .account-info .account-email {
  font-size: 14px;
  color: #000;
}
.account-wrapper .sidebar-account .account-menu .menu-section-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 0.5px;
}
.account-wrapper .sidebar-account .account-menu .menu-item {
  margin-bottom: 4px;
}
.account-wrapper .sidebar-account .account-menu .menu-item .menu-link {
  color: #1a1818;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.account-wrapper .sidebar-account .account-menu .menu-item .menu-link:hover {
  background-color: #f5f5f5;
}
.account-wrapper .sidebar-account .account-menu .menu-item .menu-link.active {
  background-color: #f0f0f0;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 479px) {
  .account-wrapper .row {
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
  }
  .account-wrapper .sidebar-account {
    flex: 0 0 auto;
    width: auto;
    min-width: 280px;
    max-width: 320px;
    border-right: 1px solid #e0e0e0;
    border-bottom: none;
    min-height: auto;
    background-color: #fff;
  }
  .account-wrapper .sidebar-account .account-info {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    white-space: nowrap;
  }
  .account-wrapper .sidebar-account .account-info .account-logo {
    flex-shrink: 0;
  }
  .account-wrapper .sidebar-account .account-info .account-details {
    flex-shrink: 0;
  }
  .account-wrapper .sidebar-account .account-info .account-email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .account-wrapper .sidebar-account .account-menu {
    padding: 16px;
    overflow-x: visible;
  }
  .account-wrapper .sidebar-account .account-menu .menu-section {
    margin-bottom: 20px;
  }
  .account-wrapper
    .sidebar-account
    .account-menu
    .menu-section
    .menu-section-title {
    font-size: 11px;
    margin-bottom: 8px;
    white-space: nowrap;
  }
  .account-wrapper .sidebar-account .account-menu .menu-section ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .account-wrapper .sidebar-account .account-menu .menu-section .menu-item {
    margin-bottom: 0;
    white-space: nowrap;
  }
  .account-wrapper
    .sidebar-account
    .account-menu
    .menu-section
    .menu-item
    .menu-link {
    padding: 10px 12px;
    font-size: 14px;
    white-space: nowrap;
  }
  .account-wrapper
    .sidebar-account
    .account-menu
    .menu-section
    .menu-item
    .menu-link
    .menu-icon {
    flex-shrink: 0;
  }
  .account-wrapper
    .sidebar-account
    .account-menu
    .menu-section
    .menu-item
    .menu-link
    .menu-icon
    img {
    width: 18px;
    height: 18px;
  }
  .account-wrapper
    .sidebar-account
    .account-menu
    .menu-section
    .menu-item
    .menu-link
    span {
    white-space: nowrap;
  }
  .account-wrapper .main-content {
    flex: 0 0 auto;
    width: 100%;
    min-width: 100%;
    padding: 20px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .account-wrapper .row {
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
  }
  .account-wrapper .sidebar-account {
    flex: 0 0 auto;
    width: auto;
    min-width: 280px;
    max-width: 320px;
    border-right: 1px solid #e0e0e0;
    border-bottom: none;
    min-height: auto;
    background-color: #fff;
  }
  .account-wrapper .sidebar-account .account-info {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    white-space: nowrap;
  }
  .account-wrapper .sidebar-account .account-info .account-logo {
    flex-shrink: 0;
  }
  .account-wrapper .sidebar-account .account-info .account-details {
    flex-shrink: 0;
  }
  .account-wrapper .sidebar-account .account-info .account-email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .account-wrapper .sidebar-account .account-menu {
    padding: 16px;
    overflow-x: visible;
  }
  .account-wrapper .sidebar-account .account-menu .menu-section {
    margin-bottom: 20px;
  }
  .account-wrapper
    .sidebar-account
    .account-menu
    .menu-section
    .menu-section-title {
    font-size: 11px;
    margin-bottom: 8px;
    white-space: nowrap;
  }
  .account-wrapper .sidebar-account .account-menu .menu-section ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .account-wrapper .sidebar-account .account-menu .menu-section .menu-item {
    margin-bottom: 0;
    white-space: nowrap;
  }
  .account-wrapper
    .sidebar-account
    .account-menu
    .menu-section
    .menu-item
    .menu-link {
    padding: 10px 12px;
    font-size: 14px;
    white-space: nowrap;
  }
  .account-wrapper
    .sidebar-account
    .account-menu
    .menu-section
    .menu-item
    .menu-link
    .menu-icon {
    flex-shrink: 0;
  }
  .account-wrapper
    .sidebar-account
    .account-menu
    .menu-section
    .menu-item
    .menu-link
    .menu-icon
    img {
    width: 18px;
    height: 18px;
  }
  .account-wrapper
    .sidebar-account
    .account-menu
    .menu-section
    .menu-item
    .menu-link
    span {
    white-space: nowrap;
  }
  .account-wrapper .main-content {
    flex: 0 0 auto;
    width: 100%;
    min-width: 100%;
    padding: 20px 15px;
  }
}
.account-wrapper .sidebar-account-horizontal {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
}
.account-wrapper .sidebar-account-horizontal .account-menu-horizontal {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}
.account-wrapper
  .sidebar-account-horizontal
  .account-menu-horizontal
  .menu-scroll-container {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
  padding-bottom: 4px;
}
.account-wrapper
  .sidebar-account-horizontal
  .account-menu-horizontal
  .menu-scroll-container::-webkit-scrollbar {
  height: 6px;
}
.account-wrapper
  .sidebar-account-horizontal
  .account-menu-horizontal
  .menu-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.account-wrapper
  .sidebar-account-horizontal
  .account-menu-horizontal
  .menu-scroll-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.account-wrapper
  .sidebar-account-horizontal
  .account-menu-horizontal
  .menu-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.account-wrapper
  .sidebar-account-horizontal
  .account-menu-horizontal
  .menu-scroll-container
  .menu-tab {
  flex: 0 0 auto;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #1a1818;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s ease;
  cursor: pointer;
}
.account-wrapper
  .sidebar-account-horizontal
  .account-menu-horizontal
  .menu-scroll-container
  .menu-tab:hover {
  background-color: #f5f5f5;
  border-color: #d0d0d0;
}
.account-wrapper
  .sidebar-account-horizontal
  .account-menu-horizontal
  .menu-scroll-container
  .menu-tab.active {
  background-color: #f6921e;
  border-color: #f6921e;
  color: #000;
  font-weight: 600;
}
.account-wrapper
  .sidebar-account-horizontal
  .account-menu-horizontal
  .menu-scroll-container
  .menu-tab
  span {
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 479px) {
  .account-wrapper .sidebar-account-horizontal .account-menu-horizontal {
    padding: 12px;
  }
  .account-wrapper
    .sidebar-account-horizontal
    .account-menu-horizontal
    .menu-scroll-container {
    gap: 8px;
  }
  .account-wrapper
    .sidebar-account-horizontal
    .account-menu-horizontal
    .menu-scroll-container
    .menu-tab {
    padding: 10px 16px;
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .account-wrapper .main-content {
    padding: 15px;
  }
}
.account-wrapper .main-content.bg-white-pass {
  padding: 0;
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
}
.account-wrapper .main-content.bg-white-pass .content-card {
  flex: 1;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.account-wrapper .main-content .content-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  border: 1px solid #e0e0e084;
}
.account-wrapper .main-content .content-card .orders-title,
.account-wrapper .main-content .content-card .product-title,
.account-wrapper .main-content .content-card .order-detail-title,
.account-wrapper .main-content .content-card .reviews-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1818;
  margin-bottom: 24px;
}
.account-wrapper .main-content .content-card .product-form-title,
.account-wrapper .main-content .content-card .store-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1818;
  margin-bottom: 16px;
}
.account-wrapper .main-content .content-card .orders-table-wrapper {
  overflow-x: auto;
  max-height: 70vh;
  overflow-y: auto;
  margin-bottom: 0;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table-wrapper::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.account-wrapper .main-content .content-card .orders-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #1a1818;
  margin-bottom: 0;
}
.account-wrapper .main-content .content-card .orders-table thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
.account-wrapper .main-content .content-card .orders-table thead tr {
  background-color: #fff;
  border-bottom: 2px solid #e0e0e0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.account-wrapper .main-content .content-card .orders-table thead tr th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #1a1818;
  white-space: nowrap;
  background-color: #fff;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  thead
  tr
  th:first-child {
  padding-left: 0;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  thead
  tr
  th:last-child {
  padding-right: 0;
}
.account-wrapper .main-content .content-card .orders-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.2s ease;
}
.account-wrapper .main-content .content-card .orders-table tbody tr:hover {
  background-color: #fafafa;
}
.account-wrapper .main-content .content-card .orders-table tbody tr:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.account-wrapper .main-content .content-card .orders-table tbody tr td {
  padding: 16px 20px;
  vertical-align: middle;
  font-size: 12px;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td:first-child {
  padding-left: 0;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td:last-child {
  padding-right: 0;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-code {
  color: #f6921e;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-code:hover {
  color: rgb(216.3461538462, 120.1923076923, 8.6538461538);
  text-decoration: underline;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-status {
  font-size: 12px;
  font-weight: 500;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-status.status-pending {
  color: #1a1818;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-status.status-cancelled {
  color: #ce1015;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-status.status-processing {
  color: #f6921e;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-actions {
  display: flex;
  gap: 8px;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-actions
  .btn {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-actions
  .btn.btn-confirm {
  color: #28a745;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-actions
  .btn.btn-confirm:hover {
  color: rgb(30.1449275362, 125.8550724638, 52);
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-actions
  .btn.btn-cancel-order {
  color: #ce1015;
}
.account-wrapper
  .main-content
  .content-card
  .orders-table
  tbody
  tr
  td
  .order-actions
  .btn.btn-cancel-order:hover {
  color: rgb(158.6756756757, 12.3243243243, 16.1756756757);
}
.account-wrapper .main-content .content-card .store-form .f-custom-group-sm {
  margin-bottom: 16px;
}
.account-wrapper
  .main-content
  .content-card
  .store-form
  .f-custom-group-sm
  .custom-label-lg {
  color: #1a1818;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.account-wrapper
  .main-content
  .content-card
  .store-form
  .f-custom-group-sm
  .custom-input,
.account-wrapper
  .main-content
  .content-card
  .store-form
  .f-custom-group-sm
  .form-select {
  height: 44px;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  font-size: 14px;
  color: #1a1818;
  padding: 10px 14px;
}
.account-wrapper
  .main-content
  .content-card
  .store-form
  .f-custom-group-sm
  .custom-input:focus,
.account-wrapper
  .main-content
  .content-card
  .store-form
  .f-custom-group-sm
  .form-select:focus {
  border-color: #f6921e;
  box-shadow: 0 0 0 0.15rem rgba(246, 146, 30, 0.15);
  outline: none;
}
.account-wrapper
  .main-content
  .content-card
  .store-form
  .f-custom-group-sm
  .custom-input::placeholder,
.account-wrapper
  .main-content
  .content-card
  .store-form
  .f-custom-group-sm
  .form-select::placeholder {
  color: #999;
}
.account-wrapper
  .main-content
  .content-card
  .store-form
  .f-custom-group-sm
  textarea.custom-input {
  height: auto;
  min-height: 100px;
  resize: vertical;
}
.account-wrapper
  .main-content
  .content-card
  .store-form
  .f-custom-group-sm
  #createdDate::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.account-wrapper .main-content .content-card .store-form .form-select {
  background-image: url(../images/icon-arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 14px;
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.account-wrapper .main-content .content-card .store-form .btn-gradient-yellow {
  height: 44px;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 8px;
}
.account-wrapper .main-content .content-card .search-box .input-group {
  display: flex;
  align-items: center;
}
.account-wrapper
  .main-content
  .content-card
  .search-box
  .input-group
  .search-input {
  height: 40px;
  border: 1px solid #bfbfbf;
  border-radius: 8px 0 0 8px;
  padding: 8px 16px;
  font-size: 16px;
  color: #1a1818;
  width: 300px;
}
.account-wrapper
  .main-content
  .content-card
  .search-box
  .input-group
  .search-input:focus {
  border-color: #f6921e;
  box-shadow: none;
  outline: none;
}
.account-wrapper
  .main-content
  .content-card
  .search-box
  .input-group
  .search-input::placeholder {
  color: #999;
}
.account-wrapper
  .main-content
  .content-card
  .search-box
  .input-group
  .btn-search {
  height: 40px;
  background-color: #f6921e;
  color: #fff;
  border: 1px solid #f6921e;
  border-radius: 0 8px 8px 0;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.account-wrapper
  .main-content
  .content-card
  .search-box
  .input-group
  .btn-search:hover {
  background-color: rgb(216.3461538462, 120.1923076923, 8.6538461538);
  border-color: rgb(216.3461538462, 120.1923076923, 8.6538461538);
}
.account-wrapper
  .main-content
  .content-card
  .search-box
  .input-group
  .btn-search
  i {
  font-size: 16px;
}
.account-wrapper .main-content .content-card .products-table-wrapper {
  overflow-x: auto;
  max-height: 70vh;
  overflow-y: auto;
}
.account-wrapper
  .main-content
  .content-card
  .products-table-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.account-wrapper
  .main-content
  .content-card
  .products-table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.account-wrapper
  .main-content
  .content-card
  .products-table-wrapper::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.account-wrapper
  .main-content
  .content-card
  .products-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.account-wrapper .main-content .content-card .products-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  color: #1a1818;
}
.account-wrapper .main-content .content-card .products-table thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
.account-wrapper .main-content .content-card .products-table thead tr {
  background-color: #f5f5f5;
  border-bottom: 2px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.account-wrapper .main-content .content-card .products-table thead tr th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #1a1818;
  white-space: nowrap;
  background-color: #f5f5f5;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  thead
  tr
  th:first-child {
  padding-left: 0;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  thead
  tr
  th:last-child {
  padding-right: 0;
}
.account-wrapper .main-content .content-card .products-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.2s ease;
}
.account-wrapper .main-content .content-card .products-table tbody tr:hover {
  background-color: #fafafa;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr:last-child {
  border-bottom: none;
}
.account-wrapper .main-content .content-card .products-table tbody tr td {
  padding: 16px 20px;
  vertical-align: middle;
  font-size: 12px;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td:first-child {
  padding-left: 0;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td:last-child {
  padding-right: 0;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .product-info
  .product-thumb {
  flex-shrink: 0;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .product-info
  .product-name {
  font-weight: 500;
  font-size: 12px;
  color: #1a1818;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .product-status {
  font-size: 12px;
  font-weight: 500;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .product-status.status-pending {
  color: #1a1818;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .action-buttons {
  display: flex;
  gap: 8px;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .action-buttons
  .btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .action-buttons
  .btn
  i {
  font-size: 14px;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .action-buttons
  .btn.btn-edit {
  color: #28a745;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .action-buttons
  .btn.btn-edit:hover {
  color: rgb(30.1449275362, 125.8550724638, 52);
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .action-buttons
  .btn.btn-delete {
  color: #ce1015;
}
.account-wrapper
  .main-content
  .content-card
  .products-table
  tbody
  tr
  td
  .action-buttons
  .btn.btn-delete:hover {
  color: rgb(158.6756756757, 12.3243243243, 16.1756756757);
}
.account-wrapper .main-content .content-card .add-product-btn-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.account-wrapper
  .main-content
  .content-card
  .add-product-btn-wrapper
  .btn-add-product {
  height: 52px;
  background: #e1b33e;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  padding: 15px 30px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.account-wrapper
  .main-content
  .content-card
  .add-product-btn-wrapper
  .btn-add-product
  i {
  font-size: 18px;
}
.account-wrapper
  .main-content
  .content-card
  .add-product-btn-wrapper
  .btn-add-product:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  color: #000;
  text-decoration: none;
}
.account-wrapper
  .main-content
  .content-card
  .add-product-btn-wrapper
  .btn-add-product:active {
  transform: translateY(0);
}
@media (min-width: 320px) and (max-width: 479px) {
  .account-wrapper .main-content .content-card .content-card {
    padding: 16px !important;
  }
  .account-wrapper
    .main-content
    .content-card
    .d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px;
    margin-bottom: 20px !important;
  }
  .account-wrapper
    .main-content
    .content-card
    .d-flex.justify-content-between.align-items-center
    .product-title {
    font-size: 18px !important;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .account-wrapper
    .main-content
    .content-card
    .d-flex.justify-content-between.align-items-center
    .search-box {
    width: 100%;
  }
  .account-wrapper
    .main-content
    .content-card
    .d-flex.justify-content-between.align-items-center
    .search-box
    .input-group {
    width: 100%;
  }
  .account-wrapper
    .main-content
    .content-card
    .d-flex.justify-content-between.align-items-center
    .search-box
    .input-group
    .search-input {
    width: 100%;
    flex: 1;
    font-size: 14px;
    padding: 8px 12px;
  }
  .account-wrapper
    .main-content
    .content-card
    .d-flex.justify-content-between.align-items-center
    .search-box
    .input-group
    .btn-search {
    padding: 8px 12px;
    min-width: 44px;
  }
  .account-wrapper
    .main-content
    .content-card
    .d-flex.justify-content-between.align-items-center
    .search-box
    .input-group
    .btn-search
    i {
    font-size: 14px;
  }
  .account-wrapper .main-content .content-card .products-table-wrapper {
    max-height: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .account-wrapper .main-content .content-card .products-table {
    min-width: 800px;
  }
  .account-wrapper .main-content .content-card .products-table thead th {
    padding: 12px 8px;
    font-size: 12px;
    white-space: nowrap;
  }
  .account-wrapper .main-content .content-card .products-table tbody td {
    padding: 12px 8px;
    font-size: 11px;
  }
  .account-wrapper
    .main-content
    .content-card
    .products-table
    tbody
    td
    .product-info
    .product-thumb {
    width: 40px;
    height: 40px;
  }
  .account-wrapper
    .main-content
    .content-card
    .products-table
    tbody
    td
    .product-info
    .product-thumb
    img {
    width: 40px !important;
    height: 40px !important;
  }
  .account-wrapper
    .main-content
    .content-card
    .products-table
    tbody
    td
    .product-info
    .product-name {
    font-size: 11px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .account-wrapper
    .main-content
    .content-card
    .products-table
    tbody
    td
    .product-status {
    font-size: 11px;
  }
  .account-wrapper
    .main-content
    .content-card
    .products-table
    tbody
    td
    .action-buttons {
    flex-direction: column;
    gap: 4px;
  }
  .account-wrapper
    .main-content
    .content-card
    .products-table
    tbody
    td
    .action-buttons
    .btn {
    padding: 6px 12px;
    font-size: 12px;
    width: 100%;
    justify-content: center;
  }
  .account-wrapper
    .main-content
    .content-card
    .products-table
    tbody
    td
    .action-buttons
    .btn
    i {
    font-size: 12px;
  }
  .account-wrapper .main-content .content-card .add-product-btn-wrapper {
    justify-content: center;
    margin-top: 20px;
  }
  .account-wrapper
    .main-content
    .content-card
    .add-product-btn-wrapper
    .btn-add-product {
    width: 100%;
    height: 48px;
    font-size: 14px;
    padding: 12px 20px;
    justify-content: center;
  }
  .account-wrapper
    .main-content
    .content-card
    .add-product-btn-wrapper
    .btn-add-product
    i {
    font-size: 16px;
  }
}
.account-wrapper .main-content .content-card .product-form .f-custom-group-sm {
  margin-bottom: 16px;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .f-custom-group-sm
  .custom-label-lg {
  color: #1a1818;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .f-custom-group-sm
  .custom-input,
.account-wrapper
  .main-content
  .content-card
  .product-form
  .f-custom-group-sm
  .form-select {
  height: 44px;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  font-size: 14px;
  color: #1a1818;
  padding: 10px 14px;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .f-custom-group-sm
  .custom-input:focus,
.account-wrapper
  .main-content
  .content-card
  .product-form
  .f-custom-group-sm
  .form-select:focus {
  border-color: #f6921e;
  box-shadow: 0 0 0 0.15rem rgba(246, 146, 30, 0.15);
  outline: none;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .f-custom-group-sm
  .custom-input::placeholder,
.account-wrapper
  .main-content
  .content-card
  .product-form
  .f-custom-group-sm
  .form-select::placeholder {
  color: #999;
}
.account-wrapper .main-content .content-card .product-form .form-select {
  background-image: url(../images/icon-arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px 14px;
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.account-wrapper .main-content .content-card .product-form .btn-secondary {
  height: 44px;
  background: #d9d9d9;
  color: #504b4b;
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .btn-secondary:hover {
  background: #c5c5c5;
  color: #504b4b;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .product-images-upload
  .uploaded-images
  .image-preview {
  position: relative;
  width: 80px;
  height: 80px;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .product-images-upload
  .uploaded-images
  .image-preview
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .product-images-upload
  .uploaded-images
  .image-preview
  .btn-remove-image {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  background: #ce1015;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: all 0.2s ease;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .product-images-upload
  .uploaded-images
  .image-preview
  .btn-remove-image:hover {
  background: rgb(158.6756756757, 12.3243243243, 16.1756756757);
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .product-images-upload
  .upload-area
  .upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 2px dashed #bfbfbf;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fafafa;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .product-images-upload
  .upload-area
  .upload-label:hover {
  border-color: #f6921e;
  background: #fff;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .product-images-upload
  .upload-area
  .upload-label
  .upload-icon {
  font-size: 24px;
  color: #bfbfbf;
  margin-bottom: 6px;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .product-images-upload
  .upload-area
  .upload-label
  .upload-text {
  font-size: 14px;
  font-weight: 500;
  color: #1a1818;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .product-variants
  .btn-add-variant {
  height: 44px;
  background: transparent;
  color: #f6921e;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #f6921e;
  border-radius: 8px;
  padding: 10px 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .product-variants
  .btn-add-variant:hover {
  background: #f6921e;
  color: #fff;
}
.account-wrapper
  .main-content
  .content-card
  .product-form
  .btn-gradient-yellow {
  height: 44px;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 8px;
}
.account-wrapper .main-content .content-card .order-summary .summary-item {
  padding: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fafafa;
}
.account-wrapper
  .main-content
  .content-card
  .order-summary
  .summary-item
  .summary-label {
  font-size: 12px;
  font-weight: 600;
  color: #1a1818;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.account-wrapper
  .main-content
  .content-card
  .order-summary
  .summary-item
  .summary-content {
  font-size: 12px;
  color: #1a1818;
}
.account-wrapper .main-content .content-card .order-products-table .table {
  font-size: 12px;
}
.account-wrapper
  .main-content
  .content-card
  .order-products-table
  .table
  thead
  tr {
  background-color: #f5f5f5;
}
.account-wrapper
  .main-content
  .content-card
  .order-products-table
  .table
  thead
  tr
  th {
  font-size: 12px;
  font-weight: 600;
  color: #1a1818;
  padding: 12px;
  border: 1px solid #e0e0e0;
}
.account-wrapper
  .main-content
  .content-card
  .order-products-table
  .table
  tbody
  tr
  td {
  font-size: 12px;
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
}
.account-wrapper
  .main-content
  .content-card
  .order-products-table
  .table
  tbody
  tr
  td
  .product-detail-info
  .product-image {
  flex-shrink: 0;
}
.account-wrapper
  .main-content
  .content-card
  .order-products-table
  .table
  tbody
  tr
  td
  .product-detail-info
  .product-name {
  font-size: 12px;
  font-weight: 500;
  color: #1a1818;
}
.account-wrapper .main-content .content-card .order-total .total-label {
  font-size: 12px;
  font-weight: 500;
  color: #1a1818;
}
.account-wrapper .main-content .content-card .order-total .total-amount {
  font-size: 12px;
  font-weight: 600;
  color: #1a1818;
}
.account-wrapper
  .main-content
  .content-card
  .order-total
  .total-amount
  .text-danger {
  color: #ce1015;
}
.account-wrapper .main-content .content-card .order-detail-actions .btn {
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 15px 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.account-wrapper
  .main-content
  .content-card
  .order-detail-actions
  .btn.btn-confirm-order {
  background-color: #28a745;
  color: #fff;
}
.account-wrapper
  .main-content
  .content-card
  .order-detail-actions
  .btn.btn-confirm-order:hover {
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
.account-wrapper
  .main-content
  .content-card
  .order-detail-actions
  .btn.btn-cancel-order-detail {
  background-color: #ce1015;
  color: #fff;
}
.account-wrapper
  .main-content
  .content-card
  .order-detail-actions
  .btn.btn-cancel-order-detail:hover {
  background-color: rgb(158.6756756757, 12.3243243243, 16.1756756757);
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-item:last-child {
  border-bottom: none !important;
}
.account-wrapper .main-content .content-card .reviews-list .review-avatar {
  flex-shrink: 0;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-name {
  font-size: 16px;
  color: #1a1818;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-date {
  font-size: 12px;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-rating
  .stars
  i {
  font-size: 14px;
  margin-right: 2px;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-rating
  .stars
  i:last-child {
  margin-right: 0;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-rating
  .rating-value {
  font-size: 14px;
  color: #1a1818;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-product {
  font-size: 13px;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-product
  a {
  color: #f6921e;
  transition: color 0.2s ease;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-product
  a:hover {
  color: rgb(216.3461538462, 120.1923076923, 8.6538461538);
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-text {
  font-size: 14px;
  color: #1a1818;
  line-height: 1.6;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-response {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 12px;
  margin-top: 12px;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-response
  .response-header
  .response-badge {
  font-size: 12px;
  color: #1a1818;
  font-weight: 500;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-response
  .response-header
  .response-badge
  i {
  font-size: 11px;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-response
  .response-header
  .response-date {
  font-size: 11px;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-response
  .response-text {
  font-size: 13px;
  line-height: 1.6;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-actions
  .btn-reply {
  font-size: 13px;
  padding: 6px 12px;
  border-color: #007bff;
  color: #007bff;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-actions
  .btn-reply:hover {
  background-color: #007bff;
  color: #fff;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-actions
  .btn-reply
  i {
  font-size: 12px;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-actions
  .reply-form {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 12px;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-actions
  .reply-form
  textarea {
  font-size: 13px;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  resize: vertical;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-actions
  .reply-form
  textarea:focus {
  border-color: #f6921e;
  box-shadow: 0 0 0 0.15rem rgba(246, 146, 30, 0.15);
  outline: none;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-actions
  .reply-form
  .btn {
  font-size: 13px;
  padding: 6px 16px;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-list
  .review-content
  .review-actions
  .reply-form
  .btn
  i {
  font-size: 12px;
}
.account-wrapper .main-content .content-card .reviews-empty-state {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.account-wrapper .main-content .content-card .reviews-empty-state .empty-icon {
  opacity: 0.5;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-empty-state
  .empty-icon
  i {
  position: relative;
}
.account-wrapper .main-content .content-card .reviews-empty-state .empty-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1818;
}
.account-wrapper
  .main-content
  .content-card
  .reviews-empty-state
  .empty-message {
  font-size: 14px;
  color: #666;
}

.login-modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.login-modal-content .login-modal-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px 12px 0 0;
}
.login-modal-content .login-modal-header .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1818;
  margin: 0;
}
.login-modal-content .login-modal-header .btn-close {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.login-modal-content .login-modal-header .btn-close:hover {
  opacity: 1;
}
.login-modal-content .login-modal-body {
  padding: 24px;
}
.login-modal-content .login-modal-body .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1818;
  margin-bottom: 8px;
}
.login-modal-content .login-modal-body .login-input {
  height: 48px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: #1a1818;
  transition: all 0.2s ease;
}
.login-modal-content .login-modal-body .login-input:focus {
  border-color: #f6921e;
  box-shadow: 0 0 0 3px rgba(246, 146, 30, 0.1);
  outline: none;
}
.login-modal-content .login-modal-body .login-input::placeholder {
  color: #999;
}
.login-modal-content .login-modal-body .forgot-password {
  text-align: left;
}
.login-modal-content .login-modal-body .forgot-password .forgot-link {
  color: #f6921e;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}
.login-modal-content .login-modal-body .forgot-password .forgot-link:hover {
  color: #fca801;
  text-decoration: underline;
}
.login-modal-content .login-modal-body .divider {
  position: relative;
  text-align: center;
  margin: 24px 0;
}
.login-modal-content .login-modal-body .divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}
.login-modal-content .login-modal-body .divider .divider-text {
  position: relative;
  background: #fff;
  padding: 0 16px;
  color: #1a1818;
  font-size: 14px;
  font-weight: 500;
}
.login-modal-content .login-modal-footer {
  border-top: none;
  padding: 0 24px 24px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.login-modal-content .login-modal-footer .btn {
  flex: 1;
  height: 48px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.login-modal-content .login-modal-footer .btn.btn-cancel {
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #1a1818;
}
.login-modal-content .login-modal-footer .btn.btn-cancel:hover {
  background: #f5f5f5;
  border-color: #b0b0b0;
}
.login-modal-content .login-modal-footer .btn.btn-login {
  background: #e1b33d;
  border: none;
  color: #000;
}
.login-modal-content .login-modal-footer .btn.btn-login:hover {
  background: #fca801;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(246, 146, 30, 0.3);
}
.login-modal-content .login-modal-footer .btn.btn-login:active {
  transform: translateY(0);
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.register-section {
  padding: 60px 20px;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
}
.register-section .register-card {
  background: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.register-section .register-card .register-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px 12px 0 0;
}
.register-section .register-card .register-header .register-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1818;
  margin: 0;
  text-align: center;
}
.register-section .register-card .register-body {
  padding: 40px 24px;
}
@media (max-width: 768px) {
  .register-section .register-card .register-body {
    padding: 24px 16px;
  }
}
.register-section .register-card .register-body .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1818;
  margin-bottom: 8px;
}
.register-section .register-card .register-body .login-input {
  height: 48px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: #1a1818;
  transition: all 0.2s ease;
}
.register-section .register-card .register-body .login-input:focus {
  border-color: #f6921e;
  box-shadow: 0 0 0 3px rgba(246, 146, 30, 0.1);
  outline: none;
}
.register-section .register-card .register-body .login-input::placeholder {
  color: #999;
}
.register-section .register-card .register-body .divider {
  position: relative;
  text-align: center;
  margin: 24px 0;
}
.register-section .register-card .register-body .divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}
.register-section .register-card .register-body .divider .divider-text {
  position: relative;
  background: #fff;
  padding: 0 16px;
  color: #1a1818;
  font-size: 14px;
  font-weight: 500;
}
.register-section .register-card .register-footer {
  border-top: none;
  padding: 0 24px 24px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 768px) {
  .register-section .register-card .register-footer {
    padding: 0 16px 24px;
  }
}
.register-section .register-card .register-footer .btn {
  flex: 1;
  height: 48px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.register-section .register-card .register-footer .btn.btn-cancel {
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #1a1818;
}
.register-section .register-card .register-footer .btn.btn-cancel:hover {
  background: #f5f5f5;
  border-color: #b0b0b0;
}
.register-section .register-card .register-footer .btn.btn-login {
  background: #f6921e;
  border: none;
  color: #fff;
}
.register-section .register-card .register-footer .btn.btn-login:hover {
  background: #fca801;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(246, 146, 30, 0.3);
}
.register-section .register-card .register-footer .btn.btn-login:active {
  transform: translateY(0);
}

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

/* css modal add card */
.modal-product-cart {
  z-index: 99999;
}
.modal-product-cart .modal-dialog {
  max-width: 94%;
  width: 780px;
}
.modal-product-cart .modal-header {
  border: 0 !important;
  padding: 30px 30px 0;
}
.modal-product-cart .modal-body {
  padding: 30px;
}
.modal-product-cart .modal-body .col-left {
  padding-right: 20px;
}
.modal-product-cart .modal-body .col-right {
  border-left: 1px solid #eee;
  font-size: 15px;
  padding-left: 20px;
}
.modal-product-cart .col-left .img-product-container {
  border: 1px solid #eaeaef;
  border-radius: 6px;
  height: 150px;
  width: 130px;
}
.modal-product-cart .col-left .img-product-container .img-product {
  border-radius: 6px;
  display: block;
  height: 150px;
  margin: 0 auto;
  object-fit: var(--mds-object-fit-mode);
  width: auto;
}
.modal-product-cart .details {
  padding-left: 15px;
}
.modal-product-cart .details .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  word-break: break-word;
}
.modal-product-cart .details .price {
  font-size: 20px;
  font-weight: 700;
}
.modal-product-cart .btn-custom {
  border-radius: 0.188rem;
  font-weight: 600;
  opacity: 1 !important;
  padding: 0.75rem 1.5rem;
  background-color: #00a99d;
  border-color: #00a99d;
}
.btn-custom-outline {
  border-color: #00a99d;
  background-color: transparent !important;
  color: #222 !important;
}
.modal-product-cart .cart-related-products {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
}
.modal-product-cart .cart-related-products .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.modal-product-cart .cart-related-products .product-item {
  margin-bottom: 0;
}
.modal-product-cart .cart-related-products .img-product,
.modal-product-cart .cart-related-products .img-product-container {
  height: 180px;
}
.modal-product-cart .cart-related-products .product-item .product-user {
  display: none;
}

.dropdown-item.active {
  background: #f5f5f5;
}

.text-warning {
  color: #f37400 !important;
}
.btn-primary {
  background: #e1b33e;
  border-color: #f37400;
}
.btn-primary:hover {
  background: #e1b33e;
  border-color: #f37400;
}
.btn-outline-primary {
  border-color: #f37400;
  color: #f37400;
}
.btn-outline-primary:hover {
  background: #e1b33e;
  border-color: #f37400;
  color: #ffffff;
}
.btn {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Refund Page Styles */
.support {
  padding: 30px 0;
}

.support .page-title {
  font-size: 32px;
  font-weight: 600;
  color: #1a1818;
  margin-bottom: 0;
}

.support .nav-breadcrumb {
  margin-bottom: 20px;
}

.support .nav-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.support .nav-breadcrumb .breadcrumb-item a {
  color: #504b4b;
  text-decoration: none;
}

.support .nav-breadcrumb .breadcrumb-item.active {
  color: #f37400;
}

.ticket-container {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 20px;
}

.new-ticket-content {
  padding: 0;
}

.ticket-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 30px;
}

.ticket-header p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #1a1818;
}

.ticket-header p strong {
  color: #1a1818;
  font-weight: 600;
}

.ticket-header p a {
  color: #f37400;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ticket-header p a:hover {
  color: #d46200;
  text-decoration: underline;
}

.row-ticket-details {
  margin: 0;
  gap: 20px;
}

.row-ticket-details > div {
  padding: 0 10px;
  margin-bottom: 15px;
}

.row-ticket-details strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #504b4b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.row-ticket-details span {
  display: block;
  font-size: 16px;
  color: #1a1818;
  font-weight: 500;
}

.row-ticket-details a {
  color: #f37400;
  text-decoration: none;
  transition: color 0.2s ease;
}

.row-ticket-details a:hover {
  color: #d46200;
  text-decoration: underline;
}

.badge-lg {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  display: inline-block;
  margin-top: 5px;
}

.badge-lg.badge-success {
  background-color: #3bb77d;
  color: #fff;
}

.badge-lg.badge-danger {
  background-color: #e21e1e;
  color: #fff;
}

.badge-lg.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}

.ticket-content {
  padding: 30px;
}

.ticket-content .list-unstyled {
  margin: 0;
  padding: 0;
}

.ticket-content .media {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.ticket-content .media:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ticket-content .media-client {
  flex-direction: row-reverse;
}

.ticket-content .media-client .media-body {
  text-align: right;
  margin-right: 15px;
  margin-left: 0;
}

.ticket-content .img-profile {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
  flex-shrink: 0;
}

.ticket-content .media-client .img-profile {
  margin-left: 15px;
  margin-right: 0;
}

.ticket-content .media-body {
  flex: 1;
  margin-left: 15px;
}

.ticket-content .media-body .title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1818;
  margin-bottom: 8px;
}

.ticket-content .media-body .title a {
  color: #f37400;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ticket-content .media-body .title a:hover {
  color: #d46200;
  text-decoration: underline;
}

.ticket-content .media-body .date {
  font-size: 13px;
  color: #707170;
  display: block;
  margin-bottom: 12px;
}

.ticket-content .media-body .message {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #1a1818;
  border-left: 3px solid #f37400;
}

.ticket-content .media-client .media-body .message {
  border-left: none;
  border-right: 3px solid #f37400;
}

.refund-media-body {
  margin-left: 0;
  margin-right: 0;
}

.refund-media-body .form-group {
  margin-bottom: 15px;
}

.refund-media-body .form-textarea {
  min-height: 120px;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 15px;
  resize: vertical;
  transition: all 0.2s ease;
}

.refund-media-body .form-textarea:focus {
  border-color: #f37400;
  box-shadow: 0 0 0 3px rgba(243, 116, 0, 0.1);
  outline: none;
}

.refund-media-body .btn-custom {
  background-color: #f37400;
  border-color: #f37400;
  color: #fff;
  padding: 12px 32px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.refund-media-body .btn-custom:hover {
  background-color: #d46200;
  border-color: #d46200;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(243, 116, 0, 0.3);
}

.refund-media-body .btn-custom:active {
  transform: translateY(0);
}

.ticket-content .alert {
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 20px;
  border: none;
  font-size: 15px;
}

.ticket-content .alert-success {
  background-color: #d4edda;
  color: #155724;
  border-left: 4px solid #3bb77d;
}

.ticket-content .alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-left: 4px solid #e21e1e;
}

.ticket-content .btn-lg {
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.ticket-content .btn-lg.btn-custom {
  background-color: #f37400;
  border-color: #f37400;
  color: #fff;
}

.ticket-content .btn-lg.btn-custom:hover {
  background-color: #d46200;
  border-color: #d46200;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(243, 116, 0, 0.3);
}

.m-t-30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .support {
    padding: 20px 0;
  }

  .support .page-title {
    font-size: 24px;
  }

  .ticket-header {
    padding: 20px;
  }

  .ticket-header p {
    font-size: 16px;
  }

  .row-ticket-details > div {
    margin-bottom: 20px;
  }

  .ticket-content {
    padding: 20px;
  }

  .ticket-content .media {
    flex-direction: column;
    align-items: flex-start;
  }

  .ticket-content .media-client {
    flex-direction: column;
  }

  .ticket-content .media-client .media-body {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
  }

  .ticket-content .media-body {
    margin-left: 0;
    margin-top: 12px;
  }

  .ticket-content .media-client .img-profile {
    margin-left: 0;
  }

  .refund-media-body {
    text-align: left !important;
  }
}

@media screen and (max-width: 480px) {
  .btn {
    font-size: 12px;
  }
}
.btn-back-custom {
  height: 52px;
}