@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"); /* Header */
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #ffffff;
}

a,
li {
  list-style: none;
  text-decoration: none;
}

:root {
  --HeaderTop--color: #ffffff;
  --HeaderTop-active--color: #6e3242;
  --Pagination--color: #4e1f2a;
  --footer--color: #2d1d1d;
}

#text {
  display: none;
}

.Header {
  background: #daf1f3;
  z-index: 9999;
  box-shadow: 0px 0px 4.9px 0.1px rgb(4 5 5 / 15%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.Header__Contain {
  position: relative;
}

.Header__Top {
  background: var(--HeaderTop--color);
  height: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
}

.Header--Wrap > div > a {
  color: var(--Pagination--color);
  font-size: 15px;
}

.Header--Wrap {
  display: flex;
}

.Header__Top__Right {
  margin-right: 0px;
}

.Header__Top__Right__Contain > li > a:hover {
  opacity: 80%;
}

.Header__Top-line {
  font-size: 13px;
  margin: 0 10px;
}

.Header__Bottom__Left > a > img {
  width: 150px;
  height: 100%;
  object-fit: cover;
}

.Header__Top__Left {
  margin: auto -64px;
}

.Header__Top__Right__Contain {
  display: flex;
  text-align: center;
  color: #926625;
  margin: 12px 0;
}

.Header__Top__Middle {
  margin: auto 0;
}

.Header__Top__Middle > p {
  color: #926625;
  font-family: "sfuiText_regular";
  font-size: 17px;
  cursor: default;
}

.Header__Top__Right__Contain > li > a {
  color: var(--Pagination--color);
  font-size: 16px;
  font-weight: 500;
}

.Header__Bottom {
  border-top: 1px solid var(--Pagination--color);
  border-bottom: 1px solid var(--Pagination--color);
  position: relative;
  justify-content: space-around;
}

.fa-magnifying-glass,
.fa-cart-shopping {
  cursor: grab;
}

.Header__Bottom__Right {
  margin: auto 0;
}

.Header__Bottom__Right__Contain > li > a {
  color: var(--Pagination--color);
  font-size: 13px;
  padding: 0px 15px;
  line-height: 52px;
  font-weight: bold;
}

.search,
.cart {
  margin: auto 5px;
  position: relative;
  color: var(--Pagination--color);
}

.AmountCart {
  display: none;
  position: absolute;
  min-width: 20px;
  min-height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: var(--HeaderTop--color);
  top: -15px;
  right: -15px;
  background: var(--HeaderTop-active--color);
}

.color--Brown {
  color: var(--Pagination--color);
  cursor: grab;
}

.Categories {
  display: flex;
  position: absolute;
  transform-origin: top;
  background: #fff;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 4.9px 0.1px rgb(4 5 5 / 15%);
  justify-content: center;
  top: 54px;
  left: 0%;
  right: 0;
  transform: scaleY(0);
  border-top: 3px solid transparent;
  transition: all 0.25s ease;
}

.Header__Product:hover .Categories {
  height: 290px;
  border-color: var(--HeaderTop--color);
  transform: scaleY(1);
}

.Header__Bottom__Right__Contain > li:hover > a {
  opacity: 80%;
  padding-bottom: 26px;
}

.Categories__Contain {
  margin: 20px 30px;
  border-right: 1px solid var(--HeaderTop-active--color);
  padding-right: 30px;
}

.Categories__Contain:last-child {
  border-right: unset;
}

.Categories__Contain__Item {
  color: #926625;
  font-weight: bold;
  position: relative;
}

.Categories > ul > div > li {
  margin: 20px 0;
  list-style: outside;
  color: var(--Pagination--color);
}

.Categories > ul > div > li > a {
  position: relative;
  color: var(--Pagination--color);
  font-size: 14px;
  font-weight: 500;
}

.taskBar--Categories {
  height: auto;
  overflow-y: auto;
}

.Categories > ul > div > li > a:hover {
  opacity: 60%;
}

.Categories > ul > a {
  color: var(--Pagination--color);
  font-weight: bold;
  font-size: 16px;
}

.Categories > ul > a:hover {
  opacity: 60%;
}

.menuFollowBill {
  cursor: grab;
}

/* Main */
/* section 1 */

.section__1 {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  padding-top: 10px;
}

.slide--subItem {
  position: relative;
  background-image: url("../image/1.png");
  background-repeat: no-repeat;
 
  width: 100%;
  height: 500px;
  background-size: 100% 100%;


}

.slide--subItem:nth-child(1) {
  background-image: url("../image/2.png");
 
}

.slide--subItem:nth-child(2) {
  background-image: url("../image/3.png");
}

.section__1--slide {
  display: flex;
  width: 300%;
  transition: transform 0.5s linear;
  margin-top: 109px;
}

.section__1--Title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--HeaderTop-active--color);
}

.section__1--Title > span {
  font-family: "LNTH";
  font-size: 35px;
  text-shadow: 5px 2px 4px grey;
}

.section__1--Title > h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 0;
  cursor: default;
}

.section__1--Title > p {
  padding-bottom: 30px;
  cursor: default;
}

.section__1--Title > a {
  width: 100px;
  height: 33px;
  padding: 5px 10px;
  border: 1px solid var(--HeaderTop-active--color);
  border-radius: 10px;
  background: var(--HeaderTop--color);
  color: var(--HeaderTop-active--color);
}

.section__1--Title > a:hover {
  background: var(--footer--color);
  color: var(--HeaderTop--color);
}

/* section 2 */
.Title__All {
  position: relative;
  background-image: url("https://file.hstatic.net/200000259653/file/heading_image_a5c3c280926a442e8ab29af85b3068a9.png");
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  margin: 10px auto;
}

.Title__Name {
  position: absolute;
  margin: 25px 50%;
  transform: translateX(-50%);
  text-align: center;
}

.Title__Name > span {
  font-family: "LNTH";
  font-size: 30px;
  color: #926625;
}

.section__2__Brand {
  padding: 40px 0;
}

.section__2__Brand__Contain {
  position: relative;
  max-width: 1250px;
  overflow: hidden;
  margin: 0 auto;
}

.Title__Name > h2 {
  width: 300px;
  font-size: 35px;
  font-weight: 400;
}

.Iteams__Brand {
  display: flex;
  transition: transform 0.25s linear;
}

.subItem__Brand {
  margin: 0 30px;
}
.subItem__Brand img{
  width: 130px;
  height: 130px;
}
.left,
.right,
.newLeft,
.newRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  opacity: 50%;
  cursor: grab;
  z-index: 99;
}

.left {
  left: 1%;
}

.right {
  right: 1%;
}

.newLeft {
  left: 15%;
  top: 60%;
}

.newRight {
  right: 15%;
  top: 60%;
}

/* section 3 */
/* section 3 */
.section__3__Contain {
  margin: 0 auto;
}

.section__3__Contain__Left--Image
{
  position: relative;
  background-image: url("https://file.hstatic.net/200000259653/file/bg-3-1_ca2321fa-3c9b-416e-aa49-5_9766953b156f449fa0059e1c8c99d5d0.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.section__3__Contain__Left--Image p 
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: var(--HeaderTop-active--color);
}

.section__3__Contain__Left--Image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.section__3__Contain__Left {
  position: relative;
}

.section__3__Contain__Right {
  position: relative;
  z-index: 9;
  overflow: hidden;
  height: 400px;
  max-width: 1250px;
  margin: 20px 50%;
  transform: translateX(-50%);
  width: 100%;
}

.Contain__ProductSale {
  position: relative;
  display: flex;
  transition: transform 0.3s ease-in;
  height: 100%;
  width: 100%;
  padding: 0 20px;
}

.prodDuct__sale {
  position: relative;
  text-align: center;
  margin: auto 0;
  margin-left: 10px;
}

.pageProduct {
  transition: all 0.25s ease;
  overflow: hidden;
}

.pageProduct:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  animation: aniProduct 0.25s ease-in forwards;
  border-radius: 10px;
}

.left__Sale {
  left: 5px;
}

.prodDuct__sale:hover .prodDuct__sale__Image--new {
  animation: aniProduct 0.25s ease-in forwards;
  border-radius: 10px;
}

@keyframes aniProduct {
  to {
    transform: scale(1.1);
  }
}

.product-Contain {
  display: flex;
  flex-direction: column;
  width: 290px;
}

.product-Contain__Sale {
  width: 285px;
  height: 100%;
}

.product-Contain__Image {
  height: 250px;
  flex-shrink: 0;
  margin: 10px;
}

.prodDuct__sale__Image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-Contain__Content {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 10px auto;
}

.product-Contain__Content--Top {
  color: var(--HeaderTop--color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.product-Contain__Content--Bottom {
  margin-top: auto;
  flex-shrink: 0;
}

.prodDuct__sale > a,
.prodDuct__sale > div > a {
  font-family: "Poppins", sans-serif;
  color: var(--HeaderTop--color);
  font-size: 17px;
  line-height: 1.7;
  padding-top: 5px;
  font-weight: 600;
  transition: all 0.25s linear;
  display: block;
}

.prodDuct__sale > a:hover {
  opacity: 60%;
}

.prodDuct__sale > div > a:hover {
  color: #926625;
}

.prodDuct__sale > p {
  padding-top: 10px;
  color: red;
  font-weight: 700;
  cursor: default;
}

.total {
  text-decoration: underline;
  padding-left: 1px;
  font-weight: 300;
}

.total__Sale {
  right: 40px;
}

.total__Sale {
  position: absolute;
  top: 5px;
  font-weight: 600;
  background: #aa0404;
  border-radius: 4px;
  text-align: center;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #fff;
  z-index: 10;
  line-height: 26px;
  padding: 0 20px;
  cursor: default;
}

.total--Sale {
  top: 5px;
  right: 5px;
}

.product__Total {
  display: flex;
  margin-top: auto;
  flex-shrink: 0;
  padding-bottom: 10px;
}

.original__price {
  cursor: default;
  margin-left: 10px;
  color: #d60000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: line-through;
}

.reduce__Price {
  cursor: default;
  color: var(--footer--color);
  font-weight: bold;
  font-size: 14px;
}

.product-Contain__Combo {
  width: 200px;
  margin: 0 10px;
}

.total__Sale::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--HeaderTop--color);
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
}

.prodDuct__sale:hover .User__Choose {
  display: block;
}

.User__Choose {
  position: absolute;
  right: 5px;
  top: 50px;
  display: none;
  padding-right: 10px;
  animation: skewChoose 0.3s ease-out forwards;
  z-index: 15;
}

@keyframes skewChoose {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(100%);
  }
}

.notifyFavourite {
  position: absolute;
  z-index: 999;
  top: 50%;
  display: none;
  right: 30px;
  background: #fff;
  box-shadow: 0px 0px 10px rgb(140 140 140 / 32%);
  border-radius: 5px;
  border-left: 4px solid var(--HeaderTop-active--color);
  width: 250px;
  height: 60px;
  text-align: left;
  padding: 5px 10px;
  animation: slideFavourite ease-in 0.25s, fadeout linear 1s 3s forwards;
}

.notifyFavourite > i {
  margin: auto 0;
  font-size: 22px;
  color: var(--HeaderTop-active--color);
}

.notifyFavourite > p {
  line-height: 1.5;
  font-size: 13px;
  padding-left: 15px;
  margin: auto 0;
  font-weight: bold;
}

@keyframes slideFavourite {
  from {
    opacity: 0;
    transform: translateX(calc(100% + 32px));
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeout {
  to {
    opacity: 0;
  }
}

.Choose > a {
  background: var(--HeaderTop--color);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 0;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  display: block;
  border-radius: 4px;
  border: 1px solid var(--HeaderTop-active--color);
  transition: all 0.25s linear;
}

.Choose > a > i {
  line-height: 30px;
  color: var(--HeaderTop-active--color);
}

.Choose > a:hover {
  background: var(--HeaderTop-active--color);
}

.Choose > a:hover > i {
  color: var(--HeaderTop--color);
}

/* section 4 */
.section__4__Banner {
  background-image: url("https://file.hstatic.net/200000259653/file/bg-3-1_ca2321fa-3c9b-416e-aa49-5_9766953b156f449fa0059e1c8c99d5d0.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.section__4__Content {
  position: absolute;
  right: 16%;
  top: 20%;
  max-width: 625px;
  flex-wrap: wrap;
  text-align: left;
}

.section__4__Content > span {
  font-family: "LNTH";
  font-size: 40px;
  color: #926625;
}

.section__4__Content > h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 520;
}

.section__4__Content > p {
  margin-bottom: 20px;
  font-weight: 400;
  color: #212529;
  line-height: 1.5;
}

.section__4__Content > a {
  background: transparent;
  border: 1px solid var(--HeaderTop--color);
  border-radius: 5px;
  padding: 5px;
  color: var(--HeaderTop--color);
  transition: all 0.25s linear;
}

.section__4__Content > a:hover {
  background: #926625;
  color: #fff;
}

/* section 5 */
.Item__Sale {
  display: flex;
  justify-content: left;
  transition: transform 0.3s linear;
}

.section__5__Items {
  max-width: 1250px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 500px;
}

.prodDuct__sale__Image--sale {
  height: 285px;
  width: 305px;
}

.total__Sale--newTotal {
  right: 0;
}

.total--hot {
  right: 5px;
  top: 5px;
}

/* section 6 */
.section__6__Banner {
  background-image: url("https://file.hstatic.net/200000259653/file/bg-2-1_1920x_b84cdc8bbfed4197b1b20460e431f2b1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.section__6__Content {
  position: absolute;
  left: 16%;
  top: 20%;
  max-width: 625px;
  flex-wrap: wrap;
  text-align: left;
}

.Item--Sale {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
  grid-gap: 20px;
  margin-left: 20px;
  height: 500px;
}

.product-Contain__BestSeller {
  width: 100%;
}

.Item__proDuct--sale {
  width: 288px;
}

.Title__All--title {
  margin: 40px auto;
}

/* section 8 */
.section__8__Contain {
  width: 1250px;
  margin: 50px auto;
}

.Contain__Banner {
  display: flex;
}

.Contain__Banner__Right > a > img {
  width: 605px;
  height: 338px;
}

.Contain__Banner__Left {
  padding: 0px 60px;
}

.Contain__Banner__Left--Content {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #523c17;
  cursor: default;
}

.Contain__Banner__Right > a {
  z-index: 99;
}

.Contain__Banner__Right {
  position: relative;
}

.Contain__Banner__Right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 5px;
  background: rgba(0, 0, 0, 0.25);
  transition: transform 0.3s linear;
  transform-origin: right;
}

.Contain__Banner__Right:hover:after {
  transform: scaleX(0);
}

/* section 8 */
.NewItem__Image {
  overflow: hidden;
}

.NewItem__Image > a > img {
  width: 386px;
  height: 329px;
}

.section__8--Image > a > img {
  width: 100%;
}

.NewItem__Image > a > img:hover {
  animation: fadeOut 0.3s ease-in-out forwards;
}

@keyframes fadeOut {
  to {
    transform: scale(1.1);
  }
}

.NewItem {
  width: 416px;
  height: 521px;
  margin: 0 14px;
  border: 1px solid #926625;
  transition: all 0.2s ease-in forwards;
  border-radius: 2px;
}

.NewItem:hover {
  box-shadow: 0px 0px 10px rgb(140 140 140 / 32%);
  transform: scale(1.02);
}

.NewItem__Content {
  text-align: center;
  margin-top: 10px;
}

.NewItem__Content > h3 {
  padding-bottom: 10px;
}

.NewItem__Content > span {
  cursor: default;
  display: block;
  font-size: 15px;
  color: #aeaeae;
}

.NewItem__Content > h3 > a {
  color: var(--HeaderTop-active--color);
  transition: all 0.3s ease-out;
  font-size: 15px;
}

.NewItem__Content > h3 > a:hover {
  opacity: 60%;
}

.NewItem__Content > p {
  color: var(--HeaderTop-active--color);
  text-align: left;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
  padding-top: 10px;
  cursor: default;
  padding-left: 10px;
  padding-right: 10px;
}

.section__8__News__Contain {
  max-width: 1250px;
  margin: 50px auto;
  overflow: hidden;
}

.section__8__News {
  position: relative;
}

.Contain__New {
  display: flex;
  transition: transform 0.3s linear;
  margin: 10px auto;
}

/* section 9 */
.section__9__Contain {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  margin-top: 100px;
}

.section__9__Contain__Img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* section 10 */
.section__10 {
  background: #909090;
  height: 100px;
}

.section__10__Support {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
}

.Support {
  display: flex;
  margin: 30px auto;
}

.Support > div > i {
  border-radius: 50%;
  color: var(--HeaderTop-active--color);
  background: var(--HeaderTop--color);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border: 1px solid var(--HeaderTop-active--color);
}

.Support__Content {
  color: var(--HeaderTop--color);
  cursor: default;
  margin-top: 5px;
}

.Support__Content h3 {
  font-size: 13px;
  padding-bottom: 5px;
}

.Support__Content p {
  font-size: 14px;
}

/* Footer */
.Footer {
  position: sticky;
  top: 100%;
  background: var(--footer--color);
  color: white;
  height: 412px;
}

.Footer > .image-logo--footer {
  display: flex;
  align-items: center;
  justify-content: center;

}

.Footer__Contain {
  max-width: 1250px;
  margin: auto auto;
  display: flex;
}

.Footer__Contain > ul {
  margin-right: 20px;
  width: 300px;
  border-right: 1px solid var(--HeaderTop--color);
  padding-right: 10px;
}

.Footer__Contain > ul:last-child {
  border-right: unset;
}

.Footer__Contain > ul > h4 {
  font-size: 15px;
  padding-bottom: 20px;
  cursor: default;
}

.Footer__Contain > ul > li span {
  font-size: 13px;
}

.Footer__Contain > ul > li p i {
  margin-right: 5px;
}

.Footer__Contain > ul > li {
  padding-top: 15px;
  font-size: 13px;
}

.Footer__Contain > ul > li > a {
  color: white;
  font-size: 13px;
}

.Footer__Contain > ul > li > p {
  cursor: default;
  line-height: 1.7;
}

.Footer__Image {
  width: 100px;
  height: 100%;
  object-fit: cover;
}

.form__Footer {
  position: relative;
}

.Email__Footer {
  position: relative;
  width: 300px;
  border: 1px solid #926625;
  border-radius: 30px;
  height: 35px;
  padding-left: 5px;
  outline: 0;
}

.submit__Footer {
  position: absolute;
  margin-top: -37px;
  right: -8px;
  height: 37px;
  width: 70px;
  cursor: grab;
  border-radius: 0 30px 30px 0;
  text-align: center;
  font-weight: bold;
  border: 1px solid #926625;
  background: var(--HeaderTop--color);
  color: var(--footer--color);
}

.submit__Footer:hover {
  background: #926625;
  color: #fff;
}

.Icon__Footer > i {
  background: #926625;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
}
.wrapper {
  display: inline-flex;
  list-style: none;
  margin-left: 10%;
  transition: 0.3s ease-in-out;
  margin-top: -8  0%;
}

.wrapper .icon {
  position: relative;
  background: #e1e6f5;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 10px;
  height: 10px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before  {
  background: #0314f8;
  color: #ffffff;

}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #14181b;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #CD201F;
  color: #ffffff;
}
/* sản phẩm */
/* BreadCrum */
.BreadCrum {
  background-image: url("../image/kk.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 515px;
  margin-top: 174px;
  z-index: 1;
}

.BreadCrum__Title {
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #926625;
  line-height: 1.7;
  max-width: 1250px;
  margin-top: 30px;
}

.BreadCrum__Title > span {
  color: var(--HeaderTop-active--color);
}

.BreadCrum__Title > a i {
  margin-right: 10px;
  font-size: 13px;
}

.BreadCrum__Title > a {
  display: flex;
  align-items: center;
  color: var(--Pagination--color);
  transition: opacity 0.3s ease;
  font-size: 14px;
  font-weight: bold;
}

.BreadCrum__Title > a:hover {
  opacity: 85%;
}

.BreadCrum__Title > h3,
span {
  cursor: pointer;
}

.BreadCrum__Title > h3 {
  text-transform: uppercase;
  font-size: 14px;
}

/* MainProduct */
.MainProduct {
  display: grid;
  width: 1250px;
  margin: 10px auto;
  grid-template-columns: 290px 1fr;
  grid-gap: 0 20px;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.MainProduct__Menu--Border {
  border: 1px solid var(--HeaderTop-active--color);
  border-radius: 5px;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 500;
}

.MainProduct__Menu--Border ul div li {
  display: flex;
  align-items: center;
}

.MainProduct__Menu--Border ul div li label {
  font-size: 14px;
  color: var(--HeaderTop-active--color);
  cursor: pointer;
}

.MainProduct__Menu--Border > ul > h3 {
  background: var(--HeaderTop-active--color);
  color: #fff;
  cursor: default;
  padding: 10px 10px;
  height: 25px;
  text-align: left;
  line-height: 25px;
  font-size: 14px;
}

.MainProduct__Menu--close {
  display: none;
}

.MainProduct__Menu--Border > ul > div > li > input {
  color: #212529;
  margin: 5px 10px;
}

.MainProduct__Item > ul > div > li > a:hover {
  color: var(--HeaderTop-active--color);
}

.MainProduct__Item > ul > div > li > a {
  color: var(--HeaderTop-active--color);
  font-weight: bold;
  padding: 10px 10px;
  line-height: 1.7;
  transition: all 0.2s ease-out;
}

.MainProduct__Menu--Border > ul > div {
  margin: 5px 0;
}

/* .MainProduct__Menu--Border > ul > div div {
  
} */

.MainProduct--Flex {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
}

.MainProduct__Contain {
  display: grid;
  position: relative;
  grid-template-rows: auto auto 1fr;
  margin: 20px 0;
  margin-left: 20px;
  grid-gap: 20px 0;
}

.MainProduct__Pagination {
  display: flex;
}

.proDuct--Image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.total__Sale--new {
  right: -10px;
}

.MainProduct__Title {
  text-align: center;
}

.MainProduct__Title > h3 {
  font-size: 25px;
  cursor: default;
  color: var(--HeaderTop-active--color);
}

.MainProduct__Task {
  border-bottom: 1px solid var(--HeaderTop-active--color);
}

.MainProduct__select {
  margin-left: auto;
  display: flex;
  height: 40px;
  color: var(--footer--color);
  border-radius: 5px;
  border: unset;
  outline: none;
  background: transparent;
}

.User__Choose--new {
  right: -7px;
}

.Contain__Pages {
  text-align: center;
  margin: auto 0;
}

#numberPage {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  border-radius: 50%;
  padding: 5.5px 10px;
  margin: 0 10px;
  font-weight: bolder;
}

#numberPage:hover {
  background-color: #000;
  color: white;
}

#current_Page {
  cursor: default;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 5.5px 10px;
  font-weight: bolder;
}

.MainProduct__Items--Product {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  /* grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr; */
  grid-gap: 30px;
}

.prodDuct__sale__Image--new {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}

.product-Image {
  width: 100%;
}

.proDuct__Lenght {
  margin: 0 6px;
  margin-top: 50px;
  margin-left: 20px;
}

.control__Page {
  border: 1px solid #000;
  color: black;
  border-radius: 5px;
  padding: 5.5px 10px;
  margin: 0 5px;
  font-weight: bolder;
}

.control__Page:hover {
  background: #000;
  color: #fff;
}

/* Tin tức */
.newsHot {
  display: flex;
  align-items: center;
}

.newsHot__Img {
  margin: auto 5px;
}

.newsHot__Content {
  margin-left: 10px;
}

.newsHot__Content > a {
  color: var(--HeaderTop-active--color);
  font-size: 13px;
  font-weight: bold;
  transition: all 0.2s ease;
}

.newsHot__Content > a:hover {
  color: var(--HeaderTop-active--color);
}

.newsHot__Content > div {
  margin-top: 5px;
}

.newsHot__Content > div > span {
  color: #666666;
  font-size: 13px;
}

.newsHot__Content > div > span:last-child {
  font-weight: 300;
}

.newsHot__Content > div > span > i {
  height: 12px;
  width: 11px;
  padding-right: 5px;
  color: var(--HeaderTop-active--color);
}

.newsHot__Img > a > img {
  width: 60px;
  height: 50px;
  object-fit: cover;
}

.newsProductHot__Img > a > img {
  width: 70px;
  height: 60px;
  object-fit: cover;
}

.newsHot__Total {
  justify-content: left;
}

.newsHot__price {
  margin-left: 10px;
}

.keyWords {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-left: 5px !important;
}

.keyWords > div > a {
  color: var(--HeaderTop-active--color);
  font-size: 14px;
  font-weight: bold;
}

.keyWords > div > a:hover {
  color: var(--HeaderTop-active--color);
}

.keyWords > div > i {
  font-size: 14px;
  color: var(--HeaderTop-active--color);
}

.newsContain {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto;
}

.newsContain__Title {
  width: 100%;
}

.newsContain__Title > span {
  border: 1px solid gray;
  width: 100px;
}

.TitleItem {
  position: relative;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 30px;
}

.TitleItem span {
  margin: 0 15px;
  font-weight: bolder;
  font-size: 20px;
}

.TitleItem b {
  display: block;
  border: 1px solid rgb(180, 178, 178);
  height: 1px;
  flex: 1;
  font-weight: bolder;
  margin: auto 0;
}

.newsContain__Items {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 30px 0;
  padding: 10px;
  justify-content: center;
}

.newsContain__Items--Img > a > img {
  width: 100%;
}

/* Liên hệ */

.Contact {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 20px;
  max-width: 1250px;
  margin: 50px auto;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
}

.Contact__Row {
  display: grid;
  grid-template-columns: 604px 604px;
  grid-gap: 20px;
}

.Contact__Row--Image > img {
  width: 604px;
  height: 379px;
}

.Contact__Row--Content > p {
  padding-top: 10px;
  line-height: 1.9;
  font-size: 14x;
  cursor: default;
  color: #212529;
  font-weight: 500;
}

.Contact__Row3--Input {
  width: calc(100% - 5px);
  display: block;
  outline: none;
  color: #495057;
  border-radius: 5px;
  border: 1px solid var(--HeaderTop-active--color);
  padding-left: 5px;
  margin: 10px 0;
  height: 40px;
}

.Contact__Row3--Input:first-child {
  margin-top: unset;
}

.Contact__Row3--Content {
  outline: none;
  border: 1px solid var(--HeaderTop-active--color);
  border-radius: 5px;
  width: calc(100% - 10px);
  height: 238px;
  padding: 5px 5px;
}

.Contact__Row3--submit {
  outline: none;
  border: 1px solid var(--HeaderTop-active--color);
  border-radius: 5px;
  height: 40px;
  width: calc(100% + 3px);
  background: var(--HeaderTop-active--color);
  color: #fff;
  cursor: grab;
  margin-top: 10px;
  transition: all 0.25s ease-out;
  font-weight: bold;
}

.Contact__Row3--submit:hover {
  opacity: 60%;
}

.Contact__Row--Content {
  border-top: 2px solid #e8e8e8;
  padding: 0 20px;
}

/* Hệ thống cửa hàng */
.containSystem {
  display: grid;
  grid-template-rows: 396px 396px;
  grid-gap: 30px 0;
  max-width: 1250px;
  margin: 10px auto;
  background: #fff;
  padding: 20px 10px;
  padding-left: 20px;
  border-radius: 10px;
}

.containSystem__Row {
  display: grid;
  grid-template-columns: 393px 393px 393px;
  grid-gap: 0 30px;
}

.containSystem__Row--Img > img {
  margin: 10px;
  width: 372px;
  height: 294px;
}

.containSystem__Row--Content > a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  transition: all 0.1s ease;
}

.containSystem__Row--Content > a:hover {
  color: var(--HeaderTop-active--color);
}

.containSystem__Row--Column {
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  transition: all 0.25s ease;
  box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 5%);
}

.containSystem__Row--Column:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 15px 3px rgb(0 0 0 / 14%);
  border: 1px solid var(--HeaderTop--color);
}

.containSystem__Row--Content {
  margin: 10px;
}

.containSystem__Row--Content > a > i {
  padding-right: 10px;
  color: var(--HeaderTop-active--color);
}

/* lọc giá */

#priceRange {
  margin: 20px auto;
  width: 250px;
}

.price__show {
  margin-top: 10px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #000;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  width: 10px;
  outline: none;
  background: var(--HeaderTop-active--color);
  border: 1px solid #fff;
}

.ui-slider-horizontal .ui-slider-range {
  background: var(--HeaderTop-active--color);
}

/* search */
.search__Content {
  position: absolute;
  top: 40px;
  right: 0;
  display: grid;
  grid-template-rows: 55px 10px auto;
  height: auto;
  width: 400px;
  box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
  border: solid 1px #dfe3e8;
  border-radius: 5px;
  background: #fff;
  animation: sliderSearch 0.25s linear;
  display: none;
  z-index: 99999;
}

@keyframes sliderSearch {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.search__Content--Search {
  display: grid;
  grid-template-columns: 100%;
}

.search__Content--Search > input {
  border: none;
  outline: none;
  height: 37px;
  margin: auto 5px;
}

.search__Content--Search > a > i {
  padding-top: 10px;
}

.fa-magnifying-glass,
.fa-cart-shopping {
  color: var(--Pagination--color);
}

.search__Contain--Items {
  display: grid;
  grid-template-rows: 55px;
  grid-auto-flow: row;
  grid-auto-rows: 55px;
  grid-row-gap: 20px;
  overflow: auto;
  display: none;
}

.search__Items--Image {
  display: grid;
  grid-template-columns: 60px 280px;
  margin: 0 10px;
  border-bottom: solid 1px #ebebeb;
}

.search__Items--Image > a > img {
  width: 55px;
  height: 50px;
  vertical-align: middle;
}

.search__Items--Content {
  display: grid;
  grid-template-rows: 25px;
  text-align: left;
  margin: auto 5px;
}

.search__Items--Content > a {
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: pre;
  transition: all 0.25s linear;
}

.search__Items--Content > a:hover {
  color: var(--HeaderTop--color);
}

.search__Items--total {
  display: grid;
  grid-template-columns: 80px 80px;
}

.search__Content--Name {
  display: grid;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  text-align: left;
  display: none;
}

.search__Content--Name > span {
  font-weight: 600;
  color: #000;
}

.search__Content--Name > a {
  color: #7a7878;
}

.search__Content--Name > a:hover {
  color: var(--HeaderTop--color);
}

.nothingSearch {
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
  text-align: center;
  color: #7a7878;
}

/* Giỏ hàng Minimum*/
.cart__Contain {
  display: none;
  grid-template-rows: auto 299px 1fr;
  position: absolute;
  right: 0%;
  top: 40px;
  border: 1px solid #dfe3e8;
  z-index: 99;
  background: #fff;
  box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
  width: 470px;
  height: auto;
  border-radius: 5px;
  animation: sliderSearch 0.25s linear;
}

.cart__Contain--RowTop {
  text-align: center;
  background: #f3f5f6;
  margin: 10px 10px;
  cursor: default;
  font-size: 15px;
  font-weight: bold;
}

.emptyCart__Contain {
  display: block !important;
  text-align: center;
}

#emptyCart {
  height: 168px;
  width: 200px;
}

.cart__Contain--RowTop > p {
  line-height: 33px;
  font-size: 15px;
  font-weight: bold;
}

.cart__Contain--Items {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.cart__Contain--Items > p {
  margin: 0 auto;
  line-height: 104px;
  color: #ccc;
  cursor: default;
  font-size: 17px;
}

.cart__Contain--Image > a > img {
  width: 70px;
  height: 70px;
}

.cart__Contain--Content {
  margin: auto 10px;
  cursor: default;
  color: #222222;
  text-align: left;
}

.cart__Contain--Content > h3 > a:hover {
  opacity: 70%;
}

.cart__Contain--Content > h3 > a {
  font-weight: bold;
  font-size: 15px;
  color: var(--HeaderTop-active--color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.cart__Contain--Content > p {
  padding-top: 10px;
  font-size: 13px;
  font-weight: bold;
}

.miniCart__Price {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px 0;
}

.miniCart__Price > span {
  font-size: 14px;
  font-weight: bold;
  color: var(--Pagination--color) !important;
}

.watchMiniCart {
  color: var(--HeaderTop--color);
}

.watchMiniCart:hover {
  background: var(--HeaderTop-active--color);
  color: var(--HeaderTop--color);
}

.payingMiniCart {
  background: var(--HeaderTop-active--color) !important;
  margin-left: 20px;
  color: var(--HeaderTop--color) !important;
}

.payingMiniCart:hover {
  background: transparent !important;
  color: var(--HeaderTop-active--color) !important;
}

.miniCart__Control {
  margin: 20px 0;
}

.miniCart__Control > a {
  margin: 0 2px;
}

.activeMiniCart {
  width: 210px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid var(--HeaderTop-active--color);
  cursor: grab;
  color: var(--HeaderTop-active--color);
  background: transparent;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.25s linear;
}

.miniCart__Price--Total {
  text-align: right;
  color: #fff !important;
}

.cart__Contain--Middle {
  overflow-y: auto;
  margin: 0 10px;
}

.cart__Contain--Middle > div:last-child {
  border: none;
  text-align: center;
}

.cart__Contain--Bottom {
  margin: 0 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

/* search Page */
.pageSearch {
  display: grid;
  grid-template-rows: 50px auto;
  border-radius: 5px;
  margin: 50px auto;
  max-width: 1250px;
}

.pageSearch__Contain {
  display: grid;
  grid-template-columns: 310px 310px 310px;
  grid-template-rows: 350px 350px;
  grid-auto-flow: row;
  grid-auto-rows: 350px;
  grid-gap: 30px 30px;
  padding-bottom: 100px;
  justify-content: center;
}

.PageTitle--Title > h3 {
  text-align: center;
  font-size: 24px;
  color: var(--HeaderTop-active--color);
  cursor: default;
  padding: 10px 0;
  border-bottom: 1px solid var(--HeaderTop--color);
}

.PageTitle--Title > h3 > span {
  color: #7a7878;
}

/* Phân trang */
.MainProduct__Pagination {
  justify-content: center;
  margin-top: 25px;
}

.Pagination {
  cursor: grab;
  height: 30px;
  width: 30px;
  color: var(--HeaderTop-active--color) !important;
  border-radius: 50%;
  border: 1px solid var(--HeaderTop-active--color);
  margin: 0 5px;
  text-align: center;
  line-height: 29px;
  font-weight: 500;
  background: transparent;
  transition: all 0.25s linear;
}

.Pagination:hover {
  background-color: var(--HeaderTop-active--color);
  color: #fff;
}

.controlPage {
  width: 70px;
  border-radius: 5px;
  cursor: grab;
  height: 30px;
  color: var(--footer--color);
  border-radius: 5px;
  border: 1px solid var(--footer--color);
  margin: 0 5px;
  text-align: center;
  font-weight: 500;
  line-height: 29px;
  background: transparent;
  transition: all 0.25s linear;
}

.controlPage:hover {
  background: var(--HeaderTop-active--color);
  color: var(--HeaderTop--color);
}

/* Chi tiết sản phẩm */
.containDetail {
  display: grid;
  z-index: 1;
  grid-template-rows: 536px auto 1fr auto;
  grid-gap: 30px 0;
  max-width: 1250px;
  margin: 50px auto;
}

.detailProduct {
  display: grid;
  grid-template-columns: 449px 801px;
  grid-gap: 0 70px;
  flex-wrap: wrap;
}

.detailProduct__containImage {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.detailProduct__mainImage {
  display: flex;
  flex: 1;
  transition: transform 0.25s ease;
}

.detailProduct__mainImage--Item > img {
  width: 400px;
  height: 430px;
  object-fit: contain;
}

.detailProduct__Images--Item {
  width: 87px;
  height: 87px;
}

.detailProduct__Images--Item:hover {
  border-color: #ff789e;
  cursor: grab;
}

.detailProduct__Images--Item > img {
  width: 75px;
  height: 75px;
  object-fit: cover;
}

.inforProduct--total {
  justify-content: left;
}

.inforProduct--Origin {
  margin-left: 20px;
}

.detailProduct__Images {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.detailProduct__Images--Item {
  margin: 0 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.detailProduct__Images--Item > img {
  vertical-align: center;
  padding: 5px 5px;
}

.detailProduct__inforProduct > h1 {
  font-size: 22px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #363636;
  cursor: default;
}

.inforProduct--Row1 {
  display: flex;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-top: 20px;
}

.inforProduct--Row1 > div > span {
  font-weight: 600;
}

.inforProduct--Row1 > div > a {
  color: #222222;
  transition: all 0.25s ease-out;
}

.inforProduct--Row1 > div > a:hover {
  color: #ff789e;
}

.inforProduct--Row1 {
  font-size: 13px;
}

.inforProduct--ID > strong {
  font-weight: 300;
  cursor: default;
  padding-right: 10px;
}

.inforProduct--Status > a {
  font-weight: 200 !important;
  cursor: default;
}

.detailReduce {
  color: #ff4579 !important;
  margin-left: 10px;
  padding: 5px 10px !important;
  font-weight: bold;
  font-size: 15px !important; 
  background: #ebebeb;
}

.inforProduct--Category {
  margin: 0 20px;
}

/* .inforProduct--total {
} */

.inforProduct--total > div {
  font-size: 13px;
  margin-right: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 15px;
  padding-bottom: 15px;
}

.inforProduct--total > div:first-child {
  border-top: unset;
  border-bottom: unset;
}

.inforProduct--total > div > span {
  color: var(--Pagination--color);
  font-weight: bold;
  font-size: 25px;
}

.unit {
  text-decoration: underline;
  margin: 1px;
}

.inforProduct__Origin--total.inforProduct__Origin--total {
  text-decoration: line-through;
  color: #aa0404;
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
}

.function__Mount {
  display: flex;
}

.function__Mount > span {
  font-family: "Roboto", Helvetica, sfuiText_regular, sans-serif;
  font-size: 15px;
  margin: auto 0;
}

.reduce,
.increase {
  background: transparent;
  border: 1px solid #e1e1e1;
  width: 30px;
  height: 30px;
  cursor: grab;
  font-size: 25px;
  line-height: 15px;
}

.increase {
  border-left: unset;
}

.reduce {
  border-right: unset;
}

.mount {
  height: 28px;
  outline: none;
  background: transparent;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: unset;
  border-right: unset;
  text-align: center;
  width: 125px;
}

.reduce {
  margin-left: 10px;
}

.function__size {
  margin: 30px 0;
  display: flex;
  align-items: center;
}

.function__size > span {
  display: flex;
  font-size: 13px;
  font-weight: bold;
}

.function__size--Contain {
  display: grid;
  grid-template-columns: 45px 45px 45px 45px;
  grid-gap: 5px 0;
  margin: 0 10px;
}

.function__size--Contain span {
  font-size: 14px;
}

.buyProduct {
  border: 1px solid var(--HeaderTop-active--color);
  background: var(--HeaderTop-active--color);
  color: #fff;
  height: 48px;
  width: 130px;
  font-weight: bold;
  cursor: grab;
  font-size: 17px;
  border-radius: 5px;
  transition: all 0.25s linear;
  box-shadow: 0px 0px 8px 0px rgba(77, 77, 77, 30%);
}

.increaseCart {
  border: 1px solid var(--HeaderTop-active--color);
  background: transparent;
  color: var(--HeaderTop-active--color);
  height: 48px;
  width: 220px;
  font-weight: bold;
  cursor: grab;
  font-size: 17px;
  transition: all 0.25s linear;
  border-radius: 5px;
  margin-right: 5px;
}

.increaseCart:hover {
  background: var(--HeaderTop-active--color);
  color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(77, 77, 77, 30%);
}

.buyProduct:hover {
  background: var(--HeaderTop-active--color);
  color: #fff;
}

.function__BuyOrCart {
  margin-top: 70px;
}

.reduce_Increase:hover {
  background: var(--HeaderTop-active--color);
  color: #fff;
}

.Description--Content {
  line-height: 1.7;
  margin-top: 20px;
  font-family: "sfuiText_medium";
  cursor: default;
}

/* tab details product*/

.tab__section > ul {
  display: flex;
  border-bottom: 1px solid #7a7878;
}

.tab__section > ul > li {
  margin: 0 10px;
}

.tab__section > ul > li > h3 {
  color: var(--footer--color);
  font-size: 18px;
  line-height: 52px;
  cursor: grab;
  position: relative;
  border-bottom: 1px solid transparent;
}

.tab__section > ul > li > h3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0%;
  border: 1px solid transparent;
  transform-origin: left;
  transition: all 0.25s linear;
}

.tab__section > ul > li > h3:hover {
  color: var(--footer--color);
}

.tab__section > ul > li:hover > h3::after {
  border-color: var(--Pagination--color);
  width: 100%;
  transform: scaleX(100%);
}

.guideBuyProduct,
.provisionService {
  display: none;
}

.tabDescription > div > h4,
.guideBuyProduct > div > h4,
.provisionService > div > h4 {
  cursor: default;
  font-size: 16px;
}

.tabDescription > div {
  margin-top: 10px;
}

.tabDescription > div > p,
.guideBuyProduct > div > p,
.provisionService > div > p {
  line-height: 1.8;
  font-size: 14px;
  padding: 15px 0;
  cursor: default;
}

.provisionService--exchange > h5 {
  font-size: 16px;
  padding-top: 15px;
  line-height: 1.5;
}

.provisionService,
.guideBuyProduct {
  margin-top: 15px;
}

.checkedSelectSize {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  cursor: pointer;
}

/*Sản phẩm liên quan*/
.productInvolve__selection {
  display: flex;
  border-bottom: 1px solid #7a7878;
  padding-bottom: 15px;
}

.productInvolve__selection--LeftRight {
  position: relative;
  margin: auto 0;
  padding-left: 76%;
}

.productInvolve--Control {
  border: 1px solid #7a7878;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: grab;
  line-height: 18px;
}

.productInvolve--Control:hover {
  background: var(--HeaderTop--color);
  color: var(--HeaderTop-active--color);
}

.productInvolve__selection--Title > h4 {
  cursor: default;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

.productInvolve__selection--Title > h1 {
  font-size: 18px;
  font-weight: 600;
}

.productInvolve__contain {
  overflow: hidden;
}

.productInvolve__Items {
  display: flex;
  margin-top: 30px;
  width: 1065px;
  transition: transform 0.25s ease;
}

.productInvolve--Item {
  margin: 5px 10px;
}

/* MiniCart */
.modal-cart {
  display: none;
}

.cart-overplay,
.quickView-overplay {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0%;
  right: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.modal-cart__Input,
.quickView__Input,
.paying__Input {
  display: none;
}

.modal-cart__Input:checked ~ .cart-overplay {
  display: block;
}

.modal-cart__Input:checked ~ .modal-cart {
  display: block;
}

.quickView__Input:checked ~ .quickView-overplay {
  display: block;
}

.quickView__Input:checked ~ .quickView {
  display: block;
}

.miniCart {
  position: absolute;
  display: grid;
  grid-template-rows: 50px 320px 364px;
  margin-top: 70px;
  z-index: 99;
  width: 959px;
  height: 740px;
  box-shadow: 0px 1px 1.5px rgb(255 255 255 / 50%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
}

.miniCart__Title {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.miniCart__Title > h1 {
  font-size: 22px;
  color: var(--HeaderTop--color);
}

.miniCart__Product {
  display: grid;
  grid-template-columns: 479px 479px;
}

.miniCart__Product--Image {
  margin: 5px 0;
}

.miniCart__Product--Image > a > img {
  margin: 0 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.miniCart__Product--left {
  margin-left: 15px;
  border-right: 1px solid #ccc;
}

.miniCart_Product--Content {
  margin-left: 20px;
}

.miniCart_Product--Content > h2 {
  margin-bottom: 10px;
}

.miniCart_Product--Content > h2 > a {
  color: var(--footer--color);
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.miniCart_Product--Content > p {
  color: #000;
  font-size: 13px;
  padding-bottom: 5px;
  margin: 10px 0;
  font-weight: bolder;
}

.miniCart_Product--Content > p > span {
  color: var(--footer--color);
  font-weight: bold;
}

.miniCart__Product--right {
  text-align: center;
  display: grid;
  grid-template-rows: 50px 50px 70px 70px 70px;
}

.miniCart__Product--right > p {
  padding: 15px 0;
  font-family: "Recursive", sans-serif;
  cursor: default;
}

.miniCart__Product--right > p > span,
p > strong {
  color: var(--footer--color);
  font-weight: bold;
}

.miniCart__Active {
  margin: 10px 43px;
  height: 43px;
  border: 1px solid var(--HeaderTop-active--color);
  background: transparent;
  box-shadow: 0px 0px 8px 0px rgba(77, 77, 77, 30%);
  cursor: grab;
  color: var(--HeaderTop-active--color);
  border-radius: 5px;
  transition: all 0.25s linear;
  font-size: 14px;
  font-weight: bold;
}

.miniCart__Product--Pay {
  background: var(--HeaderTop--color);
}

.miniCart__Active:hover {
  background: var(--HeaderTop-active--color);
  color: var(--HeaderTop--color);
}

.miniCart__Product--continueBuy {
  color: var(--HeaderTop--color);
  background-color: var(--HeaderTop-active--color);
}

.miniCart__Product--continueBuy:hover {
  background: var(--HeaderTop--color);
  color: var(--HeaderTop-active--color);
}

.comboProduct {
  border-top: 1px solid #ccc;
}

.comboProduct > h1 {
  font-family: "sfuiText_medium_italic";
  font-size: 24px;
  color: #222222;
  padding: 15px 15px;
}

.comboProduct__contain {
  display: flex;
  justify-content: center;
}

.comboProduct--Contain {
  margin: 0 5px;
  overflow: hidden;
}

/* Login */

.Login-Contain {
  display: grid;
  grid-template-rows: 40px 40px 40px 40px 1fr 1fr;
  grid-gap: 20px 0;
  max-width: 370px;
  margin: 220px auto;
}

.Login-Contain > div > h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: var(--Pagination--color);
}

.login--Input {
  width: 370px;
  height: 45px;
  outline: none;
  border: 1px solid #ebeded;
  padding-left: 20px;
}

.Login-Contain__Item {
  position: relative;
}

.Login-Label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  letter-spacing: 1px;
  display: block;
  margin-left: 20px;
  user-select: none;
  pointer-events: none;
  color: #898989;
  transition: all 0.25s linear;
}

.login--Input:focus {
  background: transparent;
  border-color: var(--HeaderTop-active--color);
}

.login--Input:not(:placeholder-shown) + .Login-Label,
.login--Input:focus + .Login-Label {
  top: 0;
  background: #fff;
  color: var(--HeaderTop-active--color);
  padding: 0 10px;
  margin-left: 9px;
}

.Login-Label--Email {
  top: 0;
  background: #fff;
  padding: 0 10px;
  color: #898989;
  margin-left: 9px;
}

.rulesService {
  color: #898989;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.Login__rulesService {
  color: #333333;
  font-size: 12px;
}

.rulesService > a {
  color: #2962ff;
}

.Login--Active {
  position: relative;
}

.LoginSubmit,
.recovery__Password--Submit {
  width: 100%;
  height: 43px;
  cursor: grab;
  border: 1px solid var(--HeaderTop-active--color);
  background: transparent;
  color: var(--HeaderTop-active--color);
  font-size: 15px;
  z-index: 5;
  margin-top: 5px;
  transition: all 0.25s linear;
  font-weight: bold;
}

.recovery__Password--Submit:hover {
  color: #fff;
  background: var(--HeaderTop-active--color);
}

.LoginSubmit:hover {
  color: #fff;
  background: var(--HeaderTop-active--color);
}

.User__Account {
  text-align: center;
}

.User__Account > p {
  color: #898989;
  padding: 5px 0;
  font-size: 14px;
}

.User__Account > p > a {
  font-weight: bold;
  color: var(--HeaderTop-active--color);
}

.User__Account > p > a:hover {
  color: #dea43e;
}

/* Đăng ký */
.Reigster__Contain {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-gap: 20px 0;
  max-width: 370px;
  margin: 220px auto;
}

.Reigster--Title > h1 {
  text-align: center;
  color: var(--Pagination--color);
  font-size: 25px;
  font-weight: bold;
}

.Login__Error,
.Reigster__Error {
  color: red;
  font-family: "Quicksand", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  padding-top: 5px;
  cursor: default;
}

.Reigster__Error > a {
  color: #333333;
}

.Reigster__Error > a:hover {
  color: #dea43e;
}

.Reigster--Gender {
  margin: auto 0;
}

.Reigster--Gender > label {
  line-height: 1.5px;
  color: var(--footer--color);
  font-size: 14px;
  font-weight: bold;
}

.Gender {
  margin-right: 5px;
}

.User__Account {
  text-align: left;
}

.User__Account > a {
  color: #333333;
}

.User__Account > a > i {
  padding-right: 20px;
}

.User__Account > a:hover {
  color: #dea43e;
}

.GenderMale,
.GenderFemale {
  margin: 0 5px;
}

.Logined {
  position: relative;
}

.Logined > a {
  cursor: grab;
}

.Logined:hover .Logined__Menu {
  display: block;
}

.Logined__Menu {
  display: none;
  position: absolute;
  box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
  border: 1px solid #ccc;
  background: #fff;
  z-index: 9999;
  border-radius: 5px;
  width: 314px;
  right: 0%;
}

.Logined__Menu--Contain {
  display: grid;
  grid-template-rows: 1fr auto auto;
  margin: 20px 20px;
  text-align: left;
}

.Logined__Menu--Contain > div {
  width: calc(100% - 20px);
}

.Logined__Menu-Top {
  display: flex;
}

.Logined__Menu--Infor > form > img,
.Logined__Menu--Infor > img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid var(--HeaderTop-active--color);
  border-radius: 50%;
  object-fit: cover;
}

.Image-error {
  color: red;
  text-align: center;
  padding: 5px 0;
}

.changeAvatar {
  height: 20px;
  width: 125px;
  margin: 0 auto;
  margin-top: 6px;
  text-align: center;
  transition: all 0.25s linear;
  line-height: 34px;
  display: block;
  background: var(--HeaderTop--color);
  color: #fff;
  border: 1px solid var(--HeaderTop--color);
}

.changeAvatar:hover {
  background: var(--HeaderTop--color);
  color: #fff;
}

.Logined__Menu--Infor > form > span {
  padding-left: 10px;
  margin-bottom: 10px;
  color: #0a0a0a;
  font-size: 17px;
}

.Logined__Menu-File {
  display: flex;
}

.Logined__Menu-File > label {
  margin: 5px auto;
}

.Logined__Menu--Control {
  height: 32px;
  width: 125px;
  border: 1px solid var(--HeaderTop-active--color);
  background: transparent;
  border-radius: 5px;
  cursor: grab;
  color: var(--HeaderTop-active--color);
  font-size: 15px;
  font-weight: bold;
  transition: all 0.25s linear;
}

.Logined__Menu--Pagination {
  display: flex;
}

.Logined__Menu--Pagination > input {
  margin: 5px 10px;
}

.Logined__Menu--Information {
  margin: 0 10px;
  border-color: var(--HeaderTop-active--color);
  background: transparent;
  color: var(--HeaderTop-active--color);
}

.Logined__Menu--Information:hover {
  background: var(--HeaderTop-active--color);
  color: var(--HeaderTop--color);
}

.Logined__Menu--Logout:hover {
  background: var(--HeaderTop-active--color);
  color: var(--HeaderTop--color);
}

.Logined__Menu--SelectPage > ul {
  display: grid;
  grid-template-rows: 52px 52px;
}

.Logined__Menu--SelectPage > ul > li {
  margin: auto 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.Logined__Menu--SelectPage > ul > li:first-child {
  border-top: unset;
}

.Logined__Menu--SelectPage > ul > li > a {
  color: rgb(74, 74, 74);
  font-weight: 600;
  font-size: 14px;
}

.Logined__Menu--SelectPage > ul > li:hover > a {
  opacity: 60%;
}

/* DetailProduct Mini */
.quickView {
  display: none;
}

.quickView__Contain {
  position: absolute;
  display: grid;
  grid-template-columns: 400px 400px;
  z-index: 99;
  width: 800px;
  height: 522px;
  box-shadow: 0px 1px 1.5px rgb(255 255 255 / 50%);
 top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  padding-top:10%;
}

.quickView__column--Left > a > img {
  width: 350px;
  height: 400px;
}

.quickView__Row__1 > h1 {
  margin-bottom: 10px;
}

.quickView__Row__1 > h1 > a {
  color: var(--HeaderTop--color);
}

.quickView__Row__1 {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.quickView__titleProduct {
  display: flex;
  position: relative;
}

.quickView__titleProduct > h1 > a {
  color: var(--HeaderTop-active--color);
  font-size: 18px;
}

.quickView__titleProduct > h1 > a:hover {
  opacity: 80%;
}

.quickView__titleProduct > i {
  position: absolute;
  color: var(--HeaderTop-active--color);
  font-size: 20px;
  border: 1px solid var(--HeaderTop-active--color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  right: 20px;
  cursor: grab;
}
.quickView__Row__2 {
  padding-top: 10px;
}
.quickView__column--Right {
  display: grid;
  grid-template-rows: 210px 40px 60px 30px;
}

.quickView__Row__1--Content {
  margin-left: 5px;
  font-weight: 400 !important;
}

.quickView__PriceProduct--price {
  color: #ccc;
}

.quickView__PriceProduct--total {
  color: #aa0404;
  font-weight: bold;
  font-size: 18px;
  padding: 0 15px;
}

.quickView__PriceProduct--Reduce {
  background: var(--HeaderTop-active--color);
  padding: 5px 20px;
  color: #fff;
}

.quickView__Row__3 {
  display: flex;
  border-top: 1px solid #ccc;
}

.quickView__Row__3 > div {
  margin: auto 0;
  margin-right: 10px;
}

.quickView__Row__3 > span {
  line-height: 58px;
  padding-left: 5px;
}

.quickView__Row__5 {
  margin: 40px 0;
}

.quickView__Row__5 > input {
  margin-right: 10px;
}

/* Page Cart */
.cartTable {
  display: grid;
  position: relative;
  grid-template-columns: 800px 370px;
  max-width: 1250px;
  margin: 50px auto;
  margin-top: 20px;
}

.cart__Empty--Image {
  border: none;
  margin-top: 112px;
}

.cartTable__Title {
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  padding: 10px 0;
}

.cartTable__Title > h1 {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  padding-left: 10px;
}

.cartTable__Contain {
  border: 1px solid #e1e1e1;
}

.cartTable__Contain > table > thead > tr > th {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  padding-left: 5px;
}

.cartTable__Contain > table > thead > tr > th {
  text-align: left;
  color: #000;
  width: 140px;
}

.cartTable__Contain > table > thead > tr > th:first-child {
  width: 370px;
}

.cartTable__Column1 {
  display: grid;
  grid-template-columns: 100px 270px;
}
.cartTable__bottom
{
  max-width: 1250px;
  margin: auto;
}
.cartTable__bottom button{
    width: 200px;
    height: 35px;
    color: white;
    background: var(--HeaderTop-active--color);
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
}

.cartTable__Column3>input {
    width: 60px;
    outline: none;
    border: 1px solid #ccc;
    height: 25px;
    padding-left: 5px;
    margin-top: 5px;
}

table {
  border-collapse: collapse;
}

.cartTable-rows > td {
  padding: 10px 0;
  padding-left: 5px;
  vertical-align: top;
  border-bottom: 1px solid #e1e1e1;
}

.cartTable__Column1--nameProduct {
  line-height: 1.5;
}

.cartTable__Column1--nameProduct > span {
  color: #898989;
  font-size: 13px;
  font-weight: bold;
  cursor: grab;
  text-transform: none;
}

.cartTable__Column1--nameProduct > h3 > a {
  color: var(--HeaderTop-active--color);
}

.cartTable__Column1--nameProduct > h3 > a:hover {
  color: var(--HeaderTop-active--color);
}

.cartTable__Column1--nameProduct > p {
  font-size: 13px;
  cursor: grab;
}

.cartTable__Column1--nameProduct > p > a {
  color: #000;
  font-weight: 600;
}

.cartTable__Column1--nameProduct > p > a:hover {
  color: var(--HeaderTop-active--color);
}

.fa-trash-can {
  padding-right: 5px;
  font-size: 13px;
  color: #898989;
}

.cartTable__Column1--Image > img {
  width: 80px;
  height: 80px;
}

.cartTable__Column2 {
  line-height: 1.5;
}

.cartTable__Column2 > p {
  font-weight: bold;
}

.cartTable__Column2--Origin {
  color: #898989;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}

.cartTable__Column2--Reduce {
  color: #fff;
  background-color: var(--HeaderTop--color);
  width: 60px;
  line-height: 22px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.cartTable__Column4 > p {
  color: #aa0404;
  cursor: default;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

.cartTable__Column--Right {
  height: 202px;
  border: 1px solid #ccc;
  margin-left: 30px;
}

.Column__Right--Title {
  background: #e1e1e1;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}

.Column__Right--Price {
  padding: 10px 10px;
}
.Price__Provisional > p {
  font-size: 15px;
}
.Price__Provisional > p > span {
  float: right;
  color: var(--HeaderTop-active--color);
  font-weight: bold;
}

.Price__Provisional {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}

.Price__Total {
  padding-top: 15px;
}

.Price__Total > p {
  font-weight: bold;
}

.Price__Total > p > span {
  float: right;
  color: #aa0404;
  font-size: 20px;
}

.Price__Noted > p {
  font-size: 13px;
  float: left;
  padding-top: 15px;
}

.Column__Right--PlaceAnOrder > input {
  height: 35px;
  border: none;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1.1px;
  font-weight: bold;
  margin-top: 15px;
  cursor: grab;
  color: var(--HeaderTop--color);
  background: var(--HeaderTop-active--color);
}

.Column__Right--PlaceAnOrder > input:hover {
  opacity: 80%;
}

/* Place An Order */
.tablePay {
  margin: 10px auto;
  max-width: 1250px;
  display: grid;
  grid-template-rows: auto auto;
  grid-gap: 30px;
}

.tablePay__Row1 > span {
  display: block;
  padding: 15px 0;
  color: #aa0404;
  font-weight: bold;
}

.tablePay__Row1 > span > a > u {
  color: var(--footer--color);
  font-size: 13px;
  font-weight: bold;
  transition: all 0.25s linear;
}

.tablePay__Row1 > span > a > u:hover {
  color: var(--HeaderTop-active--color);
}

.tablePay__Row2 {
  display: grid;
  grid-template-columns: 50% 50%;
}

.show-Codes {
  cursor: grab;
}

.Codes {
  display: none;
  margin-top: 10px;
  width: 100%;
}

.Code-Input {
  border: 1px solid rgba(129, 129, 129, 0.25);
  margin-bottom: 10px;
  height: 30px;
  padding-left: 10px;
  width: 100%;
  border-radius: 5px;
  outline: none;
}

.Code-Input:focus {
  border-color: var(--HeaderTop-active--color);
}

.Code-error {
  color: red;
  font-size: 14px;
}

.Row2__Column1 {
  padding-right: 30px;
}

.Row2__Column1 > h3 {
  font-size: 20px;
  padding-bottom: 15px;
}

.Row2__Column1 > div {
  margin: 20px 0;
}

.Row2__Column1 > div > label {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.Row2__Column1 > div > label > span {
  color: red;
}

.Row2__Column1 > div > input {
  outline: none;
  border: 1px solid rgba(129, 129, 129, 0.25);
  height: 40px;
  width: 100%;
  padding-left: 5px;
}

.Row2__Column1 > div > textarea {
  height: 100px;
  width: 100%;
  padding-left: 5px;
  padding-top: 5px;
  outline: none;
  border: 1px solid rgba(129, 129, 129, 0.25);
}

.Row2__Column2--Contain {
  padding: 10px 10px;
  background-color: #f8f8f8;
  height: auto;
  padding-bottom: 40px;
}

.Row2__Column2--Row1 {
  margin: 0 20px;
  margin-top: 20px;
  padding: 10px 20px;
  background: #fff;
  height: auto;
}

.Row2__Column2--total {
  font-size: 16px;
  font-weight: bold;
}

.Row2__Column2--total > span {
  font-size: 15px;
  font-weight: bold !important;
  float: right;
}

.Row2__Column2--Contain > h3 {
  font-size: 17px;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

.Column2__Row1--Contain {
  margin: 10px 0;
}

.Row2__Column2--Row1 > div > p {
  font-size: 15px !important;
  font-weight: bold;
  padding: 10px 0;
  color: var(--footer--color);
}

.Row2__Column2--Row1 > div > p > span {
  font-weight: bold;
  color: #aa0404;
  float: right;
}

.payProduct {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 0;
}

.payProduct > p {
  font-size: 14px;
  font-weight: bold;
  color: var(--HeaderTop-active--color);
  line-height: 1.5;
}

.payProduct__TotalPrice {
  float: right;
}

.Row2__Column2--totalPrice {
  font-size: 23px !important;
  color: #ff4579;
}

.Row2__Column2--Row2 {
  margin: 30px 20px;
  text-align: left;
}

.Row2__Column2--Row2 > div {
  margin: 15px 0;
}

.Row2__Column2--Row2 > div > .paypal--contain label {
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.paypal--contain {
  display: flex;
  align-items: center;
}

.Row2__Column2--Row3 {
  margin: 0 20px;
}

.Row2__Column2--Row3 > input {
  height: 40px;
  background: var(--HeaderTop-active--color);
  color: var(--HeaderTop--color);
  border: 1px solid var(--HeaderTop-active--color);
  width: 100%;
  cursor: grab;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.25s linear;
}

.Row2__Column2--Row3 > input:hover {
  background: var(--HeaderTop--color);
  color: var(--HeaderTop-active--color);
}

.Row2__Column2--Noted {
  display: none;
  position: relative;
  background: #fff;
  border: 2px solid rgba(115, 115, 115, 0.1);
  line-height: 1.6;
  padding: 15px 15px;
  margin-top: 15px;
  font-size: 14px;
}

.Row2__Column2--Noted > p {
  font-size: 14px;
}

.Noted__1 {
  display: block;
}

.Row2__Column2--Noted::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 20px;
  width: 2px;
  border-bottom: 10px solid var(--HeaderTop--color);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  color: var(--HeaderTop--color);
}

.shippingFee {
  color: #ff789e;
}

/* Sau khi thanh toán */
.containPayed {
  display: none;
}

.tablePayed {
  max-width: 1250px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 300px auto;
  cursor: default;
  height: 600px;
}

.Payed__col2--Row1 {
  border-bottom: 1px solid #dfe3e8;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: 22px;
  color: var(--HeaderTop--color);
  padding-bottom: 10px;
}

.Payed__col2--Row1 > p {
  padding-bottom: 10px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
  color: var(--HeaderTop-active--color);
}

.Payed__col2--Row2 {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dfe3e8;
  border-left: 1px solid #dfe3e8;
  border-right: 1px solid #dfe3e8;
  padding-bottom: 15px;
}

.Row2--Col {
  border-right: 1px solid #dfe3e8;
  padding-right: 50px;
  padding-top: 20px;
  font-size: 15px;
  text-align: center;
  line-height: 1.7;
}

.Row2--Col > p {
  font-size: 16px;
  font-weight: bold;
  color: var(--footer--color);
}

.Row2--Col:last-child {
  border: none;
}

.Row2--Col > strong {
  font-size: 17px;
  font-weight: 600;
}

.Row2--Col2 {
  margin: 0 50px;
}

.Payed__col1 > img {
  border-right: 1px solid var(--HeaderTop-active--color);
}

.Payed__col2--Row3 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
  border-bottom: 1px solid #dfe3e8;
  padding-bottom: 15px;
  cursor: default;
}

.Payed__col2--Row3 > span > a {
  color: var(--HeaderTop--color);
  cursor: grab;
  font-weight: bold;
}

.Payed__col2--Row3 > span > a:hover {
  color: var(--HeaderTop-active--color);
}

.Payed__col2--Row4 {
  border-top: 1px solid #dfe3e8;
  font-size: 17px;
  padding-top: 10px;
  background: #f9f9f9;
  height: auto;
}

.Payed__col2--Row4 > p {
  padding: 0 10px;
  line-height: 32px;
  font-size: 15px;
}

.Infor__Bank {
  margin-top: 30px;
  text-align: center;
}

.Infor__Bank--Contain {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.Infor__Bank--Contain > div {
  border-right: 1px solid #dfe3e8;
  padding: 15px 15px;
  font-weight: bold;
}

.Infor__Bank--Contain > div:last-child {
  border: none;
}

/* Personally */
.Personally {
  display: grid;
  grid-template-columns: 300px auto;
  max-width: 1250px;
  margin: 0px auto;
  margin-top: 12%;
  margin-bottom: 50px;
}

.Personally-Avatar {
  width: 70px !important;
  height: 70px !important;
}

.Personally--Left {
  border: 1px solid var(--HeaderTop-active--color);
  height: 400px;
}

.Personally--Left > ul > h3 {
  background: var(--HeaderTop-active--color);
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.Personally--Left > ul > li {
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}

.Personally--Left > ul > li:last-child {
  border: none;
}

.Personally--Left > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  color: #212529;
  line-height: 1.8;
  transition: all 0.1s ease;
  cursor: grab;
  margin: 0px 0px !important;
}

.Personally--Left > ul > li > a:hover {
  color: var(--HeaderTop-active--color);
  background: transparent;
}

.Personally--Right {
  margin-left: 20px;
}

.Bill > table {
  width: 100%;
}

.Bill > table > thead > tr > th {
  font-size: 17px;
  margin: 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f9f9f9;
  font-weight: 600;
}

.Bill > table > tbody {
  background: #f9f9f9;
}

.Bill > table > tbody > tr {
  border-bottom: 1px solid #ebeded;
}

.Bill > table > tbody > tr:last-child {
  border: none;
}

.Bill > table > tbody > tr > td {
  text-align: center;
  padding: 15px 0;
  color: var(--footer--color);
  font-size: 15px;
  font-weight: bold;
}

.Bill > table > tbody > tr > td > input,
.cancel-product {
  display: inline;
  width: auto;
  padding: 10px 10px;
  height: 37px !important;
  background: var(--HeaderTop-active--color);
  color: #fff;
  font-size: 15px;
  border: 1px solid var(--HeaderTop--color);
  border-radius: 5px;
  cursor: grab;
  box-shadow: 0px 0px 4.9px 0.1px rgb(4 5 5 / 15%);
  transition: all 0.25s linear;
  font-weight: 600;
}

.Bill > table > tbody > tr > td > input:hover,
.cancel-product:hover {
  background: transparent;
  color: var(--HeaderTop-active--color);
}

.canceled-product {
  background: #8b0000;
}

.canceled-product:hover {
  background: #aa0404;
}

.canceling-product {
  background: #26a726;
  user-select: none;
}

.canceling-product:hover {
  opacity: 80%;
  color: var(--footer--color);
}

/* Tài khoản */
.InforAccount--Item {
  position: relative;
}

.InforAccount--Name {
  margin-top: 0;
}

.InforAccount > div > input,
.InforAccount__Password > fieldset > div > input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(129, 129, 129, 0.25);
  font-size: 13px;
  box-shadow: none;
  outline: none;
  padding: 0 19px;
  color: #495057;
}

.InforAccount__Password > fieldset {
  padding: 0 10px;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  border: 1px solid rgba(129, 129, 129, 0.25);
}

.InforAccount__Password > fieldset > div {
  margin: 20px 0;
}

.InforAccount__Password > fieldset > legend {
  padding: 0 20px;
}

.InforAccount__Password > fieldset > div > input {
  width: 97.7%;
}

.InforAccount__Password > fieldset > div > label {
  font-weight: 400 !important;
}

.InforAccount > div {
  margin-bottom: 20px;
}

.InforAccount__Gender {
  display: flex;
}

.InforAccount__Gender > label {
  margin: auto 0;
}

.InforAccount__Gender > div {
  display: flex !important;
  padding: 10px 5px;
}

.save__InforAccount {
  background: var(--HeaderTop-active--color);
  color: #fff !important;
  cursor: grab;
  transition: all 0.25s linear;
  font-weight: bold;
  font-size: 17px !important;
  width: 200px !important;
}

.save__InforAccount:hover {
  background: var(--HeaderTop-active--color);
}

.InforAccount--avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #898989;
  box-shadow: 0px 0px 4.9px 0.1px rgb(4 5 5 / 15%);
  display: block;
}

#files {
  height: 0;
}

.Favourite__Items > td > img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.Favourite__Items td p {
  font-weight: bold;
  font-size: 15px;
}

/* Review Detail Product */
.review {
  margin: 0 auto;
}

.review__Item {
  margin: 10px 0;
}

.review__Item > .Item {
  display: flex;
  margin: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}

.review__Item > .Item:last-child {
  border: none;
}

.review__Item--Avatar {
  margin: 10px 10px;
}

.review__Item--Avatar > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #898989;
}

.review__Item--content {
  line-height: 1.5;
  padding-left: 7px;
}

.review__Item--content > h5 {
  font-size: 15px;
}

.review__Item--content > span {
  font-size: 13px;
  color: #8c8c8c;
}

div.stars {
  display: inline-block;
}

input.star {
  display: none;
}

label.star {
  float: right;
  padding: 5px 3px;
  font-size: 20px;
  color: #444;
  cursor: grab;
  transition: all 0.2s;
}

label.star-show {
  float: left;
  padding: 5px 5px;
  font-size: 20px;
  transition: all 0.2s;
}

input.star:checked ~ label.star:before {
  content: "\f005";
  color: var(--HeaderTop-active--color);
  transition: all 0.25s;
}

label.star:before {
  content: "\f006";
  font-family: FontAwesome;
}

input.star-show {
  display: none;
}

label.star-show {
  float: left;
  padding: 5px 3px;
  font-size: 15px;
  color: #aeaeae;
  background: transparent;
  transition: all 0.2s;
}

label.star-show:before {
  content: "\f006";
  font-family: FontAwesome;
}

input.star-show:checked ~ label.star-show:before {
  content: "\f005";
  transition: all 0.25s;
}

input.star-show-0:checked ~ label.star-show-0:before {
  color: var(--HeaderTop-active--color);
}

input.star-show-1:checked ~ label.star-show-1:before {
  color: var(--HeaderTop-active--color);
}

input.star-show-2:checked ~ label.star-show-2:before {
  color: var(--HeaderTop-active--color);
}

input.star-show-3:checked ~ label.star-show-3:before {
  color: var(--HeaderTop-active--color);
}

input.star-show-4:checked ~ label.star-show-4:before {
  color: var(--HeaderTop-active--color);
}

.review__input {
  display: flex;
  margin-top: 10px;
}

.review__input--content {
  position: relative;
}

.review__input--content > input {
  width: 1150px;
  height: auto;
  border: none;
  outline: none;
  border-bottom: 1px solid #8c8c8c;
  padding: 10px 5px;
  display: block;
  margin-left: 7px;
  font-size: 17px;
}

.review__input--submit {
  position: absolute;
  right: 0;
  padding: 10px 10px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  background: transparent;
  margin: 10px 0;
  cursor: grab;
  transition: all 0.25s linear;
}

.review__input--submit:hover {
  background: var(--HeaderTop-active--color);
  color: #fff;
}

.review__More {
  justify-content: center;
}

.review__More--Than {
  display: none;
  width: 150px;
  height: 40px;
  background-color: transparent;
  border: 1px solid var(--HeaderTop--color);
  border-radius: 5px;
  cursor: grab;
  color: var(--HeaderTop--color);
  font-size: 16px;
  transition: all 0.25s ease;
  font-weight: 600;
  margin: 0 50%;
  transform: translateX(-50%);
}

.review__More--Than:hover {
  background: var(--HeaderTop--color);
  color: #fff;
}

/* Recovery Password */
.contain--Code {
  display: flex;
  justify-content: space-between;
}

.recovery--Code {
  width: 260px;
}

.contain--Code > div {
  position: relative;
  display: flex;
}

.contain--Code > div > i {
  margin: auto 0;
  margin-left: 10px;
  cursor: grab;
  font-size: 20px;
}

.sendCode {
  background: var(--Pagination--color);
  color: #fff;
  height: 46px;
  width: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: none;
  outline: none;
  cursor: grab;
  transition: all 0.25s linear;
}

.sendCode:hover {
  background: var(--HeaderTop-active--color);
}

.product-Contain__pageProduct {
  margin: unset;
  width: 100%;
  transform: unset;
}

.product-Contain__Content > a {
  color: var(--footer--color);
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: all 0.25s linear;
  text-align: left;
  line-height: 1.5;
}

.product-Contain__Content > a:hover {
  color: var(--HeaderTop-active--color);
}

.product-Contain__Image-Combo {
  height: 180px;
}
.product-Contain__title {
  margin-bottom: 10px;
}
.product-Contain__title > a {
  color: var(-HeaderTop-active-color);
  transition: all 0.25s linear;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  text-align: left;
  padding-bottom: 1px;
}

.product-Contain__title > a:hover {
  color: var(--HeaderTop-active--color);
}

label.star-show__Review {
  font-size: 11px;
  padding: 0 1px;
}

.product-Contain__Review {
  display: none;
}

.amount-Stars {
  padding-left: 5px;
  color: var(--HeaderTop-active--color);
  font-size: 11px;
}

.scrollTop {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 4.9px 0.1px rgb(4 5 5 / 15%);
  border: 1px solid var(--HeaderTop--color);
  color: var(--HeaderTop-active--color);
  background: white;
  z-index: 999;
  text-align: center;
  line-height: 20px;
  cursor: grab;
  display: none;
  transition: all 0.25s linear;
}

.scrollTop:hover {
  background: var(--HeaderTop-active--color);
  color: #ffffff;
}

.scrollTop > i {
  line-height: 53px;
  font-size: 20px;
}

/* ------------------------------- event -------------------------------*/
.label-event {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  background: rgb(0, 0, 0, 0.5);
}

#check-event:checked ~ .label-event {
  display: block;
}

.event {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 10px;
  background-color: none;
  width: 34vw;
  height: 80vh;
  overflow: hidden;
}

.event-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-image: url(../image/SuKien/1.png);
}

.close-banner__event {
  position: absolute;
  right: 0;
  color: var(--HeaderTop-active--color);
  font-size: 28px;
  background: #fff;
  border-radius: 50%;
  cursor: grab;
}

.paypal_momo {
  padding: 12px 10px;
  border-radius: 5px;
  border: 1px solid #cc0000;
  background: #cc0000;
  color: var(--Pagination--color);
  cursor: grab;
  transition: all 0.25s ease;
}

.paypal_momo:hover {
  background-color: #ff0000;
}

/* ------------------------------- Mobile -------------------------------*/

.MainProduct-Menu__Mobile,
.spacePrice-Mobile,
.DetailBill-Mobile,
.cart-Mobile,
.Header-Mobile,
.detailProduct-Mobile,
.Personally-Mobile,
.Bill-Mobile,
.detailBill > h2 {
  display: none;
}

/* ------------------------------- Section 11 -------------------------------*/

.About {
  max-width: 1250px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.About_slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.About_item {
  background-position: 50% 50%;
  width: 288px;
  position: relative;
  text-align: center;
  margin: auto 0;
  margin-left: 50%;
  transform: translateX(-50%);
}

.About_item img {
  width: 300px;
  height: 300px;
}

.About_item-desc,
.About-item-title {
  width: 386px;
}

.About_item-desc p,
.About_item-title h4 {
  text-align: center;
}

.dots {
  position: absolute;
  bottom: 27px;
  left: 49%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}

.dots li:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}

.dots li.dots_active {
  background-color: #cccccc;
}

.About .About_slider .About_item {
  transition: transform 0.5s, opacity 0.5s;
  flex: 0 0 auto;
}

.About .About_slider .About_item:not(.active) {
  opacity: 0.5;
  pointer-events: none; /* Ngăn chặn sự kiện click trên các ảnh không được chọn */
}

.About .About_slider .About_item.active {
  opacity: 1;
  transform: translateX(0%);
}

/* ------------------------------- Section 12 -------------------------------*/
.Follow {
  max-width: 1250px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}

.Follow_item {
  display: grid;
  grid-template-columns: 230px 230px 330px 230px 230px;
  grid-template-rows: auto auto;
}

.Follow_item_img:nth-child(3) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
}

.Follow_item_img:nth-child(3) img {
  width: 320px;
  height: 405px;
}

.Follow_item_img img {
  width: 220px;
  height: 200px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.nav-information
{
  position: relative;
}

.information, .information--mobile
{
  position: absolute;
  width: 300px;
  background-color: var(--HeaderTop--color);
  padding: 0px 10px;
  top: 50px;
  left: 20px;
  display: flex;
  scale: 0;
  flex-direction: column;
  padding-bottom: 5px;
  border-radius: 5px;
  transform-origin: top left;
  transition: all 0.25s linear;
}
.information ul li, .information--mobile ul li
{
  padding-bottom: 10px;

}
.information--mobile ul li:last-child
{
  padding-bottom: unset;
}
.information ul li a, .information--mobile ul li a
{
  font-size: 14px;
  font-weight: bold;
  color: var(--HeaderTop-active--color);
  transition: all 0.25s ease;
}
.information ul li a:hover
{
  opacity: 80%;
}
.nav-information:hover > .information
{
  scale: 1;
}

.information--mobile
{
  position: relative;
  transform-origin: top left;
  margin-left: 30px;
  top: unset;
  overflow: hidden;
  height: 0px;
  color: var(--HeaderTop-active--color);
}
.information--mobile ul li:first-child
{
  padding-top: 10px;
}

.nav-information--mobile
{
  position: relative;
}

.nav-information--mobile i 
{
  position: absolute;
  right: 15px;
  color: var(--HeaderTop-active--color);
}

/* Trang thành công */
.containPayed {
    max-width: 800px;
    margin: 30px auto;
    padding: 0 15px;
}

.tablePayed {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.Payed__col1 {
    margin-right: 40px;
}

.Payed__col1 .fa-circle-check {
    font-size: 80px;
    color: #28a745;
}

.Payed__col2--Row1 {
    margin-bottom: 25px;
}

.Payed__col2--Row1 > p:first-child {
    font-size: 28px;
    color: #28a745;
    font-weight: bold;
    margin-bottom: 10px;
}

.Payed__col2--Row1 > p:last-child {
    font-size: 16px;
    color: #666;
}

.Payed__col2--Row2 {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.Row2--Col {
    margin: 15px 0;
}

.Row2--Col > p {
    display: inline-block;
    margin-right: 10px;
    color: #666;
}

.Row2--Col > strong {
    color: #333;
    font-weight: bold;
}

.Payed__col2--Row3 {
    margin: 20px 0;
}

.Payed__col2--Row3 > span > a {
    color: var(--HeaderTop-active--color);
    text-decoration: underline;
}

.Payed__col2--Row3 > span > a:hover {
    color: #aa0404;
}

.Payed__col2--Row4 {
    margin-top: 20px;
}

.Payed__col2--Row4 > p {
    color: #666;
    font-size: 14px;
}

@media (max-width: 768px) {
    .containPayed {
        margin: 15px auto;
    }
    
    .tablePayed {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .Payed__col1 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .Payed__col2--Row1 > p:first-child {
        font-size: 24px;
    }

    .Row2--Col {
        text-align: center;
    }

    .Row2--Col > p {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }
}

/* Styles for order tracking page */
.detailBill {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.detailBill h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
}

.detailBill-PC {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.detailBill-PC th {
    background: #f8f9fa;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #dee2e6;
}

.detailBill-PC td {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    color: #666;
}

.cancel-product {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cancel-product:not([disabled]) {
    background: #dc3545;
    color: white;
}

.cancel-product:not([disabled]):hover {
    background: #c82333;
}

.canceling-product {
    background: #6c757d;
    color: white;
}

.no-orders {
    text-align: center;
    padding: 40px 20px;
}

.no-orders p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.btn-shop {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.btn-shop:hover {
    background: #0056b3;
}

/* Mobile styles */
.detailBill-Mobile {
    display: none;
}

@media (max-width: 768px) {
    .detailBill-PC {
        display: none;
    }
    
    .detailBill-Mobile {
        display: block;
    }
    
    .Bill-Mobile__Item--Top {
        background: white;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .Bill-Mobile__Item--Top p {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }
    
    .Bill-Mobile__Item--Top p span {
        color: #666;
        font-weight: 500;
    }
    
    .Bill-Mobile__Item--Top button {
        width: 100%;
        margin-top: 10px;
    }
}

/* Styles for delete order confirmation */
.delete-order-confirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.confirm-box {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.confirm-box h3 {
    margin-bottom: 15px;
    color: #333;
    font-size: 1.2em;
}

.confirm-box p {
    margin-bottom: 20px;
    color: #666;
}

.confirm-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn-cancel, .btn-confirm {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-cancel {
    background-color: #e0e0e0;
    color: #333;
}

.btn-confirm {
    background-color: #dc3545;
    color: white;
}

.btn-cancel:hover {
    background-color: #d0d0d0;
}

.btn-confirm:hover {
    background-color: #c82333;
}

.delete-order {
    padding: 6px 12px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background-color 0.2s;
}

.delete-order:hover {
    background-color: #c82333;
}

/* Styles for favorite button and notification */
.choose--Love {
    cursor: pointer;
    transition: all 0.3s ease;
}

.choose--Love i {
    color: #666;
    transition: all 0.3s ease;
}

.choose--Love:hover i,
.choose--Love.active i {
    color: #ff4d4d;
    transform: scale(1.2);
}

.notifyFavourite {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: none;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    animation: slideFavourite 0.3s ease-in-out;
}

.notifyFavourite i {
    color: #ff4d4d;
    font-size: 20px;
}

.notifyFavourite p {
    color: #333;
    font-size: 14px;
    margin: 0;
}

/* Styles for wishlist page */
.Favourite__Items {
    transition: all 0.3s ease;
}

.Favourite__Items:hover {
    background: #f8f9fa;
}

.Favourite__Items img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.Favourite__Items td {
    vertical-align: middle;
    padding: 15px;
}

.Favourite__Items td p {
    margin: 5px 0;
}

.Favourite__Items td p a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.Favourite__Items td p a:hover {
    color: #ff4d4d;
}

.btn-shop {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-shop:hover {
    background: #45a049;
}

.delete-order {
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.delete-order:hover {
    background: #ff3333;
}

/* Styles for favorite price */
.favorite-price {
    font-size: 18px;
    font-weight: 600;
    color: #ff4d4d;
    margin-top: 8px !important;
}

/* Styles for order tracking page */
.order-detail-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    padding-top: 100px;
    overflow-y: auto;
}

.modal-content {
    position: relative;
    background: white;
    width: 90%;
    max-width: 800px;
    margin: 0 auto 50px auto;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.close-modal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    margin: 0;
}

.close-modal:hover {
    color: #333;
}

.order-info, .customer-info {
    margin-bottom: 20px;
}

.order-info p, .customer-info p {
    margin: 8px 0;
    color: #333;
}

.order-items table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.order-items th, .order-items td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.order-summary {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.order-summary p {
    margin: 8px 0;
    text-align: right;
}

.order-summary .total {
    font-weight: bold;
    color: #ff4d4d;
    font-size: 18px;
}

@media (max-width: 768px) {
    .order-detail-modal {
        padding-top: 60px;
    }
    
    .modal-content {
        width: 95%;
        margin: 0 auto 30px auto;
        padding: 15px;
    }

    .order-items table {
        font-size: 14px;
    }

    .order-info p, .customer-info p {
        font-size: 14px;
    }
}

.Bill {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.Bill h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
}

.Bill > table {
    width: 100%;
    border-collapse: collapse;
}

.Bill > table > thead > tr > th {
    background: #f8f9fa;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #dee2e6;
}

.Bill > table > thead > tr > th:first-child {
    width: 120px;
}

.Bill > table > thead > tr > th:nth-child(2) {
    width: auto;
}

.Bill > table > thead > tr > th:nth-child(3) {
    width: 150px;
    text-align: center;
}

.Bill > table > tbody > tr {
    border-bottom: 1px solid #dee2e6;
}

.Bill > table > tbody > tr > td {
    padding: 15px;
    vertical-align: middle;
}

.Favourite__Items img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.Favourite__Items td p {
    margin: 5px 0;
}

.Favourite__Items td p a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.Favourite__Items td p a:hover {
    color: #ff4d4d;
}

.favorite-price {
    color: #ff4d4d;
    font-weight: 600;
    font-size: 18px;
    margin-top: 8px;
}

.btn-shop {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    min-width: 120px;
    margin-right: 10px;
}

.btn-shop:hover {
    background: #45a049;
}

.delete-order {
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    min-width: 120px;
}

.delete-order:hover {
    background: #ff3333;
}

@media (max-width: 768px) {
    .Bill {
        padding: 15px;
    }

    .Bill h2 {
        font-size: 20px;
    }

    .Favourite__Items img {
        width: 80px;
        height: 80px;
    }

    .Favourite__Items td p a {
        font-size: 14px;
    }

    .favorite-price {
        font-size: 16px;
    }

    .btn-shop, .delete-order {
        min-width: 100px;
        padding: 6px 12px;
        font-size: 14px;
    }
}
