* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none; }

@font-face {
  font-family: "Regular";
  src: url(../fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf); }
@font-face {
  font-family: "Medium";
  src: url(../fonts/ArbFONTS-DINNextLTArabic-Medium-2.ttf); }
@font-face {
  font-family: "Bold";
  src: url(../fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf); }
 
 

a:hover,
a:focus {
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #1A1A1A; }

p {
  margin: 0;
  color: #5B6674; }

h4,
h5,
h6 {
  line-height: 1.9; }

input,
textarea,
a,
button {
  outline: none !important; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

 

h2 {
  font-size: 28px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }
 
body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  background-color: #F9F9F9;
  font-family: "Medium";
  color: #5B6674;
  direction: rtl;
  text-align: right; }

.font-semi-bold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }
 
.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.loader-page span {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
  background-color: #554c96; }

.loader-page span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s; }

@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0; } }
@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0; } }
 

@media (max-width: 992px) {
  .main-header {
    background-color: #fff;
    padding: 10px 0px;
    position: relative; }
    .main-header .logo {
      margin-left: auto; }
      .main-header .logo img {
        max-height: 55px; }

  .header-mobile__toolbar {
    color: #000; }

  .main-header .menu-container .main-menu .menu_item .menu_link.req {
    padding: 8px 20px !important; }

  .active-body {
    overflow: hidden; }

  .mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.51); }

  .mobile-menu-overlay-active {
    visibility: visible; }

  .menu--mobile {
    padding-top: 20px;
    min-width: 100px;
    width: 250px;
    height: 100%;
    position: fixed;
    right: -16px;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #fbfbfb;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out; }
    .menu--mobile > .container {
      padding-left: 0;
      padding-right: 0;
      max-width: calc(100% - 0px); }
    .menu--mobile .list-main-menu {
      width: 100%; }
    .menu--mobile .main-menu .menu_item {
      flex: auto; }
      .menu--mobile .main-menu .menu_item .menu_link {
        color: #252525;
        padding: 10px 25px;
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #00000017;
        font-size: 14px; }
        .menu--mobile .main-menu .menu_item .menu_link.active {
          background-color: #8a8a8a1f; }
    .menu--mobile .btn-primary, .menu--mobile .btn-primary-2 {
      width: 100%;
      border-radius: 0;
      font-size: 14px;
      text-align: right;
      padding: .6rem 1.6rem; }

  .btn-close-header-mobile {
    color: #000;
    height: 25px;
    cursor: pointer;
    display: flex;
    margin: 0px 20px 10px; }

  .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible; } }
.pagination {
  margin-top: 40px; }
  .pagination .page-item {
    margin: 0px 5px; }
    .pagination .page-item .page-link {
      color: #fff;
      border-radius: 30px;
      background-color: #554c96;
      border: 0;
      margin: 0;
      font-size: 20px;
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      font-family: Arial;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      padding: 0;
      }
      .pagination .page-item .page-link:hover {
        color: #042750;
        text-decoration: none;
        background-color: #D9E2E9;
        border-color: #D9E2E9; }
    .pagination .page-item.active .page-link {
      z-index: 1;
      color: #042750;
      background-color: #D9E2E9;
      border-color: #D9E2E9; }

.m-checkbox {
  position: relative;
  padding-right: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555555; }

/* Hide the browser's default checkbox */
.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: #fff;
  right: 0px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  border: 1px solid #B3B6CC; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.m-checkbox input:checked ~ .checkmark:after {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2A5363; }

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 12px;
  width: 12px;
  height: 12px;
  border-radius: 4px; }

@media (min-width: 992px) {
  .main-header {
    display: flex;
    align-items: center;
    top: 0px;
    right: 0;
    width: 100%;
    position: relative;
    height: 100px;
    z-index: 3;
    background-color: #FFF;
  
  }
    .main-header .logo img {
      max-height: 90px; }
    .main-header .menu--mobile {
      display: flex;
      align-items: center;
      flex: auto; }
    .main-header .menu-container {
      position: relative; }
      .main-header .menu-container .main-menu .menu_item {
        display: inline-block;
        position: relative; }
        .main-header .menu-container .main-menu .menu_item .menu_link {
          display: flex;
          align-items: center;
          line-height: 40px;
          position: relative;
          color: #777777;
          margin: 0px 19px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          font-size: 20px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .main-header .menu-container .main-menu.list-main-menu .menu_link:hover, .main-header .menu-container .main-menu.list-main-menu .menu_link.active {
        color: #6158A7; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .menu-container .main-menu .menu_item .menu_link {
    font-size: 12px; }

  .main-header
  .menu-container
  .main-menu
  .menu_item
  .menu_link
  .menu_link-text {
    font-size: 12px; }

  .main-header .menu-container .btn-primary, .main-header .menu-container .btn-primary-2 {
    width: 170px;
    font-size: 14px; } }
.top-header {
  background-color: #6158A7; }
 

.top-header-info {
  display: flex;
  align-items: center; }
  .top-header-info li {
    color: #E6ECF1; }
    .top-header-info li:not(:last-of-type) {
      margin-left: 20px; }
    .top-header-info li a {
      color: #E6ECF1; }

 .btn-primary{
  padding: 8px 20px;
  background-color: #6158A7;
  border-color: #6158A7;
 }
 .btn-primary:hover{
  padding: 8px 20px;
  background-color: #554c96;
  border-color: #554c96;
 }

 /**********/

@media(min-width:991px){
  .container-fluid{
    width: 85%;
   }
}
@media(min-width:1400px){
  .container-fluid{
    width: 70%;
   }
}
 /***********/
 .catigorey-icon{
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #554c96;
  margin: auto;
 }
 .color1{
  background: #1790FF;
 }
 .color2{
  background: #2EBDB5;
 }
 .color3{
  background: #E8BF43;
 }
 .color4{
  background: #EF8CBA;
 }
 .color5{
  background: #75C834;
 }
 .color6{
  background: #F66789;
 }
 .color7{
  background: #4F73A9;
 }



 .single-item img{
  width: 100%;
  height: auto;
  object-fit: cover;
 }
 .item-catigorey a {
 
font-size: 15px;
color: #a1a1a1;
font-family: 'regular';
 }
 .item-name h5{
  font-size: 16px;
 color: #1f2c3d;
 font-family: 'Medium';
 }


.data-rating i{
  font-size: 16px;
  margin-left: 3px;
}

.data-rating span i {
  margin-right: 3px;
  font-weight: bold;
  color: #E9EDF4;
}

.data-rating span[data-rating="1"] i:nth-child(-n + 1), .data-rating span[data-rating="2"] i:nth-child(-n + 2), .data-rating span[data-rating="3"] i:nth-child(-n + 3), .data-rating span[data-rating="4"] i:nth-child(-n + 4), .data-rating span[data-rating="5"] i:nth-child(-n + 5) {
  color: #F3CC00;
}
.item-price h3{
  font-family: 'bold';
}
.item-price h5{
  color: #9C9C9C;
 }
 .single-item{
  border: 1px solid #ECECEC;
 }
@media(max-width:767px){
  .menu_iso .col{
    margin-bottom: 20px;
   }
   .catigorey-name h5{
    font-size: 14px;
   }
}
.fotorama__stage{
  max-height: 450px !important;
  border: 1px solid #dadada;
}
.fotorama__stage__frame{
  max-height: 450px !important;
  object-fit: cover !important;
}
.fotorama__stage__frame img{
  height: 100% !important;
  object-fit: cover !important;
}

.single-item-page .item-name h5{
  font-size: 24px;
  line-height: 34px;
}
.single-item-page .item-catigorey p {
  font-size: 16px;
}
.single-item-page .data-rating i {
  font-size: 18px;
}
.single-item-page .item-price h3{
  font-size: 22px;
  color: #554c96;
}
.single-item-page .item-price h5{
  font-size: 18px;
 }
 .items-availability i {
  font-size: 18px;
  
 }
 .items-availability p {
  color: #1CA252;
 }
 .single-item-page input{
  height: 50px;
  border: 1px solid #E8E8E8;
  box-shadow: none !important;

 }
 .single-item-page .btn-primary{
  padding: 14px;
  border-radius: 6px;
  box-shadow: none !important;
 }
 .gallery {
  top: 40px;
  position: sticky;
 }
 .btn-primary{
  box-shadow: none !important;
  cursor: pointer;
 }
 .thx-box h5{
  color: #554c96;
 }
 .thx-box p {
  font-size: 18px;
  font-family: 'regular';

 }
 .notsh-box p {
  font-size: 18px;
  font-family: 'regular';
 }
 .form-group input {
  border-color: #E8E8E8;
  height: 50px;
  box-shadow: none !important;
 }
 .form-group textarea {
  border-color: #E8E8E8;
  height: 180px;
   box-shadow: none !important;
 }
 .c-par{
  font-size: 18px;
  font-family: 'regular';

 }

 @media(max-width:500px){
  .iso-container .col-md-3{
    padding-left: 8px;
    padding-right: 8px;
  }
 }
 .single-item{
  transition: ease-in-out 0.3s;
  border-radius: 3px;
 }
 .single-item:hover{
  border: 1px solid #4F73A9;
  transform: scale(1.02);

 }
 .color-text{
  color: #554c96;
 }
 .discount{
  background-color: #1CA252;
  padding: 1px 6px 6px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
 }
 .new-item{
  background-color: #554c96;
  padding: 1px 6px 6px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
 }
 .box-items{
  background: #fff;
  padding: 16px;
  border: 1px solid #dadada;
  border-radius: 3px;
  padding-bottom: 0;
 }
 /**********/
 
 
.custom_radio input[type="radio"]{
 display: none;
}
.custom_radio input[type="radio"] + label{
 position: relative;
 display: inline-block;
 padding-right: 2.7em;
  cursor: pointer;
 line-height: 1em;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 margin-bottom: 24px;
 font-size: 16px;
}
.custom_radio input[type="radio"] + label:before,
.custom_radio input[type="radio"] + label:after{
 content: '';
 position: absolute;
 top: 0;
 right: 0;
 width: 1.8em;
 height:1.8em;
 text-align: center;
 color: white;
 font-family: Times;
 border-radius: 50%;
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
}
.custom_radio input[type="radio"] + label:before {
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
 box-shadow: inset 0 0 0 0.1em #dddddd, inset 0 0 0 1em #ffffff;
}
.custom_radio input[type="radio"] + label:hover:before {
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
 box-shadow: inset 0 0 0 0.4em white, inset 0 0 0 1em #dddddd;
}
.custom_radio input[type="radio"]:checked + label:before {
 -webkit-transition: all .3s ease;
 transition: all .3s ease;
 box-shadow: inset 0 0 0 0.4em white, inset 0 0 0 1em #554c96;
 
}
 /*************/
 .qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
   font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 85px;
  text-align: center;
  font-size: 16px;
  height: 35px;
  width: 40px;
}
.qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: 000;
  width: 35px;
  height: 35px;
  /* font: 30px/1 Arial,sans-serif; */
  text-align: center;
  border-radius: 3px;
  font-size: 19px;
   }
.qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: #000;
  width: 30px;
  height: 35px;
  /* font: 35px/1 Arial,sans-serif; */
  text-align: center;
  border-radius: 3px;
  background-clip: padding-box;
  width: 40px;
  font-size: 19px;


}
 
.minus:hover{
  background-color: #554c96 !important;
  color: #fff;
}
.plus:hover{
  background-color: #554c96 !important;
  color: #fff;

}
/*Prevent text selection*/
span{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input{  
  border: 0;
  width: 2%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:disabled{
  background-color:white;
}
       

/**********/
.flex-1 {
  flex: 1;
}
.bg-silver{
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
 }
 .order-details-collaps{
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;

  cursor: pointer;
  }
  .order-details-collaps p {
    color: #554c96;
    font-size: 16px;
  }
  .order-details-collaps i{
    color: #554c96;
  } 
  .single-detail-item .new-item{
    background-color: #554c96;
    padding: 1px 4px 2px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    
  }
  .single-detail-item p{
    color: #2c2c2c;
    font-size: 16px;
    font-family: "medium";

  }
  .font-regular{
    font-family: "Regular";
font-size: 16px;
  }
 
 .single-detail-item{
  border-bottom: 1px solid #eeeeee;
padding-bottom: 14px;
 }
 .single-detail-item:last-child{
  border-bottom: 0;
 }
 .rotate{
  transform: rotate(180deg);
  transition: ease-in-out 0.3s;
 }
 .main-color{
  font-size: 18px;
  color: #554c96;
 }