@import "fonts/iran yekan fa/css/fontiran.css";
@import "fonts/charisma/charisma.css";
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

.ltr {
  text-align: left;
  direction: ltr !important;
}

.text-red {
  color: #FF6769 !important;
}

.text-green {
  color: #00B090 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.input-error {
  color: #FF6769;
  font-size: 13px;
  font-weight: 500;
  margin: 5px 5px 0;
}

.alert-success {
  border-radius: 5px;
  background: #d1e5e1;
  color: #005745;
  border-color: #d1e5e1;
  padding: 12px 10px;
  font-size: 16px;
}

.form-control {
  border-color: #a1bdb6;
}
.form-control:focus, .form-control:active {
  border-color: #a1bdb6;
}
.form-control:disabled {
  background-color: #f1f7f6;
  opacity: 1;
}

.form-floating textarea {
  min-height: 75px;
  line-height: 1.4;
}

.form-check-input:checked {
  background-color: #005745;
  border-color: #005745;
}

.btn {
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color: #005745;
  border-color: #005745;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background-color: #FF6769;
  border-color: #FF6769;
}

.btn-success-light, .btn-success-light:hover, .btn-success-light:active, .btn-success-light:focus {
  background-color: #00B090;
  border-color: #00B090;
  color: #fff;
}

.toast-container {
  position: fixed;
}
.toast-container .toast {
  box-shadow: none;
  border: none;
  font-size: 17px;
  background: rgba(0, 177, 145, 0.9098039216);
}
.toast-container .toast.error {
  background: rgba(255, 103, 105, 0.8);
}
.toast-container .toast .btn-close {
  background: none;
  color: #fff;
  opacity: 1;
  height: 24px;
  width: 24px;
  font-size: 18px;
}

.modal {
  color: #005745;
}
.modal .modal-close {
  border: 0;
  background: none;
  font-size: 20px;
  padding: 5px;
  margin: 0;
  line-height: 0;
  color: #005745;
}
.modal.confirmModal p {
  margin: 0;
  font-size: 17px;
}
.modal.confirmModal .btn {
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}
.modal.confirmModal .modal-footer {
  padding: 5px 10px;
}

body {
  font-family: charisma, iranyekan, cursive;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: auto;
  max-width: 480px;
  line-height: 1.7;
}
body.fluid-body {
  max-width: none;
  overflow: hidden;
}
body.fixed-menu header {
  position: fixed;
  left: 50%;
  right: 50%;
  top: 0;
  margin: 0 -50vw;
  z-index: 999;
  transition: top ease-in-out 0.3s;
  height: 95px;
}
body.fixed-menu header .logo {
  padding: 6px 0;
  height: 50px;
}
body.fixed-menu header .logo a img {
  height: 38px;
}
body.fixed-menu header .menu-bar {
  height: 45px;
  padding: 7px 25px;
}
body.fixed-menu header .menu-bar a {
  min-width: 23px;
}
body.fixed-menu header .menu-bar a i {
  font-size: 25px;
}
body.fixed-menu header .menu-bar a .quantity-badge {
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 22px;
}
body.fixed-menu header .menu-bar a.menu-btn i {
  top: 2px;
}
body.fixed-menu header .menu-bar nav ul {
  padding: 0 30px;
}
body.fixed-menu header .menu-bar nav ul li {
  height: 60px;
  line-height: 60px;
}
body.fixed-menu header .menu-bar nav ul li a {
  font-size: 18px;
}
body.fixed-menu header .menu-bar nav ul li a .color-box {
  width: 12px;
  height: 12px;
  top: 1px;
}
body.fixed-menu header + div {
  margin-top: 161px !important;
}
body .quantity-badge {
  background-color: #005745;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
body header {
  background-color: #005745;
  top: -95px;
}
body header .logo {
  text-align: center;
  padding: 15px 0;
}
body header .logo a {
  display: inline-block;
}
body header .logo a img {
  height: 70px;
}
body header .menu-bar {
  background-color: #00B090;
  padding: 10px 30px;
  position: relative;
}
body header .menu-bar a {
  color: #fff;
  display: inline-block;
  position: relative;
  min-width: 30px;
  top: 3px;
}
body header .menu-bar a i {
  font-size: 25px;
}
body header .menu-bar a .quantity-badge {
  position: absolute;
  right: -7px;
  top: -7px;
}
body header .menu-bar a.menu-btn i {
  position: relative;
  top: 2px;
}
body header .menu-bar nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #00B090;
  z-index: 999;
  border-top: 1px solid rgba(0, 88, 70, 0.168627451);
  height: 0;
  overflow: hidden;
}
body header .menu-bar nav ul {
  padding: 0 30px;
  list-style: none;
  margin: 0;
}
body header .menu-bar nav ul li {
  margin: 0;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgba(0, 88, 70, 0.0823529412);
}
body header .menu-bar nav ul li:last-child {
  border-bottom: 0;
}
body header .menu-bar nav ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
}
body header .menu-bar nav ul li a .color-box {
  display: inline-block;
  border: 1px solid rgba(0, 88, 70, 0.168627451);
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  border-radius: 2px;
}
body header .menu-bar nav ul li a i {
  font-size: 20px;
  margin-left: 10px;
  width: 30px;
  text-align: center;
}
body .category {
  transition: top ease-in-out 0.3s;
}
body .category .cat-title {
  text-align: center;
  padding: 15px 0;
  font-size: 30px;
  margin: 0;
}
body .category .items .item.inactive {
  filter: grayscale(0.8);
}
body .category .items .item .img {
  position: relative;
}
body .category .items .item .img .price-box {
  position: absolute;
  bottom: 25px;
  right: 25px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}
body .category .items .item .img .price-box button {
  border: 0;
  background-color: #005745;
  color: #fff;
  height: 100%;
  width: 35px;
  font-size: 16px;
  float: right;
}
body .category .items .item .img .price-box button.add {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body .category .items .item .img .price-box button.remove {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
body .category .items .item .img .price-box button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
body .category .items .item .img .price-box .price {
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 18px;
  height: 100%;
  float: right;
}
body .category .items .item .img .price-box .price .old-price {
  font-size: 15px;
  line-height: 1.1;
  display: block;
  text-decoration: line-through;
  color: #005745;
}
body .category .items .item .img .price-box .price .new-price {
  display: block;
  line-height: 1.3;
  float: right;
  width: 100%;
}
body .category .items .item .img .price-box .quantity-badge {
  position: absolute;
  right: 0;
  top: -30px;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
}
body .category .items .item .img .new {
  background-color: #FF6669;
  position: absolute;
  left: 25px;
  top: 25px;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 23px;
  font-weight: 600;
}
body .category .items .item .info {
  padding: 20px 25px;
}
body .category .items .item .info .name {
  font-size: 22px;
  margin-bottom: 15px;
}
body .category .items .item .info .description {
  font-size: 17px;
  text-align: justify;
}
body footer {
  background-color: #005745;
  text-align: center;
  padding: 30px 0 0;
}
body footer .contact-list a {
  color: #fff;
  font-size: 40px;
  margin: 0 20px;
}
body footer .menu-list {
  margin-top: 15px;
}
body footer .menu-list a {
  color: #fff;
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 600;
}
body footer .up-btn {
  margin-top: 20px;
}
body footer .up-btn .button {
  border: 0;
  background: none;
  display: inline-block;
  color: #00B090;
  font-size: 50px;
}
body footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 25px;
}
body .loginModal {
  color: #005745;
}
body .loginModal #loginForm {
  display: none;
}
body .loginModal #otpInput {
  letter-spacing: 12px;
  font-size: 20px;
}
body .loginModal .back-link {
  color: #005745;
  margin: 1rem auto 0 auto;
  text-decoration: underline;
}
body .loginModal .resend-box {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
body .loginModal .resend-box .timer {
  font-size: 16px;
  font-weight: 500;
  color: #FF6769;
}
body .loginModal .resend-box a {
  margin: 0;
}
body .blank-page {
  color: #005745;
  padding: 30px 20px;
  font-size: 18px;
}
body .order-table {
  margin-top: 20px;
}
body .order-table tr td {
  padding: 0 0 20px 0;
  border: 0;
}
body .order-table tbody tr:last-child td {
  padding-bottom: 10px;
}
body .order-table tfoot {
  color: #005745;
  border-top: 2px solid #a1bdb6;
  font-weight: 500;
}
body .order-table tfoot tr td {
  padding: 0 0 5px 0;
}
body .order-table tfoot .final-price td {
  border-top: 2px solid #a1bdb6;
  padding-top: 15px;
  font-weight: 800;
  font-size: 20px;
}
body .order-table .product .name {
  color: #005745;
}
body .order-table .product .price {
  display: block;
  margin-top: -5px;
  font-size: 17px;
}
body .order-table .qty-box button {
  border: 0;
  background: #005745;
  color: #fff;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
}
body .order-table .qty-box .qty {
  width: 22px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}
body .order p {
  font-weight: 500;
  font-size: 19px;
  margin: 20px 0 0;
}
body .order p span {
  color: #00B090;
}
body .order .order-steps {
  text-align: center;
  color: #777;
  margin-top: 30px;
}
body .order .order-steps .step .title {
  display: block;
  font-size: 22px;
  font-weight: 500;
}
body .order .order-steps .step i {
  font-size: 50px;
}
body .order .order-steps .step.active {
  color: #00B090;
}
body .order .order-steps .separator {
  width: 3px;
  height: 45px;
  background: #777;
  margin: 15px auto;
  position: relative;
}
body .order .order-steps .separator i {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
  font-size: 23px;
}
body .history .accordion-item {
  border-color: #d1e5e1;
  margin-top: 5px;
  padding-bottom: 5px;
}
body .history .accordion-item .accordion-header .accordion-button {
  padding-right: 10px;
  padding-left: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  cursor: default;
  font-size: 0.9rem;
}
body .history .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #005745;
  background-color: #d1e5e1;
  box-shadow: none;
}
body .history .accordion-item .accordion-header .accordion-button:not(.collapsed) .chevron:before {
  content: "\f077";
}
body .history .accordion-item .accordion-header .accordion-button .chevron:before {
  content: "\f078";
}
body .history .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
body .history .accordion-item .accordion-header .accordion-button .date {
  width: 65px;
}
body .history .accordion-item .accordion-header .accordion-button .order-code {
  width: 100px;
}
body .history .accordion-item .accordion-header .accordion-button .btn {
  font-size: 0.8rem;
  height: 30px;
  line-height: 30px;
}
body .history .accordion-item .accordion-header .accordion-button button {
  border: 0;
  background: none;
  float: left;
}
body .history .accordion-item .accordion-body {
  padding: 15px 10px;
  background: #f1f7f6;
}
body .history .order-table tbody tr td {
  padding-bottom: 5px;
}
body .address .card {
  border: 1px solid #a1bdb6;
  border-radius: 5px;
}
body .address .card .card-title {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  top: -10px;
}
body .mob-view {
  color: #005745;
  text-align: center;
  padding: 20px 0;
  margin-top: 80px;
}
body .mob-view p {
  font-size: 20px;
  margin-bottom: 0;
}
body .mob-view a {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin: 20px 30px;
  text-align: center;
  color: #000;
  background: #f1f7f6;
  border-radius: 5px;
  padding: 15px;
}
body .mob-view a i {
  font-size: 105px;
  width: 120px;
  height: 120px;
  position: relative;
  top: 7px;
}
body .content {
  color: #000;
  text-align: justify;
}
body .content ul {
  padding-right: 0;
  list-style: inside;
}
body .shipping {
  display: none;
}
body .shipping .form-check {
  border: 1px solid #a1bdb6;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
body .shipping .form-check input {
  margin: 0 0 0 5px;
  position: relative;
  top: 8px;
}
body .shipping .form-check label span {
  display: block;
}
body .shipping .form-floating textarea {
  height: 100px;
}
body .shipping .form-floating label {
  line-height: 1;
}
body .blank-data {
  color: #cbcbcb;
}
body .blank-data p {
  font-size: 20px;
}
body .blank-data i {
  font-size: 80px;
}

@media (min-width: 480px) {
  body.fixed-menu header {
    margin: 0 -240px;
  }
}

/*# sourceMappingURL=main.css.map */
