.single-testimonial-style2  .img-box
{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

/* .single-working-process-style2 ************/

.single-working-process-style2
{
    border: 1px solid #d0caca;
}

/* inc-products *************************/

.inc-products
{
    padding: 60px 0 0;
}

.inc-products .single-item
{
    border: 1px solid #bdbcbc;
    padding: 10px;
    border-radius: 5px;
}

.inc-products .single-item .photo-box
{
    border: 1px solid #bdbcbc;
    border-radius: 5px;
    height: 256px;
    overflow: hidden;
}

.inc-products .single-item .details
{
    text-align: right;
    direction: rtl;
}

.inc-products .product-title h5
{
   margin-top: 10px;
   margin-bottom: 10px;
   font-size: 18px;
}

.inc-products .single-item .price
{
    font-size: 25px;
    color: #000;
  
}

.inc-products .single-item .currency
{
    font-size: 18px;
    color: #4d4c4c;
    font-weight: 700;
  
}

.inc-products .single-item .profit
{
    font-size: 25px;
    color: #fe9900;
    font-weight: 700;
  
}

.btn-one
{
    padding: 4px 15px 0;
    border-radius: 30px;
    font-size: 18px;
    line-height: 45px;
    height: 50px;
    width: 170px;
}

.inc-products .single-item .action
{
    position: relative;
    margin-top: 25px;
}

.inc-products .single-item .add-favorite
{
    position: absolute;
    left: 18px;
    top: 17px;
}

.inc-products .show-all
{
    float: left;
}

.inc-all-products
{
    padding-bottom: 100px;
}

@media only screen and (max-width: 768px) 
{
    .inc-products .single-item .photo-box
    {
        height: 150px;
    }

    .inc-products .product-title h5
    {
        font-size: 16px;
    }

    .inc-products .single-item .price
    {
        font-size: 20px;
    }

    .inc-products .single-item .currency
    {
        font-size: 13px;
    }

    .inc-products .single-item .profit
    {
        font-size: 18px;
    }

    .inc-products .btn-one
    {
        padding: 3px 1px 0;
        border-radius: 30px;
        font-size: 13px;
        line-height: 20px;
        height: 32px;
        width: 117px;
    }

    .inc-products .single-item .add-favorite
    {
        left: 0px;
        top: 13px;
      
    }
}

/* inc-categories ******************/
.inc-categories
{
    direction: rtl;
    padding: 50px 0;
}

.inc-categories p
{
    text-align: right;
    margin-bottom: 0;
    color: #0b1725;
    font-size: 14px;
    font-weight: 700;
}

.inc-categories .category
{
    background-color: #eff0f4;
    border-radius: 10px;
    cursor: pointer;
    margin: 7px auto;
    padding: 10px;
    overflow: auto;
}

.inc-categories .category.active
{
    background-color: #FE9900;
}

.inc-categories .category .icon
{
    background-color: #fff;
    border-radius: 5px;
    float: right;
    height: 40px;
    padding: 5px;
    width: 40px;
}

.inc-categories .category .icon img
{ 
    height: 30px;
}

.inc-categories .category .text
{
    align-items: center;
    float: right;
    height: 40px;
    margin: 0 5px 0 0;
    text-align: right;
    width: 100px;
    display: flex;
    justify-content: right;
    padding: 5px 0 0;
}



.inc-categories .category:hover 
{
    background-color: #FE9900;
}

@media only screen and (max-width: 768px) {

    .inc-categories .category 
    {
        background-color: #fff;
    }

    .inc-categories .category .icon
    {
        height: 60px;
        width: 100%;
        text-align: center;
        background-color: #eff0f4;
        border-radius: 10px;
    }

    .inc-categories .category .icon img {
        height: 45px;
    }

    .inc-categories .category .text
    {
        margin: 0;
        justify-content: center;
    }

}

/* login-register-area ************/

.login-register-area
{
    direction: rtl;
    text-align: right;
}

.login-register-area .cl
{
    margin: auto;
}

.login-register-area .title
{
    text-align: right;
}


/*******************/

#ModalAlert
{
    direction: rtl;
    text-align: right;
}

/* ***************/
.main-menu-box
{
    direction: rtl;
}

/* shopping-cart ***************/

.shopping-cart
{
    direction: rtl;
}

.shopping-cart .details 
{
    border: 1px solid #ddd;
    padding-bottom: 10px;
    border-radius: 20px;
}

.shopping-cart .details .title-div
{
    padding: 28px 20px;
    background-color: #FE9900;
    border-radius: 20px 20px 0 0;
}

.shopping-cart .details .title-div p
{
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.shopping-cart .details .content td
{
    font-size: 17px;
    color: #0b1725;
    font-weight: 600;
    text-align: right;
}

.shopping-cart  .details  .continue
{
    padding: 0 20px;
}

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


.shopping-cart .details .prds
{
    margin-top: 20px;
    padding: 0 10px;
    text-align: right;
}

.shopping-cart .details .prds .price-div
{
    padding-top: 12px;
    margin-bottom: 10px
}

.shopping-cart .details .prds label
{
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

/* checkout ****************/
.checkout
{
    direction: rtl;
}

/* products ***************/

.products
{
    direction: rtl;
}

.products .single-item
{
    margin-bottom: 30px;
}

.products .categories
{
    border: 1px solid #919191;
    
    padding: 30px 20px;
}

.products .categs
{
    padding: 0;
}

.select2-container--default .select2-selection--single
{
    text-align: right !important;
    height: 48px;
    padding: 0 15px;
    width: 100%;
    border-radius: 10px;
}

.select2-results__option--selectable
{
    text-align: right !important;
}

.select2-search--dropdown .select2-search__field
{
    text-align: right !important;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
    padding-top: 10px;
    color: #202020;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top: 10px;
}

/*  product-details ****************/

.product-details
{
    direction: rtl;
    padding-top: 60px !important;
}

.product-details .content-box
{
    text-align: right;
}

.product-details .color a
{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}

.product-details .size a
{
    background-color: #e3e4e6;
    color: #011626;
    padding: 10px 6px;
    border-radius: 5px;
    margin-right: 5px;
}

.product-details .single-shop-content p
{
    color: #373737;
    font-size: 17px;
    font-weight: 600;
}

.product-details .single-shop-content p .price
{
    color: #fe9900;
}

.product-details .single-shop-content .color
{
    border-top: 1px solid #dbdbdb;
    padding: 10px 0 10px;
}

.product-details .single-shop-content .size
{
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    padding: 15px 0 15px;
    margin-bottom: 20px;
}

.product-details .single-shop-content .order
{
    background: #26272b !important;
    margin-top: 0;
    text-align: center;
}

.order-btn
{
    background: #26272b !important;
}

.product-details .cart-box
{
    margin-bottom: 50px;
}

.product-details .cart-box form
{
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}


.add-favorite
{
    color: #1b1b1c;
}



.product-details  .download-images
{
    width: 100%;
    text-align: center;
    height: 45px;
}

.product-details .addto-cart-box
{
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;

}

.product-details .addto-cart-box .cl
{
    margin-bottom: 30px;
}

.product-details .addto-cart-box button
{
    margin: auto !important;
}

/* orders ****************/
.orders
{
    padding: 70px 0 !important;
    direction: rtl;
}

.orders .sec-title
{
    text-align: right;
}

.orders table td
{
    font-size: 16px !important;
    text-align: right;
    font-family: Tajawal !important;
}

.cart-area .cart-table thead tr th
{
    font-weight: 700 !important;
    text-align: right ;
    font-family: Tajawal !important;
    font-size: 20px;
}

.orders .search
{
    padding: 30px 20px 20px;
    background-color: #eff0f4;
    border-radius: 20px;
    margin: 0 0 30px 0;
}

.orders .search .new-btn
{
    background-color: #fff;
    color: #000;
    width: 100px;
}

.orders .one-order
{
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 0 10px;
    margin-left: 0;
    margin-right: 0;
}

.orders .one-order p
{
    margin-bottom: 5px;
    color: #5b5a5a;
    font-weight: 600;
}

.orders .one-order label
{
    color: #5b5a5a;
    font-weight: 600;
}

.orders .btn-default 
{
  border: 1px solid #000;
  width: 100%;
  margin-bottom: 5px;
}

.orders .one-order .value
{
    color: #000;
    font-weight: 600;
}

.orders .one-order .status-lbl
{
    padding: 3px 25px;
    background-color: #e1e1e1;
    border-radius: 20px;
}


.orders .review .radios input
{
    display: none;
}
/*
.orders .review .radios 
{
    padding-right: 15px;
    text-align: center;
}



.orders .review .radios label img
{
    display: block;
    margin: auto;
}

.orders .review .radios label
{
    margin-left: 25px;
}

*/


/***********************/
input[type="text"], input[type="email"], input[type="password"], textarea , select
{
    border: 1px solid #9b9b9b !important;
    color: #202020 !important;
    font-size: 17px  !important;
    width: 100%;
}


/* inc-nav *******************/
.inc-nav .search-div
{
    margin: 50px 50px 0 20px;
}

.inc-nav .search-div .form-group
{
    background-color: #eee;
    border-radius: 10px;
    padding-left: 10px;
}

.inc-nav .search-div .input-search
{
    width: 500px;
    height: 50px;
    background-color: #eee;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 20px;
}

.inc-nav .navigation .dropdown img
{
    height: 25px;    
}

.inc-nav .navigation .dropdown ul
{
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}

.inc-nav .search-div button
{
    background-color: #fe9900;
    color: #fff;
    font-size: 18px;
}

.inc-nav .favorite-div
{
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.inc-nav  .notify
{
    font-size: 25px;
}

@media only screen and (max-width: 786px) {
    .inc-nav .search-div
    {
       display: none;
    }
}

@media only screen and (min-width: 786px) {
    .inc-nav .outer-search-box
    {
       display: none;
    }
}


.notify-div
{
    position: relative;
}

.notify-div .notify-content
{
    display: none;
    position: absolute;
    z-index: 1000;
    top: 66px;
    left: 0;
    height: 500px;
    width: 500px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    direction: rtl;
    text-align: right;
    overflow: auto;
    transition: all ease-in-out .3s;
}

.notify-div .notify-header
{
    font-size: 18px;
    padding: 18px 0;
    text-align: center;
    background-color: #fe9900;
    border-radius: 4px 4px 0 0;
}

.notify-div .notify-header h3
{
    color: #fff;
}

.notify-div .notify-content .main .row
{
    width: 100%;
    margin-right: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.notify-div .notify-content .main .row:hover
{
    background-color: #f4f4f4;
}

.notify-div .notify-content .cl1
{
    padding: 1.5em;
    height: 80%;
    border-radius: .5625em;
    background: rgba(254, 153, 0, 0.21);
    text-align: center;
}

.notify-div .notify-content .cl1 i
{
    color: #fe9900;
}

.notify-div .notify-content .cl2 p
{
    font-size: 18px;
    color: rgba(11,23,37,.7);
    margin-top: 12px;
    margin-bottom: 5px;
}

.notify-div .notify-content .cl2 a
{
    text-decoration: underline;
    font-size: 17px;
    color: #fe9900;
}


@media only screen and (max-width: 768px)
{
    .notify-div .notify-content
    {
        top: 62px;
        left: -110px;
        width: 382px;
    }

    .notify-div .notify-content .cl1
    {
        padding: 1em 1em;
    }
}
/*****************************************/

.prod-column .column-box {
    position: relative;
    min-height: 100px;
}

.prod-column .column-box .prod-thumb, .prod-column .column-box .title {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }

.prod-column .column-box .prod-thumb {
    width: 80px;
}

.prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 0px;
  }

.prod-column .column-box .title {
    padding-right: 20px;
  }

.prod-column .column-box .title h3 {
    color: #27282c;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
  }

  .prod-column .column-box p
  {
      margin-bottom: 0;
  }


  /* items *****************/

  .favorites 
  {
      direction: rtl;
      text-align: right;
  }

  .favorites .items
  {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    
  }

  .favorites .head
  {
    padding: 10px 0 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    border-radius: 10px;
  }


  .favorites .delete-div
  {
    text-align: center;
  }

  .big-price
  {
    font-size: 16px;
    font-weight: 600;
    color: #27282c;
  }

  .orders .big-price
    {
        padding-right: 0;
    }

  .favorites  .one-item
  {
    border-bottom: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }



  @media only screen and (max-width: 768px) {
    .favorites .head
    {
        display: none;
    }

    .hide-in-mobile
    {
        display: none;
    }

    .big-price
    {
        padding-right: 20px;
    }

    .big-price .sh
    {
        width: 30%;
        display: inline-block;
        margin-right: 5px;
    }

    .edit-div button
    {
        margin-right: 20px;
    }

    

  }


  @media only screen and (min-width: 768px) {
    .favorites .mobile
    {
        display: none;
    }

    .mobile-hidden
    {
        display: none;
    }

    .orders #ordersDetails .modal-dialog
    {
        max-width: 70%;
    }
    
  }

  

  

  /***** sidepanel *********************************/

  .sidepanel  {
    width: 0;
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    direction: rtl;
    text-align: right;
    
  }
  
  .sidepanel a {
    padding: 15px 20px 13px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #333232;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #d9d7d7;
  }
  
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 40px;
    border: none;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color:#444;
  }

  .sidepanel .space
  {
    padding: 10px;
    background-color: #eee;
  }

  .sidepanel .client-name
  {
    position: absolute;
    top: 8px;
    right: 0px;
    font-size: 23px;
    border: none;
  }

  .sidepanel img
  {
      height: 25px;
  }
  
  /*******************************************/

  .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]
  {
    float: right;
    margin-left: 7px;
  }

  .btn-outline-warning
  {
    padding: 12px 12px;
  }

  /***********/

  .active-color
  {
    border: 2px solid #fe9900;
  }

  .active-size
  {
    border: 2px solid #fe9900;
  }

  /** wallet ***********************/
@media only screen and (min-width: 768px){
    .wallet .shadow
    {
        margin-left: 20px;
    }
}

  .wallet 
  {
      direction: rtl;
      text-align: right;
  }

  .wallet .shadow
  {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
    padding: 20px 10px 15px;
  }

  .wallet .profit .pull
  {
    margin-top: 31px;
    border-top: 1px solid #eee;
  }

  .wallet .profit .btn-one
  {
    width: 200px;
    padding: 0px 10px 0;
    height: 38px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    margin-right: 25%;
    margin-left: 25%;
    margin-top: 10px;
  }

  .wallet .number
  {
    font-size: 30px;
    font-weight: 700;
  }

  .wallet .big-price
  {
    margin-top: 30px;
  }

  .wallet .last
  {
    margin-top: 50px;
  }

  .wallet .last .request-div 
  {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    margin-right: 0;
margin-left: 0;
  }

  
  .wallet .last .request-div p
  {
    font-size: 16px;
    color: #424040;
    font-weight: 600;
  }


  /** profile *********************/
  .profile .edit-div
  {
    text-align: right;
  }

  .profile .div-links
  {
    padding: 0 10px 10px;
  }

  /* shipping-notes *****************/

  .shipping-notes 
  {
      text-align: right;
      color: #2d2c2c;
  }

  /* suggestions *****************/
  .suggestions
  {
      direction: rtl;
      text-align: right;
  }

  .suggestions h2
  {
    margin: 30px auto 20px;
    font-size: 25px;
  }

  .suggestions form label
  {
    color: #27282c;
    font-size: 16px;
    font-weight: 700;
  }

  /* videos *******************/
  .videos 
  {
      direction: rtl;
  }

  .videos .item 
  {
      margin-bottom: 50px;
  }

  .videos .item h5
  {
      text-align: center;
  }

  /*  add-links" ***************/

  .add-links
  {
    position: absolute;
    right: 17%;
    top: 11px;
    width: 80%;
    direction: rtl;
    text-align: right;
  }

  /*************/
  .not-available-img
  {
    width: 158px !important;
    position: absolute;
    top: 0;
    right: 0;    
  }

  .single-item
  {
      position: relative;
  }

  .white-color
  {
    border: 2px solid #93918f;
  }

 
/* orders-clients **************/
.orders-clients 
{
    background-color: #eee;
}

.orders-clients  .search 
{
    text-align: right;
}

.orders-clients  .search  button
{
    margin-top: 8px;
}

.orders-clients  .search  label
{
    font-size: 20px;
    color: #212529;
    font-weight: 600;
}


.orders-clients .group
{
    padding: 50px;
}

.orders-clients .group .cl
{
    padding: 0 65px;
    margin-bottom: 70px;
}

.orders-clients .group .block
{
    padding: 30px;
    border: 1px solid #b0adad;
    border-radius: 10px;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.orders-clients .group .block .kee
{
    font-size: 22px;
    color: #827d7d;
    margin-top: 12px;
}

.orders-clients .group .block .value
{
    font-size: 25px;
    font-weight: 700;
    color: #212529;
}

.orders-clients .group .block .icon
{
    position: absolute;
    top: -28px;
    left: 108px;
    font-size: 24px;
    padding: 13px;
    color: #fff;
    border-radius: 50%;
}

.orders-clients .group .block  .fa-clock
{
    background-color: #fe9900;
}

.orders-clients .group .block .fa-ban 
{
    background-color: #ec312b;
}

.orders-clients .group .block .fa-truck 
{
    background-color: #834aee;
}

.orders-clients .group .block .fa-shopping-bag , .orders-clients .group .block .fa-check
{
    background-color: #0d9c14;
}

.orders-clients .group .block .fa-box
{
    background-color: #0dcaca;
} 

