@charset "UTF-8";
#auth-form {
  padding-top: 70px;
  padding-bottom: 50px; }

#auth-form.login-layout .recover-form-heading, #auth-form.login-layout .recover-form-body {
  display: none; }

#auth-form.recover-layout .login-form-heading, #auth-form.recover-layout .login-form-body {
  display: none; }

#auth-form .auth-heading {
  display: flex;
  flex-direction: column;
  align-items: center; }

#auth-form .auth-heading > i {
  font-size: 32px; }

#auth-form .auth-heading h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px; }

#auth-form .auth-recover-btn {
  margin-bottom: 15px;
  text-align: right; }

#auth-form .auth-recover-btn a {
  text-decoration: underline; }

#auth-form .auth-back-btn {
  margin-top: 30px;
  padding-top: 15px;
  position: relative; }

#auth-form .auth-back-btn:before {
  content: '';
  left: 0;
  right: 0;
  top: 0px;
  position: absolute;
  border-top: 1px solid #d1d1d1;
  display: block; }

#auth-form .auth-back-btn:after {
  content: 'Hoặc';
  position: absolute;
  top: -10px;
  background: transparent;
  padding-left: 8px;
  background: #fff;
  padding-right: 8px;
  left: 50%;
  font-size: 1rem;
  display: inline-block;
  transform: translateX(-50%); }

#auth-form .auth-back-btn a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #333;
  padding: 10px;
  margin-top: 15px;
  text-decoration: none;
  text-transform: uppercase; }

#auth-form .auth-back-btn a:hover {
  transition: all .3s;
  background: #333;
  color: #fff; }

#auth-form .auth-form-body .errors ul {
  padding-left: 18px;
  color: #ff5a5a; }

#auth-form .auth-form-body .form-control {
  border-radius: 0;
  font-size: 1rem;
  padding-left: 1.2em;
  padding-right: 1.2em;
  height: 42px;
  line-height: 42px; }

#auth-form .auth-form-body input:placeholder {
  color: #333; }

#auth-form .auth-form-body .btn {
  background: #333;
  border-radius: 0;
  width: 100%;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff; }

@media (max-width: 768px) {
  #account-page .container {
    padding-left: 0;
    padding-right: 0; } }

#account-page .account-page-wrap {
  display: flex;
  flex-wrap: wrap;
  aligns-item: stretch;
  margin-top: 2rem; }

#account-page .account-page-wrap .account-page-sidebar {
  width: calc(25% - 2rem);
  margin-right: 2rem;
  position: relative;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75); }

@media (max-width: 480px) {
  #account-page .account-page-wrap .account-page-sidebar {
    border: none;
    padding: 10px;
    background: #fff;
    box-shadow: none; } }

@media (max-width: 1199px) {
  #account-page .account-page-wrap .account-page-sidebar {
    width: calc(30% - 2rem); } }

@media (max-width: 991px) {
  #account-page .account-page-wrap .account-page-sidebar {
    display: none; } }

#account-page .account-page-wrap .account-page-sidebar .account-sidebar-header {
  text-align: center; }

#account-page .account-page-wrap .account-page-sidebar .account-sidebar-header > h3 {
  font-size: 1.1rem;
  font-weight: normal;
  margin-top: 0.5rem; }

#account-page .account-page-wrap .account-page-sidebar .account-sidebar-header .account-sidevar-avatar i {
  font-size: 2rem;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.03); }

#account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu {
  margin-top: 1.5rem; }

#account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a {
  display: block;
  padding: 0.5rem 1rem;
  color: #4c4c4c;
  text-decoration: none; }

#account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a:hover, #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a.active {
  background: rgba(0, 0, 0, 0.03); }

#account-page .account-page-wrap .account-page-content {
  width: 75%;
  position: relative;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75); }

@media (max-width: 480px) {
  #account-page .account-page-wrap .account-page-content {
    border: none;
    padding: 10px;
    background: #fff;
    box-shadow: none; } }

@media (max-width: 1199px) {
  #account-page .account-page-wrap .account-page-content {
    width: 70%; } }

@media (max-width: 991px) {
  #account-page .account-page-wrap .account-page-content {
    width: 100%; } }

#account-page .account-page-wrap .account-page-content > h1 {
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 2rem; }

#account-page .account-page-wrap .account-page-content > h1 > span {
  position: relative; }

#account-page .account-page-wrap .account-page-content > h1 > span:before {
  content: '';
  position: absolute;
  left: 0;
  width: 75%;
  top: 140%;
  border-top: 1px solid #777; }

#account-page .account-page-wrap .account-page-content .account-page-detail .table {
  margin: 0; }

#account-page .account-page-wrap .account-page-content .account-page-detail .table-responsive {
  border: none; }

#account-page .account-page-wrap .account-page-content .account-page-detail .table-responsive::-webkit-scrollbar {
  height: 6px; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-info td {
  border: none; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-info td:first-child {
  padding-left: 0; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list th {
  border-bottom: none;
  font-weight: normal; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list a {
  color: inherit;
  text-decoration: none; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list td {
  padding: 16px 8px; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list td:nth-child(2) a {
  font-weight: 600; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  align-items: stretch; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header p {
  margin: 0 0 5px; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 1rem; }

@media (max-width: 768px) {
  #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block {
    width: 100%; } }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block > h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0;
  margin: 0 0 8px 0; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block .apoh-detail {
  background: #fff;
  border-radius: 4px;
  height: calc(100% - 23px);
  padding: .85rem; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products > h2 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list {
  background: #fff;
  padding: 1.5rem; }

@media (max-width: 768px) {
  #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list {
    padding: 0; } }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list th {
  font-weight: 600; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables > h2 {
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 400;
  margin-top: 0; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item {
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1.5rem; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row {
  margin-bottom: 0.8rem; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row a {
  text-decoration: none;
  color: #4c4c4c;
  padding-left: 5px; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row a i {
  font-size: 18px; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .address-name {
  font-weight: 600;
  font-size: 1.1rem; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .edit-address button {
  background: #333;
  color: #fff;
  border: none; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .edit-address button:hover {
  opacity: .85; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address {
  padding: 1rem; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address button {
  background: #333;
  color: #fff;
  border: none; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address button:hover {
  opacity: .85; }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn {
  margin-bottom: 10px;
  text-align: right; }

@media (max-width: 991px) {
  #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn {
    text-align: left; } }

#account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn a {
  color: #4c4c4c;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.95rem; }

#page-404 {
  padding-bottom: 70px;
  padding-top: 15px;
  color: #333; }

#page-404 h1 {
  font-size: 96px;
  font-weight: bold;
  color: #333; }

@media (max-width: 768px) {
  #page-404 h1 {
    font-size: 72px; } }

#page-404 h3 {
  font-size: 28px; }

@media (max-width: 768px) {
  #page-404 h3 {
    font-size: 22px; } }

#page-404 p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5; }

#page-404 .search-form {
  margin-top: 15px; }

#page-404 .search-form .form-group {
  position: relative; }

#page-404 .search-form input {
  box-shadow: none;
  border-radius: 2px; }

#page-404 .search-form input:focus, #page-404 .search-form input:active {
  border-color: #333; }

@media (min-width: 768px) {
  #page-404 .search-form input {
    width: 100%; } }

#page-404 .search-form button {
  background: #de9894;
  color: #333;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 1.4rem;
  height: 100%;
  line-height: 20px;
  color: #fff; }

#page-404 .search-form button:hover {
  opacity: 0.85rem; }

#page-404 .search-form button i {
  margin-bottom: 5px; }

#page-404 .btn-404 {
  border: 1px solid #fff;
  color: #fff; }

#page-404 .btn-404:hover {
  border: 1px solid #de9894;
  color: #333;
  background: #de9894; }

#pageDefault .page-layout {
  position: relative;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75); }

@media (max-width: 480px) {
  #pageDefault .page-layout {
    border: none;
    padding: 10px;
    background: #fff;
    box-shadow: none; } }

.page-about-new .page-about-new-main {
  text-align: center;
  padding: 30px 0; }

.page-about-new .page-about-new-main .page-about-new-main-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0px; }

.page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-left {
  width: 50%; }

.page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-left img {
  border-radius: 0.25rem; }

@media (max-width: 991px) {
  .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-left {
    width: 100%;
    margin: 20px 0px; } }

.page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-right {
  padding: 0px 50px;
  width: 50%; }

.page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-right img {
  border-radius: 0.25rem; }

@media (max-width: 991px) {
  .page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-right {
    width: 100%;
    padding: 0; } }

.page-about-new .page-about-new-main .page-about-new-main-item .page-about-new-main-item-right h2 {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0 10px;
  margin: 0 0 10px;
  color: #000; }

@media (min-width: 992px) {
  .page-about-new .page-about-new-main .page-about-new-main-item:nth-child(2n+1) .page-about-new-main-item-left {
    order: 2; } }

.page-about-new .page-about-new-main .page-about-new-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 50px; }

.page-about-new .page-about-new-main .page-about-new-contact form {
  width: 50%; }

@media (max-width: 768px) {
  .page-about-new .page-about-new-main .page-about-new-contact form {
    width: 100%; } }

.page-about-new .page-about-new-main .page-about-new-contact form input {
  margin-bottom: 15px; }

.page-about-new .page-about-new-main .page-about-new-contact form button {
  float: right;
  border: 1px solid #de9894;
  margin-top: 10px;
  background: #de9894;
  color: #fff; }

.page-about-new .page-about-new-main .page-about-new-contact .page-about-new-contact-map {
  width: 50%;
  padding-left: 20px; }

@media (max-width: 768px) {
  .page-about-new .page-about-new-main .page-about-new-contact .page-about-new-contact-map {
    width: 100%;
    padding: 10px 0px; } }

.priceRangeBox {
  padding-left: 10px;
  padding-right: 10px; }

.priceRangeBox .priceRange {
  background: rgba(255, 255, 255, 0.8);
  width: 500px;
  padding: 40px;
  height: 220px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.priceRangeBox h2 {
  color: #ff0006;
  margin-bottom: 30px; }

.priceRangeBox span {
  font-size: 20px;
  margin-right: 10px; }

.priceRangeBox .noUi-target {
  height: 5px;
  border: none;
  margin: 5px 0 0 0;
  min-width: 200px; }

@media screen and (max-width: 768px) {
  .priceRangeBox .noUi-target {
    margin: 30px 0 10px 0; } }

.priceRangeBox .noUi-target .noUi-base {
  background: #ccc;
  border: none;
  border-radius: 15px;
  cursor: pointer; }

.priceRangeBox .noUi-connects {
  background: #e1e1e1; }

.priceRangeBox .noUi-target .noUi-base .noUi-connect {
  background: #a9a9a9; }

.priceRangeBox .noUi-target .noUi-base .noUi-tooltip {
  bottom: -35px;
  color: #333;
  border: none;
  outline: none;
  font-weight: bold; }

.priceRangeBox .noUi-handle.noUi-handle-lower,
.priceRangeBox .noUi-handle.noUi-handle-upper {
  background: #de9894;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  outline: none;
  right: -10px;
  cursor: pointer;
  top: -5px;
  box-shadow: 0 2px 4px rgba(40, 40, 40, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.priceRangeBox .noUi-handle.noUi-handle-upper {
  right: 0; }

.priceRangeBox .noUi-handle.noUi-handle-lower.noUi-active,
.priceRangeBox .noUi-handle.noUi-handle-upper.noUi-active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.priceRangeBox .noUi-handle.noUi-handle-lower::before,
.priceRangeBox .noUi-handle.noUi-handle-lower::after,
.priceRangeBox .noUi-handle.noUi-handle-upper::before,
.priceRangeBox .noUi-handle.noUi-handle-upper::after {
  display: none; }

.priceRangeBox .noUi-handle.noUi-handle-lower .noUi-touch-area,
.priceRangeBox .noUi-handle.noUi-handle-upper .noUi-touch-area {
  width: 15px;
  height: 15px; }

.priceRangeBox .priceRangeValueBox span {
  font-size: 16px; }

.priceRangeBox .priceRangeValueBox span:first-child {
  font-weight: bold; }

#collection .collection-wrapper .collection-wrapper-main {
  text-align: center;
  position: relative;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75); }

@media (max-width: 480px) {
  #collection .collection-wrapper .collection-wrapper-main {
    border: none;
    padding: 10px;
    background: #fff;
    box-shadow: none; } }

#collection .collection-wrapper .collection-wrapper-main .collection-wrapper-main-item .collection-wrapper-main-item-header h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

#collection .collection-wrapper .collection-wrapper-main .collection-wrapper-main-item .collection-wrapper-main-item-header .description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px; }

#collection .collection-wrapper .collection-wrapper-main .collection-wrapper-main-item .collection-wrapper-main-item-body {
  margin-top: 15px;
  min-height: 55vh; }

#collection .collection-wrapper .collection-wrapper-main .collection-wrapper-main-item .collection-wrapper-main-item-body .collection-wrapper-main-item-body-product {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

@media (max-width: 768px) {
  #collection .collection-wrapper .collection-wrapper-main .collection-wrapper-main-item .collection-wrapper-main-item-body .collection-wrapper-main-item-body-product {
    margin-left: 5px;
    margin-right: 5px; } }

@media (min-width: 768px) {
  #collection .collection-wrapper .collection-wrapper-main .collection-wrapper-main-item .collection-wrapper-main-item-body .collection-wrapper-main-item-body-product {
    margin-left: -10px;
    margin-right: -10px; } }

#collection .collection-wrapper .collection-wrapper-main .collection-wrapper-main-item .collection-wrapper-main-item-body .collection-wrapper-main-item-body-product > p {
  margin-left: auto;
  margin-right: auto; }

#collection .collection-wrapper .collection-wrapper-main .collection-wrapper-main-item .collection-wrapper-main-item-body .collection-wrapper-main-item-body-product .proLoop {
  width: calc(100%/4); }

@media (max-width: 1023px) {
  #collection .collection-wrapper .collection-wrapper-main .collection-wrapper-main-item .collection-wrapper-main-item-body .collection-wrapper-main-item-body-product .proLoop {
    width: calc(100%/3); } }

@media (max-width: 768px) {
  #collection .collection-wrapper .collection-wrapper-main .collection-wrapper-main-item .collection-wrapper-main-item-body .collection-wrapper-main-item-body-product .proLoop {
    width: calc(100%/2); } }

#cart-page {
  margin-bottom: 25px; }

#cart-page .cart-page-wrap {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap {
    margin-top: 15px; } }

#cart-page .cart-page-wrap .cart-page-left {
  width: 70%;
  padding-right: 15px; }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap .cart-page-left {
    width: 100%;
    padding-right: 0; } }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list {
  position: relative;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75); }

@media (max-width: 480px) {
  #cart-page .cart-page-wrap .cart-page-left .cart-page-list {
    border: none;
    padding: 10px;
    background: #fff;
    box-shadow: none; } }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap .cart-page-left .cart-page-list {
    padding: 0; } }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px dashed #cdcdcd; }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item {
    padding: 15px 10px;
    position: relative; } }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item:last-child {
  border-bottom: none; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-image {
  width: 80px; }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-image {
    width: 90px;
    padding-right: 10px; } }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail {
  width: calc(100% - 400px);
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail {
    width: calc(100% - 90px);
    padding: 0 0 40px 5px; } }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-vendor {
  text-transform: uppercase;
  font-size: 13px; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail h3 {
  font-size: 16px;
  margin-bottom: 0; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail h3 a {
  text-decoration: none;
  color: #333; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-desc {
  font-size: 12px;
  color: #999; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-actions a {
  display: inline-block;
  float: left;
  font-size: 12px;
  text-decoration: none;
  position: relative; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-actions a:nth-child(1) {
  margin-right: 20px; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices {
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: calc(100% - 215px);
    align-items: flex-end; } }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices .price-item {
  color: #F30;
  font-weight: 500;
  font-size: 18px;
  margin: 2px 0; }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices .price-item {
    font-size: 16px;
    margin: 0; } }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices del {
  color: #9E9E9E;
  font-size: 14px;
  margin-left: 10px;
  margin: 2px 0; }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices del {
    font-size: 14px;
    margin: 0; } }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions {
    position: absolute;
    bottom: 15px;
    left: 90px; } }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap {
  display: flex; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap button {
  background: none;
  border: 1px solid #ccc;
  height: 30px;
  width: 25px; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap input {
  height: 30px;
  width: 50px;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  border-radius: 0;
  text-align: center; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-note label {
  display: block; }

#cart-page .cart-page-wrap .cart-page-left .cart-page-note textarea {
  width: 100%;
  height: 150px;
  padding: 15px;
  border-radius: 10px;
  background: #f4f4f4;
  border: 1px solid #f1f1f1; }

#cart-page .cart-page-wrap .cart-page-right {
  width: 30%;
  position: relative;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75); }

@media (max-width: 480px) {
  #cart-page .cart-page-wrap .cart-page-right {
    border: none;
    padding: 10px;
    background: #fff;
    box-shadow: none; } }

@media (max-width: 1199px) {
  #cart-page .cart-page-wrap .cart-page-right {
    width: 100%;
    margin-top: 30px; } }

#cart-page .cart-page-wrap .cart-page-right .cart-page-info {
  padding: 15px 10px; }

#cart-page .cart-page-wrap .cart-page-right .cart-page-info h1 {
  font-size: 18px;
  margin-bottom: 15px; }

#cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-subtotal {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between; }

#cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-subtitle {
  color: #999;
  font-size: 13px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcdcd; }

#cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total {
  padding: 15px 0px;
  display: flex;
  justify-content: space-between; }

#cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price {
  text-align: right; }

#cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price span {
  display: block;
  color: #F30;
  font-weight: 500;
  font-size: 18px; }

#cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price i {
  display: block;
  color: #868686;
  font-size: 12px; }

#cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-checkout a {
  background: #de9894;
  text-transform: uppercase;
  color: #fff;
  box-shadow: none;
  text-align: center;
  display: block;
  padding: 15px;
  text-decoration: none;
  border-radius: 5px; }

#cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

#cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-head label {
  font-weight: normal;
  cursor: pointer;
  margin: 0; }

#cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body {
  padding: 5px 0px;
  padding-bottom: 10px;
  display: none; }

#cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body .form-group {
  margin-bottom: 7px; }

#cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body input.form-control {
  border-radius: 5px; }

#cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body input.form-control::-webkit-outer-spin-button, #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body .form-control {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  margin-bottom: 3px;
  height: 30px;
  font-size: 14px; }

#cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body label {
  font-weight: normal;
  margin-bottom: 1px;
  font-size: 13px;
  margin-top: 3px; }

#blog .blogMain {
  padding: 30px 0; }

#blog .blogMain .container .blogMainContent .blogBody {
  text-align: center; }

#blog .blogMain .container .blogMainContent .blogBody .blogListArticle {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  #blog .blogMain .container .blogMainContent .blogBody .blogListArticle {
    margin-left: 5px;
    margin-right: 5px; } }

@media (min-width: 768px) {
  #blog .blogMain .container .blogMainContent .blogBody .blogListArticle {
    margin-left: -10px;
    margin-right: -10px; } }

#blog .blogMain .container .blogMainContent .blogBody .blogListArticle .article-item {
  width: calc(100%/3); }

@media (max-width: 768px) {
  #blog .blogMain .container .blogMainContent .blogBody .blogListArticle .article-item {
    width: 100%; } }

#article .container .articleMain {
  padding: 30px 0;
  max-width: 1800px;
  margin: 0 auto; }

#article .container .articleMain .articleInfo {
  color: #999;
  font-size: 13px; }

#article .container .articleMain .articleBody .articleImage {
  margin-bottom: 10px; }

#article .container .articleMain .articleBody .articleName {
  font-size: 28px;
  text-align: center; }

@media (max-width: 480px) {
  #article .container .articleMain .articleBody .articleName {
    font-size: 20px; } }

#article .container .articleMain .articleBody .articleDescription {
  margin-top: 15px; }

#article .container .articleMain .articleBody .articleDescription img {
  max-width: 100%;
  height: auto; }

#article .container .articleMain .articleBody .articleTool {
  display: flex;
  justify-content: space-between; }

#article .container .articleMain .articleBody img {
  display: block;
  margin: 0 auto; }

.article-content h2,
#article-content h2,
.rte h2 {
  font-size: 24px; }

.article-content h3,
#article-content h3,
.rte h3 {
  font-size: 20px; }

.article-content h4,
#article-content h4,
.rte h4 {
  font-size: 18px; }

#searchPage .searchPageWrap {
  position: relative;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75); }

@media (max-width: 480px) {
  #searchPage .searchPageWrap {
    border: none;
    padding: 10px;
    background: #fff;
    box-shadow: none; } }

#searchPage .searchPageWrap .searchPageHeader {
  text-align: center; }

#searchPage .searchPageWrap .searchPageBody .searchField {
  margin: 25px 0px; }

#searchPage .searchPageWrap .searchPageBody .searchField .searchForm {
  width: 50%;
  margin: 0 auto;
  position: relative; }

@media (max-width: 768px) {
  #searchPage .searchPageWrap .searchPageBody .searchField .searchForm {
    width: 90%; } }

#searchPage .searchPageWrap .searchPageBody .searchField .searchForm input.search_box {
  width: 100%;
  padding: 7.5px 15px;
  border-radius: 30px;
  border: 1px solid #e1e1e1; }

#searchPage .searchPageWrap .searchPageBody .searchField .searchForm button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  outline: none;
  font-weight: 700; }

#searchPage .searchPageWrap .noMessageContent {
  margin-top: 25px;
  text-align: center; }

#searchPage .searchPageWrap .noMessage, #searchPage .searchPageWrap .searchResult {
  text-align: center;
  margin-bottom: 25px; }

#searchPage .searchPageWrap .searchResultList {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  #searchPage .searchPageWrap .searchResultList {
    margin-left: 5px;
    margin-right: 5px; } }

@media (min-width: 768px) {
  #searchPage .searchPageWrap .searchResultList {
    margin-left: -10px;
    margin-right: -10px; } }

@media (min-width: 992px) {
  #searchPage .searchPageWrap .searchResultList .pro-loop {
    width: calc(100%/4); } }

@media (max-width: 991px) {
  #searchPage .searchPageWrap .searchResultList .pro-loop {
    width: calc(100%/3); } }

@media (max-width: 768px) {
  #searchPage .searchPageWrap .searchResultList .pro-loop {
    width: calc(100%/2); } }

@media (min-width: 992px) {
  .collection-wrapper-main-item-header--filter-mobile {
    display: none; } }

@media (max-width: 991px) {
  .collection-wrapper-main-item--filter-mobile {
    display: block; }
  .collection-wrapper-main-item--filter-mobile h4 {
    padding: 7.5px;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    text-align: left;
    background: #feeded;
    border-radius: 3px; }
  .collection-wrapper-main-item--filter-mobile h4 svg {
    width: 15px;
    height: 15px;
    margin-top: -2.5px;
    margin-right: 10px; }
  .collection-wrapper-main-item--filter-mobile h4 i {
    float: right; }
  .collection-wrapper-main-item-filter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 3px 10px #000;
    padding: 20px;
    display: none; } }

#pageCompare .content-page {
  position: relative;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75); }

@media (max-width: 480px) {
  #pageCompare .content-page {
    border: none;
    padding: 10px;
    background: #fff;
    box-shadow: none; } }

#pageCompare .content-page table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%; }

#pageCompare .content-page table tr h2 a {
  font-size: 20px;
  font-weight: bold; }

#pageCompare .content-page table tr td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
  width: calc(80% / 3);
  min-width: 200px; }

#pageCompare .content-page table tr td:first-child {
  width: 20% !important;
  font-weight: 700; }

#pageCompare .content-page table tr td * {
  font-weight: 300;
  font-size: 15px; }

#pageCompare .content-page table tr.price td:not(:first-child) {
  color: #F30; }

#pageCompare .content-page table tr.variant strong {
  font-weight: 700;
  font-size: 17px; }

#productPage .productWrap .productWrapAll .productWrapLeft .featureImage button i {
  color: #000; }

#productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button.fullwidth {
  width: 100%; }

.conent-manin-new {
  text-align: justify; }

/* ===== Table of Contents Sidebar ===== */
.articleLayout {
  overflow: visible;
  position: relative;
  display: flex;
  max-width: 1200px;
  margin: auto;
  gap: 40px; }

.articleBody {
  flex: 1;
  max-width: 820px; }

.articleSidebar {
  isolation: isolate;
  width: 300px;
  position: sticky;
  top: 120px;
  height: fit-content; }

/* ===== Desktop TOC Box ===== */
.tocBox {
  border: 1px solid #eee;
  padding: 18px;
  border-radius: 12px;
  background: #fff; }

.tocTitle {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 18px; }

#toc ul {
  padding-left: 0;
  margin: 0; }

#toc li {
  list-style: none;
  margin-bottom: 8px; }

/* Heading 2 */
#toc .toc-h2 a {
  font-weight: 600;
  font-size: 15px;
  color: #222;
  text-decoration: none; }

/* Heading 3 */
#toc .toc-h3 {
  margin-left: 14px; }

#toc .toc-h3 a {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  text-decoration: none; }

#toc a:hover {
  color: #de9894; }

/* ===== MOBILE TOC BUTTON ===== */
.toc-mobile-btn {
  position: fixed;
  right: 15px;
  bottom: 110px;
  background: #ff6b6b;
  color: #fff;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  z-index: 999;
  display: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); }

/* ===== MOBILE TOC POPUP ===== */
.toc-mobile-popup {
    display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 88%;
  max-width: 360px;
  max-height: 70vh;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  /* <-- Thêm dòng này */
  pointer-events: none;
  /* <-- Thêm dòng này: Xuyên thủng click khi đóng */
  transition: 0.25s;
  overflow: auto;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18); }

/* active state */
.toc-mobile-popup.active {
  display: block;
  opacity: 1;
  visibility: visible;
  /* <-- Thêm dòng này */
  pointer-events: auto;
  /* <-- Thêm dòng này: Bắt click lại khi mở */
  transform: translate(-50%, -50%) scale(1); }

/* header */
.toc-mobile-header {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

/* close button */
.toc-close {
  cursor: pointer;
  font-size: 22px;
  line-height: 1; }

/* list style */
.toc-mobile-popup ul {
  padding: 0;
  margin: 0; }

.toc-mobile-popup li {
  list-style: none;
  margin-bottom: 10px; }

/* mobile H2 */
.toc-mobile-popup .toc-h2 a {
  font-weight: 600;
  font-size: 16px;
  color: #222;
  text-decoration: none; }

/* mobile H3 */
.toc-mobile-popup .toc-h3 {
  margin-left: 14px; }

.toc-mobile-popup .toc-h3 a {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  text-decoration: none; }

/* hover */
.toc-mobile-popup a:hover {
  color: #de9894; }

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  .articleSidebar {
    display: none; }
  .toc-mobile-btn {
    display: block; }
  /* ===== Remove bullet in TOC ===== */
  #toc ul,
  #toc li,
  .toc-mobile-popup ul,
  .toc-mobile-popup li {
    list-style: none !important;
    padding-left: 0;
    margin-left: 0; } }

/* ===== BLOG PRODUCT CARD - PHIÊN BẢN NÂNG CẤP ===== */
.blog-product-card {
  display: flex;
  gap: 20px;
  /* Tăng gap để thoáng hơn */
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(222, 152, 148, 0.2);
  background: #fff9f9;
  align-items: center;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(222, 152, 148, 0.5);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

/* Hiệu ứng nhấc bổng khi hover */
.blog-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(201, 108, 118, 0.15);
  border-color: #de9894; }

/* Ảnh sản phẩm + Hiệu ứng Zoom */
.blog-product-image {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
  width: 180px;
  /* Chỉnh lại size cho cân đối */ }

.blog-product-image img {
  width: 100%;
  transition: transform 0.5s ease;
  display: block; }

.blog-product-card:hover .blog-product-image img {
  transform: scale(1.1);
  /* Phóng to ảnh nhẹ khi rà chuột */ }

/* Khối thông tin */
.blog-product-info {
  flex: 1; }

.blog-product-title a {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  color: #c96c76;
  /* Chuyển tên về đen để dễ đọc, hover mới hiện hồng */
  text-decoration: none;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: none;
  /* Giới hạn 2 dòng tên sản phẩm */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s; }

.blog-product-card:hover .blog-product-title a {
  color: #c96c76; }

/* Giá sản phẩm nổi bật */
.blog-product-price {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #c96c76;
  /* Giá màu hồng đậm cho nổi */ }

.blog-product-compare {
  text-decoration: line-through;
  color: #bbb;
  font-size: 14px;
  margin-left: 8px;
  font-weight: 400; }

/* Dropdown chọn size */
.blog-product-variant {
  border-radius: 8px;
  border: 1px solid #f2eaea;
  padding: 8px 12px;
  font-size: 11px;
  color: #444;
  background: #fff;
  cursor: pointer;
  outline: none; }

/* NÚT THÊM VÀO GIỎ - CHUYỂN SANG GRADIENT */
.blog-product-add {
  background: linear-gradient(135deg, #de9894 0%, #c96c76 100%);
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 50px;
  /* Bo tròn hẳn */
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 5px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(201, 108, 118, 0.25);
  transition: all 0.3s ease; }

.blog-product-add:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(201, 108, 118, 0.4);
  filter: brightness(1.1); }

/* Grid layout */
.blog-product-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 35px 0; }

.blog-product-group:has(.blog-product-card:nth-child(2)) {
  grid-template-columns: 1fr 1fr; }

/* Tối ưu Mobile */
@media (max-width: 768px) {
  .blog-product-group {
    grid-template-columns: 1fr !important;
    gap: 15px; }
  .blog-product-card {
    flex-direction: column;
    /* Mobile chuyển sang dạng dọc */
    align-items: flex-start;
    padding: 15px; }
  .blog-product-image {
    width: 100%;
    margin-bottom: 15px; }
  .blog-product-image img {
    height: 200px;
    object-fit: cover; } }

/* ===== Style cho Pop-up thông báo ===== */
.cart-toast-custom {
  position: fixed;
  top: 50%;
  left: 50%;
  /* Căn giữa tuyệt đối */
  transform: translate(-50%, -50%) scale(0.8);
  background: #DE9894;
  /* Khung màu hồng */
  color: #fff;
  /* Chữ màu hồng đậm */
  padding: 20px 40px;
  border-radius: 15px;
  z-index: 10000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

/* Khi có class .show sẽ hiện ra */
.cart-toast-custom.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1); }

.toast-content {
  display: flex;
  flex-direction: column;
  /* Icon trên, chữ dưới cho nổi bật */
  align-items: center;
  gap: 12px; }

.toast-icon {
  background: #fff;
  /* Icon màu trắng cho nổi trên nền hồng */
  color: #DE9894;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold; }

.toast-text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap; }

/* Tối ưu cho Mobile */
@media (max-width: 768px) {
  .cart-toast-custom {
    width: 85%;
    padding: 25px 15px; }
  .toast-text {
    font-size: 16px;
    white-space: normal;
    /* Cho phép xuống dòng nếu text quá dài trên mobile */ } }

.product-ksp-box {
  background: #fff5f4;
  border-radius: 12px;
  padding: 18px;
  margin-top: 25px;
  border: 1px solid #eee; }

.product-ksp-box .ksp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  /* Giảm gap một chút để tối ưu không gian cho text dài */ }

.product-ksp-box .ksp-item {
  display: flex;
  align-items: center;
  /* Chuyển từ center sang flex-start để icon nằm ở dòng đầu tiên của text dài */
  gap: 10px; }

.product-ksp-box .ksp-icon {
  flex-shrink: 0;
  width: 35px;
  /* Thu nhỏ icon một chút để nhường chỗ cho text */
  height: 35px;
  color: #e08681;
  margin-top: 2px;
  /* Căn chỉnh icon cho khớp với dòng chữ đầu tiên */ }

.product-ksp-box .ksp-icon svg {
  width: 100%;
  height: 100%;
  display: block; }

.product-ksp-box .ksp-text span {
  font-size: 14px;
  line-height: 1.4;
  color: #e08681;
  font-weight: 500; }
