
@font-face {
    font-family: "iransans";
    src: url("./fonts/ir_sans.ttf");
    src: url("./fonts/IRANSansWeb\(FaNum\).woff2");
}
body {
    margin: 0;
    padding: 0;
    direction: rtl;
font-family: 'iransans';
}

a {
    text-decoration: none;
    color: black;
}



#mySearch {
    border-radius: 10px;
    width: 80%;
    height: 40px;
    padding-right: 40px;
    /* margin-bottom: 3px; */
    opacity: 0.5;
    font-size: 12px;
    color: black;
}

.category {
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
}

.category:focus{
background-color: #fbad18;
color: white;
}
.sign-up {
    border: 3px solid #fbad18;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 22px;
}

.shop-cart {
    background-color: #fbad18;
    border-radius: 10px;
    padding: 12px;
    margin-left: 10px;
    color: white;
}


#back-blue {
    background-image: linear-gradient(90deg,
            hsl(194deg 92% 69%) 0%,
            hsl(196deg 97% 63%) 57%,
            hsl(194deg 100% 50%) 100%);
    height: 600px;
    margin-bottom: 4rem;
    z-index: -10;
}


.best-price {
    background: white;
    border-radius: 10px;
    display: inline-block;
    padding: 1rem 1.5rem;
    color: #fbad18;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
    width: fit-content;
    margin-right: 120px;
}


.square {
    border: 3px solid #fbad18;
    height: 110px;
    width: 110px;
}

.productbox {
    border: 2px solid #e7e4e4;
    border-radius: 10px;
    padding: 0.5rem;
    width: 250px;
    height: 250px;
    height: fit-content;
}

.discount {
    background: #FF9900;
    color: white !important;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    padding: 3px 12px;
    position: absolute;
    right: 38%;
    font-weight: bold;
}



.sizing {
    border: 1px solid #e7e4e4;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
}

#uname {
    border: 1px solid #e7e4e4;
}


/* footer style  */
.footer-title {
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;

}


.footerline {
    /* opacity: 0.7; */
    font-weight: 500;
    font-size: 12px;
    line-height: 250%;
    margin-top: 20px;
font-weight: bold;
}

.dot {
    color: #fbad18;
    font-size: 6px;
    padding-right: 10px;
}


.send-btn{
    border: none;
    background: #fbad18;
    border-radius: 5px;
    color: white;
    padding: 5px 40px;
}

#uname{
    border: 1px solid #9e9d9d;
    border-radius: 5px;
    width: 75%;
    height: 45px;
}


.product:hover {
color: #fbad18;
}

@font-face {
    font-family: iransans;
    src: url(fonts/IRANSansWeb\(FaNum\).woff2);
}

* {
   direction: rtl;
    font-size: 14px;
    font-family: "iransans";
    color: #1E1E1E;
}


input {
    outline: none;
}

.nav-item {
    height: fit-content;
    border-radius: 9px;
  }

  .nav-item:hover {
    background-color: #ffff;
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.25);
  }

  .nav-item:hover label {
    color: #fbad18 !important;
  }

  .nav-item-active {
    background-color: #ffff;
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.25);
  }

  .nav-item-active label {
    color: #fbad18 !important;
  }
/* 
.nav-link {
    color: #1e1e1e !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-left: 50px;
    cursor: pointer;
    transition: 0.3s;
    background-color: #000508;
    color: #FFFFFF !important;
    border: 3px solid #000508 !important;
    min-width: 126px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link.active {
    opacity: 100%;
    background-color: #ffffff !important;
    color: black !important;
    border-bottom: 3.5px solid #ffc700;
    font-weight: 700 !important;
} */

#plotId{left: 0px;}

input[type="radio"]::before {
    content: "";
    width: 0.90em;
    height: 0.90em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: #DEC4B8;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="radio"] {
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid #FFFF;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}






input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}




.custom-radios div {
  display: inline-block;
}

.custom-radios input[type=radio] {
  display: none;
}

.custom-radios input[type=radio]+label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.custom-radios input[type=radio]+label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}

.custom-radios input[type=radio]+label span svg {
  opacity: 0;
  transition: all 0.3s ease;
}

/* .custom-radios input[type=radio]#color-1+label span {
  background-color: #2ecc71;
}

.custom-radios input[type=radio]#color-2+label span {
  background-color: #3498db;
}

.custom-radios input[type=radio]#color-3+label span {
  background-color: #f1c40f;
}

.custom-radios input[type=radio]#color-4+label span {
  background-color: #e74c3c;
} */

.custom-radios input[type=radio]:checked+label span svg {
  opacity: 1;
}

