@charset "UTF-8";
html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  /* color: red; */
  padding-top: 50px;
}
/* s */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

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

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

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/
.section-title {
  margin-bottom: 35px;
}
.section-title h4 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.section-title h4:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 70px;
  background: #0A68FF;
  content: "";
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */
.primary-btn {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 30px 10px;
  color: #ffffff;
  background: #0A68FF;
}

.site-btn {
  font-size: 14px;
  color: #ffffff;
  background: #0A68FF;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
}

/* Preloder */
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #ffffff;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}
.spacial-controls {
  position: fixed;
  width: 111px;
  height: 91px;
  top: 0;
  right: 0;
  z-index: 999;
}

.spacial-controls .search-switch {
  display: block;
  height: 100%;
  padding-top: 30px;
  background: #323232;
  text-align: center;
  cursor: pointer;
}

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 99999;
}

.search-model-form {
  padding: 0 15px;
}

.search-model-form input {
  width: 500px;
  font-size: 25px;
  border: none;
  border-bottom: 2px solid #dddddd;
  background: 0 0;
  color: #111;
}

.search-model-form input:focus {
  border-bottom: 2px solid #111;
}

.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Giới hạn tối đa 1 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0;
  height: 22px;
  white-space: normal;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn tối đa 1 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0;
  height: 40px;
  white-space: normal;
}

.text-truncate-2-pd-details {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn tối đa 1 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0;
  height: 48px !important;
  white-space: normal;
}

.text-black {
  color: #212529;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.btn-outline-default {
  color: #a3a3a3;
  border-color: #a3a3a3;
}

.btn-outline-default:hover {
  color: #000000;
  border-color: #000000;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*---------------------
  Header
-----------------------*/
.header {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease;
}

.header.header-hidden {
  transform: translateY(-100%);
}

.header__logo {
  padding: 16px 0;
}
.header__logo a {
  display: inline-block;
}

.header__menu {
  padding: 30px 0 27px;
}
.header__menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.header__menu ul li.active a:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header__menu ul li:hover a:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header__menu ul li:hover .dropdown {
  top: 27px;
  opacity: 1;
  visibility: visible;
}
.header__menu ul li:last-child {
  margin-right: 0;
}
.header__menu ul li .dropdown {
  position: absolute;
  left: 0;
  top: 56px;
  width: 150px;
  background: #111111;
  text-align: left;
  padding: 2px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.header__menu ul li .dropdown li {
  display: block;
  margin-right: 0;
}
.header__menu ul li .dropdown li a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  padding: 8px 20px;
  text-transform: capitalize;
}
.header__menu ul li .dropdown li a:after {
  display: none;
}
.header__menu ul li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #111111;
  font-weight: 500;
  display: block;
  padding: 2px 0;
  position: relative;
}
.header__menu ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0A68FF;
  content: "";
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 28px 0 27px;
}

.header__right__auth {
  display: inline-block;
  margin-right: 15px;
}
.header__right__auth a {
  font-size: 14px;
  color: #111111;
  position: relative;
  margin-right: 8px;
  text-transform: uppercase;
  font-weight: 500;
}
.header__right__auth a:last-child {
  margin-right: 0;
}
.header__right__auth a:last-child:after {
  display: none;
}
.header__right__auth a:after {
  position: absolute;
  right: -8px;
  top: -2px;
  content: "/";
  font-size: 13px;
}

.header__right__widget {
  display: inline-block;
}
.header__right__widget li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  color: #111111;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.header__right__widget li:last-child {
  margin-right: 0;
}
.header__right__widget li a {
  font-size: 18px;
  color: #111111;
  position: relative;
}
.header__right__widget li a .tip {
  position: absolute;
  right: -12px;
  top: -11px;
  height: 18px;
  width: 18px;
  background: #111111;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}

.acount {
  padding: 4px 7px;
  /* border: 1px solid rgb(241, 241, 241); */
  /* background: rgb(241, 241, 241); */
  border-radius: 5px;
}

.acount:hover {
  /* border: 1px solid rgb(223, 223, 223); */

  transform: scale(1.03);
  transition: all 0.3s ease;
}

.acount img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 5px;
}

.offcanvas-menu-wrapper {
  display: none;
}

.canvas__open {
  display: none;
}

/*---------------------
  Banner
-----------------------*/
.banner {
  height: 500px;
}

#header-carousel .carousel-inner img {
  width: 100%;
  height: auto;
}

/* CSS cho banner nhỏ trong cột */
.product-offer .img-fluid {
  width: 100%;
  height: auto;
}

/* Đặt kích thước cụ thể cho banner-sm-1 */
.product-offer:nth-child(odd) .img-fluid {
  max-width: 392px;
  max-height: 130px;
  margin-bottom: 14px;
  border-radius: 10px;
}

/* Đặt kích thước cụ thể cho banner-sm-2 */
.product-offer:nth-child(even) .img-fluid {
  max-width: 392px;
  max-height: 156px;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .product-offer {
    display: none;
  }
}
.banner {
  height: 500px;
}

.banner__text span {
  font-size: 18px;
  color: #0A68FF;
  text-transform: uppercase;
}
.banner__text h1 {
  font-size: 80px;
  color: #111111;
  font-family: "Cookie", cursive;
  margin-bottom: 15px;
  margin-top: 10px;
}
.banner__text a {
  font-size: 14px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding: 0 0 3px;
  display: inline-block;
}
.banner__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #0A68FF;
  content: "";
}

.banner__slider {
  text-align: center;
  padding: 50px 0 0;
}
.banner__slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  text-align: center;
}
.banner__slider.owl-carousel .owl-dots button {
  height: 12px;
  width: 12px;
  background: #a1a1a1;
  border-radius: 50%;
  margin-right: 10px;
}
.banner__slider.owl-carousel .owl-dots button.active {
  background: #0A68FF;
}
.banner__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

/*---------------------
  Trend
-----------------------*/
.trend {
  padding-top: 80px;
  padding-bottom: 10px;
}

.trend__content .section-title h4 {
  font-size: 20px;
}
.trend__content .section-title h4:after {
  bottom: -6px;
}

.trend__item {
  overflow: hidden;
  margin-bottom: 35px;
}

.trend__item__pic {
  float: left;
  margin-right: 25px;
}

.trend__item__text {
  overflow: hidden;
}
.trend__item__text h6 {
  font-size: 14px;
  color: #111111;
  margin-bottom: 5px;
}
.trend__item__text .rating {
  line-height: 18px;
  margin-bottom: 6px;
}
.trend__item__text .rating i {
  font-size: 10px;
  color: #e3c01c;
  margin-right: -4px;
}
.trend__item__text .rating i:last-child {
  margin-right: 0;
}
.trend__item__text .product__price {
  color: #111111;
  font-weight: 600;
}
.trend__item__text .product__price span {
  font-size: 14px;
  color: #b1b0b0;
  text-decoration: line-through;
  margin-left: 4px;
}

/*---------------------
  Discount
-----------------------*/
.discount__pic img {
  min-width: 100%;
  height: 100%;
}

.discount__text {
  background: #f4f4f4;
  height: 390px;
  padding: 75px 90px 50px;
  text-align: center;
}
.discount__text a {
  font-size: 14px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding: 0 0 3px;
  display: inline-block;
}
.discount__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #0A68FF;
  content: "";
}

.discount__text__title {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.discount__text__title:after {
  position: absolute;
  left: 50%;
  top: -38px;
  height: 183px;
  width: 183px;
  background: #ffffff;
  content: "";
  border-radius: 50%;
  z-index: -1;
  margin-left: -91.5px;
}
.discount__text__title span {
  font-size: 12px;
  color: #111111;
  font-weight: 500;
  text-transform: uppercase;
}
.discount__text__title h2 {
  font-size: 60px;
  color: #0A68FF;
  font-family: "Cookie", cursive;
  line-height: 46px;
  margin-bottom: 10px;
}
.discount__text__title h5 {
  color: #0A68FF;
  font-weight: 700;
}
.discount__text__title h5 span {
  font-size: 14px;
  color: #111111;
  margin-right: 4px;
}

.discount__countdown {
  text-align: center;
  margin-bottom: 10px;
}

.countdown__item {
  margin-bottom: 15px;
  float: left;
  width: 25%;
}
.countdown__item:last-child {
  margin-right: 0;
}
.countdown__item span {
  font-size: 30px;
  font-weight: 600;
  color: #111111;
  display: inline-block;
}
.countdown__item p {
  color: #111111;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 500;
}

/*---------------------
  Services
-----------------------*/
.services {
  padding-top: 40px;
  padding-bottom: 0px;
}

.services__item {
  padding-left: 65px;
  position: relative;
  margin-bottom: 20px;
}
.services__item i {
  font-size: 36px;
  color: #0A68FF;
  position: absolute;
  left: 0;
  top: 4px;
}
.services__item h6 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 5px;
}
.services__item p {
  margin-bottom: 0;
}

/*---------------------
  Instagram
-----------------------*/
.instagram__item {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.instagram__item:hover:after {
  opacity: 1;
}
.instagram__item:hover .instagram__text {
  opacity: 1;
  visibility: visible;
}
.instagram__item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  opacity: 0;
  z-index: -1;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.instagram__text {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.instagram__text i {
  font-size: 30px;
  color: #0d0d0d;
}
.instagram__text a {
  font-size: 16px;
  color: #0d0d0d;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

/*---------------------
  Footer
-----------------------*/
.footer {
  padding-top: 55px;
}

.footer__about {
  margin-bottom: 30px;
}
.footer__about p {
  margin-bottom: 20px;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__payment a {
  margin-right: 6px;
  margin-bottom: 10px;
  display: inline-block;
}
.footer__payment a:last-child {
  margin-right: 0;
}

.footer__widget {
  margin-bottom: 30px;
}
.footer__widget h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer__widget ul li {
  list-style: none;
}
.footer__widget ul li a {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.footer__newslatter {
  margin-bottom: 30px;
}
.footer__newslatter h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer__newslatter form {
  position: relative;
  margin-bottom: 30px;
}
.footer__newslatter form input {
  height: 52px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  padding-left: 30px;
  font-size: 14px;
  color: #666666;
}
.footer__newslatter form input::placeholder {
  color: #666666;
}
.footer__newslatter form button {
  position: absolute;
  right: 4px;
  top: 4px;
}

.footer__social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #e1e1e1;
  font-size: 15px;
  color: #111111;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 5px;
}
.footer__social a:last-child {
  margin-right: 0;
}

.footer__copyright__text {
  border-top: 1px solid #e1e1e1;
  padding: 18px 0 25px;
  text-align: center;
  margin-top: 35px;
}
.footer__copyright__text p {
  margin-bottom: 0;
}
.footer__copyright__text a {
  color: #5C5C5C;
}
.footer__copyright__text i {
  color: #0A68FF;
}
.footer__copyright__text a:hover {
  color: #0A68FF;
}

/*---------------------
  Breadcrumb
-----------------------*/
.breadcrumb-option {
  padding-top: 20px;
}

.breadcrumb__links a {
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  margin-right: 18px;
  display: inline-block;
  position: relative;
}
.breadcrumb__links a:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "\f105";
  font-family: "FontAwesome";
}
.breadcrumb__links a i {
  margin-right: 5px;
}
.breadcrumb__links span {
  font-size: 15px;
  font-weight: 500;
  color: #888888;
  display: inline-block;
}

/*---------------------
  Categories
-----------------------*/
.categories {
  overflow: hidden;
  margin-top: 10px;
}
.categories .container-fluid {
  padding-right: 5px;
}

.categories__item {
  height: 314px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.categories__item.categories__large__item {
  height: 638px;
  padding-left: 70px;
}
.categories__item.categories__large__item .categories__text {
  max-width: 480px;
}
.categories__item.categories__large__item .categories__text p {
  margin-bottom: 15px;
}

.categories__text h1 {
  font-family: "Cookie", cursive;
  color: #111111;
  margin-bottom: 5px;
}
.categories__text h4 {
  color: #111111;
  font-weight: 700;
}
.categories__text p {
  margin-bottom: 10px;
}
.categories__text a {
  font-size: 14px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding: 0 0 3px;
  display: inline-block;
}
.categories__text a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #0A68FF;
  content: "";
}

/*---------------------
  Product
-----------------------*/
.product {
  padding-top: 20px;
  padding-bottom: 20px;
}

.filter__controls {
  text-align: right;
  margin-bottom: 50px;
}
.filter__controls li {
  font-size: 14px;
  list-style: none;
  display: inline-block;
  color: #111111;
  margin-right: 35px;
  position: relative;
  cursor: pointer;
}
.filter__controls li.active:after {
  opacity: 1;
}
.filter__controls li:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: #0A68FF;
  content: "";
  opacity: 0;
}
.filter__controls li:last-child {
  margin-right: 0;
}

.product__item {
  margin-bottom: 35px;
  margin-left: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #F2F4F5;
}
.product__item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.product__item:hover .product__hover li {
  opacity: 1;
  top: 0;
}
.product__item.sale .product__item__pic .label {
  background: #0A68FF;
}
.product__item.sale .product__item__text {
  margin-bottom: 10px;
}
.product__item.sale .product__item__text .product__price {
  color: #0A68FF;
}

.product__item__pic {
  height: 255px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.product__item__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__item__pic .label {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  padding: 2px 8px;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  top: 10px;
}
.product__item__pic .label.new {
  background: #36a300;
}
.product__item__pic .label.stockout {
  background: #111111;
}
.product__item__pic .label.stockblue {
  background: #0066bd !important;
}
.product__item__pic .label.sale {
  background: #0A68FF;
}
.product__item__pic .label_right {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  padding: 2px 8px;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 10px;
}
.product__item__pic .label_right.sale {
  background: #ca1515;
}

.product__hover {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  text-align: center;
}
.product__hover li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 100px;
  opacity: 0;
}
.product__hover li:nth-child(1) {
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.product__hover li:nth-child(2) {
  -webkit-transition: all 0.4s ease 0.15s;
  -moz-transition: all 0.4s ease 0.15s;
  -ms-transition: all 0.4s ease 0.15s;
  -o-transition: all 0.4s ease 0.15s;
  transition: all 0.4s ease 0.15s;
}
.product__hover li:nth-child(3) {
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.product__hover li:last-child {
  margin-right: 0;
}
.product__hover li button {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/* Style cho button.favorite-btn và button.cart-btn */
.product__hover li button.favorite-btn,
.product__hover li button.cart-btn {
  font-size: 18px;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border: none;
  padding: 0;
}

.product__hover li button.favorite-btn:hover,
.product__hover li button.cart-btn:hover {
  background: #0A68FF;
}

.product__hover li button.favorite-btn:hover span,
.product__hover li button.cart-btn:hover span {
  color: #ffffff;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.product__hover li button.favorite-btn span,
.product__hover li button.cart-btn span {
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

/* Style cho favorite-btn và cart-btn khi là thẻ a */
.product__hover li a.favorite-btn,
.product__hover li a.cart-btn {
  font-size: 18px;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  text-decoration: none;
  border: none;
}

.product__hover li a.favorite-btn:hover,
.product__hover li a.cart-btn:hover {
  background: #0A68FF;
}

.product__hover li a.favorite-btn:hover span,
.product__hover li a.cart-btn:hover span {
  color: #ffffff;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.product__hover li:hover a {
  background: #0A68FF;
}
.product__hover li:hover a span {
  color: #ffffff;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.product__hover li a {
  font-size: 18px;
  color: #111111;
  display: block;
  height: 45px;
  width: 45px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product__hover li a span {
  position: relative;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  display: inline-block;
}

.product__item__text {
  text-align: center;
  padding-top: 22px;
}
.product__item__text h6 a {
  font-size: 14px;
  color: #111111;
}
.product__item__text .rating {
  line-height: 18px;
  margin-bottom: 5px;
}
.product__item__text .rating i {
  font-size: 10px;
  color: #e3c01c;
  margin-right: -4px;
}
.product__item__text .rating i:last-child {
  margin-right: 0;
}
.product__item__text .product__price {
  color: #111111;
  font-weight: 600;
}
.product__item__text .product__price span {
  font-size: 14px;
  color: #b1b0b0;
  text-decoration: line-through;
  margin-left: 4px;
}

/*---------------------
  Shop
-----------------------*/
.shop {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidebar__categories {
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar__categories .section-title {
  margin-bottom: 35px;
}
.sidebar__categories .section-title h4 {
  font-size: 18px;
}

.categories__accordion .card {
  border: none;
  border-radius: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2 !important;
  margin-bottom: 12px;
}
.categories__accordion .card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none !important;
}
.categories__accordion .card-heading {
  cursor: pointer;
}
.categories__accordion .card-heading a {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  display: block;
}
.categories__accordion .card-body {
  padding-left: 0;
  padding-top: 6px;
  padding-bottom: 0;
}
.categories__accordion .card-body li {
  list-style: none;
  position: relative;
  padding-left: 16px;
}
.categories__accordion .card-body li:before {
  position: absolute;
  left: 4px;
  top: 14px;
  height: 1px;
  width: 4px;
  background: #666666;
  content: "";
}
.categories__accordion .card-body li a {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.categories__accordion .card-heading a:after,
.categories__accordion .card-heading > a.active[aria-expanded=false]:after {
  content: "\f107";
  font-size: 14px;
  font-family: "FontAwesome";
  color: #666666;
  position: absolute;
  right: 30px;
  top: 0px;
}

.categories__accordion .card-heading.active a:after {
  content: "\f106";
  font-size: 14px;
  font-family: "FontAwesome";
  color: #666666;
  position: absolute;
  right: 30px;
  top: -1px;
}

.categories__accordion .card-heading a[aria-expanded=true]:after,
.categories__accordion .card-heading > a.active:after {
  content: "\f106";
  font-size: 14px;
  font-family: "FontAwesome";
  color: #666666;
  position: absolute;
  right: 30px;
  top: -1px;
}

.sidebar__filter {
  position: relative;
  margin-bottom: 40px;
  padding: 25px 20px 30px;
  background: #ffffff;
  
}
.sidebar__filter .section-title {
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.sidebar__filter .section-title h4 {
  
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.sidebar__filter a {
  font-size: 14px;
  color: #0d0d0d;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 16px 5px 24px;
  border: 2px solid #ff0000;
  position: absolute;
  right: 0;
  bottom: -5px;
  border-radius: 2px;
}

.filter-range-wrap .range-slider .price-input {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.filter-range-wrap .range-slider .price-input p {
  font-size: 13px;
  color: #666;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.filter-range-wrap .range-slider .price-input p:first-of-type {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.filter-range-wrap .range-slider .price-input p:last-of-type {
  margin: 0 8px;
}

.filter-range-wrap .range-slider .price-input br {
  display: none;
}

/* Container cho 2 input */
.filter-range-wrap .range-slider .price-input {
  display: block;
}

.filter-range-wrap .range-slider .price-input .filter-price {
  font-size: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #0A68FF 0%, #0856d4 100%);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  border: none;
  padding: 12px 25px;
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(10, 104, 255, 0.2);
}

.filter-range-wrap .range-slider .price-input .filter-price:hover {
  background: linear-gradient(135deg, #0856d4 0%, #0644b8 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(10, 104, 255, 0.3);
}

.filter-range-wrap .range-slider .price-input:after {
  display: none;
}

.filter-range-wrap .range-slider .price-input input[type="text"] {
  font-size: 14px;
  color: #333;
  width: 100%;
  border: 2px solid #e0e0e0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  font-weight: 600;
  display: inline-block;
}

.filter-range-wrap .range-slider .price-input input[type="text"]:focus {
  outline: none;
  border-color: #0A68FF;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(10, 104, 255, 0.1);
}

.filter-range-wrap .range-slider .price-input input:nth-child(1) {
  margin-right: 10px;
}

.filter-range-wrap .price-range {
  border-radius: 6px;
  margin-bottom: 25px;
  height: 6px;
  background: #e9ecef !important;
}

.filter-range-wrap .price-range.ui-widget-content {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  height: 5px;
}

.filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #0A68FF;
  outline: none;
  cursor: pointer;
  top: -7px;
  box-shadow: 0 2px 8px rgba(10, 104, 255, 0.3);
  transition: all 0.3s ease;
}

.filter-range-wrap .price-range.ui-widget-content .ui-slider-handle:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(10, 104, 255, 0.4);
}

.filter-range-wrap .price-range .ui-slider-range {
  background: linear-gradient(90deg, #0A68FF 0%, #0856d4 100%);
  border-radius: 6px;
  height: 6px;
}

.sidebar__sizes, .sidebar__color {
  margin-bottom: 40px;
}
.sidebar__sizes .section-title, .sidebar__color .section-title {
  margin-bottom: 35px;
}
.sidebar__sizes .section-title h4, .sidebar__color .section-title h4 {
  font-size: 18px;
}
.sidebar__sizes .size__list label, .sidebar__color .size__list label {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
  position: relative;
  cursor: pointer;
}
.sidebar__sizes .size__list label input, .sidebar__color .size__list label input {
  position: absolute;
  visibility: hidden;
}
.sidebar__sizes .size__list label input:checked ~ .checkmark, .sidebar__color .size__list label input:checked ~ .checkmark {
  border-color: #0A68FF;
}
.sidebar__sizes .size__list label input:checked ~ .checkmark:after, .sidebar__color .size__list label input:checked ~ .checkmark:after {
  border-color: #0A68FF;
  opacity: 1;
}
.sidebar__sizes .size__list label .checkmark, .sidebar__color .size__list label .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 10px;
  width: 10px;
  border: 1px solid #444444;
  border-radius: 2px;
}
.sidebar__sizes .size__list label .checkmark:after, .sidebar__color .size__list label .checkmark:after {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 11px;
  height: 5px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}

.sidebar__color .color__list label {
  text-transform: capitalize;
}

.pagination__option a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #0A68FF;
  border-radius: 50%;
  font-size: 14px;
  color: #0A68FF;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-right: 6px;
}
.pagination__option a:last-child {
  margin-right: 0;
}
.pagination__option a i {
  font-weight: 600;
}
.pagination__option a:hover {
  background: #0A68FF;
  border-color: #0A68FF;
  color: #ffffff;
}
.pagination__option .active {
  background: #0A68FF;
  border-color: #0A68FF;
  color: #ffffff;
}

/*---------------------
  Product Details
-----------------------*/
.product-details {
  padding-top: 20px;
  padding-bottom: 50px;
}

.product__details__pic {
  overflow: hidden;
}

.product__details__pic__left {
  width: 22%;
  height: auto;
  float: left;
  overflow-y: auto;
}
.product__details__pic__left .pt {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.product__details__pic__left .pt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product__details__pic__left .pt.active::after {
  opacity: 0.3;
}
.product__details__pic__left .pt:last-child {
  margin-bottom: 0;
}
.product__details__pic__left .pt img {
  min-width: 100%;
}

.product__details__slider__content {
  width: calc(78% - 20px);
  float: left;
  margin-left: 20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 22px;
  color: #111111;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  margin-top: -20px;
}
.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}

.product__details__text h3 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product__details__text h3 span {
  display: block;
  font-size: 14px;
  color: #444444;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
}
.product__details__text .rating {
  margin-bottom: 16px;
}
.product__details__text .rating i {
  font-size: 12px;
  color: #e3c01c;
  margin-right: -4px;
}
.product__details__text .rating span {
  font-size: 12px;
  color: #666666;
  margin-left: 5px;
}
.product__details__text p {
  color: #444444;
  /* margin-bottom: 28px; */
}

.product__details__price {
  font-size: 30px;
  font-weight: 600;
  color: #0A68FF;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.product__details__price span {
  font-size: 18px;
  color: #b1b0b0;
  text-decoration: line-through;
  margin-left: 10px;
  display: inline-block;
}

.quantity {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.quantity > span {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  float: left;
  margin-top: 14px;
  margin-right: 15px;
}

.pro-qty {
  height: 50px;
  width: 150px;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  padding: 0 20px;
  overflow: hidden;
  display: inline-block;
}
.pro-qty .qtybtn {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  float: left;
  width: 12px;
  line-height: 46px;
}
.pro-qty input {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  border: none;
  float: left;
  width: 84px;
  text-align: center;
  height: 48px;
}

.product__details__button {
  overflow: hidden;
  margin-bottom: 25px;
}
.product__details__button .cart-btn {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #0A68FF;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 30px 15px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product__details__button ul {
  float: left;
}
.product__details__button ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.product__details__button ul li:last-child {
  margin-right: 0;
}
.product__details__button ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  padding-top: 1px;
}
.product__details__button ul li a span {
  font-size: 18px;
  color: #666666;
}

.product__details__widget {
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
}
.product__details__widget ul li {
  list-style: none;
  margin-bottom: 10px;
}
.product__details__widget ul li:last-child {
  margin-bottom: 0;
}
.product__details__widget ul li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  width: 150px;
  float: left;
}
.product__details__widget ul li .stock__checkbox {
  overflow: hidden;
}
.product__details__widget ul li .stock__checkbox label {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  color: #666666;
  position: relative;
  cursor: pointer;
}
.product__details__widget ul li .stock__checkbox label input {
  position: absolute;
  visibility: hidden;
}
.product__details__widget ul li .stock__checkbox label input:checked ~ .checkmark {
  border-color: #0A68FF;
}
.product__details__widget ul li .stock__checkbox label input:checked ~ .checkmark:after {
  border-color: #0A68FF;
  opacity: 1;
}
.product__details__widget ul li .stock__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 5px;
  height: 10px;
  width: 10px;
  border: 1px solid #444444;
  border-radius: 2px;
}
.product__details__widget ul li .stock__checkbox label .checkmark:after {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 11px;
  height: 5px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}
.product__details__widget ul li .color__checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}
.product__details__widget ul li .color__checkbox label.active input ~ .checkmark:after {
  border-color: #ffffff;
  opacity: 1;
}
.product__details__widget ul li .color__checkbox label:last-child {
  margin-right: 0;
}
.product__details__widget ul li .color__checkbox label input {
  position: absolute;
  visibility: hidden;
}
.product__details__widget ul li .color__checkbox label input:checked ~ .checkmark:after {
  border-color: #ffffff;
  opacity: 1;
}
.product__details__widget ul li .color__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: -10px;
  height: 20px;
  width: 20px;
  background: #e31e2f;
  border-radius: 50%;
  content: "";
}
.product__details__widget ul li .color__checkbox label .checkmark.black-bg {
  background: #111111;
}
.product__details__widget ul li .color__checkbox label .checkmark.grey-bg {
  background: #e4aa8b;
}
.product__details__widget ul li .color__checkbox label .checkmark:after {
  position: absolute;
  left: 3px;
  top: 5px;
  width: 13px;
  height: 6px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}
.product__details__widget ul li .size__btn label {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 0;
}
.product__details__widget ul li .size__btn label:last-child {
  margin-right: 0;
}
.product__details__widget ul li .size__btn label.active {
  color: #0A68FF;
}
.product__details__widget ul li .size__btn label input {
  position: absolute;
  visibility: hidden;
}
.product__details__widget ul li p {
  margin-bottom: 0;
  color: #666666;
}

.product__details__tab {
  padding-top: 20px;
  margin-bottom: 65px;
}

.nav {
  border-bottom: none;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
.nav::before {
  position: absolute;
  left: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: #e1e1e1;
  content: "";
}
.nav::after {
  position: absolute;
  right: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: #e1e1e1;
  content: "";
}

.nav-item {
  margin-right: 46px;
}
.nav-item:last-child {
  margin-right: 0;
}
.nav-item .nav-link {
  font-size: 18px;
  color: #666666;
  font-weight: 600;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}
.nav-item .nav-link.active {
  color: #111111;
}

.tab-content .tab-pane h6 {
  color: #666666;
  font-weight: 600;
  margin-bottom: 24px;
}
.tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.related__title h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.short__description p {
  font-size: 16px;
}
.short__description h4 {
  font-size: 16px;
}
.short__description ul li {
  font-size: 16px;
  color: #111;
}

/*---------------------
  Shop Cart
-----------------------*/
.shop-cart {
  padding-top: 20px;
  padding-bottom: 20px;
}

.shop__cart__table {
  margin-bottom: 30px;
}
.shop__cart__table table {
  width: 100%;
}
.shop__cart__table thead {
  border-bottom: 1px solid #f2f2f2;
}
.shop__cart__table thead th {
  font-size: 18px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.shop__cart__table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.shop__cart__table tbody tr td {
  padding: 30px 0;
}
.shop__cart__table tbody tr .cart__product__item {
  overflow: hidden;
  width: 400px;
}
.shop__cart__table tbody tr .cart__product__item img {
  float: left;
  margin-right: 25px;
  /* max-width: 60px; */
  margin-top: 10px;
  border-radius: 8px;
}
.shop__cart__table tbody tr .cart__product__item .cart__product__item__title {
  overflow: hidden;
  padding-top: 23px;
}
.shop__cart__table tbody tr .cart__product__item .cart__product__item__title h6 {
  color: #111111;
  font-weight: 600;
  width: 90%;
}
.shop__cart__table tbody tr .cart__product__item .cart__product__item__title .rating i {
  font-size: 10px;
  color: #e3c01c;
  margin-right: -4px;
}
.shop__cart__table tbody tr .cart__price {
  font-size: 16px;
  color: #0A68FF;
  font-weight: 600;
  width: 140px;
}
.shop__cart__table tbody tr .cart__quantity {
  width: 190px;
}
.shop__cart__table tbody tr .cart__quantity .pro-qty {
  border: none;
  padding: 0;
  width: 110px;
  border-radius: 0;
}
.shop__cart__table tbody tr .cart__quantity .pro-qty input {
  color: #444444;
}
.shop__cart__table tbody tr .cart__quantity .pro-qty .qtybtn {
  font-size: 16px;
  color: #444444;
}
.shop__cart__table tbody tr .cart__total {
  font-size: 16px;
  color: #0A68FF;
  font-weight: 600;
  width: 150px;
  text-align: center;
}
/* Center align the TỔNG column header */
.shop__cart__table thead th:nth-child(5) {
  text-align: center;
}
.shop__cart__table tbody tr .cart__close {
  text-align: right;
}
.shop__cart__table tbody tr .cart__close span {
  height: 45px;
  width: 45px;
  background: #f2f2f2;
  border-radius: 50%;
  font-size: 18px;
  color: #111111;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}

.cart__btn {
  margin-bottom: 50px;
}
.cart__btn.update__btn {
  text-align: right;
}
.cart__btn a {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 30px 12px;
  background: #f5f5f5;
}
.cart__btn a span {
  color: #0A68FF;
  font-size: 14px;
  margin-right: 5px;
}
.cart__btn button {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 30px 12px;
  background: #f5f5f5;
  border: none;
}
.cart__btn button span {
  color: #0A68FF;
  font-size: 14px;
  margin-right: 5px;
}

.discount__content h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
}
.discount__content form {
  position: relative;
  width: 370px;
  display: inline-block;
}
.discount__content form input {
  height: 52px;
  width: 100%;
  border: 1px solid #444444;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 115px;
  font-size: 14px;
  color: #444444;
}
.discount__content form input::placeholder {
  color: #444444;
}
.discount__content form button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.discount__content form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

/* Applied coupon styling */
.applied-coupon .alert {
  border-radius: 12px;
  border: none;
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.applied-coupon .alert strong {
  color: #0f5132;
  font-weight: 600;
}

.applied-coupon .alert .d-flex {
  gap: 15px;
}

.applied-coupon .btn-outline-danger {
  border-radius: 20px;
  padding: 6px 15px;
  font-size: 12px;
  left: 200px;
  transition: all 0.3s ease;
  border-width: 2px;
}

.applied-coupon .btn-outline-danger:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
  background-color: #dc3545;
  border-color: #dc3545;
}

.applied-coupon .btn-outline-danger i {
  margin-right: 5px;
}

/* Responsive for applied coupon */
@media (max-width: 768px) {
  .applied-coupon .alert .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px;
  }
  
  .applied-coupon .btn-outline-danger {
    align-self: flex-end;
    margin-top: 5px;
  }
}

.cart__total__procced {
  background: #f5f5f5;
  padding: 40px;
}
.cart__total__procced h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cart__total__procced ul {
  margin-bottom: 25px;
}
.cart__total__procced ul li {
  list-style: none;
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  overflow: hidden;
  line-height: 40px;
}
.cart__total__procced ul li span {
  color: #0A68FF;
  float: right;
}
.cart__total__procced .primary-btn {
  display: block;
  border-radius: 50px;
  text-align: center;
  padding: 12px 0 10px;
}

/*---------------------
  Checkout
-----------------------*/
.checkout {
  padding-top: 20px;
  padding-bottom: 70px;
}

.coupon__link {
  font-size: 14px;
  color: #444444;
  padding: 14px 0;
  background: #f5f5f5;
  border-top: 2px solid #0A68FF;
  text-align: center;
  margin-bottom: 50px;
}
.coupon__link a {
  font-size: 14px;
  color: #444444;
}
.coupon__link span {
  font-size: 14px;
  color: #0A68FF;
}

.checkout__form h5 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.checkout__form .checkout__form__input p {
  color: #444444;
  font-weight: 500;
  margin-bottom: 10px;
}
.checkout__form .checkout__form__input p span {
  color: #0A68FF;
}
.checkout__form .checkout__form__input input {
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  margin-bottom: 25px;
  font-size: 14px;
  padding-left: 20px;
  color: #666666;
}
.checkout__form .checkout__form__input input::placeholder {
  color: #666666;
}
.checkout__form .checkout__form__checkbox {
  margin-bottom: 20px;
}
.checkout__form .checkout__form__checkbox label {
  display: block;
  padding-left: 24px;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.checkout__form .checkout__form__checkbox label input {
  position: absolute;
  visibility: hidden;
}
.checkout__form .checkout__form__checkbox label input:checked ~ .checkmark {
  border-color: #0A68FF;
}
.checkout__form .checkout__form__checkbox label input:checked ~ .checkmark:after {
  border-color: #0A68FF;
  opacity: 1;
}
.checkout__form .checkout__form__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 10px;
  width: 10px;
  border: 1px solid #444444;
  border-radius: 2px;
}
.checkout__form .checkout__form__checkbox label .checkmark:after {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 11px;
  height: 5px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}
.checkout__form .checkout__form__checkbox p {
  margin-bottom: 0;
}

.checkout__order {
  background: #f5f5f5;
  padding: 30px;
}
.checkout__order h5 {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 18px;
}
.checkout__order .site-btn {
  width: 100%;
}

.checkout__order__product {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 22px;
}
.checkout__order__product ul li {
  list-style: none;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  overflow: hidden;
  margin-bottom: 14px;
  line-height: 24px;
}
.checkout__order__product ul li:last-child {
  margin-bottom: 0;
}
.checkout__order__product ul li span {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  float: right;
}
.checkout__order__product ul li .top__text {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  float: left;
}
.checkout__order__product ul li .top__text__right {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  float: right;
}

.checkout__order__total {
  padding-top: 12px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.checkout__order__total ul li {
  list-style: none;
  font-size: 16px;
  color: #111111;
  /* font-weight: 600; */
  overflow: hidden;
  line-height: 40px;
}
.checkout__order__total ul li span {
  color: #0A68FF;
  float: right;
}

.checkout__order__widget {
  padding-bottom: 10px;
}
.checkout__order__widget label {
  display: block;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  position: relative;
  cursor: pointer;
  margin-bottom: 14px;
}
.checkout__order__widget label input {
  position: absolute;
  visibility: hidden;
}
.checkout__order__widget label input:checked ~ .checkmark {
  border-color: #0A68FF;
}
.checkout__order__widget label input:checked ~ .checkmark:after {
  border-color: #0A68FF;
  opacity: 1;
}
.checkout__order__widget label .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 10px;
  width: 10px;
  border: 1px solid #444444;
  border-radius: 2px;
}
.checkout__order__widget label .checkmark:after {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 11px;
  height: 5px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}

/*---------------------
    Blog
-----------------------*/
.blog {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Thêm padding cho columns để tránh ghi đè */
.blog .row > div[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.blog__item {
  margin-bottom: 35px;
}

.blog__item > a > div {
  width: 100%;
  max-width: 100%;
}

.blog__item__pic {
  height: 240px;
}
.blog__item__pic.large__item {
  height: 540px;
}

.blog__item__text {
  padding: 25px 20px 0 0;
  margin-right: 30px;
  background: #ffffff;
  margin-top: -54px;
  width: 100%;
  max-width: 100%;
}
.blog__item__text h6 {
  margin-bottom: 6px;
}
.blog__item__text h6 a {
  color: #111111;
  font-weight: 600;
  line-height: 21px;
}
.blog__item__text ul li {
  font-size: 12px;
  color: #888888;
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  position: relative;
}
.blog__item__text ul li span {
  color: #111111;
}
.blog__item__text ul li:after {
  position: absolute;
  right: -17px;
  top: 0px;
  /* content: "|"; */
}
.blog__item__text ul li:last-child {
  margin-right: 0;
}
.blog__item__text ul li:last-child:after {
  display: none;
}

.primary-btn.load-btn {
  color: #111111;
  background: #f2f2f2;
  padding: 12px 85px 10px;
  border-radius: 50px;
}

/*---------------------
  Blog Sidebar
-----------------------*/
.blog__sidebar {
  padding-left: 40px;
}

.blog__sidebar__item {
  margin-bottom: 50px;
}
.blog__sidebar__item:last-child {
  margin-bottom: 0;
}
.blog__sidebar__item .section-title {
  margin-bottom: 40px;
}
.blog__sidebar__item .section-title h4 {
  font-size: 16px;
}
.blog__sidebar__item .section-title h4:after {
  bottom: -7px;
}
.blog__sidebar__item ul li {
  list-style: none;
  line-height: 30px;
}
.blog__sidebar__item ul li a {
  font-size: 14px;
  color: #111111;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.blog__sidebar__item ul li a:hover {
  color: #0A68FF;
}
.blog__sidebar__item ul li a:hover span {
  color: #111111;
}
.blog__sidebar__item ul li a span {
  float: right;
  color: #888888;
}

.blog__feature__item {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog__feature__item:last-child {
  margin-bottom: 0;
}

.blog__feature__item__pic {
  float: left;
  margin-right: 25px;
}

.blog__feature__item__text {
  overflow: hidden;
}
.blog__feature__item__text h6 {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 5px;
}
.blog__feature__item__text span {
  font-size: 12px;
  color: #888888;
  display: block;
}

.blog__sidebar__tags a {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  border: 1px solid #f2f2f2;
  padding: 8px 14px 7px;
  margin-right: 6px;
  margin-bottom: 10px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.blog__sidebar__tags a:hover {
  color: #111111;
}
.blog__sidebar__tags a:last-child {
  margin-right: 0;
}

/*---------------------
  Blog Details
-----------------------*/
.blog-details {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog__details__item {
  background: #ffffff;
  margin-bottom: 24px;
}

.blog__details__item__title {
  background: #eeeeee;
  padding-top: 30px;
  padding-right: 30px;
  margin-top: -100px;
  position: relative;
  margin-right: 50px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  
}
.blog__details__item__title .tip {
  font-size: 12px;
  color: #ffffff;
  background: #0A68FF;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 2px 11px 1px;
  border-radius: 5px;
}
.blog__details__item__title h4 {
  color: #111111;
  font-weight: 600;
  line-height: 39px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.blog__details__item__title ul li {
  font-size: 12px;
  color: #888888;
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  position: relative;
}
.blog__details__item__title ul li span {
  color: #111111;
}
.blog__details__item__title ul li:after {
  position: absolute;
  right: -17px;
  top: 0px;
  content: "|";
}
.blog__details__item__title ul li:last-child {
  margin-right: 0;
}
.blog__details__item__title ul li:last-child:after {
  display: none;
}

.blog__details__desc {
  margin-bottom: 40px;
}
.blog__details__desc p {
  font-size: 15px;
  color: #444444;
  line-height: 27px;
}
.blog__details__desc p:last-child {
  margin-bottom: 0;
}

.blog__details__quote {
  border-top: 2px solid #0A68FF;
  position: relative;
  padding-top: 22px;
  margin-bottom: 20px;
}
.blog__details__quote .icon {
  height: 30px;
  width: 30px;
  font-size: 18px;
  color: #0A68FF;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: -11px;
}
.blog__details__quote p {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 0;
}

.blog__details__tags {
  margin-bottom: 50px;
}
.blog__details__tags a {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  border: 1px solid #f2f2f2;
  padding: 8px 14px 7px;
  margin-right: 6px;
  margin-bottom: 10px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.blog__details__tags a:hover {
  color: #111111;
}
.blog__details__tags a:last-child {
  margin-right: 0;
}

.blog__details__btns {
  background: #f5f5f5;
  padding: 14px 30px;
  margin-bottom: 55px;
}

.blog__details__btn__item.blog__details__btn__item--next {
  text-align: right;
}
.blog__details__btn__item.blog__details__btn__item--next h6 a i {
  margin-right: 0;
  margin-left: 5px;
}
.blog__details__btn__item h6 a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
}
.blog__details__btn__item h6 a i {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.blog__details__comment {
  position: relative;
}
.blog__details__comment h5 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.blog__details__comment .leave-btn {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
}
.blog__details__comment .leave-btn:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #0A68FF;
  content: "";
}

.blog__comment__item {
  margin-bottom: 35px;
}
.blog__comment__item:last-child {
  margin-bottom: 0;
}
.blog__comment__item.blog__comment__item--reply {
  padding-left: 115px;
}

.blog__comment__item__pic {
  float: left;
  margin-right: 25px;
}
.blog__comment__item__pic img {
  border-radius: 50%;
}

.blog__comment__item__text {
  overflow: hidden;
}
.blog__comment__item__text h6 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 14px;
}
.blog__comment__item__text p {
  font-size: 15px;
  color: #444444;
  line-height: 26px;
}
.blog__comment__item__text ul li {
  list-style: none;
  font-size: 12px;
  color: #888888;
  display: inline-block;
  margin-right: 25px;
}
.blog__comment__item__text ul li:last-child {
  margin-right: 0;
}
.blog__comment__item__text ul li i {
  font-size: 14px;
  color: #0A68FF;
  margin-right: 5px;
}

/*---------------------
  Contact
-----------------------*/
.contact {
  padding-top: 20px;
  padding-bottom: 40px;
}

.contact__address {
  margin-bottom: 45px;
}
.contact__address h5 {
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact__address ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
.contact__address ul li:last-child {
  margin-bottom: 0;
}
.contact__address ul li h6 {
  color: #111111;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact__address ul li h6 i {
  font-size: 16px;
  color: #0A68FF;
  margin-right: 5px;
}
.contact__address ul li p {
  margin-bottom: 0;
  font-size: 15px;
  color: #444444;
}
.contact__address ul li span {
  font-size: 15px;
  color: #444444;
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.contact__address ul li span:after {
  position: absolute;
  right: -15px;
  top: 11px;
  content: "|";
  line-height: 0;
}
.contact__address ul li span:last-child {
  margin-right: 0;
}
.contact__address ul li span:last-child:after {
  display: none;
}

.contact__form h5 {
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.contact__form form input {
  height: 50px;
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
  color: #444444;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 20px;
}
.contact__form form input::placeholder {
  color: #444444;
}
.contact__form form textarea {
  height: 130px;
  width: 100%;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 14px;
  color: #444444;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 14px;
  resize: none;
}
.contact__form form textarea::placeholder {
  color: #444444;
}

.contact__map {
  height: 780px;
}
.contact__map iframe {
  width: 100%;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/
@media only screen and (min-width: 1600px) and (max-width: 1900px) {
  .header {
    padding: 0 85px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header__menu ul li {
    margin-right: 20px;
  }
  .header {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__menu ul li {
    margin-right: 20px;
  }
  .header__right__auth {
    margin-right: 5px;
  }
  .sidebar__filter a {
    padding: 5px 15px 5px 15px;
  }
  .nav::before {
    width: 240px;
  }
  .nav::after {
    width: 240px;
  }
  
  /* CSS cho trang bài viết (blog) iPad Pro */
  .blog.spad {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  
  .blog .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  /* Blog item - 2 cột trên iPad Pro với margin tốt hơn */
  .blog__item {
    margin-bottom: 30px;
  }
  
  .blog .row > div.col-md-4 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .blog__item > a > div {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16/9 !important;
    border-radius: 12px 12px 0 0 !important;
  }
  
  .blog__item__text {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 18px !important;
    padding-top: 65px !important;
    border-radius: 0 0 12px 12px !important;
    margin-right: 0 !important;
    margin-top: -54px;
  }
  
  .blog__item__text h6 {
    font-size: 15px !important;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  
  .blog__item__text h6 a {
    color: #333 !important;
  }
  
  .blog__item__text ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .blog__item__text ul li {
    font-size: 13px !important;
    margin-right: 0 !important;
    color: #666;
  }
  
  /* Blog sidebar */
  .blog__sidebar {
    margin-top: 0;
  }
  
  .blog__sidebar .section-title h4 {
    font-size: 18px !important;
  }
}
/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 50px;
  }
  
  /* Ảnh sản phẩm trang chủ - khung vuông */
  .product__item__pic {
    height: 0 !important;
    padding-bottom: 100% !important;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
  }
  
  .product__item__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .product__item__pic.set-bg {
    width: 100%;
    height: 0 !important;
    padding-bottom: 100% !important;
    aspect-ratio: 1 / 1;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
  }
  
  /* CSS cho trang cửa hàng iPad - layout giống mobile */
  .shop.spad {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  
  .shop .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* Mobile Category Toggle Button - iPad */
  .mobile-category-toggle {
    margin-bottom: 20px;
  }
  
  .btn-category-toggle {
    width: 100%;
    padding: 15px 20px;
    background: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .btn-category-toggle:hover {
    border-color: #0A68FF;
    background: #f8f9fa;
  }
  
  .btn-category-toggle i.fa-bars {
    margin-right: 12px;
    font-size: 18px;
  }
  
  .btn-category-toggle .toggle-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
  }
  
  .btn-category-toggle.active .toggle-icon {
    transform: rotate(180deg);
  }
  
  /* Sidebar ẩn mặc định trên iPad */
  .shop__sidebar {
    display: none;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    margin-top: -10px;
    animation: slideDown 0.3s ease;
  }
  
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .shop__sidebar.show {
    display: block !important;
  }
  
  .col-lg-3.col-md-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  
  /* Categories grid trong sidebar */
  .sidebar__categories {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .sidebar__categories .section-title h4 {
    font-size: 18px !important;
    margin-bottom: 15px;
  }
  
  .categories__grid .cate-item {
    padding: 8px !important;
  }
  
  .categories__grid .cate-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
  }
  
  .categories__grid .cate-img:hover {
    transform: scale(1.05);
  }
  
  .categories__grid .cate-name {
    font-size: 13px !important;
    font-weight: 600;
    margin-top: 8px;
  }
  
  /* Sidebar filter */
  .sidebar__filter {
    padding: 0px 15px 5px !important;
    margin-bottom: 20px !important;
  }
  
  .sidebar__filter .section-title h4 {
    font-size: 18px !important;
  }
  
  .filter-range-wrap .range-slider .price-input input[type="text"] {
    font-size: 13px !important;
    padding: 10px !important;
  }
  
  .filter-range-wrap .range-slider .price-input .filter-price {
    font-size: 14px !important;
    padding: 12px 25px !important;
    margin-top: 15px !important;
  }
  
  /* Product grid iPad - 3 cột */
  .col-lg-9.col-md-9 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  
  .shop .row > div.col-lg-4 {
    width: 33.333333% !important;
    max-width: 33.333333% !important;
    flex: 0 0 33.333333% !important;
  }
  
  .shop .row > div[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
  }
  
  /* Shop options */
  .shop__product__option {
    margin-bottom: 20px;
  }
  
  .shop__product__option__left p {
    font-size: 14px !important;
  }
  
  .shop__product__option__right {
    font-size: 13px !important;
  }
  
  /* Product item text */
  .product__item__text h6 {
    font-size: 14px !important;
  }
  
  .product__item__text .product__price {
    font-size: 17px !important;
  }
  
  /* CSS cho trang bài viết (blog) iPad */
  .blog.spad {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  
  .blog .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* Blog item - 2 cột trên iPad */
  .blog__item {
    margin-bottom: 25px;
  }
  
  .blog .row > div.col-md-4 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  
  .blog__item > a > div {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16/9 !important;
    border-radius: 12px 12px 0 0 !important;
  }
  
  .blog__item__text {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 15px !important;
    padding-top: 60px !important;
    border-radius: 0 0 12px 12px !important;
    margin-right: 0 !important;
  }
  
  .blog__item__text h6 {
    font-size: 14px !important;
    line-height: 22px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  
  .blog__item__text h6 a {
    color: #333 !important;
  }
  
  .blog__item__text ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .blog__item__text ul li {
    font-size: 12px !important;
    margin-right: 0 !important;
    color: #666;
  }
  
  /* Blog sidebar */
  .blog__sidebar {
    margin-top: 30px;
  }
  
  .blog__sidebar .section-title h4 {
    font-size: 18px !important;
  }
  
  .filter__controls li {
    margin-right: 15px;
  }
  .discount__pic img {
    height: auto;
  }
  .discount__text {
    height: auto;
  }
  .sidebar__filter a {
    position: relative;
    bottom: 0;
  }
  .filter-range-wrap .range-slider .price-input input {
    max-width: 27%;
  }
  .filter-range-wrap .range-slider .price-input {
    margin-bottom: 20px;
  }
  .product__details__pic {
    margin-bottom: 50px;
  }
  .nav::before {
    width: 125px;
  }
  .nav::after {
    width: 125px;
  }
  .discount__content {
    margin-bottom: 40px;
  }
  .checkout__order {
    margin-top: 20px;
  }
  .blog__sidebar {
    padding-left: 0;
  }
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #222;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #323232;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 70px;
    top: 35px;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -1500px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding: 90px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
    max-width: 85%;
    top: 0;
  }
  .offcanvas__close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 25px;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    transform: rotate(45deg);
    cursor: pointer;
  }
  .offcanvas__menu {
    display: none;
  }
  .slicknav_btn {
    display: none;
  }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }
  .slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav {
    display: block !important;
  }
  #mobile-menu-wrap {
    text-align: left;
    margin-top: 10px;
  }
  #mobile-menu-wrap .slicknav_nav a {
    text-align: center;
    padding-left: 0;
    font-size: 20px;
    font-weight: 600;
  }
  .offcanvas__logo {
    /* margin-bottom: 20px; */
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  .offcanvas__logo img {
    max-height: 70px !important;
  }
  
  /* User + Widget Row - Flex container */
  .offcanvas__user-widget-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border-bottom: 1px solid #f0f0f0;
    gap: 15px;
  }
  
  /* Separator */
  .offcanvas__separator {
    font-size: 20px;
    color: #ccc;
    font-weight: 300;
  }
  
  .offcanvas__auth {
    text-align: center;
    /* margin-bottom: 15px; */
    padding: 0;
    border-bottom: none;
  }
  .offcanvas__auth.offcanvas__user-info {
    padding: 0;
  }
  .offcanvas__auth.offcanvas__user-info a {
    text-decoration: none;
    color: #111111;
  }
  .offcanvas__auth.offcanvas__user-info img {
    width: 35px !important;
    height: 35px !important;
  }
  .offcanvas__auth.offcanvas__user-info span {
    font-size: 14px !important;
  }
  .offcanvas__auth.offcanvas__login-register {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .offcanvas__auth.offcanvas__login-register a {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    text-decoration: none;
  }
  .offcanvas__widget {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-bottom: none;
    margin: 0;
    gap: 15px;
  }
  .offcanvas__widget li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    color: #111111;
    cursor: pointer;
    margin: 0;
  }
  .offcanvas__widget li a {
    font-size: 20px;
    color: #111111;
    position: relative;
  }
  .offcanvas__widget li a .tip {
    position: absolute;
    right: -12px;
    top: -10px;
    height: 18px;
    width: 18px;
    background: black;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
  }
  .header__menu {
    display: none;
  }
  .header__right {
    display: none;
  }
}
/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  /* Mobile 2 sản phẩm */
  .col-sm-6 {
    width: 49% !important;
  }
  .col-6-rp-mobile {
    width: 49% !important;
  }
  .canvas__open {
    display: block;
    font-size: 22px;
    color: #222;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #323232;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .offcanvas-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    z-index: 98;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    visibility: hidden;
  }
  .offcanvas-menu-overlay.active {
    visibility: visible;
  }
  .offcanvas-menu-wrapper {
    position: fixed;
    left: -650px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding: 90px 20px 30px 30px;
    display: block;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
  }
  .offcanvas-menu-wrapper.active {
    opacity: 1;
    left: 0;
    max-width: 85%;
    top: 0;
  }
  .offcanvas__close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 25px;
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 26px;
    text-align: center;
    transform: rotate(45deg);
    cursor: pointer;
  }
  .offcanvas__menu {
    display: none;
  }
  .slicknav_btn {
    display: none;
  }
  .slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }
  .slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #111111;
  }
  .slicknav_nav {
    display: block !important;
  }
  #mobile-menu-wrap {
    text-align: left;
    /* margin-top: 10px; */
  }
  #mobile-menu-wrap .slicknav_nav a {
    text-align: center;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .offcanvas__logo {
    /* margin-bottom: 20px; */
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  
  /* User + Widget Row - Flex container for mobile */
  .offcanvas__user-widget-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    border-bottom: 1px solid #f0f0f0;
    gap: 12px;
  }
  
  /* Separator for mobile */
  .offcanvas__separator {
    font-size: 18px;
    color: #ccc;
    font-weight: 300;
  }
  
  .offcanvas__auth {
    text-align: center;
    margin-right: 10px;
    padding: 0;
    border-bottom: none;
  }
  .offcanvas__auth.offcanvas__user-info {
    padding: 0;
  }
  .offcanvas__auth.offcanvas__user-info a {
    text-decoration: none;
    color: #111111;
  }
  .offcanvas__auth.offcanvas__user-info img {
    width: 32px !important;
    height: 32px !important;
  }
  .offcanvas__auth.offcanvas__user-info span {
    font-size: 13px !important;
  }
  .offcanvas__auth.offcanvas__login-register {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .offcanvas__auth.offcanvas__login-register a {
    font-size: 13px;
    color: #111111;
    font-weight: 600;
    text-decoration: none;
  }
  .offcanvas__widget {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-bottom: none;
    margin: 0;
    gap: 12px;
  }
  .offcanvas__widget li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    color: #111111;
    cursor: pointer;
    margin: 0;
  }
  .offcanvas__widget li a {
    font-size: 18px;
    color: #111111;
    position: relative;
  }
  .offcanvas__widget li a .tip {
    position: absolute;
    right: -12px;
    top: -11px;
    height: 18px;
    width: 18px;
    background: #000000;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
  }
  .header__menu {
    display: none;
  }
  .header__right {
    display: none;
  }
  .filter__controls {
    text-align: left;
    margin-bottom: 40px;
  }
  .filter__controls li {
    margin-right: 20px;
  }
  .discount__pic img {
    height: auto;
  }
  .discount__text {
    padding: 75px 40px 50px;
    height: auto;
  }
  .product__details__pic__left {
    height: auto;
  }
  .product__details__pic {
    margin-bottom: 30px;
  }
  .quantity {
    float: none;
    margin-right: 0;
  }
  .nav::before {
    display: none;
  }
  .nav::after {
    display: none;
  }
  .shop__cart__table {
    overflow-x: auto;
  }
  .shop__cart__table tbody tr .cart__product__item img {
    float: none;
    margin-right: 0;
  }
  .cart__btn {
    text-align: center;
    margin-bottom: 25px;
  }
  .cart__btn.update__btn {
    text-align: center;
  }
  .discount__content h6 {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .discount__content {
    margin-bottom: 35px;
  }
  .blog__sidebar {
    padding-left: 0;
    padding-top: 40px;
  }
  .contact__content {
    margin-bottom: 40px;
  }
  
  /* CSS cho trang giỏ hàng - Devices 480px-767px (bao gồm Surface Duo 540px) */
  .shop-cart {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  
  .shop-cart .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Table overflow */
  .shop__cart__table {
    overflow-x: auto;
  }
  
  /* Header table */
  .shop__cart__table thead th {
    font-size: 13px !important;
    padding-bottom: 14px !important;
    font-weight: 600;
  }
  
  /* Table body */
  .shop__cart__table tbody tr td {
    padding: 18px 6px !important;
    vertical-align: middle;
  }
  
  /* Product item */
  .shop__cart__table tbody tr .cart__product__item {
    width: 200px !important;
    display: flex !important;
    align-items: center !important;
  }
  
  .shop__cart__table tbody tr .cart__product__item img {
    width: 65px !important;
    height: 65px !important;
    margin-right: 12px !important;
    margin-top: 0 !important;
    border-radius: 6px !important;
    object-fit: cover !important;
    float: none !important;
  }
  
  .shop__cart__table tbody tr .cart__product__item .cart__product__item__title {
    padding-top: 0 !important;
    flex: 1 !important;
  }
  
  .shop__cart__table tbody tr .cart__product__item .cart__product__item__title h6 {
    font-size: 13px !important;
    line-height: 19px !important;
    margin-bottom: 6px !important;
    font-weight: 600 !important;
  }
  
  .shop__cart__table tbody tr .cart__product__item .cart__product__item__title .rating i {
    font-size: 10px !important;
  }
  
  /* Price column */
  .shop__cart__table tbody tr .cart__price {
    font-size: 14px !important;
    width: 95px !important;
    font-weight: 600 !important;
    color: #0A68FF !important;
  }
  
  /* Quantity column */
  .shop__cart__table tbody tr .cart__quantity {
    width: 110px !important;
  }
  
  /* Total column */
  .shop__cart__table tbody tr .cart__total {
    font-size: 14px !important;
    width: 95px !important;
    font-weight: 600 !important;
    color: #0A68FF !important;
  }
  
  /* Close button */
  .shop__cart__table tbody tr .cart__close span {
    height: 35px !important;
    width: 35px !important;
    font-size: 14px !important;
    line-height: 34px !important;
  }
  
  /* Select dropdowns (Size, Color) */
  .shop__cart__table td select.form-control {
    font-size: 12px !important;
    padding: 6px 10px !important;
    max-width: 90px !important;
    border-radius: 4px !important;
  }
  
  /* Cart buttons */
  .cart__btn {
    margin-bottom: 20px !important;
    text-align: center !important;
  }
  
  .cart__btn a,
  .cart__btn button {
    font-size: 14px !important;
    padding: 13px 22px !important;
    white-space: nowrap !important;
    border-radius: 20px !important;
  }
  
  /* Cart total section */
  .cart__total__procced {
    padding: 22px 18px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
  }
  
  .cart__total__procced h6 {
    font-size: 18px !important;
    margin-bottom: 16px !important;
    font-weight: 600 !important;
    color: #111 !important;
  }
  
  .cart__total__procced ul li {
    font-size: 14px !important;
    padding: 9px 0 !important;
    display: flex !important;
    justify-content: space-between !important;
  }
  
  .cart__total__procced ul li:last-child {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding-top: 13px !important;
    margin-top: 9px !important;
  }
  
  .cart__total__procced .primary-btn {
    font-size: 15px !important;
    padding: 15px 28px !important;
    white-space: nowrap !important;
  }
  
  /* Discount section */
  .discount__content {
    padding: 22px 18px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    margin-bottom: 22px !important;
  }
  
  .discount__content h6 {
    font-size: 16px !important;
    margin-bottom: 14px !important;
    font-weight: 600 !important;
    color: #111 !important;
  }
  
  .discount__content form input {
    font-size: 14px !important;
    padding: 11px 16px !important;
    border-radius: 6px !important;
  }
  
  .discount__content form button {
    font-size: 14px !important;
    padding: 11px 22px !important;
    white-space: nowrap !important;
    border-radius: 6px !important;
  }
}
/* Small Device = 320px */
@media only screen and (max-width: 479px) {
  .categories__item.categories__large__item {
    padding-left: 30px;
  }
  .banner__text h1 {
    font-size: 45px;
  }
  .filter__controls li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .discount__text {
    padding: 75px 0px 50px;
  }
  .footer__newslatter form {
    text-align: center;
  }
  .footer__newslatter form input {
    margin-bottom: 10px;
  }
  .footer__newslatter form button {
    position: relative;
    right: 0;
    top: 0;
  }
  /* Layout mới cho chi tiết sản phẩm mobile */
  .product__details__button {
    display: block;
    width: 100%;
  }
  
  /* Dòng nút: Thêm vào giỏ | Mua ngay | Icon tym */
  .product__details__button .quantity {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    float: none;
    width: 100%;
  }
  
  .section-title {
    margin-bottom: 25px;
  }

  .product__details__button .cart-btn {
    flex: 1;
    font-size: 11px;
    padding: 12px 8px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 50px;
    white-space: nowrap;
    height: 40px;
  }
  
  .product__details__button .cart-btn .icon_bag_alt {
    font-size: 13px;
  }
  
  /* Icon yêu thích nằm cùng hàng */
  .product__details__button ul {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 0 0 auto;
  }
  
  .product__details__button ul li {
    margin: 0 !important;
    display: block !important;
    list-style: none;
    position: static !important;
    opacity: 1 !important;
    top: auto !important;
  }
  .product__details__text h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .product__details__text h3 span {
    font-size: 12px;
  }
  .product__details__text .rating i {
    font-size: 11px;
  }
  .product__details__text .rating span {
    font-size: 11px;
  }
  .product__details__text p {
    font-size: 13px;
    line-height: 20px;
  }
  .product__details__price {
    font-size: 24px;
  }
  .product__details__price span {
    font-size: 16px;
  }
  .quantity > span {
    font-size: 13px;
  }
  .pro-qty {
    height: 45px;
    width: 140px;
  }
  .pro-qty input {
    font-size: 13px;
  }
  .product__details__widget ul li span {
    font-size: 13px;
    width: 120px;
  }
  .product__details__widget ul li .size__btn label {
    font-size: 13px;
    margin-right: 8px;
  }
  .product__details__button ul li a,
  .product__details__button ul li button {
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb !important;
    border-radius: 50% !important;
    background: white !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
  }
  
  .product__details__button ul li a span,
  .product__details__button ul li button span {
    font-size: 16px;
    visibility: visible !important;
    opacity: 1 !important;
    color: #666666 !important;
  }
  .nav-item {
    margin-right: 15px;
  }
  .nav-item .nav-link {
    font-size: 14px;
  }
  .tab-content .tab-pane h6 {
    font-size: 15px;
  }
  .tab-content .tab-pane p {
    font-size: 13px;
  }
  .related__title h5 {
    font-size: 16px;
  }
  .product__details__tab {
    padding-top: 10px;
    margin-bottom: 40px;
  }
  
  /* Product Images - Mobile */
  .product__details__pic__left {
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .product__details__pic__left::-webkit-scrollbar {
    width: 5px;
  }
  
  .product__details__pic__left::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 5px;
  }
  
  /* Input chọn số lượng */
  .product__details__text .input-group {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  
  .product__details__text .input-group span {
    font-size: 13px;
    white-space: nowrap;
  }
  
  .input-next,
  /* Quantity buttons in cart - Mobile */
  .input-next-cart {
    height: 34px  !important;
    width: 92px  !important;
    border-radius: 50px;
  }
 
  .input-group .quantity-field,
  .input-group .quantity-field-cart {
    height: 34px !important;
    width: 60px !important;
    font-size: 13px !important;
    padding: 0 6px;
  }
  
  .input-group .button-minus,
  .input-group .button-plus {
    height: 32px !important;
    width: 32px !important;
    font-size: 15px !important;
    line-height: 32px;
  }
  
  .input-group input[type=button] {
    min-width: 20px !important;
  }
  
  .product__details__text .input-group .mx-4 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  
  /* Chọn size và màu */
  .product__details__text .d-flex.align-items-center.my-3 {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    flex-wrap: nowrap !important;
  }
  
  .product__details__text select.form-control {
    flex: 1 !important;
    min-width: 100px !important;
    height: 38px;
    font-size: 13px;
  }
  
  .section-title h4 {
    font-size: 16px;
  }
  .breadcrumb__links a,
  .breadcrumb__links span {
    font-size: 13px;
  }
  .product-details {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  
  .product-details .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .product__details__text {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .product__details__pic {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .blog__details__item__title {
    width: 100%;
  }
  .blog__comment__item.blog__comment__item--reply {
    padding-left: 0;
  }
  .blog__comment__item__text ul li {
    margin-right: 5px;
  }
  .primary-btn.load-btn {
    padding: 12px 50px 10px;
    margin: 10px;
  }
  .blog__comment__item__pic {
    float: none;
    margin-bottom: 20px;
  }
  .discount__content form {
    width: 100%;
  }
  .search-model-form input {
    width: 100%;
    font-size: 24px;
  }
  
  /* CSS cho trang giỏ hàng mobile */
  .shop-cart {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  
  /* Header table */
  .shop__cart__table thead th {
    font-size: 13px !important;
    padding-bottom: 14px;
    font-weight: 600;
  }
  
  /* Table body */
  .shop__cart__table tbody tr td {
    padding: 18px 6px;
    vertical-align: middle;
  }
  
  /* Product item */
  .shop__cart__table tbody tr .cart__product__item {
    width: 200px;
    display: flex;
    align-items: center;
  }
  
  .shop__cart__table tbody tr .cart__product__item img {
    width: 65px !important;
    height: 65px !important;
    margin-right: 12px;
    margin-top: 0;
    border-radius: 6px;
    object-fit: cover;
  }
  
  .shop__cart__table tbody tr .cart__product__item .cart__product__item__title {
    padding-top: 0;
    flex: 1;
  }
  
  .shop__cart__table tbody tr .cart__product__item .cart__product__item__title h6 {
    font-size: 13px !important;
    line-height: 19px;
    margin-bottom: 6px;
    font-weight: 600;
  }
  
  .shop__cart__table tbody tr .cart__product__item .cart__product__item__title .rating i {
    font-size: 10px;
  }
  
  /* Price column */
  .shop__cart__table tbody tr .cart__price {
    font-size: 14px !important;
    width: 95px;
    font-weight: 600;
    color: #0A68FF;
  }
  
  /* Quantity column */
  .shop__cart__table tbody tr .cart__quantity {
    width: 110px;
  }
  
  /* Total column */
  .shop__cart__table tbody tr .cart__total {
    font-size: 14px !important;
    width: 95px;
    font-weight: 600;
    color: #0A68FF;
  }
  
  /* Close button */
  .shop__cart__table tbody tr .cart__close span {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 34px;
  }
  
  /* Select dropdowns (Size, Color) */
  .shop__cart__table td select.form-control {
    font-size: 12px !important;
    padding: 6px 10px !important;
    max-width: 90px !important;
    border-radius: 4px;
  }
  
  /* Cart buttons */
  .cart__btn {
    margin-bottom: 20px;
  }
  
  .cart__btn a,
  .cart__btn button {
    font-size: 14px !important;
    padding: 13px 22px !important;
    white-space: nowrap;
    border-radius: 20px;
  }
  
  /* Cart total section */
  .cart__total__procced {
    padding: 22px 18px;
    background: #f8f9fa;
    border-radius: 8px;
  }
  
  .cart__total__procced h6 {
    font-size: 18px !important;
    margin-bottom: 16px;
    font-weight: 600;
    color: #111;
  }
  
  .cart__total__procced ul li {
    font-size: 14px !important;
    padding: 9px 0;
    display: flex;
    justify-content: space-between;
  }
  
  .cart__total__procced ul li:last-child {
    font-size: 16px !important;
    font-weight: 600;
    /* border-top: 2px solid #e0e0e0; */
    padding-top: 13px;
    margin-top: 9px;
  }
  
  .cart__total__procced .primary-btn {
    font-size: 15px !important;
    padding: 15px 28px;
    white-space: nowrap;
  }
  
  /* Discount section */
  .discount__content {
    padding: 22px 18px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 22px;
  }
  
  .discount__content h6 {
    font-size: 16px !important;
    margin-bottom: 14px;
    font-weight: 600;
    color: #111;
  }
  
  .discount__content form input {
    font-size: 14px !important;
    padding: 11px 16px;
    border-radius: 6px;
  }
  
  .discount__content form button {
    font-size: 14px !important;
    padding: 11px 22px;
    white-space: nowrap;
    border-radius: 6px;
  }
  
  /* Applied coupon display - Mobile */
  .applied-coupon {
    margin-bottom: 15px;
  }
  
  .applied-coupon .btn-outline-danger {
    left: 230px;
  }
 
  .applied-coupon .alert {
    border-radius: 10px !important;
    padding: 15px !important;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%) !important;
    border: 2px solid #28a745 !important;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.15);
    position: relative;
  }
  
  .applied-coupon .alert .d-flex {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 0;
  }
  
  .applied-coupon .alert > .d-flex > div {
    width: 100%;
    font-size: 13px !important;
    line-height: 24px;
    color: #155724;
  }
  
  .applied-coupon .alert strong {
    font-size: 13px !important;
    font-weight: 600;
    color: #155724;
    display: inline;
    margin-right: 5px;
  }
  
  .applied-coupon .alert > .d-flex > div br {
    display: block;
    content: "";
    margin: 0;
  }
  
  .applied-coupon .alert form {
    position: absolute !important;
    top: 50% !important;
    right: 15px !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
  }
  
  .applied-coupon .btn-outline-danger {
    font-size: 12px !important;
    padding: 8px 15px !important;
    border-radius: 20px !important;
    white-space: nowrap !important;
    border-width: 2px !important;
    font-weight: 600;
    margin: 0 !important;
  }
  
  .applied-coupon .btn-outline-danger i {
    margin-right: 4px;
    font-size: 11px;
  }
  
  .discount__content p {
    font-size: 13px !important;
    margin-bottom: 8px;
    line-height: 20px;
  }
  
  .discount__content .btn {
    font-size: 12px !important;
    padding: 6px 12px;
  }
  
  /* Alert messages */
  .alert {
    font-size: 13px !important;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  
  /* CSS cho trang chủ mobile */
  /* Banner và carousel */
  .carousel-inner img {
    border-radius: 8px !important;
    height: auto;
  }
  
  .product-offer {
    margin-bottom: 10px;
  }
  
  .product-offer img {
    border-radius: 8px;
  }
  
  /* Categories section */
  .cate-home {
    padding: 15px 10px !important;
    margin-bottom: 15px !important;
  }
  
  .cate-home .section-title {
    margin-bottom: 15px !important;
  }
  
  .cate-home .section-title h4 {
    font-size: 18px !important;
  }
  
  .cate-gory {
    padding: 8px 5px !important;
  }
  
  .cate-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 8px !important;
  }
  
  .cate-name {
    font-size: 12px !important;
  }
  
  /* Product section */
  .product.spad {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding: 5px;
  }
  
  .product .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .section-title h4 {
    font-size: 18px !important;
  }
  
  /* Product items */
  .product__item {
    margin-bottom: 20px;
  }
  
  .product__item__pic {
    height: 180px !important;
    aspect-ratio: 1 / 1;
  }
  
  .product__item__pic img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  
  .product__item__text h6 {
    font-size: 13px !important;
    line-height: 18px;
    margin-bottom: 8px;
  }
  
  .product__item__text .rating i {
    font-size: 10px !important;
  }
  
  .product__item__text .product__price {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
  
  .product__item__text .product__price span {
    font-size: 13px !important;
  }
  
  /* Labels giảm giá */
  .product__item__pic .label {
    font-size: 11px !important;
    padding: 4px 8px !important;
  }
  
  /* Nút mua ngay */
  .btn-custom {
    font-size: 12px !important;
    padding: 10px 15px !important;
  }
  
  /* Product hover icons */
  .product__hover li a {
    height: 35px !important;
    width: 35px !important;
    font-size: 14px !important;
  }
  
  .product__hover li button.favorite-btn,
  .product__hover li button.cart-btn {
    height: 35px !important;
    width: 35px !important;
    font-size: 14px !important;
  }
  
  .product__hover li a.favorite-btn,
  .product__hover li a.cart-btn {
    height: 35px !important;
    width: 35px !important;
    font-size: 14px !important;
  }
  
  /* Banner slider section */
  .banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .banner__text h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
  
  .banner__text a {
    font-size: 13px !important;
    padding: 10px 20px !important;
  }
  
  /* Trending/Instagram section */
  .trend__content {
    padding: 20px 10px;
  }
  
  .trend__content .section-title h4 {
    font-size: 16px !important;
  }
  
  /* Buttons */
  .btn-outline-primary {
    font-size: 13px !important;
    padding: 10px 25px !important;
  }
  
  /* Container spacing */
  section.container,
  .container.my-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Row spacing */
  .row.g-1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .row.g-1 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  /* CSS cho trang cửa hàng (shop) mobile */
  /* Shop section */
  .shop.spad {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  .shop .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Sidebar */
  .shop__sidebar {
    margin-bottom: 20px;
  }
  
  .sidebar__categories .section-title h4 {
    font-size: 16px !important;
  }
  
  .categories__accordion .card {
    margin-bottom: 8px;
  }
  
  .card-heading a {
    font-size: 13px !important;
    padding: 10px 15px !important;
  }
  
  /* Sidebar filter */
  .sidebar__filter {
    padding: 0px 15px 5px !important;
    margin-bottom: 20px !important;
  }
  
  .sidebar__filter .section-title {
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
  }
  
  .sidebar__filter .section-title h4 {
    font-size: 16px !important;
  }
  
  .sidebar__filter p {
    font-size: 12px !important;
    margin-bottom: 6px !important;
  }
  
  .filter-range-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .filter-range-wrap .price-range {
    margin-bottom: 20px !important;
  }
  
  .range-slider {
    margin-bottom: 10px;
  }
  
  .price-input {
    margin-bottom: 5px;
  }
  
  .filter-range-wrap .range-slider .price-input input[type="text"] {
    font-size: 12px !important;
    padding: 8px 10px !important;
    width: calc(50% - 25px) !important;
  }
  
  .filter-range-wrap .range-slider .price-input .filter-price {
    font-size: 12px !important;
    padding: 10px 20px !important;
    margin-top: 15px !important;
  }
  
  .filter__btn {
    font-size: 12px !important;
    padding: 10px 20px !important;
  }
  
  /* Shop options */
  .shop__product__option {
    margin-bottom: 15px;
  }
  
  .shop__product__option__left p {
    font-size: 13px !important;
  }
  
  .shop__product__option__right {
    font-size: 12px !important;
  }
  
  .shop__product__option__right select {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
  
  /* Pagination */
  .pagination {
    margin-top: 20px;
  }
  
  .pagination a {
    font-size: 13px !important;
    padding: 8px 12px !important;
    margin: 0 3px !important;
  }
  
  /* Product grid spacing */
  .shop .row > div[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  
  /* CSS cho trang bài viết (blog) mobile */
  .blog.spad {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  .blog .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Blog item */
  .blog__item {
    margin-bottom: 25px;
  }
  
  .blog__item > a > div {
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    border-radius: 8px 8px 0 0 !important;
  }
  
  .blog__item__text {
    width: 100% !important;
    padding: 18px 15px !important;
    padding-top: 60px !important;
    border-radius: 0 0 8px 8px !important;
  }
  
  .blog__item__text h6 {
    font-size: 12px !important;
    line-height: 22px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  
  .blog__item__text h6 a {
    color: #333 !important;
  }
  
  .blog__item__text ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .blog__item__text ul li {
    font-size: 12px !important;
    margin-right: 0 !important;
    color: #666;
  }
  
  /* Blog sidebar */
  .blog__sidebar {
    margin-top: 30px;
  }
  
  .blog__sidebar__item {
    margin-bottom: 25px;
    padding: 18px 15px;
    background: #f8f9fa;
    border-radius: 8px;
  }
  
  .blog__sidebar__item .section-title {
    margin-bottom: 12px;
  }
  
  .blog__sidebar__item .section-title h4 {
    font-size: 16px !important;
    margin-bottom: 0;
    font-weight: 600;
    color: #333;
  }
  
  .blog__sidebar__item ul {
    margin: 0;
    padding: 0;
  }
  
  .blog__sidebar__item ul li {
    padding: 10px 0;
    font-size: 14px !important;
    border-bottom: 1px solid #e8e8e8;
  }
  
  .blog__sidebar__item ul li:last-child {
    border-bottom: none;
  }
  
  .blog__sidebar__item ul li a {
    font-size: 14px !important;
    color: #555;
    display: block;
  }
  
  .blog__sidebar__item ul li a span {
    color: #999;
    font-size: 12px;
  }
  
  /* Blog feature item */
  .blog__feature__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    gap: 12px;
  }
  
  .blog__feature__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .blog__feature__item__pic > div {
    width: 100px !important;
    height: 70px !important;
    aspect-ratio: 16/9 !important;
    flex-shrink: 0;
  }
  
  .blog__feature__item__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .blog__feature__item__text h6 {
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
  }
  
  .blog__feature__item__text span {
    font-size: 12px !important;
    color: #999;
  }
  
  /* Blog Details Page - Chi tiết bài viết */
  .blog-details.spad {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  .blog-details .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .blog__details__content {
    margin-bottom: 25px;
  }
  
  .blog__details__item {
    margin-bottom: 15px !important;
    background: transparent !important;
  }
  
  .blog__details__item > div[style*="aspect-ratio"] {
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    /* border-radius: 8px !important; */
    overflow: hidden;
  }
  
  .blog__details__item > div[style*="aspect-ratio"] img {
    width: 100% !important;
    height: 100% !important;
  }
  
  .blog__details__item__title {
    padding: 15px 12px !important;
    margin-top: 0 !important;
    background: #f8f9fa !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    
  }
  
  .blog__details__item__title .tip {
    font-size: 11px !important;
    padding: 4px 10px !important;
    border-radius: 4px;
    display: inline-block;
  }
  
  .blog__details__item__title h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 10px !important;
    margin-bottom: 8px !important;
    font-weight: 600;
    color: #111111;
  }
  
  .blog__details__item__title ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .blog__details__item__title ul li {
    font-size: 12px !important;
    color: #666 !important;
    margin-right: 0 !important;
    position: relative;
  }
  
  .blog__details__item__title ul li:after {
    display: none !important;
  }
  
  .blog__details__item__title ul li span {
    color: #333 !important;
    font-weight: 500;
  }
  
  .blog__details__desc {
    margin-bottom: 25px !important;
    padding: 0 12px !important;
  }
  
  .blog__details__desc p {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #444 !important;
    margin-bottom: 15px !important;
    text-align: justify;
  }
  
  .blog__details__desc h1,
  .blog__details__desc h2,
  .blog__details__desc h3,
  .blog__details__desc h4,
  .blog__details__desc h5,
  .blog__details__desc h6 {
    font-size: 15px !important;
    line-height: 22px !important;
    margin-bottom: 12px !important;
    margin-top: 20px !important;
    font-weight: 600;
    color: #111;
  }
  
  .blog__details__desc ul,
  .blog__details__desc ol {
    padding-left: 20px !important;
    margin-bottom: 15px !important;
  }
  
  .blog__details__desc li {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 8px !important;
    color: #444;
  }
  
  .blog__details__quote {
    margin-bottom: 20px !important;
    padding: 15px 12px !important;
    padding-top: 20px !important;
  }
  
  .blog__details__quote .icon {
    height: 25px !important;
    width: 25px !important;
    font-size: 14px !important;
  }
  
  .blog__details__quote p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  
  /* Favourite Page - Trang yêu thích mobile */
  .shop-cart.spad {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Nút "Chi tiết" trong trang yêu thích */
  .btn-custom {
    font-size: 11px !important;
    padding: 8px 12px !important;
    height: auto !important;
    white-space: nowrap;
    min-width: 70px;
  }
  
  /* Empty state messages */
  .container-fluid.mt-5 h4 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
  }
  
  .container-fluid.mt-5 .btn {
    font-size: 13px !important;
    padding: 12px 20px !important;
    margin-bottom: 10px !important;
  }
  
  /* Điều chỉnh nút tiếp tục mua sắm */
  .cart__btn button {
    font-size: 12px !important;
    padding: 12px 20px !important;
    white-space: nowrap;
    border-radius: 20px;
  }
  
  /* Checkout Page - Trang thanh toán mobile */
  .checkout.spad {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  
  .checkout .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Coupon link */
  .coupon__link {
    font-size: 13px !important;
    padding: 12px 15px !important;
    margin-bottom: 20px !important;
    border-radius: 6px;
  }
  
  .coupon__link a {
    font-size: 13px !important;
    display: block;
    margin-top: 5px;
  }
  
  /* Checkout form */
  .checkout__form h5 {
    font-size: 16px !important;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  
  .checkout__form__input {
    margin-bottom: 15px;
  }
  
  .checkout__form__input p {
    font-size: 13px !important;
    margin-bottom: 8px;
    font-weight: 500;
  }
  
  .checkout__form__input input,
  .checkout__form__input textarea {
    font-size: 13px !important;
    padding: 12px 15px !important;
    height: auto !important;
    min-height: 45px;
    border-radius: 6px;
    margin-bottom: 0 !important;
  }
  
  .checkout__form__input textarea {
    min-height: 80px;
  }
  
  /* Info notice */
  .checkout__form p[style*="font-size: 15px"] {
    font-size: 12px !important;
    padding: 10px;
    background: #f0f8ff;
    border-radius: 6px;
    border-left: 3px solid #007bff;
  }
  
  /* Checkout order box */
  .checkout__order {
    padding: 20px 15px !important;
    background: #f8f9fa !important;
    border-radius: 8px;
    margin-top: 25px;
  }
  
  .checkout__order h5 {
    font-size: 16px !important;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #d7d7d7;
    font-weight: 600;
  }
  
  /* Applied coupon in checkout */
  .checkout__order .applied-coupon {
    margin-bottom: 15px;
  }
  
  .checkout__order .applied-coupon .alert {
    padding: 12px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
  }
  
  .checkout__order .applied-coupon strong {
    font-size: 12px !important;
  }
  
  /* Product list */
  .checkout__order__product {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .checkout__order__product ul li {
    font-size: 12px !important;
    margin-bottom: 10px;
    line-height: 20px;
  }
  
  .checkout__order__product ul li .top__text,
  .checkout__order__product ul li .top__text__right {
    font-size: 13px !important;
    font-weight: 600;
  }
  
  .checkout__order__product ul li span {
    font-size: 12px !important;
    font-weight: 600;
    color: #0A68FF;
  }
  
  .checkout__order__product ul li a {
    font-size: 12px !important;
  }
  
  .checkout__order__product ul li div[style*="font-size: 95%"] {
    font-size: 11px !important;
    margin-top: 3px;
    color: #666;
  }
  
  /* Total section */
  .checkout__order__total {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  
  .checkout__order__total ul li {
    font-size: 13px !important;
    margin-bottom: 8px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
  }
  
  .checkout__order__total ul li strong {
    font-size: 14px !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
  }
  
  .checkout__order__total ul li span {
    font-size: 13px !important;
    font-weight: 600;
    margin-left: auto;
  }
  
  .checkout__order__total ul li strong span {
    font-size: 14px !important;
  }
  
  .checkout__order__total ul li.text-success {
    color: #28a745 !important;
  }
  
  /* Payment widget */
  .checkout__order__widget {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  
  .checkout__order__widget label {
    font-size: 13px !important;
    padding: 10px 12px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
  }
  
  /* Submit button */
  .checkout__order .site-btn,
  .checkout__order button[type="submit"] {
    font-size: 14px !important;
    padding: 14px 20px !important;
    width: 100%;
    border-radius: 6px;
    white-space: nowrap;
    font-weight: 600;
  }
  
  /* Alert messages in checkout */
  .checkout__form .alert {
    font-size: 13px !important;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  
  /* Modal xác nhận đặt hàng */
  #thanh-toan-1 .modal-dialog {
    margin: 10px;
    max-width: calc(100% - 20px);
  }
  
  #thanh-toan-1 .modal-content {
    border-radius: 8px;
  }
  
  #thanh-toan-1 .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
  }
  
  #thanh-toan-1 .modal-header h4 {
    font-size: 16px !important;
    font-weight: 600;
    margin: 0;
    color: #111;
  }
  
  #thanh-toan-1 .modal-body {
    padding: 20px 15px;
    font-size: 14px !important;
    line-height: 22px;
  }
  
  #thanh-toan-1 .modal-footer {
    padding: 12px 15px !important;
    border-top: 1px solid #e9ecef;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 10px !important;
  }
  
  #thanh-toan-1 .modal-footer .btn-primary {
    width: 70% !important;
    font-size: 14px !important;
    padding: 12px 15px !important;
    border-radius: 6px;
    font-weight: 600;
    order: 1 !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
  }
  
  #thanh-toan-1 .modal-footer .btn-secondary {
    width: 25% !important;
    font-size: 14px !important;
    padding: 12px 10px !important;
    border-radius: 6px;
    order: 2 !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
  }
  
  /* Thanks Page - Trang cảm ơn mobile */
  .d-flex.justify-content-center.align-items-center[style*="height: 400px"] {
    height: auto !important;
    min-height: 300px !important;
    margin-bottom: 80px !important;
    padding: 30px 15px !important;
  }
  
  /* SVG icon */
  .d-flex.justify-content-center.align-items-center svg {
    width: 60px !important;
    height: 60px !important;
  }
  
  /* Heading cảm ơn */
  .d-flex.justify-content-center.align-items-center h3 {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 15px !important;
    font-weight: 600;
    padding: 0 10px;
  }
  
  /* Subheading */
  .d-flex.justify-content-center.align-items-center h5 {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 20px !important;
    font-weight: 400;
    padding: 0 10px;
    color: #666;
  }
  
  /* Button xem đơn hàng */
  .d-flex.justify-content-center.align-items-center .btn {
    font-size: 14px !important;
    padding: 12px 30px !important;
    border-radius: 6px;
    font-weight: 600;
    min-width: 150px;
    white-space: nowrap;
  }
  
  /* Margin cho icon */
  .d-flex.justify-content-center.align-items-center .mb-4 {
    margin-bottom: 20px !important;
  }
  
  /* My Orders Page - Trang đơn hàng mobile */
  .container.pt-4.mb-0 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 20px !important;
  }
  
  /* Order card */
  .container.pt-4.mb-0 .card {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }
  
  /* Card header */
  .container.pt-4.mb-0 .card-header {
    padding: 12px 15px !important;
    font-size: 13px !important;
    display: flex;
    flex-direction: column !important;
    gap: 8px;
  }
  
  .container.pt-4.mb-0 .card-header .fw-500 {
    font-size: 13px !important;
    line-height: 20px;
  }
  
  .container.pt-4.mb-0 .card-header .float-right {
    float: none !important;
    text-align: left !important;
    font-size: 13px !important;
  }
  
  .container.pt-4.mb-0 .card-header span[style*="font-weight: 600"] {
    font-size: 13px !important;
  }
  
  /* Card body */
  .container.pt-4.mb-0 .card-body {
    padding: 15px !important;
  }
  
  /* Product list */
  .container.pt-4.mb-0 .card-body ul.row {
    padding: 0;
    margin: 0 -5px;
  }
  
  .container.pt-4.mb-0 .card-body ul.row li {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  
  /* Product item */
  .container.pt-4.mb-0 .itemside {
    display: flex;
    gap: 12px;
    margin-bottom: 0 !important;
  }
  
  .container.pt-4.mb-0 .itemside .aside {
    width: 70px !important;
    height: 70px !important;
    flex-shrink: 0;
  }
  
  .container.pt-4.mb-0 .itemside .aside img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 6px;
  }
  
  .container.pt-4.mb-0 .itemside .info {
    flex: 1;
    min-width: 0;
  }
  
  .container.pt-4.mb-0 .itemside .info .title {
    font-size: 13px !important;
    line-height: 18px;
    margin-bottom: 6px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .container.pt-4.mb-0 .itemside .info .text-primary {
    font-size: 13px !important;
    font-weight: 600;
  }
  
  .container.pt-4.mb-0 .itemside .info span[style*="font-size: 16px"] {
    font-size: 13px !important;
  }
  
  /* Total section */
  .container.pt-4.mb-0 .card-body > div {
    margin-top: 15px;
  }
  
  .container.pt-4.mb-0 .card-body .float-right {
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 12px;
  }
  
  .container.pt-4.mb-0 .card-body .float-right .text-dark {
    font-size: 13px !important;
  }
  
  /* Ẩn dấu : sau "Thành tiền" ở mobile */
  .container.pt-4.mb-0 .card-body .float-right .colon-separator {
    display: none;
  }
  
  .container.pt-4.mb-0 .card-body .float-right span[style*="font-weight: 600"] {
    font-size: 15px !important;
  }
  
  .container.pt-4.mb-0 .card-body .float-right .btn-custom {
    font-size: 13px !important;
    padding: 10px 20px !important;
    border-radius: 6px;
    width: auto;
    margin-right: 0 !important;
  }
  
  /* Back button */
  .container.text-center.mt-4.mb-4 {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
  }
  
  .container.text-center.mt-4.mb-4 .btn-custom {
    font-size: 14px !important;
    padding: 12px 25px !important;
    border-radius: 6px;
  }
  
  /* Empty state - not logged in */
  .container-fluid.mt-5 .col-md-6 h4 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
    padding: 0 15px;
  }
  
  .container-fluid.mt-5 .col-md-6 .btn {
    font-size: 14px !important;
    padding: 12px 25px !important;
    margin: 5px !important;
    border-radius: 25px;
  }
  
  /* Bottom spacing */
  div[style*="margin-bottom: 200px"] {
    margin-bottom: 80px !important;
  }
  
  /* User Info Page - Trang thông tin tài khoản mobile - Font size */
  section[style*="background-color: #fff"] .container.my-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Breadcrumb */
  section[style*="background-color: #fff"] .breadcrumb__links a,
  section[style*="background-color: #fff"] .breadcrumb__links span {
    font-size: 13px !important;
  }
  
  /* Avatar size mobile */
  section[style*="background-color: #fff"] div[style*="width: 60px"] {
    width: 50px !important;
    height: 50px !important;
  }
  
  /* Avatar "Sửa hồ sơ" link */
  section[style*="background-color: #fff"] .d-flex.align-items-center.justify-content-between a {
    font-size: 13px !important;
  }
  
  /* Menu items */
  section[style*="background-color: #fff"] .list-group .list-group-item {
    font-size: 13px !important;
    padding: 12px 15px !important;
  }
  
  /* Card body padding */
  section[style*="background-color: #fff"] .col-lg-8 .card-body {
    padding: 15px !important;
  }
  
  /* Info labels & values */
  section[style*="background-color: #fff"] .col-lg-8 .card-body .row p {
    font-size: 13px !important;
    line-height: 22px;
  }
  
  /* "Thay đổi" link */
  section[style*="background-color: #fff"] .col-lg-8 .card-body .row a.text-primary {
    font-size: 13px !important;
  }
  
  /* Action buttons */
  section[style*="background-color: #fff"] .d-flex.flex-wrap.gap-2 .btn {
    font-size: 14px !important;
    padding: 12px 20px !important;
  }
  
  /* Not logged in section */
  section[style*="background-color: #fff"] .container-fluid.mt-5 .col-md-6 h4 {
    font-size: 18px !important;
    line-height: 26px;
  }
  
  section[style*="background-color: #fff"] .container-fluid.mt-5 .col-md-6 p {
    font-size: 14px !important;
    line-height: 22px;
  }
  
  section[style*="background-color: #fff"] .container-fluid.mt-5 .col-md-6 .btn {
    font-size: 14px !important;
    padding: 14px 30px !important;
  }
  
  /* Change Password Page - Trang đổi mật khẩu mobile */
  /* Breadcrumb option - remove margin */
  .breadcrumb-option {
    padding-top: 15px !important;
    padding-bottom: 5px !important;
    margin-bottom: 0 !important;
  }
  
  .breadcrumb-option .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .breadcrumb-option .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .breadcrumb-option .col-lg-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  /* Breadcrumb text */
  .breadcrumb-option .breadcrumb__links {
    margin-bottom: 0 !important;
  }
  
  .breadcrumb-option .breadcrumb__links a,
  .breadcrumb-option .breadcrumb__links span {
    font-size: 13px !important;
  }
  
  /* Section checkout - reduce padding */
  section.checkout.spad {
    padding-top: 15px !important;
    padding-bottom: 30px !important;
  }
  
  section.checkout.spad .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Row spacing */
  section.checkout.spad .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  
  section.checkout.spad .row > [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  /* Left sidebar card */
  section.checkout.spad .col-lg-4 .card {
    margin-bottom: 15px !important;
  }
  
  section.checkout.spad .col-lg-4 .card-body {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  /* Left sidebar - Avatar with margin-left */
  section.checkout.spad .col-lg-4 div[style*="width: 60px"] {
    width: 50px !important;
    height: 50px !important;
    margin-left: 15px !important;
  }
  
  /* "Sửa hồ sơ" link with padding-right */
  section.checkout.spad .col-lg-4 .card-body a {
    font-size: 13px !important;
    padding-right: 15px !important;
  }
  
  /* Menu items */
  section.checkout.spad .list-group .list-group-item {
    font-size: 14px !important;
    padding: 12px 15px !important;
  }
  
  /* Right section */
  section.checkout.spad .col-lg-8 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  /* Border wrapper for password form */
  section.checkout.spad .col-lg-8 > * {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 5px !important;
  }
  
  /* Page title */
  section.checkout.spad .col-lg-8 h5 {
    font-size: 18px !important;
    margin-bottom: 15px !important;
    padding: 0 15px;
    border: none !important;
  }
  
  /* Form row spacing */
  section.checkout.spad .col-lg-8 .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  
  section.checkout.spad .col-lg-8 .row > [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  /* Form inputs wrapper */
  section.checkout.spad .checkout__form__input {
    margin-bottom: 15px !important;
  }
  
  /* Form labels */
  section.checkout.spad .checkout__form__input p {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }
  
  /* Form inputs */
  section.checkout.spad .checkout__form__input input {
    font-size: 14px !important;
    padding: 12px 15px !important;
    height: auto !important;
  }
  
  /* Error messages */
  section.checkout.spad .checkout__form__input .text-danger {
    font-size: 12px !important;
  }
  
  /* Required field note */
  section.checkout.spad .col-lg-12.mb-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  section.checkout.spad .col-lg-12.mb-3 span {
    font-size: 13px !important;
  }
  
  section.checkout.spad .col-lg-12.mb-3 span.text-primary {
    font-size: 16px !important;
  }
  
  /* Submit button */
  section.checkout.spad .cart__btn {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  
  section.checkout.spad .cart__btn input[type="submit"] {
    font-size: 14px !important;
    padding: 12px 25px !important;
    width: 100%;
  }
  
  /* Not logged in section */
  section.checkout.spad + div[style*="margin-bottom: 400px"] {
    margin-bottom: 80px !important;
  }
  
  section.checkout ~ div .container-fluid.mt-5 .col-md-6 h4 {
    font-size: 18px !important;
    line-height: 26px;
    padding: 0 15px;
  }
  
  section.checkout ~ div .container-fluid.mt-5 .col-md-6 .btn {
    font-size: 14px !important;
    padding: 12px 25px !important;
    margin: 5px !important;
  }
  
  /* Payment Guide Page - Trang hướng dẫn thanh toán mobile */
  section.payment-guide.spad {
    padding: 30px 0 !important;
  }
  
  section.payment-guide .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Section title */
  section.payment-guide .section-title h2 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
  
  section.payment-guide .section-title p {
    font-size: 14px !important;
    padding: 0 10px;
  }
  
  /* Payment methods */
  section.payment-guide .payment-methods h3 {
    font-size: 18px !important;
    padding: 0 5px;
    margin-bottom: 15px !important;
  }
  
  section.payment-guide .payment-method-item {
    margin-bottom: 15px !important;
  }
  
  section.payment-guide .payment-method-item .card-body {
    padding: 15px !important;
  }
  
  section.payment-guide .payment-method-item .card-title {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  
  section.payment-guide .payment-method-item .card-text {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  
  section.payment-guide .payment-method-item .list-unstyled li {
    font-size: 13px !important;
    padding: 5px 0 !important;
  }
  
  section.payment-guide .payment-method-item i.fa {
    font-size: 14px !important;
  }
  
  /* Order process */
  section.payment-guide .order-process {
    margin-top: 30px !important;
  }
  
  section.payment-guide .order-process h3 {
    font-size: 18px !important;
    padding: 0 5px;
    margin-bottom: 15px !important;
  }
  
  section.payment-guide .process-step {
    padding: 15px 5px !important;
    margin-bottom: 15px;
  }
  
  section.payment-guide .step-number {
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  
  section.payment-guide .process-step h6 {
    font-size: 15px !important;
    margin-bottom: 8px !important;
  }
  
  section.payment-guide .process-step p {
    font-size: 13px !important;
  }
  
  /* Shipping info */
  section.payment-guide .shipping-info {
    margin-top: 30px !important;
  }
  
  section.payment-guide .shipping-info h3 {
    font-size: 18px !important;
    padding: 0 5px;
    margin-bottom: 15px !important;
  }
  
  section.payment-guide .info-card {
    padding: 15px !important;
    margin-bottom: 15px !important;
  }
  
  section.payment-guide .info-card h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  
  section.payment-guide .info-card .list-unstyled li {
    font-size: 13px !important;
    padding: 5px 0 !important;
  }
  
  section.payment-guide .info-card i.fa {
    font-size: 14px !important;
  }
  
  /* Return policy */
  section.payment-guide .return-policy {
    margin-top: 30px !important;
  }
  
  section.payment-guide .return-policy h3 {
    font-size: 18px !important;
    padding: 0 5px;
    margin-bottom: 15px !important;
  }
  
  section.payment-guide .return-policy .card-body {
    padding: 15px !important;
  }
  
  section.payment-guide .return-policy .card-title {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  
  section.payment-guide .return-policy .list-unstyled li {
    font-size: 13px !important;
    padding: 5px 0 !important;
  }
  
  section.payment-guide .return-policy i.fa {
    font-size: 14px !important;
  }
  
  /* Contact support */
  section.payment-guide .contact-support {
    margin-top: 30px !important;
  }
  
  section.payment-guide .contact-support h3 {
    font-size: 18px !important;
    padding: 0 5px;
    margin-bottom: 15px !important;
  }
  
  section.payment-guide .support-item {
    padding: 20px 15px !important;
    margin-bottom: 15px !important;
  }
  
  section.payment-guide .support-item i {
    font-size: 36px !important;
    margin-bottom: 10px !important;
  }
  
  section.payment-guide .support-item h5 {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  
  section.payment-guide .support-item p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
}
/* Order detail css */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}

.card-header:first-child {
  border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.track {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px;
}

.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative;
}

.track .step.active:before {
  background: #009CFF;
}

.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px;
}

.track .step.active .icon {
  background: #009CFF;
  color: #fff;
}

.track .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd;
}

.track .step.active .text {
  font-weight: 400;
  color: #000;
}

.track .text {
  display: block;
  margin-top: 7px;
}

.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.itemside .aside {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.img-sm {
  width: 80px;
  height: 80px;
  padding: 7px;
}

ul.row,
ul.row-sm {
  list-style: none;
  padding: 0;
}

.itemside .info {
  padding-left: 15px;
  padding-right: 7px;
}

.itemside .title {
  display: block;
  margin-bottom: 5px;
  color: #212529;
}

/* Order detail css end*/
/* Tăng giảm số lượng thêm giỏ hàng */
input,
textarea {
  border: none;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
  font-size: 25px;
}

input[type=button] {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.input-group input[type=button] {
  background-color: #ffffff;
  font-size: 17px;
  min-width: 25px;
  width: auto;
  transition: all 300ms ease;
  border: none;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 40px;
  padding: 0;
  width: 50px;
  position: relative;
  background-color: #ebebeb;
}

.input-next {
  height: 50px;
  width: 170px;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  overflow: hidden;
}

.input-next-cart {
  height: 40px;
  width: 100px;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  overflow: hidden;
}

.input-group .quantity-field {
  position: relative;
  left: -6px;
  text-align: center;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
  height: 50px;
  width: 100px;
  border-radius: 50px;
  padding: 0 20px;
  display: inline-block;
}

.input-group .quantity-field-cart {
  position: relative;
  left: -6px;
  text-align: center;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
  height: 40px;
  width: 60px;
  border-radius: 50px;
  padding: 0 20px;
  display: inline-block;
}

.button-plus {
  left: -13px;
}

/* Tăng giảm số lượng thêm giỏ hàng end*/
/* Mini cart */
.mini-cart li:hover {
  background-color: #f3f3f3;
}

.badge {
  background-color: #0A68FF;
  margin-bottom: 10px;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.shopping-cart {
  margin: 20px 0;
  float: right;
  background: white;
  width: 400px;
  height: 100vh;
  position: relative;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 0 5px gray;
  position: fixed;
  top: -20px;
  right: 0;
  z-index: 1;
  display: none;
}

.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button {
  background: #0A68FF;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}

.courses-area .properties {
  margin: 0 15px;
}

.courses-area .properties.properties2 {
  margin-bottom: 30px;
}

.courses-area .properties__card {
  border: 1px solid rgb(234, 234, 234);
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4;
}

.courses-area .properties__card:hover {
  box-shadow: 0px 1px 1px 0px #0A68FF;
}

.courses-area .properties__img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.courses-area .properties__caption {
  padding: 29px 20px 20px 20px;
}

.courses-area .properties__caption h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-area .properties__caption h3 {
    font-size: 16px;
  }
}
.courses-area .properties__caption h3 a {
  text-decoration: underline transparent;
}

.courses-area .properties__caption h3 a:hover {
  text-decoration: underline;
  color: #4255A4;
}

.courses-area .properties__caption P {
  color: #6E7697;
}

.courses-area .properties__caption P span {
  color: #C86FFF;
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-area .properties__caption P span {
    font-size: 12px;
  }
}
.courses-area .properties__footer {
  margin-bottom: 22px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 575px) {
  .courses-area .properties__footer {
    padding: 19px 10px 20px 12px;
  }
}
.courses-area .properties__footer .restaurant-name p {
  display: inline-block;
  color: #6E7697;
}

.courses-area .properties__footer .restaurant-name p span {
  color: #FF7B2E;
  font-size: 12px;
}

.courses-area .properties__footer .price span {
  cursor: pointer;
  font-weight: 700;
  color: #4255A4;
  font-size: 23px;
}

.courses-area .properties:hover .border-btn2 {
  color: #fff;
  background: #FF9F67;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.course-item li a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.course-item li a span i {
  font-size: 8px;
}

.course-buy-product li a span {
  background: rgb(255, 255, 255);
}

.course-buy-product li a span i {
  font-size: 16px;
  color: rgb(0, 0, 0);
}

/* =============================================
   LOGIN & REGISTER PAGES
   Minimalist, Creative & Modern Design
   ============================================= */

/* Container with Clean Minimalist Style */
.login_oueter {
  width: 450px;
  max-width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 
              0 12px 32px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: visible;
  transition: all 0.3s ease;
  animation: fadeInScale 0.6s ease;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.login_oueter:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), 
              0 16px 48px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* Subtle Top Accent Line */
.login_oueter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0A68FF 0%, #4A90FF 100%);
  border-radius: 20px 20px 0 0;
}

/* Form Container */
.login_oueter form {
  background: #ffffff;
  padding: 48px 40px 40px 40px !important;
}

/* Title - Minimalist & Bold */
.login_oueter h4 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 32px !important;
  margin-top: 0 !important;
  text-align: center;
  letter-spacing: -0.5px;
  position: relative;
}

/* Input Groups */
.login_oueter .input-group {
  margin-bottom: 20px;
  position: relative;
}

.login_oueter label {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 8px !important;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

/* Modern Icon Box - Bo góc trái */
.login_oueter .input-group-prepend .input-group-text {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 16px;
  border-radius: 10px 0 0 10px;
  padding: 14px 16px;
  transition: all 0.3s ease;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Eye Icon (Show Password) - Bo góc phải */
.login_oueter .input-group-append .input-group-text {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-left: none;
  /* border-radius: 0 5px 5px 0; */
  cursor: pointer;
  color: #6b7280;
  font-size: 16px;
  padding: 14px 16px;
  transition: all 0.3s ease;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_oueter .input-group-append .input-group-text:hover {
  background: #f3f4f6;
  color: #0A68FF;
}

/* Clean Input Fields - Có đầy đủ border */
.login_oueter .form-control {
  border: 1px solid #e5e7eb;
  border-left: none;
  border-radius: 0 10px 10px 0 !important;
  padding: 14px 16px;
  font-size: 15px;
  color: #1f2937;
  background: #ffffff;
  transition: all 0.3s ease;
  height: auto;
  font-weight: 500;
  flex: 1;
}

/* Input có cả icon trái và phải (password) - không có border phải */
.login_oueter .input-group-prepend + .form-control.form-control {
  border-left: none;
  /* border-right: none; */
  border-radius: 0 !important;
}

.login_oueter .form-control:focus {
  border-color: #0A68FF;
  background: #f9fafb;
  box-shadow: 0 0 0 3px rgba(10, 104, 255, 0.08);
  outline: none;
}

.login_oueter .input-group:focus-within label {
  color: #0A68FF;
}

.login_oueter .input-group:focus-within .input-group-prepend .input-group-text {
  background: #eff6ff;
  border-color: #0A68FF;
  color: #0A68FF;
  transform: scale(1.02);
}

.login_oueter .input-group:focus-within .input-group-append .input-group-text {
  background: #eff6ff;
  border-color: #0A68FF;
  transform: scale(1.02);
}

.login_oueter .form-control::placeholder {
  color: #9ca3af;
  font-size: 14px;
  font-weight: 400;
}

/* Modern Minimalist Buttons */
.login_oueter .btn {
  border-radius: 10px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
}

.login_oueter .btn-primary {
  background: #0A68FF;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 104, 255, 0.25);
}

.login_oueter .btn-primary:hover {
  background: #0857d1;
  box-shadow: 0 6px 20px rgba(10, 104, 255, 0.35);
  transform: translateY(-2px);
}

.login_oueter .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(10, 104, 255, 0.25);
}

.login_oueter .btn-success {
  background: #ffffff;
  color: #0A68FF;
  border: 2px solid #0A68FF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  margin-top: 20px;
}

.login_oueter .btn-success:hover {
  background: #0A68FF;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(10, 104, 255, 0.25);
  transform: translateY(-2px);
}

.login_oueter .btn-success:active {
  transform: translateY(0);
}

/* Clean Links */
.login_oueter a {
  color: #0A68FF;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
}

.login_oueter a:hover {
  color: #0857d1;
  text-decoration: none;
  transform: translateX(2px);
}

.login_oueter .text-center p {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 12px;
}

/* Minimalist Divider */
.line {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #e5e7eb 20%, 
    #e5e7eb 80%, 
    transparent 100%);
  width: 100%;
  margin: 28px 0;
  position: relative;
}

.line:before {
  content: 'HOẶC';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 0 16px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Social Login Buttons - Email Style */
.login_oueter .social-login {
  margin-top: 24px;
  margin-bottom: 24px;
}

.login_oueter .social-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 12px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  background: #ffffff;
  color: #3c4043;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  gap: 12px;
}

.login_oueter .social-login-btn:hover {
  background: #f8f9fa;
  border-color: #d2d5d9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #3c4043;
}

.login_oueter .social-login-btn:active {
  background: #f1f3f4;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.login_oueter .social-login-btn svg,
.login_oueter .social-login-btn img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.login_oueter .social-login-btn.google {
  border-color: #dadce0;
}

.login_oueter .social-login-btn.google:hover {
  background: #f8f9fa;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3);
}

.login_oueter .social-login-text {
  text-align: center;
  font-size: 13px;
  color: #5f6368;
  margin-bottom: 16px;
  font-weight: 500;
}

/* Error Messages */
.login_oueter .text-danger {
  font-size: 13px;
  margin-top: 6px;
  display: block;
  font-weight: 500;
  color: #ef4444;
}

/* Alert Boxes */
.login_oueter .alert {
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 14px;
  border: none;
  font-weight: 500;
}

.login_oueter .alert-danger {
  background: #fef2f2;
  color: #dc2626;
  border-left: 3px solid #ef4444;
}

.login_oueter .alert-success {
  background: #f0fdf4;
  color: #16a34a;
  border-left: 3px solid #22c55e;
}

/* Logo */
.logo_outer {
  text-align: center;
  margin-bottom: 30px;
}

.logo_outer img {
  width: 120px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
  opacity: 0.9;
}

.logo_outer img:hover {
  transform: scale(1.05);
  opacity: 1;
}

/* Responsive Design */
@media only screen and (max-width: 767px) {
  .login_oueter {
    width: 95%;
    margin: 0 auto;
    border-radius: 16px;
  }
  
  .login_oueter form {
    padding: 40px 32px 32px 32px !important;
  }
  
  .login_oueter h4 {
    font-size: 26px;
    margin-bottom: 28px !important;
  }
  
  .login_oueter .btn {
    padding: 13px 20px;
    font-size: 14px;
  }
  
  .login_oueter .form-control {
    font-size: 14px;
    padding: 13px 14px;
  }
  
  .login_oueter .input-group-prepend .input-group-text,
  .login_oueter .input-group-append .input-group-text {
    padding: 13px 14px;
    width: 46px;
  }
}

@media only screen and (max-width: 479px) {
  .login_oueter {
    border-radius: 14px;
  }
  
  .login_oueter form {
    padding: 36px 28px 28px 28px !important;
  }
  
  .login_oueter h4 {
    font-size: 24px;
    margin-bottom: 24px !important;
  }
  
  .login_oueter .btn {
    padding: 12px 18px;
    font-size: 14px;
  }
  
  .login_oueter .form-control {
    padding: 12px 14px;
  }
  
  .login_oueter .input-group-prepend .input-group-text,
  .login_oueter .input-group-append .input-group-text {
    width: 44px;
    padding: 12px 12px;
  }
  
  .line:before {
    font-size: 11px;
    padding: 0 12px;
  }
  
  .logo_outer img {
    width: 100px;
  }
}

/* Smooth Animation */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */
.shop__cart__table .cart__product__item__pic img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.product__details__pic__left img,
.product__details__pic__slider .product__big__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.product__item__pic.set-bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  border-radius: 12px;
}
.btn-custom {
  color: #fff; /* Màu chữ xanh nước biển */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #007bff; 
  background-color: #007bff; 
  border-radius: 7px; 
  height: 50px;/* Chiều cao 50px */
  width: calc(100% - 10px);
  margin: 5px 5px; /* Căn lề trái và phải 5px */
  white-space: nowrap;
}
.btn-custom:hover {
  /* color: #fff; */
  background-color: #003b7a;
  border: 2px solid #003b7a;
  transition: ease 0.5s;
}

/* Style cho link với class btn-custom */
a.btn-custom {
  text-decoration: none !important;
  /* color: black !important; */
  display: flex;
  justify-content: center;
  align-items: center;
}

a.btn-custom:hover {
  text-decoration: none !important;
}
