/** @format */


@font-face {
	font-family: Ravi FaNum;
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/ravi/woff/RaviFaNum-Regular.woff') format('woff'),
	url('../../fonts/ravi/woff2/RaviFaNum-Regular.woff2') format('woff2');
}

@font-face {
	font-family: Ravi FaNum;
	font-style: normal;
	font-weight: bold;
	src: url('../../fonts/ravi/woff/RaviFaNum-Bold.woff') format('woff'),
	url('../../fonts/ravi/woff2/RaviFaNum-Bold.woff2') format('woff2');
}

@font-face {
	font-family: Ravi FaNum;
	font-style: normal;
	font-weight: 950;
	src: url('../../fonts/ravi/woff/Ravi FaNum-ExtraBlack.woff') format('woff'),
	url('../../fonts/ravi/woff2/Ravi FaNum-ExtraBlack.woff2') format('woff2');
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  background: radial-gradient(circle, #48a860, #14642c);
  font-family: Ravi FaNum;
}

.header {
  background-color: #115423;
  color: white;
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  margin-bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 10;
}

  .menu {
  position: absolute;
  z-index: 100;
  width: 193px;
  height: 0px;
  background: #fff;
  top: 60px;
  margin-right: 15px;
  border-radius: 10px;
  display: none;
}

.menu li {
  border-bottom: 1px dashed #206e36;
  padding-bottom: 10px;
  text-align: right;
  margin-top: 10px;
  list-style: none;
}
.menu li a {
  text-align: center;
  color: #115423;
  text-decoration: none;
  margin-right: 30px;
}


@keyframes show_copen_cart {
  from {width: 0px;}
  to {width: 200px;}
}

@keyframes show_info_copen_cart {
  from {opacity: 0px}
  to {opacity: 100;}
}

@keyframes hide_menu {
  from {height: 100px}
  to {height: 0px;}
}

@keyframes show_menu {
  from {height: 0px}
  to {height: 100px;}
}

@keyframes show_links {
  from {display : none;}
  to {display: block;}
}

@keyframes hide_menu {
  from {height: 100px}
  to {height: 0px;}
}

.right_header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
}

.header_avatar {
  display: flex;
  flex-direction: column;
}

.header_avatar_icon {
  margin: 0 10px;
}

.left_header {
  direction: ltr;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 5px;
  padding-top: 5px;
}

.left_header .card_counter {
  line-height: 17px;
  border-radius: 50%;
  background-color: #b6274b;
  font-family: Ravi FaNum;
  color: white;
  display: inline-block;
  width: 17px;
  text-align: center;
  position: absolute;
  margin-top: 10px;
  left: 11px;
  font-size: 13px;
}

.left_header .notif_counter {
  line-height: 17px;
  border-radius: 50%;
  background-color: #b6274b;
  font-family: Ravi FaNum;
  color: white;
  display: inline-block;
  width: 17px;
  text-align: center;
  position: absolute;
  margin-top: 10px;
  left: 50px;
  font-size: 13px;
}

/* main */
.main {
  margin-right: 5px;
  color: white;
  overflow: scroll;
  position: relative;
  top:100px;
  padding-bottom: 75px;
}

.main_product_ditale
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 10px; */
  overflow: scroll;
  position: relative;
  top:100px;
  padding-bottom: 75px;
}

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

.account_icon {
  display: flex;
  align-items: center;
  margin:10px;
  padding: 5px 5px;
  border: 1.5px solid white;
  border-radius: 24px;
  scale: 1.4;
  background: transparent;
}

.main > .account > .account_icon:hover {
  background-color: #b6274b;
}

.account_text {
  width: 100%;
  padding: 15px 0;
  border-top: 0.5px solid white;
  border-bottom: 0.5px solid white;
  font-family: Ravi FaNum;
  margin-right: 15px;
  font-weight: bold;
}
.main_icon {
  display: flex;
  align-items: center;
  margin:10px;
  padding: 5px 5px;
  border: 1.5px solid white;
  border-radius: 24px;
  scale:1.4;
}

.main > .account > .main_icon:hover {
  background-color: #b6274b;
}

.main_text {
  width: 100%;
  padding: 15px 0;
  border-top: 0.5px solid white;
  border-bottom: 0.5px solid white;
  font-family: Ravi FaNum;
  font-weight: bold;
  margin-right: 15px;
}


.categories {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0px 20px;
  justify-content: center;
  align-items: center;
}

.category {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.category_image {
  border-radius: 50%;
  border: 5px double #fff;
  width: 150px;
}

.category_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  color: white;
  font-size: 14px;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
}


.product_img {
  padding: 5px 5px;
  border: 4px solid white;
  border-radius: 50%;
}

.stars {
  padding: 10px;
}

.active {
  fill: gold;
}

.notActive {
  fill: white;
}

.product_details {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 2px 0px;
  border-bottom: 1px dashed black;
}

.product_title {
  color: white;
  font-size: 16px;
}

.product_price {
  color: white;
  font-size: 12px;
}

.cart {
  width: 75%;
  display: inline-block;
  margin-top: 10px;
  scale : 1.3;
  text-align: center;
}

.cart_input {
  color: white;
  border: 2px solid white;
  width: 45%;
  border-radius: 20px;
  margin: 0 auto;
}

.cart_detail {
  color: white;
  font-size: 10px;
}

.inventory {
  text-align: center;
  width: 33.33%;
}

.order {
  text-align: center;
  width: 33.33%;
}

.count_order {
  display: flex;
}

.btn {
  font-size: 20px;
  color: white;
  border: none;
  background-color: transparent;
}

.addToCart {
  text-align: center;
  width: 33.33%;
}

.divider {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  height: 1px;
  background: #fff;
  position: relative;
}

.productdetails{
  margin: 10px 15px 10px 15px;
  padding: 15px;
  text-align: justify;
  color:#fff;
}

.add_massage {
  position: fixed;
  top: 100px;
  z-index: 10;
  background: #fff;
  margin-right: 14%;
  padding: 15px 30px 0px 30px;
  border-radius: 20px;
  border: 2px solid #115423;
}

.btn_address_mng {
  background: #fff;
padding: 10px;
margin-bottom: 10px;
border-radius: 18px;
}
.btn_address_mng a {
  color:#000;
  text-decoration: none;
}

.address_cart {
  color: #fff;
  border: 1px solid;
  padding: 10px;
  border-radius: 21px;
  margin-bottom: 16px;
}

.address_title {
  text-align: center;
  font-size: 17px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #000;
  padding-bottom: 5px;
}

.address_info {
  border-bottom: 1px solid #000;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.address_delete {
text-align: center;
}

.address_list_section {
  padding-bottom: 100px;
}

.address_delete a {
  color:#fff;
  text-align: center;
  text-decoration: none;
  background: #b6274b;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 12px;
}
.disable-dbl-tap-zoom {
  touch-action: manipulation;
}
.err_massage {
  position: fixed;
  top: 100px;
  z-index: 10;
  background: #fff;
  margin-right: 14%;
  padding: 15px 30px 0px 30px;
  border-radius: 20px;
  border: 2px solid #115423;
}

.mlm_input {
  margin-top: 100px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 20px;
  text-align: center;
  color: white;
  font-family: Ravi FaNum;
  font-size: 14px;
  width: 80%;
  padding: 0px 45px;
}

.btn_setting_mlm {
  background-color: #b6274b;
  border: none;
  padding: 15px;
  font-size: 15px;
  display: inline-block;
  width: 80%;
  border-radius: 10px;
  padding: 6px;
  color: #fff;
}

/* cart css */
.cart_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cart_item_header {
  width: 95%;
  text-align: center;
  border-bottom: 2px solid white;
}

.cart_item_header_title {
  color: white;
  font-size: 14px;
  margin-bottom: 5px;
}

.product {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.product_title {
  width: 75%;
  margin: 0px auto;
}

.product_title_details {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.input_style {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 20px;
  text-align: center;
  color: white;
  font-family: Ravi FaNum;
  font-size: 14px;
  width: 80%;
  /* padding: 0px 45px; */
}

.input_style::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
.input_style:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
.input_style::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.input_style:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #909;
}

.input_style:focus {
  outline: none;
}

.product_title_details input {
  width: 85%;
}

.product_title_details div {
  background-color: #14642c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  color: red;
}

.product_title_details img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.product_item_qty {
  margin-top: 5px;
}

.product_item_qty div {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.product_item_qty button {
  width: 32px;
  height: 32px;
  background-color: #14642c;
  border-radius: 50%;
  border: none;
  color: white;
  font-size: 20px;
  text-align: center;
}

.product_item_qty input {
  width: 20%;
}

.product_total_price {
  font-size: 12px;
  margin-top: 5px;
}

.product_total_price input {
  width: 45%;
}

.product_total_score {
  font-size: 12px;
  margin-top: 5px;
}

.product_total_score input {
  width: 25%;
}

.border_bottom {
  margin: 10px 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px dashed black;
}

.factor {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 95%;
  border-bottom: 2px solid white;
  border-top: 2px solid #fff;
  padding-top: 10px;
}

.factor_item {
  margin: 0px auto 15px auto;
  width: 85%;
  padding-bottom: 10px;
  border-bottom: 1px dashed black;
}

/* post */
.post {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 95%;
  border-bottom: 2px solid white;
}

.post_item {
  margin: 0px auto 15px auto;
  width: 55%;
  padding-bottom: 10px;
  border-bottom: 1px dashed black;
}

.address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.btn {
  /* width: 20px; */
  /* height: 20px; */
  /* background-color: #14642c; */
  color: white;
  border: none;
  border-radius: 50%;
  scale: 1.9;
}

.postalCode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 98%;
}

.postalCode div {
  width: 75%;
  margin: 0 auto;
}

.auto_address {
  text-align: center;
  color: white;
  font-family: Ravi FaNum;
  font-size: 10px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px 2px;
}

.img_payment {
  margin-bottom: 15px;
}

.btn_payment {
  background-color: #b6274b;
  width: 65%;
  border: none;
  margin-bottom: 100px;
  padding: 0px 15px 50px 15px;
  font-size: 12px;
}
/* post */


/* footer */
.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  color: white;
}

.footer_content {
  width: 100%;
  height: 70px;
  background-color: #003a10;
}

.footer_content ul {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 35px;
  align-items: center;
  z-index: 10;
  list-style: none;
}

.footer_content ul li {
  margin-left: 20px;
  margin-right: 20px;
  scale:1.2;
}

.footer_icon {
  display: flex;
  align-items: center;
  padding: 5px 5px;
  border: 2px solid white;
  border-radius: 24px;
}


/*  inputs  */
input[type=tel] {
  text-align: center;
   background: transparent;
   border-top: 1px solid;
   padding-bottom: 8px;
   margin-bottom: 25px;
   margin-top: 15px;
}

input[type=text] {
  text-align: center;
   background: transparent;
   border-top: 1px solid;
   padding-bottom: 8px;
   margin-bottom: 25px;
   margin-top: 15px;
}

input[type=password] {
  text-align: center;
   background: transparent;
   border-top: 1px solid;
   padding-bottom: 8px;
   margin-bottom: 25px;
   margin-top: 15px;
   border:none;
}
