@font-face {
  font-family: jomhuria;
  src: url(../fonts/Jomhuria.ttf);
}
@font-face {
  font-family: notosanlao;
  src: url(../fonts/notosanlao.ttf);
}

@font-face {
  font-family: notoserlif;
  src: url(../fonts/notoserlif.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --blue: 30, 144, 255;
  --white: #ffffff;
  --red-light: 113, 192, 220;
  /* --red-light : 255,57,56; */
  --red-dark: 141, 0, 0;
  --black: 19, 5, 5;
  --blue-light: 251, 196, 31;
  --pinky: 255, 113, 196;
}
.style_nav {
  /* background-color: #FE4A49; */
  /* background-color: var() #ff3938; */
  color: white;
}
/* .style_nav .nav-item .nav-link .a{
    color: white;
} */

.navbar-nav .nav-item .nav-link {
  color: aliceblue;
}
.brand {
  font-family: jomhuria;
  font-size: 80px;
  line-height: 0.5;
  padding: 0;
  padding-top: 10px;
}
.search {
  background-image: url("../icons/search_black.png");
  background-size: cover;
  width: 40px;
  height: 100%;
  padding: 2px;
  background-color: #fff;
}
body,
button,
input,
optgroup,
select,
textarea,
p {
  font-family: notoserlif;
  /*background: #f4f4f8;*/
  background:#fff;
}
.type_pro {
  font-family: notoserlif;
}
/* .type_pro2{
    font-family:notosanlao;
} */
.type_side {
  background-color: #fff;
  font-size: 13px;
}

.kk {
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.kk:hover {
  box-shadow: 0px 8px 8px 1px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.nav_cart {
  background-image: url("../icons/menu.png");
  width: 30px;
  height: 30px;
  /* background-color: #ff3938; */
  background-size: cover;
  border: none;
}
.cart_top_icon {
  background-image: url("../icons/add.png");
  width: 30px;
  height: 30px;
  /* background-color: #ff3938; */
  background-size: cover;
  border: none;
}

.cart_top_icon_none {
  background-image: url("../icons/add.png");
  width: 30px;
  height: 30px;
  /* background-color: #ff3938; */
  background-size: cover;
  border: none;
}
.cart_top_icon_none:hover {
  width: 35px;
  height: 35px;
  /* background-color: #ff3938; */
  transition: 0.2s;
  margin-top: -3px;
  margin-right: -2.5px;
}
.cart_top_icon:hover {
  width: 35px;
  height: 35px;
  /* background-color: #ff3938; */
  transition: 0.2s;
  margin-top: -3px;
  margin-right: -2.5px;
}


.active > .page-link,
.page-link.active {
  /* background: rgb(var(--<?=$color?>)); */
  border: none;
}
.page-link {
  color: #747474;
}


.accordion-button:not(.collapsed) {
  color:#fff;
  /* background-color:rgb(var(--<?=$color?>),0.56); */
}
.accordion{
--bs-accordion-btn-focus-border-color:rgb(var(--<?=$color?>));
}

.buy_cart {
  opacity: 0.68;
}
.buy_cart:hover {
  /* background: rgb(27, 217, 27); */
  opacity: 1;
}
.show_hide_password {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url("../icons/eye.png");
  background-size: cover;
  height: 20px;
  width: 20px;
}
.image-list-pro {
  max-height: 100%;
  width: 100%;
  /* margin-top: 1.5rem;
    margin-bottom: auto; */
}
.box-img-figure {
  height: 200px;
}
.h4,
h4 {
  font-size: calc(1.1rem + 0.3vw);
}
.home_menu {
  background: url("../icons/home.png");
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 9px;
  left: 25px;
}
.listorder_menu {
  background: url("../icons/order1.png");
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 9px;
  left: 25px;
}
.logout_menu {
  background: url("../icons/logout.png");
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 9px;
  left: 25px;
}
.add_cart_detail {
  background: url("../icons/add_cart_white.png");
  background-size: cover;
  /* background-color: green; */

  width: 20px;
  height: 20px;
  /* position:absolute;bottom: 9px;left:25px; */
}
.add_cart_detail1 {
  background: url("../icons/add_cart_white.png");
  background-size: cover;
  /* background-color: green; */

  width: 20px;
  height: 20px;
  /* position:absolute;bottom: 9px;left:25px; */
}
.loginmodal-container {
  padding: 30px;
  /* max-width: 350px; */
  width: 100% !important;
  background-color: #f7f7f7;
  margin: 0;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  /* font-family: roboto; */
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.6em;
  /* font-family: roboto; */
}

.loginmodal-container input[type="submit"] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type="text"],
input[type="password"] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type="text"]:hover,
input[type="password"]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  /* font-family: 'Arial', sans-serif; */
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  /* border-radius: 3px; */
  /* -webkit-user-select: none;
    user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #4d90fe;
  padding: 17px 0px;
  /* font-family: roboto; */
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-help {
  font-size: 12px;
}

.skin-21 .num-in1 {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  height: 25px;
  width: 80px;
  float: left;
}

.skin-21 .num-in1 span {
  width: 30%;
  display: block;
  height: 25px;
  float: left;
  position: relative;
}

.skin-21 .num-in1 span.plus1:after {
  transform: rotate(90deg);
}

.skin-21 .num-in1 input {
  float: left;
  width: 40%;
  height: 25px;
  border: none;
  text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.navv {
  z-index: 1;
}
.content {
  padding-left: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.content.full {
  padding-left: 60px;
}
@media only screen and (max-width: 600px) {
  .content {
    padding-left: 0px;
  }
  .content.full {
    padding-left: 0px;
  }
}


.navside_menu{
  height:100vh;
  width: 300px;
  /* background:rgb(var(--<?=$color?>)); */
  color: #fff;
  /* min-width:60px; */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  position: relative;
}
.navside_menu.small_navside{
  width: 70px;
  /* border-right:3px solid  rgb(var(--<?=$color?>)); */
}
.nav-link{
  /* background: rgb(255,255,255,0.5); */
  /* opacity: 0.45; */
  /* color:var(--black); */
  color: #fff;
  border : 1px solid #ffffff4f;
}
/* .over{
  background: #fff;
  opacity: 0.45;
} */
.nav-link:hover{
  background:#ffffff4f;
  opacity: 1;
  color:#fff;
  /* border: 1px solid rgb(var(--<?=$color?>)); */
  transition: 0.3s;
}
.nav-link.active{
  background:#ffffff4f;
  border: none;
}
.navside_menu.small_navside:hover{
  width: 300px;
  /* border-right:3px solid  #363636; */
}
.icon{
  width: 70px;
}
.icon img{
  width: 50%;
  height: auto;
  align-self: start;
}


@media only screen and (max-width: 600px) {
  .navside_menu{

  width: 0;
  /* background:rgb(var(--<?=$color?>)); */

}
.navside_menu.small_navside{
  width: 80%;
  border: none;
  /* border-right:3px solid  rgb(var(--<?=$color?>));?? */
}
}



.navtop{
  height: 50px;
  /* background: rgb(var(--<?=$color?>)); */
  width: 100%;
  position: fixed;
  z-index: 1;
}
#toggle-left-menu{
height: 50px;
width: 50px;
/* background: rgb(var(--<?=$color?>)); */
padding: 10px;
}
.img-menu{
  background: url("../icons/menu3lines.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
#toggle-left-menu:hover{
 cursor: pointer;        
}
@media only screen and (max-width: 600px) {
  #toggle-left-menu{
height: 50px;
width: 50px;
/* background: rgb(var(--<?=$color?>)); */
padding: 10px;
position: relative;
left:85%;
}
}
/* @media  screen and (max-width: 1400px) {
    .image-list-pro{
        max-height:80px;
    }
    
  }
  @media  screen and (max-width: 1224px) {
    .image-list-pro{
        max-height:60px;
    }
    
  }
  @media  screen and (max-width: 991px) {
    .image-list-pro{
        max-height:100px;
    }
    
  }

  @media  screen and (max-width: 500px) {
    .image-list-pro{
        max-height:60px;
    }
    
  } */
