@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");
* {

  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.requred_imput{
    left: 20px;
    position: absolute;
    color: #f00;
}
.requred_imput_select{
    top: 10px;
}
.profile_image{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 45%;
     border :3px solid #fff;
     box-shadow: #4e555b;
}

.dev_shado{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
}

.owl-item .item {
    display: flex;
    flex: 1;
}
.single_adds .profile_image{
    position: revert !important;
}
.image_profile{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.buttont_gray{
    font-size: 24px;
    text-decoration: none;
    background: #f5f5f5;
    color: #000 !important;
    padding: 5px 10px;
    border-radius: 18px;
     text-decoration: none !important;
}
.profile_name{
position: absolute;
    right: 95px;
    font-size: 18px;
}
.dropdown-toggle{
    text-decoration: none;
}
.top_user{
    height: 90px !important;
    width: 100% !important;
    margin-left: 0px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-top: 0 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.top_category{
    direction: rtl;
    border-bottom: 1px solid #DFE4EA;
}
.top_category .box{
    display: inline-block;
     text-decoration: none;
    color: #637381;
    padding: 10px 20px;
}
.top_form .select2-container--default .select2-selection--single{
    border: 1px solid #fff !important;
    border-radius: 25px !important;
    background: transparent !important;
    height: 44px;
    padding: 6px 2px;


}

.top_form .select2-container--default .select2-selection--single .select2-selection__rendered{
     color: #fff !important;


}
.profile_user .image_ads{
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
    position: absolute !important;
    /* top: 46px !important; */
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #fff !important;
    bottom: -37px;
}
.top_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;

}
.top_form .select2-selection__arrow{
    border: 1px solid  #fff;
    top: 9px !important;
    width: 25px !important;
    height: 25px !important;
}
.btn-white{
    background: transparent !important;

    color: #fff !important;
    border: 1px solid #fff !important;
     padding: 5px 20px;
}
.pagination{
    width: max-content;
    margin: auto;
}
.top_category .box.active{
    border-bottom: 2px solid transparent !important;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #0086C4, #02AC43) border-box !important;
}
.top_user .image_ads {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
    position: absolute !important;
    top: 46px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
     background: #fff !important;
}

.single_adds{
    margin-bottom: 20px;
    background: #fff;
    border-radius: 7px;
    padding: 15px;
    width: 100%;
    border-radius: 16px;
     height: 100%;

    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.16 ));

}
.font-14{
    font-size: 14px;
    line-height: 22px;
}
.owl-carousel .owl-wrapper{
     display: flex !important;
    align-items: stretch !important;
}
.user_list{
     padding-top: 26px;
}
.single_user{
    padding: 5px;

    background: #fff;
    position: relative;
    margin-bottom: 43px;
    border-radius: 10px;
    padding-top: 25px;
    height: 230px;

    filter: drop-shadow(0px 0px 15px rgba(0,0,0,0.16 ));



}


.switch {
    position: relative;
    display: inline-block;
}
.switch-input {
    display: none;
}
.switch-label {
    display: block;
    width: 48px;
    height: 24px;
    text-indent: -150%;
    clip: rect(0 0 0 0);
    color: transparent;
    user-select: none;
}
.switch-label::before,
.switch-label::after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
}
.switch-label::before {
    width: 100%;
    height: 100%;
    background-color: #dedede;
    border-radius: 9999em;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
.dataTables_info{
    display: none !important;
}
.paginate_button{
     margin-left: 3px !important;
    margin-right: 3px !important;
}
.page-item.active .page-link{
    background: linear-gradient(to right, #0086C4, #02AC43) !important;
     border-color: transparent ;
}
.pagination{
    direction: ltr;
}
.bg-white_gray{
    background: #F9FAFB !important;
}
.image_ads{
     height: 200px;
}
.owl-wrapper{
     align-items: stretch;
}
.owl-wrapper .item{
     height: 100%;
}
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
}

.owl-carousel .item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.btn-outline-primary {
    border-radius: 25px !important;
    border: 2px solid transparent !important;

    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to right, #0086C4, #02AC43) border-box !important;

    background-clip: padding-box, border-box;
}

.btn-outline-primary  span {
    background: linear-gradient(to right, #0086C4, #02AC43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.switch-label::after {
    top: 0px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
    -webkit-transition: left 0.25s ease;
    transition: left 0.25s ease;
}
.switch-input:checked + .switch-label::before {
    background-color: #89c12d;
}
.switch-input:checked + .switch-label::after {
    left: 24px;
}

.chat_admin{
    padding: 7px;
    background: #86bf00;
    color: #fff;
    position: fixed;

    right: 30px;
    font-size: 30px;
    width: 46px;
    height: 46px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    bottom: 60px;
}

.single_user .category_user{
    position: absolute !important;
    top: 0;
    left: 0;

}
.single_user h2
{

    padding: 3px;
color: #707070;
}


.pagination ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    //background: #fff;
    /*padding: 8px;*/
    /*border-radius: 50px;*/
    /*box-shadow: 0px 10px 15px rgba(0,0,0,0.1);*/
}
.pagination ul li{
    color: #707070 !important;
    list-style: none;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    background: #fff !important;
}
.pagination ul li.numb{
    list-style: none;
    height: 40px;
    width: 40px;
    margin: 3px 3px;
    line-height: 41px;
    border-radius: 50%;
}
.pagination ul li.numb.first{
    margin: 0px 3px 0 -5px;
    color: #fff;
}

.pagination ul li.dots{
    font-size: 22px;
    cursor: default;
    color: #000;
    background: transparent;
}
.pagination ul li.btn{
    padding: 0 20px;
    border-radius: 50px;
}
.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover{
    color: #fff !important;
    background: #038efa !important;
}
.btn_user{
    background: #86be00 !important;
    font-size: 18px !important;
    padding: 0.8rem 1.4rem !important;
    border-radius: 5px;
}
.group_btn_user{
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.btn_product{
    background: #fff !important;
    border: 1px solid #038efa !important;
    color: #038efa !important;
}
.adds_list{
    width: 100%;
}

.more_user,.more_search{
    padding: 5px;
    cursor: pointer;
    margin: 10px;
}
.chit{
    z-index: 9999;
    width: 300px;
    position: fixed;
    bottom: 1px;
    left: 50px;
    height: 350px;
}
.close_chit{
    float: right;
    cursor: pointer;
}
.all_message{
    height: 89%;
}
.single_message{
    border-radius: 8px;
    width: 75%;
    float: left;
    background: #008cfb;
    color: #fff;
    padding: 10px;
    text-align: right;
    margin-bottom: 15px;
}
.chit .card-body{
    padding: 6px 3px;
    overflow-y: auto;
;
}
.chit .card-footer button{
    padding: 5px 10px;
    color: #fff;
    float: right;
    font-size: 20px;
    background: #008cfb;
    margin-top: 9px;
    border-radius: 6px;
}
.chit .card-footer{
  padding: 0;
}
.fa-comments{
    cursor: pointer;
}
.chit .card-footer textarea{
    width: 86%;
    height: 54px;
    max-height: 54px;
    display: inline-block;
}
.other_message{
    float: right;
}
.information_user{
    display: none;
}
.info_user h3,.info_user h4{
    background: #eee;
    padding: 5px;

}
.category_user{
    border: none;
        /*1px solid #87be00;*/
    float: left;
    background: linear-gradient(to right, #0086C4, #02AC43);
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    margin: 7px;
}
.href_black{
color: #111928;
     font-size: 16px ;
    line-height: 24px;
    text-decoration: none;
}

.checkmark_label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkmark_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmark_label input:checked ~ .checkmark {
    background-color: #87be00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkmark_label input:checked ~ .checkmark:after {
    display: block;
}



.pagination_list a{
    text-decoration: none !important;
    display: inline-block !important;
    width: 35px !important;
    height: 35px !important;
}
.pagination_list .flex-1,
.pagination_list .leading-5
{
    display: none;
}
.add_create{
    background: #eee;
    padding: 2px 5px;
    border-radius: 13px;

    margin-top: 6px;
    display: inline-block;
    width: max-content;
}
#count_notification ,
#count_message
{
    top: 24px;
    background: #078ffa;
    color: #fff;
    width: 26px;
    height: 26px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    line-height: 21px;
    font-size: 14px;
    left: 22px;
    padding: 5px;


}
.dropdown-item{
    width: 100% !important;
    direction: rtl !important;
    margin: auto;
    color: #000;
}

/* زر الموبايل */
.mobile-menu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

/* السايدبار */
.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    transition: right 0.4s ease;
}

.mobile-sidebar.active {
    right: 0;
}

.close-sidebar {
    font-size: 22px;
    text-align: left;
    cursor: pointer;
}

.mobile-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.mobile-links li {
    margin-bottom: 15px;
}

.mobile-links a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

/* البحث */
.search-box {
    margin: 20px 0;
}
.single_tap{
    padding: 10px;
    /* border: 1px solid; */
    margin-top: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
}
@media (min-width: 768px) {
    .first_sec{
        border-left: 2px solid #DFE4EA;
    }
}

/* موبايل فقط */
@media (max-width: 768px) {
    .icons,
    .icon_search,
    .input_searach {
        display: none !important;
    }
    .first_sec{
         border-bottom: 1px solid #DFE4EA;
    }

    .mobile-menu-btn {
        display: block;
        margin-left: 10px;
    }
}
.btn_text-primary{

    background: #fff;
    padding: 5px 30px;
    border: none;
        background: linear-gradient(to right, #0086C4, #02AC43) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        color: transparent !important;

     text-decoration: none !important;

    }
.pernt_btn_text-primary{
    text-decoration: none;
    background: #fff;
    border-radius: 25px;
}
.carousel-caption{
    bottom: 4rem !important;
    text-align: right !important;
}
.carousel-indicators [data-bs-target]{
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;

}
.select2-container--default .select2-selection--multiple{
     border-color:  #fff !important;
     border-radius: 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #232121 !important;
}
.select2-container--default .select2-selection--multiple{
     background:  transparent !important;
}



body{
    font-size: 16px;
    font-family: "Cairo","Noto Kufi Arabic",'Arial';
    background: #f5f5f5;
}
 .color_gray{
      color: #637381;
 }

.dropdown-menu{
    /*right: 0 !important;*/
    left: auto!important;
    width:250px;
    max-height: 325px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
    border-radius: 8px;
}
.dropdown, .dropend, .dropstart, .dropup{
    margin-right: 9px;
}
.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    /*width: 100% !important;*/
}
.single_product{
     height: 500px;
}
.product_title{
    border-bottom: 3px solid;
    padding-bottom: 10px;
}
 img{
      max-width: 100%;
     max-height: 100%;
 }
.all_product{
    background: #038EFA;
    color: #fff;
    float: left;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
}
.count_product{
    background: #d1dee8;
    color: #038EFA;
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.3;
}
.dropdown-menu .dropdown-item{
    /*font-size: 16px;*/
    display: block;
    text-align: right;
    color: #000 !important;
    font-size: 16px !important;
    margin-left: 0 !important;
    margin-bottom: 5px;
}
.dropdown-menu .dropdown-item img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.search_filter_mobile,.search_mobile{
    transition: width 1s;
    transition: ease-in-out;
}
.ditels_adds{

    color: #fff;
    padding: 5px;
    border-radius: 4px;
}
.dropdown-menu .dropdown-item p{
    display: inline-block;
}
.dropdown-menu .dropdown-item a{
    font-size: 16px;
    color: #000;
    display: block;width: 100%;
     text-decoration: none;
}
.dropdown-toggle::after{
    border: none !important;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #fff;
}

html::-webkit-scrollbar-thumb {
  background: #86bf00;
}

section {
  padding: 2rem;
}

.heading {
  background: #86bf00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
}

.heading p {
  color: #fff;
  font-size: 2rem;
}

.heading p span {
  color: yellow;
}

.heading p a {
  color: #fff;
}

.heading p a:hover {
  color: yellow;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #86bf00;
  padding-bottom: 1.5rem;
}

.title span {
  font-size: 2.5rem;
  color: #86bf00;
}

.title a {
  font-size: 1.5rem;
  color: #779;
}

.title a:hover {
  color: #86bf00;
}

.btn {
    background: linear-gradient(to right, #0086C4, #02AC43);

    font-size: 16px;
    padding: 5px 15px;
    border-radius: 25px;
    overflow: hidden;
    border: none;;
}
.input_searach{
    width: 250px;
    height: 30px;
    background: #E5E7EB;
    border-radius: 25px;
    margin-top: 14px;
    text-align: right;
}
 .icon_search{
     background: linear-gradient(to right, #0086C4, #02AC43) !important;
     background-clip: text !important;
     -webkit-background-clip: text !important;
     color: transparent !important;
     position: absolute;
     top: 20px;
     left: 2px;
     cursor: pointer;

 }
 .link_header li{
     list-style: none;
     display: inline-block;
     margin-left: 15px;
     a{
         text-decoration: none;
          color: #111928;

     }

 }
.link_header li.active{
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #0086C4, #02AC43) 1;
}

/*.btn:hover {*/
/*  background: #316868;*/
/*}*/

.header {
  padding:  1rem 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
    border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo {
  font-size: 2.5rem;
  color: #86bf00;
  font-weight: bolder;
    text-align: center;
}
.text-danger{
    font-size: 16px;
    font-weight: bold;
}

.header .logo i {
  padding-right: .3rem;
}

.header .search-form {
  height: 5rem;
  width: 50rem;
  border-radius: 5rem;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.1rem solid #86bf00;
}

.header .search-form input {
  height: 100%;
  width: 100%;
  padding: 0 1.2rem;
  font-size: 1.6rem;
  color: #86bf00;
  text-transform: none;
}

.header .search-form label {
  font-size: 2.2rem;
  padding-right: 1.7rem;
  cursor: pointer;
  color: #86bf00;
}

.header .search-form label:hover {
  color: #779;
}
.togle_icon{
    display: block;
    text-decoration: none;
    background: #d1dee8;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    line-height: 32px;
    color: #078ffa;
    font-size: 18px;
}
.togle_icon_custom{
    display: block;
    text-decoration: none;

    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    line-height: 32px;
    background: linear-gradient(to right, #0086C4, #02AC43);
    font-size: 18px;
}

.header .icons div {
  margin-left: .8rem;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}
.header .icons .dropdown{
    color: #038EFA !important;
}

.header .icons div:hover {
  color: #fff;
}

#search-btn {
  display: none;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
  }
}

#closer {
  position: fixed;
  top: 1.5rem;
  right: 2rem;
  font-size: 5rem;
  cursor: pointer;
  z-index: 10000;
  color: #86bf00;
  -webkit-animation: rotate .4s linear .4s backwards;
          animation: rotate .4s linear .4s backwards;
  display: none;
}

#closer:hover {
  color: #779;
}

.navbar {
  position: fixed;
  top: 0;
  right: -101%;
  z-index: 1000;
  width: 35rem;
  height: 100vh;
  background: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.navbar.active {
  right: 0;
  -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
  -webkit-transition: .4s linear;
  transition: .4s linear;
}

.navbar a {
  margin: 1rem 0;
  font-size: 2.5rem;
  color: #86bf00;
}

.navbar a:hover {
  color: #779;
}

.shopping-cart {
  position: fixed;
  top: 0;
  right: -101%;
  z-index: 1000;
  width: 35rem;
  height: 100vh;
  background: #fff;
  padding: 2rem;
  padding-top: 8rem;
  overflow-y: scroll;
}

.shopping-cart.active {
  right: 0;
  -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
  -webkit-transition: .4s linear;
  transition: .4s linear;
}

.shopping-cart::-webkit-scrollbar {
  width: 1rem;
}

.shopping-cart::-webkit-scrollbar-track {
  background: #fff;
}

.shopping-cart::-webkit-scrollbar-thumb {
  background: #86bf00;
}

.shopping-cart .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
}

.shopping-cart .box .fa-times {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  color: #779;
  cursor: pointer;
}

.shopping-cart .box .fa-times:hover {
  color: #86bf00;
}

.shopping-cart .box img {
  height: 8rem;
}

.shopping-cart .box .content h3 {
  color: #86bf00;
  font-size: 1.8rem;
  padding-bottom: .5rem;
}

.shopping-cart .box .content span {
  font-size: 1.5rem;
  color: #779;
}

.shopping-cart .box .content span.multipy {
  margin: 0 1rem;
}

.shopping-cart .total {
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0;
  color: #779;
}

.shopping-cart .total span {
  color: #86bf00;
}

.shopping-cart .btn {
  width: 100%;
  text-align: center;
}

.login-form {
  position: fixed;
  top: 0;
  right: -101%;
  z-index: 1000;
  width: 35rem;
  height: 100vh;
  background: #fff;
  padding: 2rem;
  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;
}

.login-form.active {
  right: 0;
  -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
  -webkit-transition: .4s linear;
  transition: .4s linear;
}

.login-form form {
  padding: 1.7rem;
  border: 0.1rem solid #86bf00;
}

.login-form form h3 {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  color: #86bf00;
}

.login-form form .box {
  width: 100%;
  text-transform: none;
  font-size: 1.8rem;
  color: #000;
  padding: 1rem 1.2rem;
  border: 0.1rem solid #000;
  margin: .7rem 0;
}

.login-form form .remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

.login-form form .remember label {
  padding: 1rem 0;
  cursor: pointer;
  font-size: 1.5rem;
  color: #779;
}

.login-form form .btn {
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}

.login-form form p {
  padding-top: 1rem;
  font-size: 1.4rem;
  color: #779;
}

.login-form form p a {
  color: #86bf00;
}

.login-form form p a:hover {
  text-decoration: underline;
}

@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translateX(-5rem);
            transform: translateX(-5rem);
    opacity: 0;
  }
}

@keyframes fadeLeft {
  0% {
    -webkit-transform: translateX(-5rem);
            transform: translateX(-5rem);
    opacity: 0;
  }
}

.home {
  position: relative;
    min-height: 90vh;
}
.link_footer{
    height: 37px;
    padding: 7px;
}

.home .slides-container .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  display: none;
}

.home .slides-container .slide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .slides-container .slide .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  -webkit-animation: fadeLeft .4s linear .4s backwards;
          animation: fadeLeft .4s linear .4s backwards;
}

.home .slides-container .slide .content span {
  font-size: 2.5rem;
  color: #779;
}

.home .slides-container .slide .content h3 {
  font-size: 6rem;
  color: #86bf00;
  padding-top: .5rem;
}

.home .slides-container .slide .content p {
  font-size: 1.5rem;
  color: #779;
  padding: .5rem 0;
  line-height: 2;
}

.home .slides-container .slide .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  padding: 3rem 0;
}

.home .slides-container .slide .image img {
  width: 100%;
  -webkit-animation: fadeOut .4s linear;
          animation: fadeOut .4s linear;
}

.home #slide-next,
.home #slide-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 3rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: 0.1rem solid #86bf00;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.home #slide-next:hover,
.home #slide-prev:hover {
  background: #86bf00;
  color: #fff;
}

.home #slide-next {
  right: 2rem;
}

.home #slide-prev {
  left: 2rem;
}

.banner-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.banner-container .banner {
  height: 25rem;
  overflow: hidden;
  position: relative;
}

.banner-container .banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-container .banner:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.banner-container .banner .content {
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-container .banner .content span {
  font-size: 1.7rem;
  color: #779;
}

.banner-container .banner .content h3 {
  padding-top: .5rem;
  font-size: 2.2rem;
  color: #86bf00;
}

.banner-container .banner .content .btn {
  padding: .7rem 2.5rem;
}

.category .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.5rem;
}

.category .box-container .box {
  padding: 2rem;
  border: 0.1rem solid #86bf00;
  text-align: center;
}

.category .box-container .box:hover {
  background: #86bf00;
}

.category .box-container .box:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.category .box-container .box:hover h3 {
  color: #fff;
}

.category .box-container .box img {
  height: 6rem;
  margin-bottom: 1rem;
}

.category .box-container .box h3 {
  font-size: 1.7rem;
  color: #86bf00;
}

.products .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(26rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  gap: 1.5rem;
}

.products .box-container .box {
  position: relative;
  background: #f2f2f2;
  overflow: hidden;
}

.products .box-container .box:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.products .box-container .box:hover .icons {
  top: 0;
}

.products .box-container .box .icons {
  position: absolute;
  top: -100%;
  left: 0;
  height: 30rem;
  width: 100%;
  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;
  gap: .5rem;
  background: rgba(242, 242, 242, 0.7);
  z-index: 10;
}

.products .box-container .box .icons a {
  text-align: center;
  height: 5rem;
  line-height: 5rem;
  width: 5rem;
  background: #fff;
  color: #86bf00;
  font-size: 2rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.products .box-container .box .icons a:hover {
  background: #86bf00;
  color: #fff;
}

.products .box-container .box .image {
  height: 30rem;
  width: 100%;
  overflow: hidden;
}

.products .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products .box-container .box .content {
  padding: 1.5rem 2rem;
}

.products .box-container .box .content .price {
  font-size: 1.7rem;
  color: #779;
}

.products .box-container .box .content h3 {
  font-size: 2rem;
  color: #86bf00;
  padding: .5rem 0;
}

.products .box-container .box .content .stars {
  font-size: 1.7rem;
}

.products .box-container .box .content .stars i {
  color: gold;
}

.products .box-container .box .content .stars span {
  color: #779;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.about .image img {
  width: 100%;
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.about .content span {
  font-size: 2rem;
  color: #779;
}

.about .content h3 {
  font-size: 2.5rem;
  color: #86bf00;
  padding-top: 1rem;
}

.about .content p {
  font-size: 1.4rem;
  color: #779;
  padding: 1rem 0;
  line-height: 2;
}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.services .box-container .box {
  padding: 2rem;
  text-align: center;
  border: 0.1rem solid #86bf00;
}

.services .box-container .box img {
  height: 8rem;
  margin-bottom: 1rem;
}

.services .box-container .box h3 {
  font-size: 2.2rem;
  color: #86bf00;
}

.services .box-container .box p {
  font-size: 1.4rem;
  color: #779;
  line-height: 2;
  padding: 1rem 0;
}

.team .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.team .box-container .box {
  position: relative;
  overflow: hidden;
  border: 0.1rem solid #86bf00;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  background: #f6fbf6;
}

.team .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.team .box-container .box:hover .share {
  left: 0;
}

.team .box-container .box .share {
  width: 7rem;
  height: 50rem;
  position: absolute;
  top: 0;
  left: -8rem;
  z-index: 10;
  background: #86bf00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .7rem;
}

.team .box-container .box .share a {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2.2rem;
  color: #fff;
  border: 0.1rem solid #fff;
  text-align: center;
}

.team .box-container .box .share a:hover {
  background: #fff;
  color: #86bf00;
}

.team .box-container .box .image {
  height: 50rem;
  width: 100%;
  overflow: hidden;
}

.team .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team .box-container .box .user {
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team .box-container .box .user h3 {
  font-size: 2rem;
  color: #86bf00;
}

.team .box-container .box .user span {
  font-size: 1.5rem;
  color: #779;
}

.blog .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.blog .box-container .box {
  border: 0.1rem solid #86bf00;
  background: #f6fbf6;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.blog .box-container .box:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog .box-container .box .image {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}

.blog .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog .box-container .box .content {
  padding: 1.5rem 2rem;
}

.blog .box-container .box .content h3 {
  font-size: 2rem;
  color: #86bf00;
}

.blog .box-container .box .content p {
  font-size: 1.4rem;
  color: #779;
  line-height: 2;
  padding: 1rem 0;
}

.blog .box-container .box .content .icons {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 0.1rem solid #86bf00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog .box-container .box .content .icons a {
  font-size: 1.4rem;
  color: #779;
}

.blog .box-container .box .content .icons a:hover {
  color: #86bf00;
}

.blog .box-container .box .content .icons a i {
  padding-right: .5rem;
  color: #86bf00;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.button_search{
    text-align: right;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.button_search .btn{
     margin-top: 0;
    background: none!important;
    color: #8F8F8F !important;
    padding: 0 1rem;
}
 .color_gray{
     color: #8F8F8F !important;
 }
 .color-primary{
     color: #038efa;
 }
.button_search .btn.active{
    border-bottom: 2px solid #038efa;
}

.contact form {
  padding: 5px;

  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}
.search_form{
    padding: 0;
}
.search-form .user_info{
    padding: 0;
}

.contact form h3 {
  font-size: 3rem;
  padding-bottom: 1rem;
  color: #86bf00;
}
.comment_chit{
     position: absolute;
    top: 70px;
}
.close_search{
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: auto;
    background: #f4f4f4;
    border-radius: 50%;
    line-height: 1.8;
    cursor: pointer;
    margin-bottom: 3px;

}
.buton_comment{
    background: #078ffa;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 5px;
}

.contact form span {
  display: block;

  color: #779;
  font-size: 1.6rem;
    max-width: 100%;
}

.contact form .box {
  width: 100%;
  background: none;
  border: 0.1rem solid #000;
  font-size: 1.8rem;
  color: #000;
  text-transform: none;
  padding: .5rem 0;
  margin-bottom: 1rem;
    padding:7px;
    background: #fff;
     border-radius: 8px;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;

    line-height: 1;
    color: #111928;
    font-size: 16px;
    font-weight: 400;
}
.text-right{
     text-align: right !important;
}

.contact form textarea {
  height: 15rem;
  resize: none;
}
.text_foter{
    color: #8899A8 !important;
}
.contact .map {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  width: 100%;
}

.footer {
  background: #111928;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #86bf00;
  padding: 1rem 0;
}

.footer .box-container .box p {
  font-size: 1.6rem;
  color: #779;
  padding-bottom: 1rem;
}

.footer .box-container .box a {
  font-size: 1.4rem;
  color: #779;
  padding: 1rem 0;
  display: block;
}

.footer .box-container .box a:hover {
  color: #86bf00;
}

.footer .box-container .box a:hover i {
  padding-right: 2rem;
}

.footer .box-container .box a i {
  padding-right: .5rem;
  color: #86bf00;
}

.footer .box-container .box form input[type="email"] {
  width: 100%;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
  color: #86bf00;
  text-transform: none;
  margin: .7rem 0;
  border: 0.1rem solid #86bf00;
}

.credit {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: #86bf00;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  section {
    padding: 3rem 2rem;
  }
  .home #slide-next,
  .home #slide-prev {
    top: 95%;
  }
  .home #slide-prev {
    left: auto;
    right: 8rem;
  }
}
.btn_filter{
     background: #fff;
    color: #707070;
     padding: 5px;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;;
}
@media (max-width: 768px) {
    .col-md-8,.col-md-4{
        float: right !important;
    }
    .header {
    padding: 1rem 5px !important;
    }
        .logo_text{
        font-size: 16px;
    }


  #search-btn {
    display: inline-block;
  }
  .header .search-form {
    position: absolute;
    top: -101%;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .header .search-form.active {
    top: 99%;
  }
}
@media (max-width: 576px) {
    .button_search .btn{
        padding: 0 .5rem;

    }
    .search_mobile{
        position: fixed;
        z-index: 10;
        width: 260px;
    }
    .search_mobile .search_form{
        width: 250px;
    }
}

@media (max-width: 450px) {

  html {
    font-size: 50%;
  }
  .home .slides-container .slide .content h3 {
    font-size: 4rem;
  }
  .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}
/*label{*/
/*    font-size: x-large !important;*/
/*}*/
.select2-results__option {
    font-size: 20px;
    text-align: right;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
}
.select2-selection--single{
    font-size: 20px;
}
.card-header{
    background: linear-gradient(to right, #0086C4, #02AC43);
     padding-top: 50px;
    padding-bottom: 20px;
    color: #fff
}
.logo_text{
    color: #038efa;
    font-size: 16px;
    font-weight: bold;
}

.h3_con{
    font-weight: bold;
    direction: rtl;
    font-size: 22px;
}
.h4_con{

    direction: rtl;
    font-size: 20px;
}
.select2-container--default .select2-selection--single{
    /*background-color: #f5f5f5 !important;*/
    border: 1px solid #d1d1d1 !important;
    border-radius: 9px !important;
}
 .single_video,.single_news{
     box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
     border-radius: 10px;
     height: 330px;
 }
.single_news{
    height: 250px !important;
}
.py-25{
  padding-bottom: 25px;
    padding-top: 25px;
}
.py-50{
  padding-bottom: 50px;
    padding-top: 50px;
}
.py-40{
  padding-bottom: 40px;
    padding-top: 40px;
}
 .single_news .profile_image{
      display: inline-block;
     width: 65px;
     height: 65px;
     border-radius: 50%;
     position: unset;

 }
 .single_news{
     padding: 5px;
      position: relative;
 }
.progress-bar{
     height: 8px !important;
    background: linear-gradient(to right, #0086C4, #02AC43) !important;

}
.new_input_form{
    background: transparent !important;
    height: 100% !important;
    border-radius: 25px !important;
    color: #fff !important;
    font-size: 18px;
}
.card_los{
     height: 350px ;
    overflow-y: hidden;
}
.new_input_form::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 18px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    left: 8px !important;


    color: #fff !important;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    top: 4px;
}
#search_text,
.search_text{
    font-size: 18px;

    background: #f5f5f5;
    border-radius: 5px;
}
/*# sourceMappingURL=style.css.map */
.form_search .select2-container{
    width: 100% !important;
     margin-bottom: 7px;
}
.dir_rtl{
    direction: rtl
;
}
