.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: 20px;
    color: #000;
    font-weight: 700;
}

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

}

.inc-products .single-item .profit
{
    font-size: 20px;
    color: #e39700;
    font-weight: 700;

}

.inc-products .single-item .price-box
{
    display: flow-root;
}

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

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

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

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

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

.inc-products .favorite-image-active
{
    width: 30px !important;
}

@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: 16px;
    }

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

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

    .inc-products .btn-one
    {
        padding: 0;
        border-radius: 30px;
        font-size: 12px;
        line-height: 20px;
        height: 30px;
        min-width: 105px;
    }

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

    .inc-products .favorite-image-active
    {
        width: 24px !important;
    }
    .header-upper-style1.fixed-header .cart-box , .header-upper-style1 .cart-box
    {
        margin: 15px 0 15px 20px;
        margin-top: 15px !important;
    }

    .header-upper-style1 .cart-box img
    {
        width: 25px !important;
    }

    .category .cl-product
    {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* 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: #37d1c7;
}

.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: #37d1c7;
}

@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: #37d1c7;
    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;
    text-align: right;
}

.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: #37d1c7;
}

.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;
}


/* inc-nav *******************/
.inc-nav .search-div
{
    margin: 10px 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: #37d1c7;
    color: #fff;
    font-size: 18px;
    margin-top: -5px;
}

.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: #37d1c7;
    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: #37d1c7;
}

.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: #37d1c7;
}


@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: 80px;
}

.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;
    }

    .web
    {
        display: none !important;
    }

  }


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

    .mobile-hidden
    {
        display: none;
    }

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

    .mobile
    {
        display: none !important;
    }

  }





  /***** 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 .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    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 #37d1c7;
  }

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

  /** 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: #37d1c7;
}

.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;
}

.btn-outline-warning
{
    border-color: #37d1c7;
}

.btn-outline-warning:hover {
    background-color: #37d1c7;
    border-color: #37d1c7;
}

.splide__slide {
    opacity: 0.3;
}

.splide__slide.is-active {
opacity: 1;
}

#thumbnail-slider
{
    margin-top: 15px;
}

#thumbnail-slider li
{
    height: 100px !important;
    width: 100px !important;
    border-radius: 10px;
}

.wallet .profit-box
{
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.8125em 2em 1.5em;
    background-color: #fff;
    max-width: 90vw;
    position: relative;
    margin-bottom: 20px;
}

.wallet .profit-box .flag
{
    width: 4.6875em;
    height: 4.6875em;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.wallet .profit-box .flag img
{
    height: 150%;
    margin: -25% -25% 0 0;
    vertical-align: middle;
    max-width: initial;
}

.wallet .profit-box .profit-value
{
    display: flex;
    gap: .3125em;
}

.wallet .profit-box .profit-value .p-text
{
    margin-right: 20px;
}


.wallet .sub-title
{
    opacity: .8;
    font-weight: 300;
    line-height: 1.3;
    text-align: start;
    color: #0b1725;
    margin: 10px 0 20px;
    font-size: 17px;
}

.wallet .profit-box p
{
    color: #0b1725;
    font-size: 15.3px;
    margin-bottom: 0;
}

.wallet .profit-box  .currency
{
    font-size: 21.3px;
    color: #29b6ab;
}

.wallet .profit-box  .currency .amount
{
    font-weight: 700;
    font-size: 26.2px;
}

.wallet .profit-box .btn-one
{
    width: 80%;
    margin-top: 20px;
}

.wallet .profit-box .expected
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #fdf8ed;
    width: 100%;
    margin-top: 2em;
    padding: .625em;
}

.wallet .profit-box .exp-orders
{
    display: block;
    font-size: 1.3125em;
    padding: .380952381em 0;
    width: 7.380952381em;
    border-radius: 60px;
    background-color: #e397001a;
    color: #e39700;
    text-align: center;
    margin-bottom: 0;
}

.wallet .profit-box .expected .p-text .currency
{
    color: #e39700;
}


.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle
{
    background-color: #37d1c7;
    border-color: #37d1c7;
}

.btn-outline-warning.focus, .btn-outline-warning:focus
{
    box-shadow: 0 0 0 0.2rem rgb(55 209 199 / 51%);
}

.price-box input
{
    border-radius: 0 5px 5px 0;
}

.price-box button
{
    border-radius: 5px 0 0 5px;
    width: 100px;
}

@media only screen and (min-width: 768px)
{
    .big-price {
        margin-bottom: 0;
    }
}

a {
    color: #37d1c7;
}

.inc-products .single-item p
{
    margin-bottom: 0;
    color: #000000de;
}


.footer
{
    margin-top: 60px;
}

.logo-box-style1, .header-upper-style1.fixed-header .logo-box-style1
{
    width: 170px;
    margin: 5px 0 0;
}


.logo-footer img
{
    margin-right: 0;
}

[class*=icheck-]>label
{
    padding-left: 0!important;
    padding-right: 29px!important;
}

@media only screen and (max-width: 767px)
{
	.logo-box-style1 img {
		max-width: 54%;
	}

	.mainmenu-right
	{
		right: 44px;
	}

	.outer-search-box
	{
		margin-left: 12px;
	}

	.outer-search-box .seach-toggle
	{
		width: 33px;
	}
}


.top-bar-style1
{
    background: #37d1c7;
    padding: 12px 0 53px;
    direction: rtl;
    text-align: right;
}

.top-bar-style1 img
{
    height: 34px;
}

.top-bar-style1 a
{
    color: #fff;
}


.header-upper-style1 .cart-box
{
    margin: 10px 0 0 20px;
}

.header-upper-style1 .cart-box img
{
    width: 25px;
}

.main-menu
{
    float: right;
}

.main-menu .navigation > li > a
{
    padding: 12px 0;
}

.signup-btns .btn
{
    margin-top: 0;
    margin-bottom: 20px;
}

.main-header .first-row
{
    display: flow-root;
}

.main-header .categories-row
{
    direction: rtl;
    text-align: right;
}

.main-header .categories-row li
{
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.categories-row .icon
{
    width: 25px;
    height: 25px;
}

.header-upper-style1.fixed-header .main-menu .navigation > li > a
{
    padding: 12px 0;
}

.categories-row .navbar-collapse.collapse
{
    margin-top: 0;
}

.main-menu .navigation > li > ul > li > ul
{
    right: 100% !important;
}

.main-menu .navigation > li > ul > li > ul > li > a
{
    color: #242323;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    padding: 16px 30px 15px;
    text-align: right;
}

.categories-row .main-menu
{
    width: 100%;
}

.categories-row .countries-section
{
    float: left !important;
    margin-left: 0 !important;
}

.search-box .form-group
{
    margin-bottom: 0;
}

#toast-container > div
{
    opacity: 1 !important;
}

.toast-message
{
    font-size: 18px;
}


#main-slider .splide__list
{
    height: 500px;
    overflow: hidden;
}

@media only screen and (max-width: 991px)
{
    .categories-row .main-menu {
        padding-top: 0;
    }

    .main-menu .navbar-header {
        padding: 45px 0 0;
    }

    .mainmenu-right {
        top: -8px;
    }

    #main-slider .splide__list
    {
        height: 300px;
        overflow: hidden;
    }
}

.categories-row .fa-chevron-left
{
    float: left;
}


.sec-title p{
    font-size: 23px;
    color: #27282c;
}

.sec-title p a{
    font-size: 18px;
}

.sec-title p a:hover
{
    text-decoration: underline;
}

a:hover
{
    color: #37d1c7;
}

.owl-carousel .owl-nav button
{
    position: absolute;
    top: 45%;
    font-size: 50px;
    color: #fff;
    background-color: #37d1c7;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev
{
    right: -30px;
}

.owl-carousel .owl-nav .owl-prev span
{
    margin-left: 4px;
	display: flex;
    justify-content: center;
    margin-bottom: 7px;
}

.owl-carousel .owl-nav .owl-next
{
    left: -30px;
}

.owl-carousel .owl-nav .owl-next span
{
    margin-right: 4px;
	display: flex;
    justify-content: center;
    margin-bottom: 7px;
}

@media only screen and (max-width: 991px)
{
    .owl-carousel .owl-nav .owl-prev
    {
        right: -12px;
    }

    .owl-carousel .owl-nav .owl-next
    {
        left: -12px;
    }
}


.header-upper-style1.fixed-header .inner-container
{
    max-width: 100%;
}


.login-register-area .password-div  input[type="password"]
{
    margin-bottom: 10px !important;
}

.login-register-area .password-div p
{
    color: #36a64a;
    margin-bottom: 5px;
}

.login-register-area .password-div p i
{
    margin-left: 7px;
}

.login-register-area .confirm-password-div
{
    margin-top: 20px;
}

/**whatsapp*/

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	left: 20px;
	animation-play-state: paused;
    z-index: 9999;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

a.btn-whatsapp-pulse:focus, a.btn-whatsapp-pulse:hover
{
    color: #fff;
}

@media only screen and (max-width: 768px)
{
    .btn-whatsapp-pulse
    {
        padding: 26px;
    }
}

/** end whatsapp*/

button:disabled
{
    cursor: not-allowed !important;
}

.cart-area , #shop-area
{
    padding-top: 50px;
    padding-bottom: 0;
}

.dropdown-menu
{
    transform: none !important;
    top: 45px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0 !important;
    margin-top: -1px;
}

.categories-row a.active
{
    border-bottom: 4px solid #37d1c7;
}

input[type="date"]
{
    text-align: right;
}

.statistics-row
{
    margin-top: 20px;
}

.statistics-box
{
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 3px;
    height: 140px;
    text-align: center;
    padding: 20px 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.statistics .number
{
    color: #3a3a3a;
    font-weight: 700;
    font-size: 35px;
}

.statistics .title
{
    font-weight: 600;
}

.statistics-row .cl
{
    padding-right: 9px;
    padding-left: 9px;
}

.shopping-cart .bulk-orders
{
    margin-bottom: 30px;
}

.shopping-cart .bulk-orders .des
{
    border-radius: 12px;
    padding: 12px;
    background-color: #e3f4f3;
    margin-bottom: 35px;
}

.shopping-cart .bulk-orders .des p
{
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #5d626e;
}

.shopping-cart .bulk-orders .btn-one
{
    position: relative;
    text-align: center;
    height: 70px;
    border-radius: 12px;
    padding: 8px;
    line-height: 20px;
    font-size: 16px;
}

.shopping-cart .bulk-orders .btn-one p
{
    position: absolute;
    background-color: #fff;
    color: #0f1933;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: -2px;
    right: -1px;
    padding: 4px;
}

.shopping-cart .bulk-orders .btn-one img
{
    display: block;
    margin: auto;
}

.shopping-cart .bulk-orders .file-input
{
    position: absolute;
    top: -27px;
}

.categories-sidebar a
{
    border-bottom: none;
}

.categories-sidebar .categories-ul
{
    margin-top: 20px;
}

.categories-sidebar .categories-ul i
{
    float: left;
}

.categories-sidebar .child-cats a
{
    padding: 8px 40px 8px 36px;
}

.categories-sidebar .child-cats a img
{
    height: 21px;
}

.categories-sidebar .child-cats i
{
    font-size: 13px;
}

/*pagination*/
.pagination
{
    justify-content: center;
}
.pagination .page-item
{
    margin-left: 10px;
}

.pagination .page-link
{
    padding: 0.8rem 1.3rem;
    font-size: 18px;
    font-weight: 700;
    color: #2f2f2f;
}

.page-item.active .page-link
{
    color: #fff;
    background-color: #3dc1be;
    border-color: #3dc1be;
}
/*end pagination*/


.import-orders
{
    padding-top: 35px !important;
}

.import-orders .confirm-orders-btn
{
    margin-bottom: 35px;
}

.excel-errors-show .alert
{
    overflow: auto;
}

.excel-errors-show table th, .excel-errors-show table td
{
   color: #000;
   font-size: 19px;
}
