@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Bayon&family=Noto+Sans+Khmer:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


a{
  text-decoration: none;
}
hr{
  opacity: 0.5;
}
h2{
  color:#020401;
}
.p{
  color:#020401;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-family: "Bayon", sans-serif;
  background-color: #FEF8EA;
  position: relative;
  height: 100%;
}
.add{
  position: absolute;
  left: 90%;
}


ul {
  list-style-type: none;
}

ul li a {
  text-decoration: none;
}

.container {
  width: 1200px;
  margin: auto;
}

.welcome {
  display: flex;
  justify-content: space-between;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0px 20px;
  border-bottom: 2px solid black;
}
.text{
  width: 120px;
}

.icon{
  display: flex;
}

.icon-text{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
  margin-top: 8px;
  margin-right: 5px;
}
.icon .icon-text a i{
  line-height: 22px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.icon .icon-text:first-child{
  background-color: blue;
}
.icon .icon-text:nth-child(2){
  background-color: red;
}
.icon .icon-text:nth-child(3){
  background-color:#178EC9;
}
.icon .icon-text:nth-child(4){
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
}


.languag .lang {
  position: relative;
}
.languag .lang .lang-item {
  display: flex;
}

.languag .lang .lang-item .lang-link {
  padding: 0px 20px;
  color: #020401;
  font-weight: 500;
  border-radius: 6px;
  display: flex;
}

.languag .lang .lang-item .lang-link:hover{
  color: rgb(212, 125, 125);
  transition: 0.03s;
}
 
.languag .lang .lang-item .lang-link i{
  margin-top: 12px;
}
.languag .lang .lang-item .lang-link .lang-span {
  margin-left: 5px;
}

.languag .lang .languag-dropdown {
  width: 80px;
  border-radius: 6px;
  background-color: #e4e3e3;
  position: absolute;
  padding: 5px 0;
  display: none;
  top: 40px;
  right: 2px;
}

.languag .lang .languag-dropdown span {
  padding-right: 20px;
}


.languag .lang .languag-dropdown .hidden {
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: absolute;
  top: -30px;
}

.languag .lang .lang-item:hover .languag-dropdown {
  display: block;
}

/* ---- */
.header {
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding-top: 15px;
}

.logo{
  width: 90px;
  margin-top: -10px;
  align-items: center;
  
}
.logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search {
  display: flex;
}
.search .search-item{
  width: 600px;
}
.search input[type=search] {
  padding: 9.4px;
  font-size: 12px;
  border: 1px solid #939191;
  float: left;
  width: 90%;
  font-family: "Bayon", sans-serif;
  border-radius: 10px 0px 0px 10px;
}
.search input:focus{
  outline: 0;
}
.search-item .search-link button {
  float: left;
  width: 50px;
  height: 42px;
  padding-top: 10px;
  padding-bottom: 11px;
  background: #66676C;
  color: white;
  font-size: 13px;
  border: 1px solid  #020401;;
  border-left: none;
  cursor: pointer;
  border-radius: 0px 10px 10px 0px;
}

.head {
  display: flex;
  padding-top: 10px;
}

.head .head-item {
  margin-top: -4px;
  margin-left: 20px;
}

.head .head-item .head-link span {
  font-size: 15px;
  color: #020401;
  padding: 8px 10px;
  align-items: center;
  border: 1px solid #020401;
  border-radius: 6px;
}
.head .head-item .head-link:hover span{
  background-color: #66676C;
  color: #FFFFFF;
  transition: 0.05s;
}
.head .head-item .head-link .cart {
  border: none;
}

.head .head-item .head-link .cart i {
  font-size: 27px;
  color: #020401;
}

.head .head-item .head-link .cart i:hover {
  border-bottom: 2px solid #66676C;
  transition: 0.05s;
  border-radius: 5px;
}

.navbar {
  width: 60%;
  margin: auto;
  padding: 20px 0;
  z-index: 99;
  position: relative;
}

.navbar .navbar-nav {
  display: flex;
  justify-content: space-between;
}

.navbar .navbar-nav .nav-item .nav-link{
  color: #020401;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
  color: rgb(212, 125, 125);
  transition: 0.03s;
}
/* dropdown -1*/
.navbar .navbar-nav .nav-item{
  position: relative;
}
.navbar .navbar-nav .navbar-dropdown {
  width: 190px;
  border-radius: 6px;
  background-color: #F5F5F5;
  list-style-type: none;
  position: absolute;
  padding: 5px 0px;
  display: none;
  top: 40px;
}

.navbar .navbar-nav .navbar-dropdown .hidden{
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: absolute;
  top: -30px;
}

.navbar .navbar-nav .navbar-dropdown .nav-item{
  padding: 7px 10px;
  border-radius: 0;
}
/* hover */
.navbar .navbar-nav .nav-item:hover .navbar-dropdown{
  display: block;
}
.navbar .navbar-nav .nav-item .navbar-dropdown:hover{
  color: rgb(206, 206, 206);
}

/* dropdown -2 */
.navbar .navbar-nav .nav-item .navbar-dropdown .nav-item .navbar-subdropdown{
  width: 190px;
  border-radius: 6px;
  background-color: #F5F5F5;
  list-style-type: none;
  position: absolute;
  padding: 10px 0;
  left: calc(100% + 15px);
  top: 0;
  display: none;
}

.navbar .navbar-nav .nav-item .navbar-dropdown .nav-item:hover .navbar-subdropdown{
  display: block;
}

.navbar .navbar-nav .nav-item .navbar-dropdown .nav-item .navbar-subdropdown .hidden{
  width: 40px;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: -30px;
}


/* end header */

/* form payment */
section {
  padding: 50px 0;
}

.container {
  width: 1200px;
  margin: auto;
}

.payment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.payment-header .back-button {
  font-size: 25px;
  font-weight: 400;
  color: #020401;
  text-decoration: none;
}

.title {
  font-size: 25px;
  font-weight: 600;
  color: #020401;
  text-align: center;
  flex-grow: 1;
}

.title span {
  border-bottom: 3px solid #020401; /* Add a 2px solid bottom border to the span */
  padding-bottom: 1px; /* Add some padding below the span for spacing */
}


.row {
  display: flex;
  flex-wrap: wrap;
}

.jBetween {
  justify-content: space-between;
}

.col-4 {
  width: 32%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

.col-8 {
  width: 65%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

.col-12 {
  width: 100%;
  padding: 10px;
}

.col-6 {
  width: 50%;
  padding: 10px;
}

.col-6 h3 {
  font-size: 20px;
  font-weight: 400;
  color: #020401;
  margin-bottom: 20px;
  font-weight: bold;
}

form{
  color: #020401;
}

form label {
  font-size: 15px;
  font-weight: 400;
  /* color: #6c5dd4; */
  margin-bottom: 10px;
  display: block;
}

form input {
  width: 100%;
  padding: 10px;
  border: 1px solid grey;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Bayon", sans-serif;
}

form input:focus {
  outline: 0;
}

form input[type="submit"] {
  font-family: "Bayon", sans-serif;
  width: 100%;
  border: 1px solid grey;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: grey;
  border-radius: 5px;
  transition: 0.2s ease;
  cursor: pointer;
}

form input[type="submit"]:hover {
  background-color: #66676C;
  color: #fff;
  transition: 0.2s ease;
}


.card-icon {
  display: flex;
  font-size: 27px;
  padding: 10px 0 ;
  margin-bottom: 10px;
}

.card-icon i {
  margin-right: 10px;
  /* color: grey; */
}

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

.col-6-dflex {
  width: 49%;
}

.check {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
}

.check input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  /* margin-left: 5px; */
}

.check label {
  font-size: 15px;
  font-weight: 400;
  /* color: #6c5dd4; */
}

.cart-check{
  padding: 20px;
  height: 330px;
}

.cart-check a{
  color: #020401;
  text-decoration: none;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  color: #020401;
  margin-bottom: 20px;
}

span.price {
  float: right;
  /* color: grey; */
}

.cart p{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.cart a{
  color: #020401;
  text-decoration: none;
}

/* .cart a{
  color: #6c5dd4;
} */

/* footer */
footer {
  /* background-color: #6C5DD4; */
  padding: 2rem 0;
  color: #020401;
}

footer h3 {
  font-size: 20px;
  font-weight: 400;
}

ul {
  list-style-type: none;
}

footer a {
  color: #020401;
  text-decoration: none;
}

footer a:hover {
  color: black;
}

.container {
  width: 1200px;
  margin: auto;
}

.row-footer {
  display: flex;
  flex-wrap: wrap;
}

.col-4-footer {
  width: 33.3%;
}

.col-6-footer {
  width: 50%;
}

.footer-logo {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-logo span {
  font-size: 20px;
  font-weight: 600;
  /* color: #fff; */
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Bayon", sans-serif;
  font-weight: 600;
}

.footer-text {
  font-size: 14px;
  width: 90%;
  text-align: left;
}

.followUs {
  text-align: left;
  margin-top: 10px;
}

.social-link {
  display: flex;
  align-items: center;
}

.social-link a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  border: 2px solid #020401;
  border-radius: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 0.4s ease;
}

.social-link a:hover {
  color: grey;
  border-color: grey;
}

.social-link i {
  font-size: 20px;
}

.mid-box {
  margin-top: 10px;
  display: flex;
  /* justify-content: space-between; */
}

.left {
  width: 48%;
}

.right {
  width: 48%;
}

.right-box {
  margin-top: 20px;
}

.footer-map {
  width: 100%;
  height: 100px;
  border-radius: 10px;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.contact-footer1 {
  margin-top: 10px;
}

.contact {
  display: flex;
  align-items: center;
}

.contact p {
  margin-left: 10px;
  font-size: 14px;
}

.contact i {
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.4s ease;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.right-box {
  margin-top: 10px;
}

.footer-line {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid black;
}

.copyright {
  text-align: center;
  margin-top: 20px;
}

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

.col-12-footer {
  width: 100%;
}
