html {
    scroll-behavior: smooth;
}

.squ {
    height: 100% !important;
}

.text-red {
    color: red !important;
}

.text-yellow {
    color: #00a0f0 !important;
    background: white;
    border-radius: 5px;
    padding: 5px;
    opacity: 90%;
}

#search-results {
    position: absolute;
    bottom: 0;
    top: 100%;
    margin: 0;
    padding: 0;
}

#search-results ul {
    background: white;
    z-index: 99999;
    position: relative;
    margin: 0;
    padding: 0;
    max-height: 275px;
    overflow-y: auto;
}

#search-results ul li {
    padding: 10px;
    cursor: pointer;
    margin: 5px 0;
    transition: 0.2s;
    display: flex;
    align-items: center;
}

#search-results ul li:hover {
    background: #00a0f0;
    font-weight: bold;
    color: white;
}

#search-results ul li img {
    margin: 0 0 0 16px;
}

#mobile-search-results {
    position: relative;
    bottom: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}

#mobile-search-results ul {
    background: white;
    z-index: 99999;
    position: relative;
    margin: 0;
    padding: 0;
    max-height: 275px;
    overflow-y: auto;
}

#mobile-search-results ul li {
    padding: 10px;
    cursor: pointer;
    margin: 5px 0;
    transition: 0.2s;
    display: flex;
    align-items: center;
}

#mobile-search-results ul li:hover {
    background: #00a0f0;
    font-weight: bold;
    color: white;
}

#mobile-search-results ul li img {
    margin: 0 0 0 16px;
}

#custom-tab {
    width: 100% !important;
    padding-right: 0 !important;
    border: none;
}

#order-table {
    text-align: right !important;
}

.border-dashed {
    border-style: dashed !important;
}

.font-bold {
    font-weight: bold !important;
}

.font-1-5-em {
    font-size: 1.5em !important;
}

.custom-len {
    height: 200px;
}

.body-font {
    font-family: IRANSans;
    color: #333;
}

.custom-mt {
    margin-bottom: 200px;
}

.custom-mt2 {
    margin-top: 300px;
}

.list-unstyled {
    list-style-type: none;
}

.custom-checkbox {
    font-size: 1rem;
    width: 3.5%;
    border: 1px solid #eee;
    color: #eee;
}

.custom-contact {
    position: absolute;
    z-index: 999;
    background: #f3f3f3;
    margin-bottom: 8.5rem;
    margin-right: 17.5rem;
    padding: 10px;
    border-radius: 7px;
    bottom: 0;
}

.display-div-contact {
    display: contents;
}


.a-sticky-menu {
    flex-direction: column;
}

.telegram-section {
    background-color: white;
    text-align: center;
    margin-top: 50px;
    padding: 25px;
}

.telegram-section > p {
    margin: 0;
    padding: 0;
}

.myform {
    border: 2px solid lightgray;
    border-radius: 10px;
    padding: 30px;
    margin: 30px auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 800px;
}

.myinput {
    border-bottom: 1px solid gray !important;
}

.myinput:focus {
    border-bottom: 2px solid #00a0f0 !important;
}

.mybtn {
    display: block !important;
    margin: 30px auto !important;
}

.errorlist {
    color: red !important;
}

.cart-shop-item {
    border: 2px solid black;
    margin-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    border-bottom: none;
}

.total-basket {
    border: 2px solid black;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.installment-form {
    border: 2px solid black;
    padding: 10px;
    padding-top: 25px;
    border-radius: 10px;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 2.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-label {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-right: inherit;
    border-radius: 0.25rem 0 0 0.25rem;
}

.form-section {
    margin-top: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 50px;
    margin-bottom: 50px;
}

input#file-upload-button {
    background: #00a0f0 !important;
}

.text-color-success {
    color: #1e7e34 !important;
}

.text-color-danger {
    color: red !important;
}

.p-text-decoration {
    text-decoration: none !important;
}

.price-box {
    border : 2px solid black;
    border-radius: 10px
}

.slidecontainer {
    width: 100%;
    direction: ltr;
}

.price-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00a0f0;
    cursor: pointer;
}

.price-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #00a0f0;
    cursor: pointer;
}

.center {
    margin-top: 5%;
}

.installment-card {
    border: 2px solid black;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.header-card {
    color: black;
    font-size: 1.3em;
}

.black {
    color: black;
}

.color-green {
    color: green;
}

.responsive-table {
    overflow-x:auto;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
  background-color: lightgrey;
  border-radius: 0.5rem;
  height: 1rem;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -4px; /* Centers thumb on the track */
  background-color: black;
  border-radius: 0.5rem;
  height: 2rem;
  width: 2rem;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 3px solid black;
  outline-offset: 0.125rem;
}

/*********** Firefox styles ***********/
/* slider track */
input[type="range"]::-moz-range-track {
  background-color: #030303;
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
  background-color: black;
  border: none; /*Removes extra border that FF applies*/
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
}

input[type="range"]:focus::-moz-range-thumb{
  outline: 3px solid black;
  outline-offset: 0.125rem;
}
