@import url('https://fonts.googleapis.com/css2?family=Fasthand&family=Hanuman:wght@100;300;400;700;900&family=Noto+Serif+Khmer:wght@800&family=Poppins:wght@400;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  --font-hunuman: "Hanuman", serif;
  --border-color-grey: rgba(128, 128, 128, 0.442);
  --bg-card: #d4d4d440;
  --bg-sale: #3CB043;
  --bg-hover-card: #bfc1be;
  --color-grey: rgba(128, 128, 128, 0.442);
  --bg-header: #F6F9F5;
}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family:"Poppins", sans-serif  ,  "Fasthand", cursive;
}

.container {
  width: 1200px;
  margin: 0px auto;
}
.text-capitalize {
  text-transform: capitalize;
}
.fs-1 {
  font-size: 60px;
}
.fs-3 {
  font-size: 30px;
}
.fs-2 {
  font-size: 40px;
}
.fs-5 {
  font-size: 20px;
}
.fs-6 {
  font-size: 16px;
}
.text-muted {
  color: var(--border-color-grey);
}
.fw-bold {
  font-weight: 900;
}
.text-green {
  color: var(--bg-sale);
}
.text-grey {
  color: grey;
}
.text-white {
  color: white;
}
.pe-2 {
  padding-right: 20px;
}
.pe-3 {
  padding-right: 30px;
}
.pe-4 {
  padding-right: 40px;
}
.pe-5 {
  padding-right: 50px;
}
.pe-1 {
  padding-right: 10px;
}
.ps-1 {
  padding-left: 10px;
}
.ps-4 {
  padding-left: 40px;
}
.ps-3 {
  padding-left: 30px;
}
.ps-4 {
  padding-left: 40px;
}
.ps-2 {
  padding-left: 20px;
}
.px-1 {
  padding: 0px 10px;
}
.pt-1 {
  padding-top: 10px;
}
.pt-2 {
  padding-top: 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-5 {
  padding-top: 50px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 20px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mb-2 {
  margin-bottom: 20px;
}
.px-2 {
  padding: 0px 20px;
}
.me-1 {
  margin-right: 10px;
}
.me-2 {
  margin-right: 20px;
}
.me-3 {
  margin-right: 30px;
}
.py-2 {
  padding: 20px 0px;
}
.text-gold {
  color: gold;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-12 {
  width: 100%;
}

.col-8 {
  width: 66.66%;
}
.col-3 {
  width: 25%;
}
.col-9 {
  width: 75%;
}
.col-4 {
  width: 33.33%;
}
.col-6 {
  width: 50%;
}

.col-2 {
  width: 20%;
}

.text-align-center {
  text-align: center;
}
.d-flex {
  display: flex;
}
.flex-direction-column {
  flex-direction: column;
}
.g-2 {
  gap: 20px;
}
 .align-item-start {
  align-items: start;
}
.align-item-center {
  align-items: center;
}
.align-item-end {
  align-items: end;
}
.text-decoration-none {
  text-decoration: none;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
header {
  background-color: var(--bg-header);
  width : 100%;
}
header .navbar-top {
  display: flex;
  padding: 10px 0px;
  width: 100%;
}
header .navbar-top .navbar-brand {
  width: 20%;
  display: block;
  /* display: flex; */
}
header .navbar-top .navbar-brand img {
  width: 170px;
  object-fit: cover;
}
header .navbar-top .navbar-form {
  width: 45%;
  display: flex;
  align-items: center;
  /* background : red; */
}
header .navbar-top .navbar-form .input-group {
  display: flex;
  align-items: center;
  width: 100%;
  border: 2px solid var(--bg-sale);
  overflow: hidden;
  border-radius: 4px;
}



header .navbar-top .navbar-form .input-group .form-control {
  padding-left: 20px;
  padding: 14px;
  font-size: 14px;
  border: none;
  background-color: white;
}


header .navbar-top .navbar-form .input-group .form-control::placeholder {
  font-size: 14px;
}
header .navbar-top .navbar-form .input-group .btn-search {
  background: var(--bg-sale);
  border: none;
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  /* width: 120px;
  height: 40px; */
  font-size: 14px;
  padding: 14px;
  color: white;
}

header .navbar-top .navbar-nav {
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: end;
  width: 35%;
}

header .navbar-top .navbar-nav .navbar-item {
  font-size: 40px;
  padding: 0px 15px;
  text-align: center;
}
header .navbar-top .navbar-nav .navbar-item .navbar-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
header .navbar-top .navbar-nav .navbar-item .navbar-link  .user-img {
   width: 43px;
   height: 43px;
   object-fit: cover;
   object-position:top;
   border-radius: 50%;
   cursor: pointer;
}
header .navbar-top .navbar-nav .navbar-item .navbar-link  .user-name {
font-size : 12px;
color : black;
margin-top : 6px;
}
header .navbar-top .navbar-nav .navbar-item   .icon-name {
  font-size : 12px;
  }

header .navbar-top .navbar-nav .navbar-item .icon-title {
  font-size: 12px;
  color: var(--bg-sale);
}
header .navbar-top .navbar-nav .navbar-item i {
  position: relative;
  color: var(--bg-sale);
  cursor: pointer;
  font-size : 32px;
}

.text-dec {
  text-decoration: underline;
}

/* popup */

.popup-account {
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3000;
  right: 175px;
  top :120px;
  background-color: white;
  height: auto;
  display: flex;
  flex-direction: column;
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  overflow: hidden;

}
.popup-account  .account-top {
    display: flex;
    padding: 14px;

}
.popup-account  .account-top  .user-info { 
  display: flex;
  flex-direction: column;
 justify-content: center;
}
.popup-account  .account-top  .user-info  .user-name {
  font-size : 16px;
}
.popup-account  .account-top  .user-info  .user-email {
  font-size : 12px;
}
.popup-account  .account-top   .img-user {
  width: 43px;
  height: 43px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.popup-account  .account-top   .img-user   img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:top;
}
.popup-account  .account-bottom {
  border-top: 1px solid  var(--border-color-grey);
  padding-top : 10px;
  
}
.popup-account  .account-bottom a{
  font-size: 16px;
}
.popup-account  .account-bottom a i{
  font-size: 20px;
  padding-right: 8px;
}
.popup-account a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.popup-account a:hover {
  background-color: #f1f1f1;
}


/*  end of popup */
header .navbar-top .navbar-nav .navbar-item i sup {
  background-color: red;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  right: -7px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: lighter;
  color: white;
}

.header .navbar-top .navbar-nav .navbar-item .fa-cart-shopping sub {
  font-size: 30px;
  font-weight: lighter;
}

header .navbar-top .navbar-nav .navbar-item .icon-wishlist sup {
  right: -10px;
  top: -8px;
  font-size: 12px;
}
/* style popup  wishlist*/
.popup-wishlist {
  position: absolute;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 55%;
  top: 158px;
  right: 280px;
  height: 100%;
  z-index: 2000;
  display: none;
}

.popup-wishlist .row .col-12 .text-title {
  font-size: 20px;
  padding: 20px 0px;
  text-align: center;
  border-bottom: 1px solid var(--border-color-grey);
}

.popup-wishlist .row .col-12 .empty-wishlist {
  padding: 56px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
    width: 100%;
    height: 100%;
    position: absolute;
}


.popup-wishlist .row .col-12 .empty-wishlist .empty-wishlist-icon {
    width: 100px;
    height: 100px;
    display: block;
    padding: 20px;
    border: 2px solid #3CB043;
    border-radius: 50%;
}

.popup-wishlist .row .col-12 .empty-wishlist .empty-wishlist-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-wishlist .row .col-12 .empty-wishlist p {
    font-size: 20px;
    color: var(--bg-sale);
    padding: 20px;
}


.popup-wishlist .row .col-12 .empty-wishlist span .fa-circle-xmark {
  font-size: 50px;
  display: block;
  padding: 50px 0;
  color: var(--bg-sale);
}

.popup-wishlist .wishlist-list {
  display: block;
  justify-content: space-between;
  padding: 20px 0px;
}
.popup-wishlist .wishlist-list .wishlist-content {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  width: 100%;
}

.popup-wishlist .wishlist-list .wishlist-content .wishlist-img {
  padding: 10px;
  /* width: 50%; */
  width: 250px;
  height: 150px;
  background: var(--bg-card);
}
.popup-wishlist .wishlist-list .wishlist-content .wishlist-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.popup-wishlist .wishlist-list .wishlist-content .wishlist-img:hover img {
  transform: scale(120%);
  transition: all 0.8s;
}
.popup-wishlist .wishlist-list .wishlist-content .wishlist-desc {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.popup-wishlist .wishlist-list .wishlist-content .wishlist-desc .product-name {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color : black;
}
.popup-wishlist
  .wishlist-list
  .wishlist-content
  .wishlist-desc
  .product-name:hover {
  color: var(--bg-sale);
}
.popup-wishlist .wishlist-list .wishlist-content .wishlist-desc .product-price {
  color: var(--bg-sale);
  font-weight: bold;
}
.popup-wishlist
  .wishlist-list
  .wishlist-content
  .wishlist-desc
  .product-price
  del {
  color: var(--color-grey);
}
.popup-wishlist .wishlist-list .wishlist-btn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0px 20px;
}
.popup-wishlist .wishlist-list .wishlist-btn .btn {
  padding: 10px 20px;
  font-size: 16px;
  background: var(--bg-sale);
  border: none;
  color: white;
  cursor: pointer;
}
.popup-wishlist .wishlist-list .wishlist-btn .btn-view-card-wishlist {
  display: none;
}
.popup-wishlist .wishlist-list .wishlist-btn .btn a {
  background: var(--bg-sale);
  text-decoration: none;
  color: white;
}

/* ==== */
/* style popup  notification*/
.popup-notification {
  background: rgb(255, 255, 255);
  position: absolute;
  z-index: 2000;
  width: 45%;
  right: 120px;
  height: 100%;
  top: 158px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-decoration: none;
  display: none;
}
.popup-notification .link-content-notification {
  text-decoration: none;
  color: black;
  font-size: 16px;
}

.popup-notification .text-title {
  font-size: 20px;
  padding: 20px 0px;
  text-align: center;
  border-bottom: 1px solid var(--border-color-grey);
}

.popup-notification .content-notification {
  display: flex;
  padding: 20px;
}
.popup-notification .content-notification:hover {
  background-color: var(--bg-card);
  transition: all 0.8s;
}
.popup-notification .content-notification .desc-notification {
  width: 70%;
}
.popup-notification .link-content-notification .subtitle-notification {
  font-size: 16px;
}
.popup-notification .link-content-notification .date {
  font-size: 12px;
  color: var(--bg-sale);
}

.popup-notification .content-notification .img-notification {
  width: 30%;
  height: 80px;
}
.popup-notification .content-notification .img-notification img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* == */
header .navbar {
  width : 100%;
  /* background-color: var(--bg-sale); */
  background-color: #3CB043;
}

header .navbar .navbar-nav {
  list-style-type: none;
  display: flex;
}
header .navbar .navbar-nav .navbar-item {
  position: relative;
}
header .navbar .navbar-nav .navbar-item .navbar-link {
  display: block;
  padding: 20px 35px;
  padding-left: 0px;
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
}
header .navbar .navbar-nav .navbar-item .navbar-link:hover {
  color: white;
}
header .navbar .navbar-nav .navbar-item:hover .navbar-link i {
  transform: rotate(-180deg);
  transition: all 0.8s;
}
header .navbar .navbar-nav .navbar-item:hover .dropdown {
  display: flex;
}
header .navbar .navbar-nav .navbar-item .dropdown {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  background-color: white;
  position: absolute;
  width: 240px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: none;
  z-index : 2000;
}
header .navbar .navbar-nav .navbar-item .dropdown .dropdown-link {
  text-decoration: none;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  color: rgb(0, 0, 0);
}
header
  .navbar
  .navbar-nav
  .navbar-item
  .dropdown
  .dropdown-item:hover
  .dropdown-link {
  background: var(--bg-sale);
  color: white;
}

/*  create style of swiper slide */

.title-section {
  font-size : 14px;
  color : var(--bg-sale);
  margin-bottom : 10px;
}

.sub-title-section {
font-size : 30px;
font-weight: bold;
}



.accordion-content{
margin: 10px 0;
border-radius: 4px;
border: 2px solid var(--border-color-grey);
overflow: hidden;
}
.accordion-content:nth-child(2){
background-color: #F0FAFF;
border-color: #CCEEFF;
}
.accordion-content:nth-child(3){
background-color: #FFF0F3;
border-color: #FFCCD6;
}
.accordion-content:nth-child(4){
background-color: #F0F0FF;
border-color: #CCCCFF;
}
.accordion-content.open{
padding-bottom: 10px;
}
.accordion-content header{
display: flex;
padding: 0px 15px;
cursor: pointer;
align-items: center;
justify-content: space-between;
transition: all 0.2s linear;
height : 60px;
}
.accordion-content.open header{
height : 30px;
}
.accordion-content header .title{
font-size: 14px;
font-weight: 500;
color: #333;
}
.accordion-content header i{
font-size: 15px;
color: var(--bg-sale);
}
.accordion-content .description{
height: 0;
font-size: 12px;
color: #333;
font-weight: 400;
padding: 0 15px;
transition: all 0.2s linear;
}

