
@font-face {
	font-family: "myFont";
	src: url(../fonts/din-next-medium.otf);

  }

body{
    direction: rtl;
    text-align: right;
    font-size: 12px;
    font-family: "myFont"
}
form{
    width: 100%;

    display: block;
    margin-right: auto;
    margin-left: auto
}

.mar-b-70{
    padding-bottom: 70px
}
.mar-t-70{
    padding-top: 70px;
}
.mar-t-57{
    padding-top: 57px;

}
.index-fixed{
    position: relative;
    clear: both;
    overflow: hidden;
    height: 100vh;
    box-sizing: border-box;

}
p{
    margin-bottom: 0
}
a , button.top-nav{
    cursor: pointer;
}

a:hover{
    text-decoration: none;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.sss{
    color: #0c5460;
}
button , .btn{
    border: none;
    background: transparent;
    padding: 0;
}
.red{
    color: #EF0B22;
    font-size:12px;
}
.content-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.form-control{
color: #9F9D9D;
border-color: .2px solid #707070 !important;
}
.form-control:focus {
    
    background-color: #fff;
    border-color: #eee;
    outline: 0;
    box-shadow: none
}
:focus {
    outline:0;
}
.padd-5{
    padding-left: 5px;
    padding-right: 5px;
}
.logo-img{
    width: 100px;
    height: 125px;
    display: table;
    margin:10px auto 20px auto;
}
.form-group-flex {
    display: flex;
    justify-content:space-between;
    margin-top: 10px;
    align-content: center;
    align-items: center;
    position: relative;
}
.textarea-start{
    align-items: start;
}
.textarea-start textarea{
    border-radius: 12px;

}
.form-group-flex label{
    min-width: 100px;
    color: #0a2b3c;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 12px
}
.form-group-flex input{
    border-radius: 12px;
    height: 33px;
    font-size: 13px

}
.forget-pass{
    display:table;
    margin: 20px auto;
    font-size: 12px;
    text-decoration: underline;
    color: #0a2b3c;
    font-weight: 600;
}
.forget-pass:hover , .forget-pass:focus{
    color: #0a2b3c;
}
.showpass {
    font-size: 15px;
    position: absolute;
    left: 6px;
    color: #bbb;
    top: 3px;
}
.send{
    display: table;
    width: 80%;
    margin: 26px auto 10px auto;
    background: #0a2b3c;
    color: #fff;
    font-size: 13px;
     border-radius: 12px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.send-checkout{
    display: table;
    width: 80%;
    margin: 5px auto 10px auto;
    background: #59A856;
    color: #fff;
    font-size: 13px;
     border-radius: 12px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.send:hover , .send-checkout:hover{
    color: #fff;

}
.top-nav {
    background: #0a2b3c;
    color: #fff;
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    height: 58px;

}
.top-nav h5{
    text-align: center;
    font-size: 15px;
    margin: 0;
}
.top-nav .back{
    position: absolute;
    padding: 10px 10px;
    top: 0px;
    font-size: 27px;
    right: 0;
    color: #fff;



}
.top-nav .setting{
    position: absolute;
    padding: 13px 10px;
    top: 0px;
    font-size: 20px;
    left: 0;
    color: #fff;

}
.about{
    margin-top: 20px;
    text-align: center;
    line-height: 2;
    color: #303030;

}
.bank-accounts{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #0a2b3c;
    clear: both;
display: flex
}
.bank-accounts img{
    width: auto;
   max-width: 120px;
    border-radius: 15px;
    height: 90px;
    margin:0 10px
 }
.bank-accounts h6{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.bank-accounts .col-4 , .bank-accounts .col-8{
    padding-left: 8px;
    padding-right: 8px;
}
.bank-accounts p{
     color: #8B8E8D;
    margin-bottom: 0;
    font-size: 13px;
}
.profile-info{
    background: #F6F5F5;
    margin-top: 13px;    padding: 8px;
    display: flex;
    align-content: center;
    border-radius: 15px;
    align-items: center;
    box-shadow: 1px 2px 4px #ddd;
}
.profile-info i{
    width: 30px;
    font-size: 20px;
    text-align: center;
}
.profile-info a{
    display: flex;
    color: #0a2b3c;
}
.footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 10px #bbb;
}
.footer .col {
padding-left: 3px;
padding-right: 3px;
text-align: center;
}
.footer a{
    color: #9F9D9D;
    font-weight: 500;
    font-size: 12px;
}
.footer .active{
    color: #0a2b3c;

}
.footer i {
display: block;
width: 100%;
text-align: center;
font-size: 20px
}

.sheep-box {
    background: #F6F5F5;
    box-shadow: 1px 2px 4px #ddd;
    border-radius: 12px;
    margin: 10px 0;
    padding: 10px 0;
    position: relative;
}
.sheep-box .sheep-box-content{
    width: 100%;
    display: flex;
    color: #0a2b3c;

}
.sheep-box  .img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 0 10px;
}
.sheep-box  h5{
    margin: 7px 0 5px 0;
    font-size: 14px;
    font-weight: 600;
}
.sheep-box h6{
    font-size: 12px;
    color: #EF0B22;
    margin-bottom: 0px;
}
.sheep-box p{
   color:  #303030
}
.sheep-box .neworder{
    position: absolute;
    left: 5px;
    background: #59A856;
    color: #fff;
    top: 0;
    width: 55px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    border-bottom-right-radius: 19px;
     border-bottom-left-radius: 18px;

}
.order-abs{
    position: absolute;
    left: 30px;
    text-align: center;
    top: 0;
}
.order-abs span{
    background: #59A856;
    color: #fff;
    width: 55px;
    height: 50px;
    display: inline-block;
    line-height: 40px;
    border-bottom-right-radius: 19px;
     border-bottom-left-radius: 18px;
     margin-bottom: 10px;
     font-size: 14px;
}
.order-abs .sss{
    color: #59A856;
}
.sheep-box-cart
.info-qty {
    position: absolute;
    top: 0;
    left: 5px;
    line-height: 40px;
    text-align: center;
}
.sheep-box-cart .info-qty .qty-val {
    background: #333;
    color: #fff;
    height: 55px;
    display: inline-block;
    background: #59A856;
    color: #fff;
    width: 50px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-bottom-right-radius: 19px;
     border-bottom-left-radius: 18px;
     font-size: 14px;
     margin-bottom: 7px;

}
 .info-qty .qty-down{
    color: #ef0b22;
    padding: 5px
}
.info-qty .qty-up{
    color: #59A856;
    padding: 5px

}


.delete{
    position: absolute;
    left: 5px;
    font-size: 26px;
    top: 25px;
}
    .safty .rateStar i.activeStart{
    color:#EFCE4A ;
    }
    /* end footer*/
    
    .rateStar ul {
    list-style-type:none;
    padding:0;
    
    -moz-user-select:none;
    -webkit-user-select:none;
    margin-bottom: 0;
    }
    .rateStar ul > li.star {
    display:inline-block;
    
    }
    
     .rateStar ul > li.star > i.fa {
    color:#ccc; /* Color on idle state */
    }
    .rateStar ul > li.active > i.fa {
        color:#FFCC36; /* Color on idle state */
        }
    
        .sheep-box-cart{
            display: flex;
            width: 100%;
        }
        
.order-nav{
    border:0;    text-align: center;
    margin-top: 10px

}
 .nav-tabs .nav-item{
border-radius: 0;
color: #0a2b3c;
 font-size: 13px
}
.order-nav .nav-item:first-of-type {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
   
    border: 1px solid #0a2b3c;

}
.order-nav .nav-item:last-of-type {
    border: 1px solid #0a2b3c;

    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.nav-tabs .nav-item.show .nav-link,
 .nav-tabs .nav-link.active
 {
    background: #0a2b3c;
    color: #fff;
 }
 .sheep-details .card{
    border-radius: 15px;
    box-shadow: 1px 2px 4px #ddd;
    border:0;
    background: #F6F5F5;
    margin-top: 10px;
 }
 .sheep-details .card .card-img-top{
    height: 170px;
    width: 100%;
    max-width: 400px;
    display: table;
    margin: 0 auto;
 }
 .sheep-details .card .card-body{
    padding: 10px;
 }
 .sheep-details .card .card-title {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}
.sheep-details-content{
    display: flex;
    position: relative;
    margin: 10px 0;
    padding: 10px;
    background: #F6F5F5;
    border-radius: 12px;
    font-size: 12px;
    text-align: center;
}

.sheep-details-content h5{
    font-size: 12px;
    width: 120px;
    text-align: right;
    font-weight: 600;
    margin-bottom: 0;
}
.sheep-details-content select{
    background: #F6F5F5;
    border: 0;
    border-radius: 0;
width: calc( 100% - 100px);
}
   
    .sheep-details-content select{
        color: #0a2b3c;
    }
    .sheep-details-content select option{
        color:#0a2b3c;
        font-size: 13px;
        font-weight: 400;
        background: #F6F5F5;
        border:1px solid #777;
    }
.sheep-details-content .kg{
    position: absolute;
    left: 10px;
}   
.sheep-details-content .info-qty {
    width: calc( 100% - 100px);
}
 .sheep-details-content .info-qty .qty-val{
        background: #fff;
        width: 20px;
        height: 20px;
        display: inline-block
       
    }
    .sheep-details-footer p{
        padding: 0 10px
    }
    .sheep-details-footer textarea{
        background: #F6F5F5;
        box-shadow: 1px 2px 4px #ddd;
        border: none;
        border-radius: 13px;
        padding: 10px;
        margin-top: 10px;
        width: 100%;
        min-height: 130px

    }
    .sheep-details-content .select1 ,
    .sheep-details-content .select4 {
color: #0a2b3c;
    }
    .sheep-details-content .select2 ,
    .sheep-details-content .select4 {
color: #59A856;
    }
    .sheep-details-content .select3 ,
    .sheep-details-content .select6 {
color: orangered;
    }
    .modal{
        top: 35%;
    }
  .modal ,   .modal-content{
      border-radius: 15px;
      background: transparent

    }
    .modal .modal-title{
        background: #0a2b3c;
        color: #fff;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        font-size: 14px;
        padding: 10px


    }
    .modal-body{
        background: #fff;
        text-align: center;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .modal-body button{
        color: #fff;
        width: 80px;
        padding: 5px;
        border-radius: 12px;
        background: #0a2b3c;
        margin: 10px 5px;
    }
    .modal-body .yes{
        background: #0a2b3c
    }
    .modal-body .no{
background: #59A856
    }
 .checkout {
     text-align: center;

 }
 .checkout img{
     
    width: 200px;
    height: 200px;
    display: table;
    margin: auto;
    max-width: 100%;
 }
 .checkout .rateStar {
     margin: 5px

 }
 .checkout p{
     margin: 5px 0 20px 0;
 }
 .checkout h6{
     margin: 10px
 }
.checkout a{
    color: #0a2b3c;
    text-decoration: underline;
}
 .buy h4{
    font-size: 14px;
    background:#0a2b3c;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 16px;
    margin: 10px 0;

 }
 .form-group-flex select{
    border-radius: 12px;
    height: 35px;
    font-size: 13px;  
 }
 .form-group-flex .input-append {
     width: 100%;
 }
 .form-group-flex  .add-on{
    position: absolute;
    left: 10px;
    top: 11px;
    font-size: 16px;
 }
 
  
  .datepicker th ,.datepicker td{
    font-weight: 400 !important;
    color: #59A856 !important;
    font-size: 14px;

}
.datepicker td{
    color: #0a2b3c !important; 
}
.datepicker td, .datepicker th{
    font-size: 14px;

}
.datepicker td.old, .datepicker td.new{
    color: #999 !important
}
 
  .sheep-details-content select::after{
      border-color: #0a2b3c;
  }
  
 
  /*rate*/
  .rate .rateStar {
    margin-top: 15px;
    }
    .rate .rateStar i{
    color:#cccaca ;
    cursor: pointer;
    }
    .rate .rateStar i.activeStart{
    color:#EFCE4A ;
    }
    /* end footer*/
    
  .rate  .rateStar ul {
    list-style-type:none;
    padding:0;
    text-align: center;
    
    -moz-user-select:none;
    -webkit-user-select:none;
    }
  .rate  .rateStar ul > li.star {
    display:inline-block;
    
    }
    
    /* Idle State of the stars */
  .rate  .rateStar ul > li.star > i.fa {
    color:#ccc; /* Color on idle state */
    }
    
    /* Hover state of the stars */
    .rate  .rateStar ul > li.star.hover > i.fa {
    color:#FFCC36;
    }
    
    /* Selected state of the stars */
  .rate  .rateStar ul > li.star.selected > i.fa {
    color:#FFCC36;
    }
    /*select*/
    .nice-select:after{
        right: unset;
        left: 12px;
    }
    .sheep-details  .nice-select{
        width: 100%;
        border: none;
background: #F6F5F5;
height: 19px;
line-height: 19px;
line-height: 19px;
float: none;
text-align: center !important;
font-size: 13px    }
.nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;}


    .form-group-flex .nice-select{
        width: 100%;
        border-radius: 12px;
        height: 35px;
        line-height: 19px;
        float: none;
        text-align: right !important;
        padding: 5px 10px;
        font-size: 13px;
    }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: transparent;
        border: 1px solid #ddd;
        padding: 0px 10px;}
        .nice-select .list{
            background-color: #F6F5F5;

            border-radius: 0;
        }






         
.layer-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0a2b3c;
    top: 0;
    left: 0;
    z-index: 999;
}
.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #ccc;
    border-color: #ccc transparent #ccc transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.alert {
    border-radius: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    margin: auto;
    z-index: 999;
    position: fixed;
    left: 0;
    bottom: -50%;
    color: #fff;
}
.success {
    background: #59A856;
}
.danger {
    background: #ef3f61;
}
.show{
    bottom: 0;
}
.web-views
{
    max-width: 160px;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.nice-select .list{
    max-height: 200px;
    overflow-y: auto;
}
.box-block{
    display: block;
}
.box-flex{
    display: flex;
}
.box-block .rate .rateStar {
    margin-top:0 ;
}

.bg-transparent{
    background: transparent ;
    display: block ;
}
.bg-transperant .lds-dual-ring {
    display: inline-block !important;
}
.mt-10{
    margin-top: 10px;
}
.ui-datepicker{
    width: auto;

}



.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
   background:  #eee
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background: #eee
}
.ui-widget-header{
    color: #59A856;
}


.ui-datepicker td span, .ui-datepicker td a {
    border-radius: 50%;
    width: 25px;
    text-align: center;
    line-height: 22px;
    height: 25px;
    display: block;
    padding: .2em;
    /* text-align: right; */
    text-decoration: none;
}



.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none !important;
}
.ui-state-highlight{
    background: #eee;

}
.ui-widget-content {
    background: #fff;
    border:1px solid #0a001f;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    color: #20233b;
}
.ui-widget.ui-widget-content {
    border: 1px solid transparent;
    box-shadow: 0 0 10px #a7a5a5;
}
.nice-select.disabled:after {
    border-color: transparent;
}
.fontAwesome {
    font-family: 'Helvetica', FontAwesome, sans-serif;
}
.fontAwesome::placeholder{
    text-align: left;
}
.carousel-header .owl-item  img{
    width: 100%;
    height: 200px;
    margin-bottom: 10px;

}
.carousel-header .owl-nav{
    position: absolute;
    top: 44%;
    width: 100%;
    color: #fff;
}
.carousel-header .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    background: #03c1a8;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-left: 10px;

}
.carousel-header .owl-nav .owl-next {
    position: absolute;
    background: #03c1a8;

    left: 0;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    padding-right: 10px;


}
.index-box{
    height: calc(100vh - 349px);
    overflow-y: auto;
}