@font-face {
  font-family: IRANYekanBold;
  src: url("../fonts/IRANYekanExtraBold.ttf");
}
@font-face {
  font-family: IRANYekan;
  src: url("../fonts/IRANYekanBold.ttf");
}

@font-face {
  font-family: Btitr;
  src: url("../fonts/TitrBold.ttf");
}

:root {
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
}

.bold {
  font-weight: bold !important;
  font-family: IRANYekanBold !important;
}

*,
*:focus,
*:hover {
  outline: none !important;
  text-decoration: none !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 0 !important;
}

html {
  margin: 0;
  outline: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0 !important;
  direction: rtl;
  background-color: #f9f8f8;
  font-family: IRANYekan !important;
}

.phone-number p {
  color: #fafafa;
  font-weight: 600;
}

.top-header {
  background-color: rgb(42, 34, 78);
  height: auto;
  width: 100%;
}
.second-button:hover {
  color: rgb(255, 153, 0, 1);
  background-color: rgb(251, 251, 251);
  border: 2px solid rgb(255, 153, 0, 1);
}
.submit-request:hover {
  color: rgb(42, 34, 78);
  background-color: rgb(250, 250, 250);
  border: 1.7px solid rgb(42, 34, 78);
}
.badge-custom {
  background-color: #bab7b7;
  font-size: 15px;
  padding: 7px;
  color: white;
}
.price-fare {
  color: #ae0023 !important;
}

.text-des {
  font-weight: 600;
  font-size: 15px;
}
.submit-request {
  background-color: rgb(42, 34, 78);
  color: rgb(250, 250, 250);
  padding: 5px 20px;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  font-weight: 600;
  font-size: 15px;
}
.second-button {
  color: rgb(251, 251, 251);
  background-color: rgba(255, 153, 0, 1);
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all 0.8s ease;
  width: 75px;
  font-weight: 700;
}

.social-link {
  font-size: 23px;
  color: white;
  margin: 0 0 0 15px;
}
.circle-dot {
  background-color: #ff9800;
  border-radius: 50%;
  padding: 2rem;
  position: relative;
  top: 4rem;
}
.form-box {
  background-color: #fafafa;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0px 2px 30px rgba(52, 44, 95, 0.13);
}
.basket-icon {
  font-size: 3rem;
  color: rgb(42, 34, 78);
}
.form-title {
  color: #777777;
}

fieldset.scheduler-border {
  border: 2px solid rgba(52, 44, 95, 0.43) !important;
  margin: 0 0 1.5em 0 !important;
  border-radius: 6px;
  padding-inline-start: 0.5em;
}
.scheduler-border .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
legend.scheduler-border {
  text-align: right !important;
  width: inherit;
  color: rgba(64, 54, 120, 0.85);
  padding: 0 10px;
  font-size: 16px;
  border-bottom: none;
  margin-bottom: 0;
}
.submit {
  background-color: rgb(42, 34, 78, 0.85);
  color: rgb(250, 250, 250);
  padding: 0.7rem 1rem;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
}
.submit:hover {
  color: rgb(42, 34, 78);
  background-color: rgb(250, 250, 250);
  border: 1.7px solid rgb(42, 34, 78);
}

.social-link:hover {
  transition: color 0.3s ease;
  color: #ff9800;
}
.header-text {
  text-align: right;
}
.header-text span {
  font-size: 15px;
}

.card-custom {
  background-color: rgb(250, 250, 250);
  border-radius: 8px;
  box-shadow: 0px 0.6px 8px rgb(64 54 120 / 15%);
  width: 100%;
  border: 0;
}

.card-custom .card-header,
.card-body,
.card-footer {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.card-custom .card-body .content-box ul li {
  color: #777777;
  font-size: 16px;
  font-weight: bold;
}
.box-title {
  font-weight: 800;
  background-color: #ff9800;
  border-radius: 0px 0px 14px 14px;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  text-align: center;
  padding: 4px;
  width: auto;
  box-shadow: 0px 7px 6px #b5b5b557;
}

.Btitr {
  font-family: Btitr !important;
}
.truck-icon {
  font-size: 20px !important;
  color: #bab7b7;
  transform: rotateY(177deg);
}
.description-box {
  color: #636363;
  font-size: 14px;
}
.btn-description-outline {
  background-color: none !important;
  color: rgba(255, 153, 0, 1);
  border-radius: 4px;
  border: 1px solid rgb(255, 153, 0, 1);
  transition: all 0.8s ease;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 600;
  width: 85px;
}
.btn-description {
  color: rgb(251, 251, 251);
  background-color: rgba(255, 153, 0, 1);
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.8s ease;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 600;
  width: 85px;
}
.btn-description:hover {
  color: rgb(255, 153, 0, 1);
  background-color: rgb(251, 251, 251);
  border: 1px solid rgb(255, 153, 0, 1);
  font-size: 15px;
  font-weight: 600;
}

.modal-save-btn {
  background-color: rgb(42, 34, 78);
  color: rgb(250, 250, 250);
  padding: 10px 12px;
  width: 160px !important;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  font-size: 15px;
  font-weight: 600;
  width: 100px;
}
.modal-save-btn:hover {
  color: rgb(42, 34, 78);
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(42, 34, 78);
  font-size: 15px;
  font-weight: 600;
}

.description-box p {
  color: #777777;
  font-size: 15px;
}
.price-text {
  font-size: 20px;
  font-weight: bold;
  color: #636363;
}
.refresh-icon {
  font-size: 16px !important;
  font-weight: bold;
  color: #bab7b7;
}
.border-bottom-custom {
  box-shadow: 0px 3px 0px rgb(208 207 207 / 15%);
}
.accept-btn {
  color: #fff;
  background-color: rgb(42, 34, 78);
  border-color: none;
  width: 170px;
}
.accept-btn:hover {
  color: rgb(42, 34, 78);
  background-color: rgb(250, 250, 250);
  transition: all 0.5s ease;
  border: 1.7px solid rgb(42, 34, 78);
}
.footer,
footer {
  background-color: rgb(42, 34, 78);
  margin-bottom: 0 !important;
  overflow: hidden;
}
.contactus-decs {
  font-size: 16px;
  text-align: right;
}
.contactus-decs p {
  color: rgb(250, 250, 250);
}
.speed-link a {
  color: white;
}
.speed-link {
  font-size: 16px;
  text-align: right;
  color: #ffffff;
  transition: color 0.3s ease;
}
.speed-link a:hover {
  color: #ff9800;
  text-decoration: none;
}
.speed-link .footer-title::after {
  content: "";
  width: 8%;
  background-color: rgb(255, 153, 0);
  border-radius: 50px;
  height: 0.4rem;
  padding: 0rem 3rem;
  display: block;
}
.contactus-decs .contactus-title::after {
  content: "";
  width: 8%;
  background-color: rgb(255, 153, 0);
  border-radius: 50px;
  height: 0.4rem;
  padding: 0rem 4.5rem;
  display: block;
}
.footer-logo {
  background-color: rgba(208, 207, 207, 0.52);
  border-radius: 8px;
  height: auto;
}
.main-title {
  font-size: 25px;
  font-weight: bold;
}
.product-box-title::after {
  content: "";
  height: 0.4rem;
  width: 6%;
  border-radius: 2px;
  display: block;
  background-color: #ff9800;
  z-index: 3;
  margin: 0 auto;
}
.img-product-box {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 13rem;
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  filter: brightness(0.9);
  transition: all 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(230, 227, 230, 1);
  -moz-box-shadow: 0px 2px 7px 0px rgba(230, 227, 230, 1);
  box-shadow: 0px 2px 7px 0px rgba(230, 227, 230, 1);
}
.img-product-box img {
  /* width: 100%; */
  border-radius: 1rem 1rem 0rem 0rem;
  height: 10rem;
  transition: all 0.5s;
  filter: brightness(0.9);
  margin: auto;
  display: block;
}
.box-product a {
  text-decoration: none !important;
}
.tittle {
  text-decoration: none !important;
  background-color: #ff9800;
  color: white;
  font-size: 19px;
  height: 3rem;
  border-radius: 0 0 1rem 1rem;
}

.slider-box .carousel {
  background-color: #343a40;
  border-radius: 16px;
  box-shadow: -8px 8px 10px #5ca0e45e;
}
.select-section {
  background-color: #eae9ea47;
  border-radius: 16px;
  box-shadow: -1px 2px 9px #7d7d7d;
}
.indicators-custom li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.indicators-custom li.active {
  background-color: #ff9800;
}
.top-badge-custom {
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.img-product-box:hover {
  filter: brightness(0.8);
}

.img-product-box-2:hover {
  filter: brightness(0.8);
}
.img-product-box-2 {
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  height: 15rem;
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  filter: brightness(0.9);
  transition: all 0.5s;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 7px 0px rgb(230 227 230);
  -moz-box-shadow: 0px 2px 7px 0px rgba(230, 227, 230, 1);
  box-shadow: 0px 2px 7px 0px rgb(230 227 230);
}
.product-name-box {
  font-weight: bold;
}

.product-name {
  color: rgb(42, 34, 78);
  font-size: 17px;
  margin-bottom: 8px;
}
.tittle-price-box {
  background-color: #ff9800;
  top: 11rem;
  color: rgb(42, 34, 78);
  font-size: 1.5rem;
  height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.title-price {
  color: rgb(42, 34, 78);
  border-radius: 1rem;
  font-size: 15px;
  font-weight: bold;
}
.number {
  color: rgb(42, 34, 78);
  font-size: 15px;
}

@media (min-width: 230px) and (max-width: 300px) {
  .box-title span {
    font-weight: 600;
    background-color: #ff9800;
    border-radius: 0px 0px 14px 14px;
    width: 70%;
    color: rgba(255, 255, 255, 1);
    font-size: 7px;
    text-align: center;
    padding: 11px 1px 11px 2px;
  }

  .tittle-price-box {
    background-color: #ff9800;
    top: 3.8rem;
    color: rgb(42, 34, 78);
    font-size: 16px;
    height: 4.5rem;
    border-radius: 0 0 1rem 1rem;
  }
  .number {
    color: rgb(42, 34, 78);
    font-size: 11px;
  }
  .title-price {
    color: rgb(42, 34, 78);
    border-radius: 1rem;
    font-size: 11px;
    font-weight: bold;
  }
  .product-name {
    color: rgb(42, 34, 78);
    font-size: 25px;
  }
}

.carousel-item a {
  text-decoration: none !important;
}

.other_product {
  color: rgba(255, 153, 0, 1);
  text-shadow: -1px 1px 3px rgba(255, 153, 0, 1);
  background: none !important;
  border-radius: 4px;
  border: 1px solid rgba(255, 153, 0, 1);
  transition: all 0.8s ease;
  font-size: 16px;
  height: 40px;
  font-weight: 700;
  position: absolute;
}

.contactus-decs a,
.container-fluid a {
  text-decoration: none !important;
  color: white;
}

.card-offer {
  box-shadow: 0px 0.6px 8px #145c826e;
}

.badge-offer {
  content: url("https://s.kargarin.ir/inc/images/offerroban.svg");
  position: absolute;
  left: -8px;
  top: -8px;
  min-width: 100px;
  min-height: 100px;
  z-index: 50;
  opacity: 0.85;
}

.krg_back {
  background-color: rgba(42, 34, 78, 0.8);
  color: #ff9800;
  font-weight: bold;
}

.fa.querySearch {
  position: absolute;
  left: 18px;
  top: 10px;
  font-size: 24px;
  color: #80808045;
  cursor: default;
  z-index: 80;
}

.fa.queryClear {
  display: none;
  position: absolute;
  left: 54px;
  top: 13px;
  border-radius: 60%;
  font-size: 14px;
  background: #6d6d6d52;
  color: white;
  padding: 3px 5px;
  cursor: pointer;
  z-index: 80;
}
.fa.selectClear {
  position: absolute;
  left: 30px;
  top: 14px;
  border-radius: 60%;
  font-size: 17px;
  background: #6d6d6d52;
  color: white;
  padding: 3px 5px;
  cursor: pointer;
  z-index: 80;
}

.u {
  border-bottom: 1px #dc3545 solid;
  padding-bottom: 2px;
}

.outStocked::before {
  content: url("https://s.kargarin.ir/inc/images/unstock.png");
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 50;
  opacity: 0.85;
}

.outStocked .card {
  filter: grayscale(1);
}

#anchor {
  display: none;
  position: fixed;
  bottom: 35px;
  left: 30px;
  z-index: 990;
  background-color: #ff9800;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #ff9800;
  outline: 0;
}

#anchor:hover {
  box-shadow: 0px 0px 3px #ff5100;
}

#menu_frame {
  display: none;
}

.centerInput {
  direction: ltr;
  text-align: center;
}

.leftInput {
  direction: ltr;
  text-align: left;
}

.leftInput::placeholder {
  direction: rtl;
  text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

#loginGetPhone {
  width: 20rem;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

#loginCodeCheck {
  width: 20rem;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

#netSlingerClose {
  position: absolute;
  top: -6px;
  left: 7px;
  cursor: pointer;
  font-size: 2rem;
}
#netSlinger {
  position: fixed;
  z-index: 5000;
  padding: 8px 16px;
  top: 18vh;
  right: 35%;
  width: 30%;
  direction: rtl;
  text-align: right;
  display: none;
  opacity: 0.98;
}

@media (max-width: 760px) {
  #netSlinger {
    width: 85% !important;
    right: 8% !important;
    top: 11vh !important;
  }

  .sideNav {
    width: 60% !important;
  }
}

.rightClear::before {
  content: 666;
  position: absolute;
  right: 5px;
  top: 2px;
  color: red;
}

.sideNav {
  height: 100vh;
  width: 18%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  text-align: center;
  z-index: 300;
  margin: 0;
  padding-top: 10vh;
  padding-left: 3%;
  font-size: 1.5rem;
  display: none;
  border-left: 1.5px solid #e0e0e0;
}

.sideNav li {
  list-style-type: none;
}
.sideNav li a {
  text-decoration: none;
  color: #1f1f1fc7;
}

.sideNav li a:hover {
  color: #ff9900b2;
}

.activeSideNaveTab a {
  color: #ff9800 !important;
}

.sideNavClose {
  position: absolute;
  top: 3px;
  left: 15px;
  font-size: 2rem;
  cursor: pointer;
}

.spacer-v {
  border-top: 1px solid rgba(130, 130, 130, 0.35);
}

.spacer-h {
  border-left: 1px solid rgba(130, 130, 130, 0.35);
}

.proeditor {
  border: 0 !important;
  background: none;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.coomingsoon .img-product-box  img{
  filter: brightness(0.4) !important;
}
.coomingsoon_flag {
  background-color: #ff9800;
  position: absolute;
  left: 40%;
  top: 22%;
  z-index: 200;
  border-radius: 45px;
  padding: 30px 15px;
  font-size: 19px;
  font-weight: bold;
  opacity: 0.9;
  display: block !important;
}

.doubleSegment {
  width: fit-content;
  user-select: none;
}
.doubleSegment span {
  cursor: pointer;
  user-select: none;
  box-shadow: 0px 1px 2px rgba(155, 155, 155, 0.5);
  margin:0;
  outline: 0;
  display: table-cell;
}
.doubleSegment .right {
  border-radius: 0px 7px 7px 0px;
}

.doubleSegment .left {
  border-radius: 7px 0px 0px 7px;
}

.doubleSegment .active {
  padding: 4px;
  background: rgb(0, 132, 219);
  border: 1px solid #87878752;
  color: #fff;
}

.doubleSegment span:not(.active) {
  padding: 4px;
  border: 1px solid #87878752;
}

.noshow{
  display: none;
}

.free_cargo::before {
  content: url("https://s.kargarin.ir/inc/images/free_cargo.png");
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 50;
  opacity: 0.9;
}