@charset "utf-8";
/* CSS Document */

@import url(../fonts.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
    font-family: Dana;
    font-weight: 300;
    /*direction: rtl;*/
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Dana;
}
label {
    font-size: 14px;
}
div, textarea {
    font-family: Dana !important;
}
h1 {
    font-weight: bold;
}
.wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.ltr {
    direction: ltr;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-small {
    font-size: 0.8em;
}
.text-xsmall {
    font-size: 0.6em;
}
.text-large {
    font-size: 1.2em;
}
.text-xlarge {
    font-size: 1.4em;
}
.text-underline {
    text-decoration:underline;
}
.text-ultralight {
    font-weight: 200;
}
.text-light {
    font-weight: 300;
}
.text-regular {
    font-weight: normal;
}
.text-medium {
    font-weight: 500;
}
.text-bold {
    font-weight: bold;
}
.text-black {
    font-weight: 900;
}
blockquote {
    font-weight: 500;
    padding: 10px;
    border: 1px dashed #666666;
}

.mainbox {
    width: 100%;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #FFFF33;
}

.mainboxnegativ {
    width: 100%;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #FFFF33;
}

.mainbox2 {
    font-size: 1em;
    width: 90%;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mainbox3 {
    width: 100%;
    display: table;
    margin-bottom: 30px;
    border-right: 8px solid #bd70ff;
}

.mainbox2negativ {
    font-size: 1em;
    padding-right: 20px;
}

.farsiparagraph {
    font-size: 1em;
    width: 47%;
    float:right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.englishparagraph {
    font-size: 1em;
    width: 47%;
    float: left;
    direction:ltr;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;


}
.rightbox {
    width: 60%;
    padding-right: 20px;
    padding-left: 5px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
    min-width: 0px;

}

.titelbox {
    width: 60%;
    padding-right: 25px;
    padding-left: 0px;
    float: right;
    margin-left: 10px;
    margin-bottom: 0px;
    min-width: 0px;
}


.lefttbox {

    padding-right: 20px;
    padding-left: 4px;
    float: right;
    margin-bottom: 10px;
    min-width: 0px;
}

.alphabet {
    width: 35%;
    float: left;
    font-size: 21em;
    text-align: center;
    font-weight: 500;
}

.alphabet2 {
    width: 35%;
    float: left;
    direction: ltr;
    font-size: 1.6em;
    text-align: left;
    font-weight: 500;
    margin-top: 100px;
}
.footer {
    /*min-width: 1060px;*/
    clear: both;
    background-color: rgba(0,0,0,0);
    padding-top: 52px;
}
.default-layout .footer {
    /*position: fixed;*/
}






/* ------------------------------------- */

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: black !important;
    border-color: gray !important;
}

#navhead{
    background-color: #ffffff !important;
}

.nav-link{
    color: #fff;
}

a{
    color: black;
    font-size: 14px;
}
.btn-circle {
    margin-left: 5px;
    margin-right: 5px;
    /* background-color: #ffc600 !important; */
    color: #fff !important;
    border-radius: 20%;
    padding: 3px 6px 0px;
}
#btn3{
    margin-top: 5%;
    margin-left: 5%;
    float:left !important;
}
/*#btn2{
{
margin-left: 5px;
margin-right: 5px;
background-color: ffc600 !important;
color: white;
border-radius: 50% ;
}*/.fafa {
}
#section1{
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #5692d6;
    border-bottom: 1px #FFFF00;
    border-bottom: 5px solid #F3B329;
    background-image: url(../../img/rec.png);
}
#propic{
    margin-top: -50px !important;
    width: 100px !important;
    height: 100px !important;

}

#section2{
    background-color:#fff;
    padding-bottom: 20px;
    /*border-bottom: 5px solid blue;*/
}
#namesec{
    margin-top: 20px;
    padding: 5px;
    width: max-content;
    border-radius: 15px;
    background-color: #EFEFEF !important;
}

#colright{
    background-color: #efefef;
}

#searchbox1{
    margin-left: 0;
    max-width: 70%;
}
#btn4{
    margin-left: 5px;
    margin-right: 5px;
}

/*.list-group-item{
display: list-item !important;
background-color: #efefef!important;
border: 0!important;
}*/

/*#btnmore{
margin-top: 20px;
padding-left: 40px;
padding-right: 40px;
}*/

/*#section3{
margin: 20px;
margin-bottom: 50px;
margin-top: 50px;
background-color: darkorange;
padding-top: 10%;
padding-bottom: 10%;
}*/
#section4{
    background-color: #5692D6;
}

/*#section5{
margin-right: 20px;
/*margin-left: 20px;
} */

/*#section6{
background-color: #434343;
}*/

/*.navbar-toggler-icon{

background-color: gray;
border-radius: 15%;
}*/


.gradient-bar {
    height: 3px;
    background-image: repeating-linear-gradient(270deg,#9079e1 0,#2cd6aa 25%,#28aff8 50%,#9079e1);
}

.inner {
    max-width: 67.5em;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row-school{
    align-items: center!important;
    margin-bottom: 50px;
    /*padding-top: 5%; */
    padding-bottom: 10px;
    background-color: #FCFCFC;
    border-radius: 5px;
    box-shadow: -2px 2px 5px rgba(0,0,0,.1);
    position: relative;
}

.sec1{
    padding-top: 40px;
    /*  border-left: 1px solid #efefef;
        padding-top: 50px;
        padding-bottom: 50px;*/
}
.sec2{
    /*padding-top: 20px;*/
    margin-top: 30px;
    padding-bottom: 20px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    color: #33373db3;
    font-size: 14px;
}


body{
    background-color: #fff;
    direction: rtl;
    text-align: right;
}

.price {
    border-top: 1px solid #efefef;
    padding: 15px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

#btnmore{
    margin-top: 50px;
    margin-bottom: 50px;
}
.colfooter{
    padding:30px;color: white;

}

.btnprice{
    border-radius: 50%;
}
.cardprice{
    background-color: #FCFCFC;
    border-radius: 5px;
    box-shadow: -2px 2px 5px rgba(0,0,0,.1);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.titlecard {
    /*width: max-content;*/
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 100px;
    padding-left: 100px;
    margin-bottom: 40px;
    background-color: #DF4957;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
/*.navbar-nav.mr-auto {
margin-right: 0 !important;
}
.navbar-nav.mr-auto li {
padding-left: 20px;
}*/
.user-profile-meta {
    margin-top: 30px;
    font-size: 14px;
    /* direction: ltr; */
}
.user-profile-meta-item {
    padding-bottom: 5px;
    font-size: 13px;
}
.colfooter li{
    font-size: 14px;
}
/* ---------------------------------------------- */
.panel {
    margin-bottom:20px;
    background-color:#fff;
    border:1px solid transparent;
    border-radius:4px;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);
    box-shadow:0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
    padding:15px
}
.panel-heading {
    padding:10px 15px;
    border-bottom:1px solid transparent;
    border-top-left-radius:3px;
    border-top-right-radius:3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color:inherit
}
.panel-title {
    margin-top:0;
    margin-bottom:0;
    font-size:16px;
    color:inherit
}
.panel-title>a {
    color:inherit
}
.panel-footer {
    padding:10px 15px;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel>.list-group {
    margin-bottom:0
}
.panel>.list-group .list-group-item {
    border-width:1px 0;
    border-radius:0
}
.panel>.list-group:first-child .list-group-item:first-child {
    border-top:0;
    border-top-left-radius:3px;
    border-top-right-radius:3px
}
.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom:0;
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width:0
}
.list-group+.panel-footer {
    border-top-width:0
}
.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom:0
}
.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius:3px;
    border-top-right-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius:3px
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius:3px
}
.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius:3px;
    border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius:3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius:3px
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
    border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top:0
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border:0
}
.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left:0
}
.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right:0
}
.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom:0
}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom:0
}
.panel>.table-responsive {
    margin-bottom:0;
    border:0
}
.panel-group {
    margin-bottom:20px
}
.panel-group .panel {
    margin-bottom:0;
    border-radius:4px
}
.panel-group .panel+.panel {
    margin-top:5px
}
.panel-group .panel-heading {
    border-bottom:0
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top:1px solid #ddd
}
.panel-group .panel-footer {
    border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom:1px solid #ddd
}
.panel-default {
    border-color:#ddd
}
.panel-default>.panel-heading {
    color:#333;
    background-color:#f5f5f5;
    border-color:#ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:#ddd
}
.panel-default>.panel-heading .badge {
    color:#f5f5f5;
    background-color:#333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color:#ddd
}
.panel-primary {
    border-color:#428bca
}
.panel-primary>.panel-heading {
    color:#fff;
    background-color:#428bca;
    border-color:#428bca
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:#428bca
}
.panel-primary>.panel-heading .badge {
    color:#428bca;
    background-color:#fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color:#428bca
}
.panel-success {
    border-color:#d6e9c6
}
.panel-success>.panel-heading {
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:#d6e9c6
}
.panel-success>.panel-heading .badge {
    color:#dff0d8;
    background-color:#3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color:#d6e9c6
}
.panel-info {
    border-color:#bce8f1
}
.panel-info>.panel-heading {
    color:#31708f;
    background-color:#d9edf7;
    border-color:#bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:#bce8f1
}
.panel-info>.panel-heading .badge {
    color:#d9edf7;
    background-color:#31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color:#bce8f1
}
.panel-warning {
    border-color:#faebcc
}
.panel-warning>.panel-heading {
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:#faebcc
}
.panel-warning>.panel-heading .badge {
    color:#fcf8e3;
    background-color:#8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color:#faebcc
}
.panel-danger {
    border-color:#ebccd1
}
.panel-danger>.panel-heading {
    color:#a94442;
    background-color:#f2dede;
    border-color:#ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:#ebccd1
}
.panel-danger>.panel-heading .badge {
    color:#f2dede;
    background-color:#a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color:#ebccd1
}
.panel-heading-dedicate {
    padding: 4px 15px;
}
.panel-heading-dedicate .list-group-item{
    background-color: #eeeeee80;
}
/* ---------------------------------------------- */
.btn-school{
    font-size: 12px;
    /*    margin-right: 20px;
        margin-left: 20px;*/
    color: #fff !important;
}
.sec2 .sec2-top{
    margin-top: 20px;
    min-height: 90px;
}
.sec2 .sec2-item {
    margin-bottom: 15px;
}
.type-float {
    position: absolute;
    top: 0;
    padding: 2px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 100%;
    z-index: 998;
    overflow-x: hidden;
    border-radius: 0px 0px 50% 50%;
}
.success{
    background-color: #398439cc;
    color: #fff;
}
.primary{
    background-color: #204d74cc;
    color: #fff;
}
.info{
    background-color: #269abccc;
    color: #fff;
}
.warning{
    background-color: #d58512cc;
    color: #fff;
}
.danger{
    background-color: #ac2925cc;
    color: #fff;
}
.video-demo-part{
    text-align: center;
    margin-top: 30px;
}
.video-demo-part h6{
    margin-bottom: 10px;
}
.video-demo-part video{
    border-radius: 5px;
    width: 100%;
}
.video-part{
    text-align: center;
}
.video-part h6{
    margin-bottom: 10px;
}
.video-part video{
    border-radius: 5px;
    width: 100%;
}
.spacing{
    padding: 30px;
    clear: both;
    width: 100%;
}
.video-area{
    border-right: 1px solid #efefef;
}
.clear{
    clear: both;
    float: none;
}
.video-area-side {
    /* margin-top: -180px; */
    /*    position: absolute;
        top: -180px;*/
}
.video-area-side .info-item{
    margin-bottom: 10px;
}

/* ----------------------------- Cart --------------------- */
.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
        width:20%;
        display: inline !important;
    }
    .actions .btn{
        width:36%;
        margin:1.5em 0;
    }

    .actions .btn-info{
        float:left;
    }
    .actions .btn-danger{
        float:right;
    }

    table#cart thead { display: none; }
    table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
    table#cart tbody tr td:first-child { background: #333; color: #fff; }
    table#cart tbody td:before {
        content: attr(data-th); font-weight: bold;
        display: inline-block; width: 8rem;
    }



    table#cart tfoot td{display:block; }
    table#cart tfoot td .btn{display:block;}

}
.img-responsive{
    max-width: 100%;
}
.cart-item-title p{
    font-size: 14px;
}
/* ----------------------------- /Cart --------------------- */
.profile-button{
    padding-top: 20px;
}
a.edit-profile-btn {
    float: left !important;
    color: #fff !important;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 6px;
}
.profile-button a.cart-btn {
    float: left !important;
    color: #fff !important;
    margin-right: 6px;
    border-radius: 5px;
}
.spacing-content{
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
.cart-header{
    padding-right: 15px;
    padding-top: 15px;
}
.whitespace {
    background-color: #fff;
}
/**==================== Category Menu =======================**/
ul {
    list-style: outside none none; 
    margin: 0;
    padding: 0;
}
ul.category-menu li {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
ul.category-menu li a {
    color: #646464;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.category-menu li a:hover {
    color: #26c6da;
}
/*ul.category-menu li a::before {
font-family: 'FontAwesome';
content: "\f105";
color: #26c6da;
padding-right: 10px;
}*/
ul.category-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.category-menu a i {
    padding-left: 10px;
}
.sidebar-search button {
    left: 0;
    right: auto;
}
.single-sidebar h3::after {
    right: 0;
    left: auto;
}
.single-sidebar h3::after {
    background: #26c6da;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
}
.single-sidebar h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-right: 15px;
}
.right-sidebar {
    border-left: 2px solid #DE4856;
}
/**==================== /Category Menu =======================**/
.invoice-row td:first-child{
    text-align: right !important;
}
#invoice-cost td{
    font-size: 14px;
}
#invoice-cost .bg-success{
    color: #fff;
    background-color: #0b9f70;
}
.breadcrumb{
    padding-right: 40px;
}
.alert-dismissible .close{
    text-align: left !important;
}
.dashboard-head h3::after {
    right: 0;
    left: auto;
}
.dashboard-head h3::after {
    background: #26c6da;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
}
.dashboard-head h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-right: 15px;
}
#invoice-table th {
    background-color: #17a2b8 !important;
    color: #fff;
}
.invoice-row td{
    border-bottom: 2px solid #eee !important;
}
.invoice-row td:last-child{
    border-bottom: 0px !important;
}
.alpha{
    padding-right: 0px !important;
}
.beta{
    padding-left: 0px !important;
}
.dashboard-content .btn-download {
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    /* font-size: 14px; */
    width: 100%;
    margin-top: 5px;
}
.dashboard-content .alert h4{
    font-size: 16px;
}
.dashboard-content .alert p{
    font-size: 14px;
}
.hidden{
    display: none;
}
.rounded-circle {
    border-radius: 50%;
}
.sec1 .row div {
    padding-bottom: 15px;
}
.dl-links {
    margin-top: 30px;
}
/*.navbar-header  {
position: relative;
top: 0px;
z-index: 999;
}*/
.navsmall  {
    position: relative;
    top: 0px;
    z-index: 999;
    padding: 10px 15px;
}
/*.navbar-brand {
padding: 5px 10px;
}*/
.dropdown-menu .divider {
    margin: 0;
}
.cardprice .card-body {
    text-align: center;
    padding: 0px 10px 10px;
}
.cardprice .card-body .card-text {
    padding-top: 5px;
}
.cardprice .level-title {
    position: absolute;
    top: 10px;
    padding: 2px 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    z-index: 998;
    overflow-x: hidden;
    transform: rotate(-45deg);
    left: -110px;
    padding: 10px;
    font-weight: bold;
}
.charge-shortkey {
    margin-left: 2px;
}
.navsmall .dashboard-btn{
    margin-left: -2px;
}
.navsmall .btn-group a {
    padding-top: 2px;
    padding-bottom: 1px;
    padding-right: 7px;
    padding-left: 7px;
}
.charge-view{
    text-align: center;
    padding-top: 50px;
}
.header-fix{
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow:0 10px 6px -6px #7776;
}
.row-packagebar {
    margin: 0 50px;
}
.btn-add-cart{
    width: 90%;
}
.app-download-side .fa-android {
    color: #78C257;
}
.app-download-side {
    position: fixed;
    top: 250px;
    background: #fff;
    padding: 7px;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
    line-height: 35px;
    left: 0;
    z-index: 999;
}
.app-download-side a {
    /* margin-bottom: 10px !important; */
    font-size: 25px !important;
}
.pagination > li > a, .pagination > li > span {
    float: none;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0 !important; 
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0 !important; 
}
.menu-row-link a {
    color: #FFF;
    text-decoration: none;
}
.namad{
    margin-top: 50px;
}
.btn-login-header {
    padding: 3px 20px 4px !important;
    font-size: 12px !important;
    line-height: unset !important;
}
.dashboard-content .btn-download p{
    padding: 0px !important;
    margin: 0px !important;
}
.cart-btn-on-header {
    font-size: 12px !important;
    padding: 3px 5px 3px 5px;
    margin-left: 5px;
}
#show_msg_cart .modal-dialog{
    z-index: 9999;
}
#show_msg .modal-dialog{
    z-index: 9999;
}
.dashbooard-btn-on-header {
    font-size: 12px !important;
    padding: 3px 5px 3px 5px;
    margin-right: 5px;
}
.notify-profile-header {
    /* margin-top: 5px; */
    margin-left: 65px;
    position: absolute;
}
.notify-profile-header a.close{
    margin-top: -10px;
    margin-left: -5px;
}
.arrow-down-animated img {
    height: 36px;
    transform: rotate(90deg);
}
.arrow-down-animated {
    position: fixed;
    /* width: 50px; */
    right: -63px;
    z-index: 999;
    background-color: #DE4856;
    top: 400px;
    border-radius: 2px 0px 0px 2px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
    color: #fff;
    padding-left: 5px;
    transform: rotate(-90deg);
    padding: 0px 5px 0px 2px;
    margin: 0 !important;
    opacity: 0.9;
}
.space-10{
    padding-top: 10px;
}
.crop-card-img {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.crop-card-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.btn-lgn-school {
    padding: 10px 40px 10px 40px !important;
    /* font-weight: bold; */
}
.table-ticket th{
    border-bottom: 1px solid #ccc !important;
    background-color: #f0f0f0;
}
.registers {
    overflow: hidden;
}
.registers legend{
    font-size: 18px;
    padding-bottom: 5px;
}
.congress-shortcut a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}
.congress-shortcut img {
    width: 50px;
}
.congress-shortcut {
    text-align: center;
    position: fixed;
    left: 30px;
    top: 55px;
    background-color: #E04543;
    /* color: #fff !important; */
    padding: 15px 5px;
    width: 20%;
    z-index: 999;
    border-radius: 2px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
    opacity: .9;
}
.close-cngrs-shrtct {
    position: absolute;
    top: 0;
    left: 8px;
    font-size: 18px !important;
    font-weight: bold !important;
}
.sec1 h1{
    font-size: 18px !important;
}
.thin-text {
    font-weight: normal;
    font-size: 10px;
}
.break-media-buttom{
    margin-top: 5px;
    width: 100%;
}
.row-school-inner {
    border-top: 1px solid #cccccc45;
    border-radius: unset !important;
}
.row-school-inner .sec1{
    text-align: center;
}
.row-school-inner .sec1 i{
    transform: rotatex(180deg);
}
.hidden-inner {
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #878787;
    font-size: 12px !important;
    text-decoration: none;
}
.timer-down a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}
.timer-down img {
    width: 50px;
}
.timer-down {
    text-align: center;
    position: fixed;
    left: 30px;
    top: 55px;
    background-color: #E04543;
    color: #fff !important; 
    padding: 15px 5px;
    width: 20%;
    z-index: 999;
    border-radius: 2px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.1);
    opacity: .9;
}
.close-tmdn-shrtct {
    position: absolute;
    top: 0;
    left: 8px;
    font-size: 18px !important;
    font-weight: bold !important;
}
.timer-down p {
    margin: 0;
}
#timer-down-timer {
    font-weight: 500;
}
.row-school .card-img-top{
    width: 100%;
}
#show_video_demo .modal-dialog{
    z-index: 9999;
}
.show_video_pop img{
    width: 100%;
}
.video-demo-pop video{
    border-radius: 5px;
    width: 100%;
}
.show_video_pop{
    text-decoration: none !important;
}
.list-box-product {
    margin-top: 15px;
    margin-bottom: 15px;
    /*padding: 20px;*/
    background-color: #FFF;
    height: 365px;
    overflow: hidden;
}
.sample-frame {
    max-width: 100%;
}
.thumbs-area {
    text-align: right;
    margin-top: 30px;
}
.thumb-item {
    height: 80px;
    margin-left: 5px;
    cursor: pointer;
    padding: 2px;
}

.main-img-area {
    overflow: hidden;
    /*	background-image: url(../img/loader-circle.svg);
            background-repeat: no-repeat;
            background-position: center center;*/
    min-height: 75%;
}
.rel-img-area {
    overflow: hidden;
    background-image: url(../../img/loader-circle.svg);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 130px;
}
.main-img-area .main-img {
    width: 100%;
    /*cursor: crosshair;*/
}
.custom-navbar-brand {
    padding: 0px;
    margin-right: 0px;
}
.image-logo {
    height: 55px;
    max-width: 100%;
    display: block;
    margin-bottom: -10px;
}
.custom-container-fluid{
    padding: 5px 60px;
    margin-bottom: 60px;
}
.collection.text-primary {
    font-size: 18px;
    padding-bottom: 15px;
}
.list-box-product a {
    text-decoration: none !important;
}
.cat-badge{
    font-weight: 300;
    font-size: 12px;
}
.product-info h1{
    margin: 0px 5px;
}
.product-info.product-code {
    margin-bottom: 10px;
}
.product-info.product-price {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.single-box-product{
    /*margin-top: 15px;*/
    margin-bottom: 80px;
    /*padding: 20px;*/
    background-color: #FFF;	
}
.main-header-first .navbar-nav > li > a {
    color: #FFF;
    /* letter-spacing: 0.1em; */
    font-size: 12px !important;
    font-weight: bold;
}
img.lazy {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cart-item-img {
    max-width: 100%;
}
.verticaltext {
    position: relative; 
}
.verticaltext_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute !important;
    min-width: 100px;
    right: -20px;
    top: 90px;
}
.invoice-print{
    margin: 15px;
}
@media print
{
    html, body {
        width: 210mm;
        height: 297mm;
    }
    @page {
        size: A4;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .noprint {display:none !important;}
    .table-invoice .head-up * {
        background-color: #6d6e72 !important;
        -webkit-print-color-adjust: exact; 
    }
    .table-invoice .head-down td {
        background-color: #6d6e72 !important;
        -webkit-print-color-adjust: exact; 
    }
    .table-invoice .head-up td{
        vertical-align: central !important;
    }
    .table-invoice .head-down .first {
        border-left-color: #6D6E72 !important;
    }
    .table-invoice .head-down .third {
        border-right-color: #6D6E72 !important;
    }
    .table-invoice .footer-up .first {
        border-left-color: #FFF !important;
        border-bottom-color: #FFF !important;
    }
    .table-invoice .footer-up .second {
        border-right-color: #FFF !important;
        border-bottom-color: #FFF !important;
        border-top-color: #FFF !important;
    }
    .table-invoice .footer-middle td{
        border-top-color: #FFF !important;
    }
}
legend.invoice-customer {
    font-size: 18px;
    padding-bottom: 5px;
}
.searchbar-btn {
    margin-top: -30px;
    font-size: 20px;
    cursor: pointer;
    /* color: #FFF; */
}
.searchbar-btn {
    margin-top: -27px; 
    font-size: 20px;
    cursor: pointer;
    /* color: #FFF; */
    background: transparent;
    border: none;
    z-index: 999998 !important;
}
.searchcard {
    padding-top: 14px;
    padding-right: 0px;
    padding-bottom: 14px;
    padding-left: 0px;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    align-items: center !important;
    width: 90%;
}
.cardstyle-search{
    background-color: #FFF;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.main-header-first {
    position: absolute;
    width: 100%;
    /* height: 90px; */
    background: transparent;
    left: 0;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 999;
}


/*========== Menu=v==========*/
.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}
.mainmenu a,
.navbar-default .navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 10px !important;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-family: 'Dana', sans-serif;
    display: block !important;
    /* letter-spacing: 0.2em; */
    font-weight: 500;
}
.mainmenu .collapse ul > li > ul > li > a {
    color: #999;
}
.mainmenu .collapse ul > li > ul > li:hover > a {
    color: #000;
    border: unset;
}
.mainmenu .collapse ul > li > ul > li > a:hover {
    color: #000;
    border: unset;
}
.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
    color: #000;
    outline: 0;
    text-decoration: none;
    border-bottom: 2px solid #000;
}
.header-home .mainmenu .active a,
.header-home .mainmenu .active a:focus,
.header-home .mainmenu .active a:hover,
.header-home .mainmenu li a:hover,
.header-home .mainmenu li a:focus,
.header-home .navbar-default .navbar-nav>.show>a,
.header-home .navbar-default .navbar-nav>.show>a:focus,
.header-home .navbar-default .navbar-nav>.show>a:hover {
    border-bottom-color: #fff;
}
.header-home .mainmenu li ul li a:hover,
.header-home .mainmenu li ul li a:focus,
.header-home .mainmenu li ul li:hover a,
.header-home .mainmenu li ul li:hover a{
    border: unset !important;
}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms linear, visibility 600ms linear;
}
.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #fff
}
.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #fff
}
/******************************Drop-down menu work on hover**********************************/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
    /*width: 100%;*/
    float: right;
}
.mainmenu .collapse ul li:hover > ul {
    display: block;
    border: 1px solid #e8e8e8;
    margin-top: -5px;
    visibility: visible;
    opacity: 1;
}
.mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    display: none
}
/*******/
.mainmenu .collapse ul ul li:first-child {
    padding-top: 20px;
}
.mainmenu .collapse ul ul li {
    position: unset;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
}
.mainmenu .collapse ul ul li:hover>ul {
    display: block;
    margin-top: -0.01em;
    overflow-y: auto;
}
.mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 200px;
    display: none
}
/*******/
.mainmenu .collapse ul ul ul li {
    position: relative
}
.mainmenu .collapse ul ul ul li:hover ul {
    display: block
}
.mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    /*left: -100%;*/
    min-width: 250px;
    display: none;
    z-index: 1
}
.mainmenu .active ul a{
    border-bottom: none;
}
.header-home .upper-menu {
    border-bottom: 1px solid #fff;
}
.upper-menu {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
}
.mainmenu .navbar-nav li:first-child{
    padding-left: 0px;
}
.mainmenu .navbar-nav li li:first-child{
    padding-right: 20px;
}
.mainmenu .navbar-nav li {
    padding: 2%;
    padding-top: 10px;
    /*padding-left: 30px;*/
    direction: rtl;
    /*! float: right; */
    text-align: right;
}
.upper-menu .btn-cart, .upper-menu .btn-login, .upper-menu .btn-search {
    float: left;
    font-size: 12px !important;
    font-weight: 600;
    padding-right: 35px;
    padding-top: 30px;
}
.menu-area,
.aligned-with-topmenu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*	max-width: 1240px;
            min-width: 1000px;*/
    position: relative;
    width: 94%;
    direction: rtl;
}
.header-gradient{
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 59%, rgba(0,0,0,0) 100%) !important;
}


.search-form {
    display: none;
    position: absolute;
    left: 45px;
    top: 0;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 10px #b8b8b8;
    -moz-box-shadow: 0px 0px 10px #b8b8b8;
    box-shadow: 0px 0px 10px #b8b8b8;
    background-color: #fff;
    padding: 15px 32px 30px 32px;
}
.search-form .header-search {
    visibility: visible !important;
}
.search-form #search-input-field, .search-form  .search-input {
    vertical-align: middle;
    font: 12px/12px "proxima-nova","open-sans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    /* letter-spacing: .137em; */
    color: #333;
    background-color: #fff;
    width: 195px;
    padding: 8px 8px 18px 55px;
    border-bottom: 1px solid #dedede;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.search-form .search-input-submit, .search-form .search-input-submit--black, .search-form .search-input-submit--white {
    /*	background-repeat: no-repeat;
            border-width: 0;*/
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    top: 23px;
    left: 55px;
    background-color: transparent;
    border: none;
    border-right: 1px solid #dedede;
    /*	height: 24px;
            width: 24px;
            background-image: url("/assets/images/rh/icon-search-black.png");
            background-image: url("/assets/images/rh/icon-search-black.svg"),none;
            background-size: 12px 12px;
            background-position: 0 center;
            text-indent: -99999px;*/
}
.search-form .search-input-submit, .search-form .search-input-submit--black, .search-form .search-input-submit--white, .search-form .search-input-submit--black, .search-form .search-input-submit--white {
    /*text-indent: -20000px;*/
}
.search-form .search-form .search-typeahead-dropped {
    padding-top: 10px;
}
.search-form .header-search .x-close {
    position: absolute;
    top: 25px;
    left: 35px;
    height: 20px;
    width: 20px;
    transition-delay: .325s !important;
    background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8.8%2041.2L41.2%208.8M8.8%208.8l32.4%2032.4%22%2F%3E%3C%2Fsvg%3E"),none;
    background-size: 20px 20px;
}
.search-form .x-close {
    cursor: pointer;
}
.carousel-control-prev{
    background-image: url("../../img/Arrows_Left.svg") !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel-control-next {
    background-image: url("../../img/Arrows_Right.svg") !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.header-home {
    position: absolute;
    z-index: 999;
    width: 100% !important;
    padding-right: 3%;
    padding-left: 3%;
    max-width: 100% !important;
}
.header-home a{
    color: #fff;
    margin-right: 0;
}
.header-home .mainmenu .collapse ul a{
    color: #fff;
}
.header-home .mainmenu .collapse ul ul a{
    color: #999;
}
.upper-menu a:hover{
    text-decoration: none !important;
}
/*================================= Carousel Fase ==============================*/
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
/*================================= Carousel Fase ==============================*/
/*.mainmenu .collapse ul .dropdown-toggle::after {
        width: 0;
        height: 0;
        border: 0px;
}*/
/*.mainmenu .collapse ul ul .dropdown-toggle::after {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 0.4em;
    border-top-width: 0.4em;
    border-left: 0.4em solid black;
    margin-bottom: -3px;
}*/
.mainmenu .collapse ul .dropdown-toggle::after {
    width: 0;
    height: 0;
    border: 0px;
}
.mainmenu .collapse ul ul .dropdown-toggle::after {
    /* width: 0; */
    /* height: 0; */
    border: 0 solid transparent;
    border-bottom-width: 0.4em;
    border-top-width: 0.4em;
    border-right: 0.4em solid black;
    margin-bottom: -3px;
    right: 0;
}
.breadcrumb a:hover{
    text-decoration: none;
    color: #000;
}

.list-box-product .details-content {
    background-color: #E8E8E8;
    padding: 20px;
    min-height: 340px;
    position: relative;
}
.list-box-product .details-content .special-text {
    color: #cc6666;
    text-align: left;
    text-transform: uppercase;
    z-index: 3;
    font-family: Dana,times new roman;
    font-size: 16px;
    font-style: italic;
}
.list-box-product h1, .list-box-product h2 {
    margin: 15px 0 0 0;
    font: 28px/24px "Dana",Times,"Times New Roman";
    /* letter-spacing: 0; */
    text-transform: uppercase;
    color: #000 !important;
}
.list-box-product .collection-text {
    /* letter-spacing: 1px; */
    color: #000;
    text-transform: inherit;
    font: 18px/20px "Dana",Times,"Times New Roman";
}
.list-box-product .cg-subsubtitle--rh {
    font: 12px/15px "Dana","open-sans",Arial,Helvetica,sans-serif;
    /* letter-spacing: 0; */
    text-transform: none;
    font-style: italic;
    color: #000 !important;
}
.list-box-product .image-content {
    min-height: 365px;
}
.list-box-product .sample-frame {
    position: absolute;
    left:15px;
    bottom: 15px;
    max-width: 90%;
}
.box-product h2 {
    font: 12px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: inherit;
    text-align: right;
    /* letter-spacing: .15em; */
    color: #000 !important;
    margin-top: 10px;
}
.box-product .desc {
    font: 11px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: inherit;
    text-align: right;
    /* letter-spacing: .15em; */
    color: #000 !important;
}
.box-product a{
    text-decoration: none !important;
}
.box-product {
    margin-top: 15px;
    margin-bottom: 15px;
}
.list-box-product .img-contant {
    height: 340px;
    width: 100%;
}
h1.cat-title {
    font: 16px/18px "Dana",Times,"Times New Roman";
    /*margin-bottom: 0px;*/
    margin-top: 20px;
    /* padding-bottom: 0px; */
}
.breadcrumb {
    border-radius: 0px;
}
.single-box-product a:hover{
    text-decoration: none;
    color: #000;
}
.single-box-product .product-title h1{
    font:18px/18px "Dana",Times,"Times New Roman";
    /* letter-spacing: .08em; */
    margin: 0;
    padding: 0;
    text-align: right;
    color: #000 !important;
}
.single-box-product .desc {
    font: 12px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: inherit;
    text-align: right;
    /* letter-spacing: .15em; */
    color: #000 !important;
    padding-top: 10px;
}
.single-box-product .content {
    font: 12px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: inherit;
    text-align: right;
    color: #000 !important;
    padding-top: 10px;
    /* letter-spacing: .05em; */
}
.single-box-product .product-price__message{
    color: #c66;
    font: 13px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.single-box-product .product-list-header a {
    font: 12px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    /* letter-spacing: .08em; */
}
.single-box-product .product-details .header-details,
.single-box-product .product-main-details .header-main-details{
    font: 12px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: 600;
    /* letter-spacing: .08em; */
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 10px;
}
.single-box-product .product-details .content-details li,
.single-box-product .product-main-details .content-main-details li{
    font:12px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    /* letter-spacing: normal; */
    word-spacing: normal;
}
.samples-area-link .big-title,.samples-area .big-title {
    font: 12px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    /* letter-spacing: .05em; */
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.samples-area-link .sub-title,.samples-area .sub-title {
    font: 12px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    /* letter-spacing: .05em; */
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.samples-area-link ul li,.samples-area ul li {
    display: inline-block;
    padding-bottom: 5px;
    /*position: relative;*/
}
.samples-area-link .sample-frame-link,.samples-area .sample-frame {
    max-width: 100%;
    height: 50px;
    cursor: pointer;
    padding: 2px;
}
.samples-area-link .img-sub-title,.samples-area .img-sub-title {
    font-size: 10px;
    /* letter-spacing: normal; */
    color: #404040;
    font-weight: normal;
    text-transform: capitalize;
    padding-left: 2px;
}
.samples-area-link .sub-title::after,.samples-area .sub-title::after {
    /*content: " ▸";*/
    font-family: "Font Awesome 5 Free";
    content: "\f0d9";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 600;
}
.thumb-selected{
    border:solid 1.5px #666;
}
.add-to-cart:hover {
    background-color: #979797 !important;
    text-decoration: none !important;
    color: #fff !important;
}
.single-box-product .add-to-cart-box {
    width: 30%;
    float:right;
}
.add-to-cart {
    background-color: #000;
    border-color: #000;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 11px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: normal;
    /* letter-spacing: .15em; */
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
}
.product-show-details, 
.product-rel-add-to-cart, 
.invoice-add-customer-new, 
.invoice-add-row-new , 
.invoice-fetch-fabrics-new, 
.invoice-accessory-add-row-new, 
.invoice-fabric-add-row-new, 
.btn-add-invoice-new, 
.invoice-apply-firstrow {
    background-color: #000;
    border-color: #000;
    padding: 9px 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 11px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: normal;
    /* letter-spacing: .15em; */
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
}
.product-show-details:hover ,.product-rel-add-to-cart:hover{
    background-color: #979797;
    text-decoration: none;
    color: #fff !important;
}
.product-relation .bottom-row {
    /* position: absolute; */
    /* bottom: 0; */
    /* text-align: center; */
    margin-top: 20px;
}
.single-box-product .box-inner-title{
    /*	width: 70%;
            float:left;*/
}
.product-relation .product-img-relation {
    max-width: 100%;
}
.product-relation h2,.product-relation h1 {
    font: 14px/18px "Dana",Times,"Times New Roman";
    /* letter-spacing: .08em; */
    margin: 0;
    padding: 0;
    text-align: right;
    color: #000 !important;
}
.product-relation .desc {
    font: 11px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: inherit;
    text-align: right;
    /* letter-spacing: .15em; */
    color: #000 !important;
    padding-top: 10px;
}
.product-relation .product-price__message {
    color: #c66;
    font: 12px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.product-relation {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.single-box-product .customize-selection-btn, .single-box-product .back-to-product {
    background-color: transparent;
    color: #000;
    font: 500 11px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    /* letter-spacing: .2em; */
    padding: 10px 30px;
    text-transform: uppercase;
    border: 1px solid;
}
.single-box-product .customize-selection-btn:hover, .single-box-product .back-to-product:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.single-box-product .customize-selection-btn::after {
    /*content: " ▸";*/
    font-family: "Font Awesome 5 Free";
    content: "\f0d9";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 600;
}
.single-box-product .customize-selection {
    margin-top: 20px;
    margin-bottom: 10px;
}
.single-box-product .customize-selection .row-item {
    margin-bottom: 19px;
}
.single-box-product .poptitle{
    font: 15px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: 500;
    /* letter-spacing: 0; */
    margin: 0;
    text-transform: uppercase;
}
.single-box-product .samples-area {
    border: 1px solid #ccc;
    /* position: absolute; */
    top: 0;
    background-color: #fff;
    width: 111%;
    height: 84.5%;
    padding: 20px;
    overflow: auto;
    /*display: none;*/
}
.single-box-product .samples-area .x-close {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 20px;
    width: 20px;
    transition-delay: .325s !important;
    background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3Bstroke%3A%23000%3Bstroke-width%3A3%3Bstroke-miterlimit%3A10%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8.8%2041.2L41.2%208.8M8.8%208.8l32.4%2032.4%22%2F%3E%3C%2Fsvg%3E"),none;
    background-size: 20px 20px;
    cursor: pointer;
}
.single-box-product .customize-selection-title {
    font: 12px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: 500;
    /* letter-spacing: .08em; */
    text-transform: uppercase;
    cursor: pointer;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}
.samples-area-link{
    cursor: pointer;
}
.single-box-product .back-to-product-box {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
}
.pre-loader-add-cart {
    max-width: 50%;
}
.space-15{
    padding-top: 15px;
}
.content-rel label {
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.content-rel select {
    border-radius: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 30px;
    width: 90%;
    font-size: 12px;
}
.content-rel {
    margin-top: 10px;
}

.rh-modal-no1 .modal-title {
    text-transform: uppercase;
    padding: 0px 0 15px;
    position: relative;
    margin: 0px;
    border-bottom: 1px solid #666;
    width: 100%;
    font-size: 17px;
    /* letter-spacing: 2px; */
    font: 16px/18px "Dana",Times,"Times New Roman";
}
.rh-modal-no1 .modal-header .close {
    /* padding: 1rem 1rem; */
    /* margin: -1rem -1rem -1rem auto; */
    float: left;
    position: absolute;
    top: 10px;
    left: 0;
}

.rh-modal-no1 .btn, .cart-footer .btn, .product-single-footer .btn, .comment-submit-btn  {
    background-color: #000;
    border:none;
    padding: 9px 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 11px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: normal;
    /* letter-spacing: .15em; */
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0px;
}
.rh-modal-no1 .btn:hover, .cart-footer .btn:hover, .product-single-footer .btn:hover, .comment-submit-btn:hover{
    background-color: #979797;
    text-decoration: none;
    color: #fff !important;
}
.rh-modal-no1 .modal-header {
    border-bottom: none; 
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
}
.rh-modal-no1 .modal-footer {
    border-top: none; 
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 0px; 
    direction: ltr;
}
.rh-modal-no1 .modal-content{
    border-radius: 0px;
    border: 1px solid #999;
}
.rh-modal-no1 .modal-body {
    padding-top: 0px;
    border-bottom: 1px solid #666;
    margin: 20px;
    padding-bottom: 25px;
}
.cart .cart-header h4 {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    font-size: 17px;
    /* letter-spacing: 2px; */
}
.cart .panel-default{
    border: none;
}
.cart .cart-row{
    padding-bottom: 20px;
    padding-top: 30px;
    border-bottom: 1px solid #999;
}
.cart .cart-row:hover{
    background-color: #e9e9e92e;
}
.cart-row h5 a:hover {
    color: #333;
}
.cart-row h5 {
    font-size: 14px;
    text-decoration: none;
    /* letter-spacing: .05em; */
    color: #333;
    font-weight: 300;
}
.cart-row .item {
    font-size: 12px;
    /* letter-spacing: 0.04em; */
    /*margin-bottom: 2px;*/
}
.cart-row .item .title {
    color: #999;
}
.cart-footer{
    padding-top: 30px;
    float: left;
    margin-bottom: 30px;
}
.cart-footer .btn-continue,.product-single-footer .btn-continue{
    background-color: #999;
}
.cart-footer .btn-continue:hover{
    background-color: #6a6767;
}
.cart-row .cart-act-cell {
    padding-top: 3px;
}
.cart-row .desc {
    font: 11px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: normal;
    color: inherit;
    text-align: right;
    /* letter-spacing: .15em; */
    color: #000 !important;
    padding-top: 10px;
}
.cart .invoice-customer {
    border-bottom: 3px solid #999;
    width: 190px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 17px;
}
.alert{
    border-radius: 0px;
}
.table-invoice ul{
    font-size: 10px;
}
.cart .panel{
    border: none;
    box-shadow: none;
}
.cart-footer a.btn {
    margin-left: 10px;
}
/*progressbar*/
#progressbar {
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    width: 33.33%;
    float: right;
    position: relative;
    text-align: center;
    /* letter-spacing: 0.05em; */
    font-weight: 600;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #000;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    right: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
#progressbar li::before, #progressbar li::after {
    /* background: #000; */
    color: #000;
    border: 1px solid #000;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #000;
    color: white;
}
.header-home .upper-menu .btn-left {
    color: #fff;
}
.upper-menu .btn-left {
    color: #999;
    display: inline-block;
    font: 500 10px/18px "Dana","open-sans",Arial,Helvetica,sans-serif;
    /* letter-spacing: .12em; */
    /* padding: 0; */
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 10px;
    /* margin-bottom: -11px; */
    /* padding-bottom: -5px; */
}
.upper-menu .btn-left:hover {
    color: #000;
}
.product-single-footer {
    margin-bottom: 15px;
}
.zoom {
    padding: 50px;
    background-color: green;
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.zoom-thumb {
    position: absolute;
    /*margin-top: 3px;*/
    background-color: #fff;
    width: 500px;
    border: 1px solid #000;
    padding: 5px;
    /*margin-left: -451px;*/
    z-index: 1004 !important;
}
.zoom-thumb.rtl{
    margin-right: -452px;
}
.zoom-thumb.ltr{
    margin-left: -452px;
}
.zoom-thumb-half.rtl{
    margin-right: -202px;
}
.zoom-thumb-half.ltr{
    margin-left: -202px;
}
.zoom-thumb .img-side{
    float: left;
    width: 50%;
}
.zoom-thumb .desc{
    text-align: justify;
    float: right;
    width: 50%;
    /* letter-spacing: normal; */
    padding-left: 10px;
    padding-top: 0px;
    font-size: 11px;
}
.zoom-thumb .sample-frame-zoom{
    width: 100%;
}
.zoom-thumb .img-side-full{
    width: 100%;
}
.zoom-thumb-half{
    width: 250px;
}
.table-invoice {
    direction: rtl;
}

.table-invoice * {
    font-family: B Titr Bold;
    font-size: 12px;
    color: #6e6f73;
}
.table-invoice td,.table-invoice th {
    border-color: #000 !important;
    border-width: 2px !important;
}
.table-invoice .head-up td {
    background-color: #6d6e72;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px;
}
.table-invoice .head-up *{
    color: #FFF;
}
.table-invoice .head-up .sign-img {
    height: 40px;
}
.table-invoice .head-up .first {
    padding-top: 10px;
    text-align: right;
    font-size: 15px;
}
.table-invoice .head-up .second {
    text-align: center;
}
.table-invoice .head-down td{
    background-color: #6d6e72;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.table-invoice .head-down .first {
    text-align: right;
    padding-right: 15px;
    border-left: none;
}
.table-invoice .head-down .third {
    text-align: left;
    padding-left: 15px;
    border-right: none;
}
.table-invoice .cart-item-img{
    width: 264px;
}
.table-invoice .content td,.table-invoice .content th{
    text-align: center;
}
.table-invoice .footer-up td{
    text-align: center;
}
.table-invoice .footer-up .first {
    text-align: right;
    border-left: none;
    border-bottom: none;
    vertical-align: top;
}
.table-invoice .footer-up .second {
    border-right: none;
    border-bottom: none;
    border-top: none;
    text-align: left;
}
.table-invoice .footer-middle td{
    text-align: right;
    border-top: none;
}
.table-invoice .footer-title td{
    text-align: center;
}
.table-invoice .footer-down td{
    text-align: center;
    height: 100px;
}
.table-invoice .head-up .first{
    float: right;
    width: 33%
}
.table-invoice .head-up .second{
    float: right;
    width: 33%
}
.table-invoice .head-up .third {
    float: left;
    width: 33%;
    text-align: left;
}
.footer .colfooter h4{
    font: 12px/27px "Dana",Times,"Times New Roman";
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #333;
    /* letter-spacing: 0.15em; */
    text-align: right;
    font-weight: bold;
}
.footer .colfooter .menu-row-link{
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: right;
}
.footer .colfooter .menu-row-link a{
    text-decoration: none;
    color: #666;
    font: 300 11px/17px "Dana","open-sans",Arial,Helvetica,sans-serif;
    /* letter-spacing: 0.15em; */
}
.footer .copy-right-text{
    color: #666;
    font-size: 9px;
    /* letter-spacing: 0.2em; */
}
.scroll-up {
    display: none; 
    position: fixed;
    /* top: 0; */
    z-index: 1;
    cursor: pointer;
    margin-right: 20px;
    width: 72px;
    height: 81px;
    background-color: transparent;
    background-image: url(../../img/search-back-top.svg),none;
    background-size: 72px auto;
    background-repeat: no-repeat;
    right: 6%;
    bottom: 60px;
    outline: 0;
}
.container{
    /*		max-width: 1060px !important;
                    width: 1060px !important;*/
}
.search-invoice input {
    border-radius: 0;
    width: 100%;
    padding-left: 50px;
}
.search-invoice .btn{
    margin-top: -38px;
    float: left;
    border-radius: 0;
}
.cart-row .change-default-label, .table-invoice .change-default-label {
    color: #696969;
    direction: revert;
    font-size: 12px;
}
.cart-row .change-default-val,.table-invoice .change-default-val {
    width: 50%;
    height: 25px;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 10px;
}
.table-invoice .change-default-val {
    width:100%;
    direction: rtl;
}
.table-invoice .alternative {
    margin-top: 10px;
}
.cart .total-of {
    float: left;
}
.cart #customer_id{
    width: 100%;
}
.cart-footer .btn.float-right{
    margin-left: 10px;
}
.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}
.page-link:hover {
    color: #000;
}
.page-link {
    color: #000;
}
.pay_description{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    text-align: right;
    height: 180px;
    width: 100%;
    direction: rtl;
    overflow-y: auto;
}
.set-locale {
    float: left;
}
.header-home .set-locale {
    color: #FFF;
}
.set-locale a:hover{
    text-decoration: none;
}
.header-link-more:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d9";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 600;
}
.add-all-to-cart{
    float: left;
}
.btn-show-msg-cart-showcart{
    float: left;
}
.btn-show-msg-cart-close{
    float: right;
}
.alert .close{
    float: left;
}
.box-title-invoices{
    float: right;
}
.search-invoice{
    float: left;
}
.add-customer{
    float: right;
    margin-right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    text-align: right;
}
.dashboard-card {
    padding: 10px;
}
.content-product {
    overflow: hidden;
    position: relative;
    /*margin-bottom: 10px;*/
}
.show-more-content {
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    font-size: 13px;
    color: #007bff !important;
    height: 45px;
    text-align: left;
    padding-top: 30px;
    background: linear-gradient(to bottom, #ffffffed, #FFF);
}
.show-more-content::after {
    /* content: " ▸"; */
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 600;
}
.show-less-content {
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    font-size: 13px;
    color: #007bff !important;
    text-align: left;
}
.show-less-content::after {
    /* content: " ▸"; */
    font-family: "Font Awesome 5 Free";
    content: "\f0d8";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 600;
}
.btn-invoice {
    font-size: 11px;
}
.logo-invoice{
    width: 50%;
}
.invoice-preview-payment-ways {
    border: 2px solid #F00;
    padding: 10px;
}
.invoice-preview-payment-ways .head-title {
    font-size: 18px;
    margin-bottom: 15px;
}
.cart-user-info {
    border: 1px solid #CCC;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
}
.cart-user-info-header {
    font-size: 14px;
}
.btn-invoice {
    margin: 2px;
}
.btn-invoice2cart{
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.content-product p{
    margin: 0;
}

.invoices-payment-ways .add_repeat {
    color: #63c200;
    cursor: pointer;
    float: left;
    font-size: 28px;
    padding: 5px 5px 0;
}
.invoices-payment-ways .add_repeat:active {
    color: #4F9902;
}
.invoices-payment-ways .repeatbox{
    width: 100%;
    padding: 10px;
    direction: rtl;
    font-size: 14px;
}
.invoices-payment-ways .repeatbox td,.invoices-payment-ways .repeatbox th{
    padding: 0px;
    text-align: center;
}
.invoices-payment-ways .repeatbox .form-group{
    margin: 2px;
}
/* =================================================================== */
.invoices-payment-ways .repeatbox .remove_repeat {
    color: #f00;
    cursor: pointer;
    font-size: 24px;
    padding: 5px;
}
.invoices-payment-ways .repeatbox .remove_repeat:active {
    color: #AD0000;
}
/* =================================================================== */
.invoices-payment-ways .repeatbox .order_up, .invoices-payment-ways .repeatbox .order_down {
    color: #0589e6;
    cursor: pointer;
    font-size: 24px;
    padding: 5px;
}
.invoices-payment-ways .repeatbox .order_up:active, .invoices-payment-ways .repeatbox .order_down:active {
    color: #005998;
}
.invoices-payment-ways .box-title{
    font-size: 15px;
    text-align: center;
    background-color: #edcfa3;
    padding: 5px;
    margin-bottom: 2px;
    font-weight: bold;
}
.invoices-payment-ways .nav-link{
    color: #000;
}
.invoices-payment-ways .nav-tabs{
    direction: rtl;
}
.invoices-payment-ways {
    padding: 0;
}
.invoices-payment-ways .tab-content {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
.invoices-payment-ways .btn-save-offline-payment{
    padding: 5px 15px;
    float: left;
    margin-top: 10px;
}
.invoices-payment-ways .btn-save-online-payment {
    padding: 5px 15px;
    position: absolute;
    left: 15px;
    bottom: 0px;
}
.invoices-payment-transactions{
    direction: rtl;
}
.toggle-invoice{
    float: left;
    cursor: pointer;
}
.toggle-invoice{
    color: #2196F3;
}
.home-padding{
    padding-right: 30px;
    padding-left: 30px;
}
.home-gallery-title-area {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    overflow: hidden;
}
.home-gallery-title-area .home-gallery-title-liner {
    background-color: #CCC;
    position: absolute;
    height: 2px;
    width: 100%;
    margin-top: -15px;
    z-index: -1;
}
.home-gallery-title-area .home-gallery-title{
    width: max-content;
    margin: 0 auto;
    background-color: #FFF;
    font-size: 18px;
    padding: 0 15px;
    font-weight: 500;
    text-align: center;
}
.home-gallery .ug-thumb-wrapper.ug-tile img.ug-thumb-image{
    border-radius: 0px !important;
}
.home-option-img{
    display: block;
    opacity: .9;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
.home-option-img-card {
    width: 100%;
    /*height: 475px;*/
}
.home-option-card{
    background-color: #cccccc26;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.home-option-title{
    font-size: 18px;
    padding: 5px 15px 0 15px;
}
.home-option-desc{
    padding: 0 15px 0 15px;
}
.home-option-card a{
    outline: 0;
}
.home-option-card a:hover,.home-option-card-land a:hover{
    text-decoration: none;
    color: #000;
}
.home-option-card-icon{
    border-radius: 50%;
    background-color: #FFF;
    width: 35px;
    text-align: center;
    height: 35px;
    margin: 15px;
}
.home-option-card-icon i{
    font-size: 18px;
    vertical-align: middle;
    margin-top: 8px;
}
.home-a {
    margin-top: 30px;
}
.home-b {
    margin-top: 15px;
}
.home-d {
    margin-top: 40px;
}
.home-option-card-land{
    border: 2px solid #CCC;
    padding: 15px;
    margin-bottom: 15px;
}
.home-option-title-land {
    margin-top: 10px;
    font-size: 15px;
    margin-right: 10px;
    font-weight: bold;
}
.home-option-desc-land {
    margin-top: 10px;
    font-size: 14px;
    margin-right: 10px;
}
.home-option-img-land {
    width: 85px;
    float: right;
    margin-left: 10px;
}
.home-d-border{
    border-top: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    padding-top: 15px;
}
.home-b .home-option-title{
    font-size: 16px;
    text-align: center;
    padding: 5px
}
.social-media-footer {
    margin-top: 30px;
}
.social-media-footer li{
    display: inline-block;
}
.social-media-footer .social-icon{
    background-color: #777;
    color: #FFF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
}
.social-media-footer i{
    vertical-align: middle;
}
.social-media-footer i.telegram{
    font-size: 12px;
    padding-right: 2px;
}
.btn-modal-error-ok{
    float: left;
}
.image-logo-mobile{
    width: 100%;
}
.img-contant-collection-mobile{
    display: none;
    margin-bottom: 15px;
}
.sample-frame .sample-frame-img{
    max-width: 100%;
}
.img-contant-collection-mobile .sample-frame-img {
    width: 100%;
    margin-top: 15px;
}
.thead-dark th a{
    color: #FFF !important;
}
.table-customers-list th,.table-customers-list td{
    vertical-align: middle !important;
    font-size: 14px;
}
.table-customers-list th{
    text-align: center;
}
.comment-item {
    border: 1px solid #CCC;
    margin: 20px 0px;
    padding: 40px;
}
.comment-author {
    float: right;
    width: 8%;
    text-align: center;
}
.coment-user-name {
    font-weight: 500;
    margin-top: 10px;
}
img.comment-avatar {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.comment-content {
    padding-right: 50px;
    float: left;
    width: 92%;
}
.comment-reply-link{
    float: left;
    color: #428bca;
}
.comment-date {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
ul.comment_list ul {
    /* list-style: none; */
    margin-right: 8%;
}
.school_comments {
    margin-top: 61px;
}
.comment-reply-link {
    float: left;
    color: #000 !important;
    background-color: #e5e5e5;
    border-radius: 15px 0 0 0;
    padding: 5px 10px;
    text-decoration: none !important;
    outline: 0 !important;
    font-size: 12px !important;
}
.comment-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
.comment-form-title-replier {
    color: #c66;
}
.comment-form {
    margin-top: 35px;
}
.comment-form-input {
    outline: 0;
    border-radius: 0;
    outline: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    box-shadow: none;
    padding-right: 0;
}
.comment-form-input:focus {
    box-shadow: none;
}
.comment-form-textarea {
    outline: 0;
    border-radius: 0;
    margin-top: 15px;
}
.comment-form-input-email, .comment-form-input-mobile{
    text-align: right;
    direction: ltr;
}
.comment-submit-btn{
    margin-top: 10px;
    float: left;
}
.comments{
    width: 100%;
}
.shop_comments {
    margin-top: 30px;
}
.comment-captcha{
    float: left;
}
.send-confirm_code_timer-dowon {
    width: 100%;
    background-color: #CCC;
    border-radius: 5px;
    padding: 5px;
    font-size: 18px;
    display: none;
    border: 2px solid #CCC;
    text-align: center;
}
.login-footer .btn{
    width: 100%;
    margin-top: 2px;
}
.login-footer .btn-default{
    border: 1px solid #212529;
}
.upper-menu .btn-twin {
    border: 2px solid #000;
    border-radius: 15px;
    margin-top: 28px;
    padding: 0px 10px 2px !important;
    margin-right: 2%;
}
.header-home .upper-menu .btn-twin {
    border: 2px solid #FFF;
}
.btn-black-tc,.btn-gray-tc {
    background-color: #000;
    border-color: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
}
.btn-black-tc:hover, .btn-gray-tc:hover{
    background-color: #979797;
    text-decoration: none;
    color: #fff !important;
}
.btn-gray-tc{
    background-color: #999;
}
.btn-gray-tc:hover{
    background-color: #6a6767;
}
::placeholder {
    color: #CCCCCC !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCCCCC !important;
}
.goto-change-mobile{
    float: left !important;
    margin-top: -15px;
    margin-bottom: 15px;
}
.blog{
    /*background-color: #f5f5f5;*/
    overflow: hidden;
}
.blog-row .blog-item{
    background-color: #f5f5f5 !important;
    margin-bottom: 0px !important;
}
.blog-row{
    background-color: #f5f5f5 !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin-bottom: 10px;
}
.blog-item-body {
    font-size: 14px;
    width: 100%;
}
.blog-item-content {
    text-align: justify;
    padding-left: 10%;
    margin: 0;
    padding-right: 15%;
}
.blog-item .btn {
    float: left;
    border-radius: 0;
    font-size: 12px;
}
.blog-item-thumbnail {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.blog-row-mobile {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.blog-row-mobile .blog-row-mobile-thumbnail {
    height: 80px;
    width: 150px;
}

.blog-row-mobile .blog-row-mobile-title {
    font-size: 12px;
    margin-bottom: 2px;
}

.blog-row-mobile .blog-row-mobile-exerpt {
    font-size: 12px;
    margin-bottom: 5px;
}

.blog-row-mobile .blog-row-mobile-content {
    padding-right: 10px;
}
.blog-row-mobile .btn{
    float: left;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 0;
}
.blog-post .post-title {
    font-size: 20px;
}

.blog-post .date {
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
}

.blog-post .panel-heading {
    padding-right: 0;
}
.blog-post .post-body img {
    max-width: 100%;
}
.blog-post .btn-quickedit{
    font-size: 10px;
}
.single-network-product-img {
    width: 100%;
}
.single-network-product .left-side {
    text-align: center;
}
.single-network-product .currency-label{
    font-weight: 500;
    font-size: 16px;
}
.single-network-product .go-to-card-area .btn,
.single-network-product .go-to-followup-area .btn{
    width: 100%;
    border-radius: 0px;
}
.single-network-product-funcs-button{
    margin-top: 15px;
}
.network-cart-networker{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    align-content: stretch;
}
.network-cart-networker .network-cart-networker-item:nth-child(2){
    padding-right: 10px;
}
.networker-code-attent{
    float: right !important;
    margin-top: -10px;
    margin-bottom: 15px;
}
.gift-area {
    direction: ltr;
    margin-bottom: 15px;
}
.gift-item-equal,
.gift-item-plus {
    color: #CCC;
    font-size: 25px;
    height: 50px;
    width: 50px;
    text-align: center;
    padding-top: 5px;
}
.gift-item-inactive,
.gift-item-check {
    font-size: 30px;
    background-color: #c4c4c4;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #FFF;
    text-align: center;
}
.gift-item-check.active {
    color: #28a745;
}
.gift-item-gift {
    width: 50px;
    height: 50px;
}
.gift-item-gift img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.gift-item-equal i,
.gift-item-plus i,
.gift-item-check i,
.gift-item-inactive i{
    vertical-align: middle !important;
}
.gift-content-title {
    color: #FFF;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.gift-content .show-modal,
.gift-content .show-modal-saved-gift{
    cursor: pointer;
}
.gift-content .show-msg-body {
    width: 100%;
}
.jtolica-title {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
}
.modal_saved_gift-title{
    width: 100%;
    font-size: 18px;
}
.jtolica-title-userinfo{
    float: left;
    margin-top: 15px;
}
.agent-request-header{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.agent-request-header-rules {
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.agent-request-rules {
    list-style-type: disc;
    padding-right: 30px;
    margin-top: 15px;
}
.agent-request-rules-confirm {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.conrifm-rules{
    cursor: pointer;
    font-weight: 500;
}
.agent-request-submit{
    float: left;
}
.agent-request .select2-container{
    width: 100% !important;
}
.agent-request-rules-footer {
    margin-top: 15px;
}
.agent-request .g-recaptcha {
    float: left;
}
/*.table-invoice td{
    padding: 2px !important;
}*/
.total-fabric-area{
    float: left;
}
.invoice-add-customer{
    background-color: #2196F3;
    font-size: 12px;
    float: left;
    color: #FFF;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    padding: 4px 5px;
    margin-top: -2px;
}
.select2-container{
    width: 100% !important;
}
.invoice-edit-customer-note {
    font-size: 13px;
}
.invoice-edit-customer-note .btn {
    font-size: 12px;
}
.cart .custom-product {
    border-bottom: 3px solid #999;
    width: 190px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 17px;
}
.flex-align-center{
    display: flex;
    align-items: center;
}
.search-invoice-advanced,.search-invoice-simple {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #CCC;
}

.box-title-invoice-advanced,.box-title-invoice-simple {
    font-size: 16px;
    border-bottom: 2px solid #CCC;
    padding-bottom: 7px;
}

.search-invoice-advanced .btn[type="submit"] {
    float: left;
}
.search-invoice-simple .btn {
    margin-top: -38px;
    float: left;
    border-radius: 0;
}
.code-generator-title, .code-generator-code {
    width: 100%;
    border: 1px solid #727272;
    border-radius: 5px;
    padding: 5px;
    position: relative;
    margin-bottom: 5px;
    height: 35px;
}
.code-generator-title .copy-btn-title, .code-generator-code .copy-btn-code {
    float: left;
    cursor: pointer;
    padding: 3px;
}
.title-copied,.code-copied {
    display: none;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -31px;
    background-color: #999;
    color: #FFF;
    border-radius: 5px;
    padding: 5px;
}
.code-generator-generated {
    background-color: #ece0be;
    padding: 15px 5px;
    border-radius: 5px;
    font-size: 14px;
    margin: 5px;
}
.btn-number.btn-danger {
    border-radius: 0 2px 2px 0;
    padding-top: 8px;
    padding-bottom: 4px;
}
.btn-number.btn-success {
    border-radius: 2px 0 0 2px;
    padding-top: 8px;
    padding-bottom: 4px;
}
.event-view {
    background-color: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
}
.event-view .item {
    padding-right: 30px !important;
    padding-top: 15px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    float: left !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    float: left !important;
    margin-left: 10px;
}
.modal_goproduction_form-loading {
    text-align: center;
    margin-top: 10px;
    color: #999;
}
.preload-codegenerator{
    width: 50px; 
    float:left;
}
.input-label-inline-cart {
    margin-top: 5px;
    width: 5rem;
}
.input-label-inline-cart input{
    border-radius: 0px;
}
.input-label-inline-cart label {
    padding: 8px 2px;
}
.input-label-inline-cart input {
    padding: 0px;
}
.invoice-add-customer-new {
    margin-right: 2px;
    color: #FFF;
    margin-top: 5px;
}
.invoice-search-customer-new, .invoice-search-customer-new:hover {
    width: 50%;
    float: right;
    outline: 0;
    text-decoration: none;
}
.invoice-accessory-add-row-new,
.btn-add-invoice-new, 
.invoice-add-row-new , 
.invoice-apply-firstrow, 
.invoice-fetch-fabrics-new, 
.invoice-fabric-add-row-new, 
.invoice-add-row-new:hover, 
.invoice-apply-firstrow:hover, 
.invoice-fetch-fabrics-new:hover, 
.invoice-fabric-add-row-new:hover, 
.invoice-accessory-add-row-new:hover, 
.btn-add-invoice-new:hover{
    outline: 0;
    text-decoration: none;
    color: #FFF;
}
.invoice-apply-firstrow {
    background-color: #6b7baa;
    margin-bottom: 10px;
    float: right;
    padding: 5px 10px;
}
.btn-add-invoice-new{
    float: left;
}
.invoice-search-customer-new .select2-container .select2-selection--single {
    height: 37px;
    border-radius: 0 !important;
}
.invoice-search-customer-new .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    direction: rtl;
}
/* ------------------- */
.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 10px;
}
.switch-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-checkbox .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch-checkbox .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0px;
    top: -8px;
    background-color: #476c89;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch-checkbox input:checked + .slider {
    background-color: #2196F3;
}
.switch-checkbox input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
.switch-checkbox input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.switch-checkbox .slider.round {
    border-radius: 34px;
}
.switch-checkbox .slider.round:before {
    border-radius: 50%;
}
.switch-checkbox-box {
    float: right;
    margin-right: 10px;
}
.switch-checkbox-label {
    padding-top: 0px;
    padding-left: 10px; 
    vertical-align: middle;
}
/* ------------------- */
.invoice-cart-new thead td, .invoice-cart-new thead th {
    border-bottom-width: 2px;
    background-color: #000;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
    text-align: center;
}
.invoice-cart-new *{
    font-size: 12px;
    direction: rtl;
}
.invoice_accessories-store,
.invoice_fabric-store,
.invoice_items-store {
    padding: 2px;
    min-width: 40px;
}
.invoice_accessories-count,
.invoice_fabric-count,
.invoice_items-count {
    width: 100%;
    padding: 2px;
    text-align: center;
}
.invoice_accessories-fi, .invoice_accessories-price, .invoice_accessories-price_final, .invoice_accessories-coupons_text,
.invoice_fabric-fi, .invoice_fabric-price, .invoice_fabric-price_final, .invoice_fabric-coupons_text,
.invoice_items-fi, .invoice_items-price, .invoice_items-price_final, .invoice_items-coupons_text {
    border: none;
    background-color: transparent;
    text-align: center;
    direction: ltr;
    outline: 0;
}
img.invoice_accessories-thumb,
img.invoice_fabric-thumb,
img.invoice_items-thumb {
    width: 70px;
}
.btn-refresh-invoice {
    background-color: #ce304c;
    border-color: #999;
    padding: 10px 20px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    font: 11px "Dana","open-sans",Arial,Helvetica,sans-serif;
    font-weight: normal;
    /* letter-spacing: .15em; */
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    float: left;
}
.invoice-search-customer-new .select2-container{
    direction: ltr !important;
}
.invoice-cart-new .cart-header,
.invoice-cart-new .panel-body{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.select2-coupons-container {
    width: 60px !important;
    position: relative;
    margin-bottom: 20px !important;
}
.select2-coupons-container .select2-selection__clear{
    display: none;
}
.select2-coupons-container .select2-container *{
    font-size: 10px;
}
.select2-coupons-container .select2-selection--multiple .select2-selection__choice {
    overflow: auto;
    width: 100%;
    text-align: right;
}
.invoice_accessories-fi, .invoice_accessories-price, .invoice_accessories-price_final,
.invoice_items-fi, .invoice_items-price, .invoice_items-price_final,
.invoice_fabric-fi, .invoice_fabric-price, .invoice_fabric-price_final{
    width: 100% !important;
}
.invoice-cart-new td{
    padding: 2px !important;
    text-align: center;
}
.switch-checkbox-box-small{
    float: none;
}
.switch-checkbox-box-small .switch-checkbox {
    width: 15px !important;
    height: 5px !important;
}
.switch-checkbox-box-small .switch-checkbox .slider:before {
    height: 15px !important;
    width: 15px !important;
    left: -13px !important;
    top: -5px !important;
}
.invoice-cart-new .select2-container .select2-selection--single .select2-selection__rendered{
    text-align: right;
}
.table-summery {
    /* float: left; */
    background-color: #f4f4f4;
    margin-top: 15px;
    border: 1px solid #e6e6e6;
}
.table-summery-final {
    background-color: #1a7431;
    color: #FFF;
}
.table-summery td {
    text-align: right;
    /*font-weight: bold;*/
    padding: 5px !important;
}
.table-summery-final td {
    border: none;
}
.table-summery td.price {
    text-align: left;
}
.show-more-user-info, .show-more-user-info:hover {
    color: #FFF;
    text-decoration: none;
    outline: 0;
}
.invoice-new-section-seprator {
    border-bottom: 1px solid #CCC;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.invoice-new-section-title {
    background-color: #FFF;
    padding: 10px 0 10px 10px;
    position: absolute;
    right: 0;
    top: -24px;
    font-size: 16px;
    font-weight: 500;
}
.invoice_items-description, .invoice_fabric-description, .invoice_accessories-description {
    width: 140px;
    margin: 2px auto;
}
.invoice_items-coupons_text, .invoice_fabric-coupons_text, .invoice_accessories-coupons_text {
    position: relative;
    bottom: 0px;
    right: 0;
    left: 0;
    background-color: #dc3545;
    color: #FFF;
    width: auto;
    border-radius: 5px;
    margin-top: 0;
    padding: 0;
    font-size: 11px;
}
.select2-coupons-container .select2-container{
    width: 150px !important;
}
.select2-coupons-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-left: auto !important;
}
.select2-coupons-container .select2-container--default .select2-search--inline .select2-search__field {
    text-align: center;
}
.select2-coupons-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: 0px;
}
.invoice-cart-new .form-group {
    margin-bottom: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.inventory-list-thumbnail {
    width: 100%;
}
.table-inventory-selection-list{
    font-size: 12px;
    border-color: #000;
}
.table-inventory-selection-list th {
    background-color: #8a293a;
    color: #FFF;
    text-align: center;
    border-color: #FFF;
    padding: 5px 2px !important;
}
.table-inventory-selection-list td {
    padding: 4px !important;
    border-color: #FFF;
}
.table-inventory-selection-list tbody tr:nth-of-type(odd) {
    background-color: #ffeaed !important;
}
.modal-list-inventory-content #table-roles_info {
    float: right;
}
.modal-list-inventory-content #table-roles_paginate {
    font-size: 10px;
    float: left;
}
.modal-list-inventory-content li.paginate_button {
    padding: 0 !important;
}
.modal-list-inventory-content .input-number {
    height: 30px;
    outline: 0;
}
.modal-list-inventory-content .btn-number.btn-danger {
    padding-top: 4px;
    padding-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
}
.modal-list-inventory-content .btn-number.btn-success {
    padding-top: 4px;
    padding-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
}
#myModal_list_inventory .btn-modal-list-inventory-select {
    position: absolute;
    left: 25px;
}
.no-click{
    pointer-events: none;
    cursor: no-drop;
}
.invoice-btn-links{
    float: left;
    margin-left: 5px;
}
.blur-div {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    top: 0;
    opacity: 0.5;
}
input.invoice_accessories-barcode {
    width: 30px;
    border: 1px solid #8a293a;
    padding: 5px;
}
input.invoice_accessories-barcode:focus {
    background-color: #f6dbc2;
}
.box-header-new{
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    display: flex;
    place-content: space-around;
    align-items: center;
    padding-bottom: 5px;
}
.box-header-new-item:first-child{
    flex: 1;
}
.dashboard-new .row .item {
    margin-bottom: 10px;
}