@font-face {
  font-family: 'JF Flat';
  src: url("../../fonts/jf-flat-regular.woff") format("woff"), url("../../fonts/jf-flat-regular.ttf") format("truetype"); }
body {
  direction: rtl;
  text-align: right;
  font-family: "JF Flat";
  font-size: 15px;
  overflow-x: hidden; }

.text-color-primary {
  color: #6983e8 !important; }

.text-color-secondary {
  color: #4babd5 !important; }

.bg-color-primary {
  background: #6983e8; }

.bg-color-secondary {
  background: #4babd5; }

.list-style-none {
  list-style: none; }

.gradient-bg {
  background-image: linear-gradient(to right, #6983e8, #4babd5); }

.shift-top {
  margin-top: -220px; }

.img-fit {
  width: 110px; }

li {
  line-height: 1.7; }

.text-decoration-none {
  text-decoration: none; }

@media (max-width: 1199px) {
  .nav-item a {
    color: #343a40 !important;
    font-weight: bold !important; }
  .nav-item a.rounded-pill {
    display: inline-block;
    background: linear-gradient(to right, #6983e8, #4babd5);
    box-shadow: 1px 1px 10px linear-gradient(to right, #6983e8, #4babd5);
    color: #fff !important; } }
.page-heading.gradient-bg {
  padding: 0 0 180px !important; }

.breadcrumb.gradient-bg {
  padding: 3rem 3rem 180px !important; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #fff;
  content: "/"; }

.sp-quantity {
  width: 124px;
  height: 42px;
  border-radius: 60px;
  box-shadow: 1px 1px 10px #ddd; }
.sp-minus {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center; }
  .sp-minus a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    line-height: 40px;
    font-size: 20px; }
.sp-input {
  width: 40px;
  height: 40px;
  border-left: 0px solid black;
  float: left;
  line-height: 40px; }
  .sp-input input {
    width: 38px;
    height: 34px;
    text-align: center;
    border: none; }
    .sp-input input:focus {
      border: none; }
.sp-plus {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center; }
  .sp-plus a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    line-height: 40px;
    font-size: 20px; }

header.min-vh-100 {
  background: url("/img/background.png") #f7f7f7d4 no-repeat right;
  background-size: cover; }
  @media (min-width: 1200px) {
    header.min-vh-100 {
      background: url("/img/background.png") #f7f7f7d4 no-repeat center;
      background-size: 100% 100%; } }

footer {
  background: url("../../img/footer_default_bg_shape.png") no-repeat bottom center; }
  footer .bg-light {
    background: #efefef !important; }
  footer li span {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px; }

.product {
  padding-top: 50px; }

.item-img {
  margin-top: -70px; }
  .item-img img {
    height: 190px;
    margin: 0 auto; }

.item-name h6 {
  position: relative; }
  .item-name h6::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #333;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px; }

.item-commission {
  background-image: linear-gradient(to right, #6983e8, #4babd5);
  box-shadow: 1px 1px 10px  #6983e8; }

.why-us-heading-content {
  top: 50%;
  position: absolute;
  transform: translateY(-50%); }
.why-us .child {
  min-height: 300px; }

.whyUs-bg {
  position: relative; }
  .whyUs-bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../../img/3273303.png") no-repeat top right;
    z-index: -1;
    top: 0;
    left: 0; }

.how-start .step {
  position: relative; }
  .how-start .step span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6983e8;
    right: -40px;
    top: 8px; }
    .how-start .step span::before {
      content: '';
      width: 35px;
      height: 35px;
      border-radius: 50%;
      position: absolute;
      left: -10px;
      top: -10px;
      background: rgba(105, 131, 232, 0.2);
      z-index: 1; }
  .how-start .step img {
    width: 50px; }
  .how-start .step:not(:last-child)::before {
    content: '';
    width: 2px;
    height: 69%;
    position: absolute;
    right: -33px;
    top: 32px;
    background: #e8e8e8;
    z-index: 1; }

@media (min-width: 1200px) {
  .contact .contact-header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); } }

.testimonials .gradient-bg {
  padding: 10vh 0 35vh; }
.testimonials .testimonials-list {
  margin: -32vh auto 0; }
  .testimonials .testimonials-list .slick-slide {
    padding: 5rem 0;
    border: none; }
    .testimonials .testimonials-list .slick-slide p {
      font-size: 18px; }

.list-group-item:not(.text-white):hover {
  background: #f8f9fa !important; }

.product img {
  transition: all .4s ease-in-out; }
.product:hover .product-img img {
  transform: scale(1.2); }

@media (max-width: 575px) {
  .sortBy {
    text-align: center !important; }
    .sortBy p {
      display: block !important;
      float: none !important;
      text-align: center !important;
      margin-bottom: 20px !important; }
    .sortBy .search-input {
      display: block !important;
      float: none !important; } }
.sortBy .custom-select {
  width: auto; }

.slider-nav div {
  min-height: 130px; }
  .slider-nav div img {
    padding: 10px; }

.profile .shift-top {
  margin-top: -130px; }
.profile .user__profile-img img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 25px solid rgba(105, 131, 232, 0.3); }
.profile .item img {
  width: 90px; }
.profile .datatable span {
  font-size: 10px; }

.login form {
  margin-top: -70px; }
  .login form p {
    font-size: 13px;
    padding: 10px; }

/*# sourceMappingURL=style.css.map */
