.brd-1{
    border : 1px solid #D5DBDB;
}
.brd-2{
    border : 2px solid #D5DBDB;
}
.brd-radius{
    border-radius: 0.5rem;
}
.pd-10{
    padding: 1.5rem;
}
.prod-img{
    border: 1px solid #ced4da;
}
.fs-10{
    font-size: 10px;
}
.span-error {
    color: #ff0000;
}

.lower-text {
    text-transform: lowercase;
}

.btn-padding {
    padding: 4px 4px 3px 5px;
    font-size: 15px;
    color: #000000;
    margin-left: 2px;
    border: 0px solid #a5b3ce;
    border-radius: 0px;
    text-transform: capitalize;
    background: none;
}
.btn-padding:hover{
    background: none;
    color: #000000;
}
.pd-0 {
    display: flex;
}

.btn-hide {
    display: none;
}

.group-permission-heading {
    border: 1px solid #e7ebed;
    padding: 5px 10px 0px 12px;
}

.group-permission {
    border: 1px solid #e7ebed;
    padding: 5px 10px 15px 12px;
}

.bl-none {
    border-left: none;
}

.default-hide {
    visibility: visible;
    width: 100%;
    top: 39px;
    left: 0px;
    display: none;
}

.dis-flx {
    display: flex;
}

.new-ml-5{
  margin-left: 5px;
}
.font-danger{
  color: #ff0000!important;
}
.font-success{
  /*color: blue!important;*/
}
.font-warning{
  /*color: green!important;*/
}
.cursor{
    cursor: pointer;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.mini-title{
    padding: 5px 0px 0px 15px;
    background: var(--topbar-header-background);
    border: 2px solid var(--topbar-header-background);
}
.mini-title .heading{
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1px;
}

.prd-img-div{
    width:100%;
    height:160px;
}
.prd-img-div img{
    width: auto;
    height: initial!important;
    max-height: 155px;
}
.filter-modal-body {
    padding: 0px 0px 0px 25px;
    max-height: calc(130vh - 250px);
    overflow-y: auto;
}
.pdf-iframe {
    width: 100%;
    height: 200px;
}
.wd-5 {
    width: 5%!important;
}
.wd-10 {
    width: 10%!important;
}
.wd-15 {
    width: 15%!important;
}
.wd-20 {
    width: 20%!important;
}
.wd-25 {
    width: 25%!important;
}
.wd-30 {
    width: 30%!important;
}
.wd-35 {
    width: 35%!important;
}
.wd-40 {
    width: 40%!important;
}
.wd-45 {
    width: 45%!important;
}
.wd-50 {
    width: 50%!important;
}
.wd-55 {
    width: 55%!important;
}
.wd-60 {
    width: 60%!important;
}
.wd-65 {
    width: 65%!important;
}
.wd-70 {
    width: 70%!important;
}
.wd-75 {
    width: 75%!important;
}
.wd-80 {
    width: 80%!important;
}
.wd-85 {
    width: 85%!important;
}
.wd-90 {
    width: 90%!important;
}
.wd-95 {
    width: 95%!important;
}
.wd-99 {
    width: 99%!important;
}
.wd-100 {
    width: 100%!important;
}

.m-3{
    margin: 3px;
}

.mr-20{
    margin-right: 20px;
}

.limit-select{
    width: fit-content;
}
.limit-form{

}

/*.td-display{
    display: flex;
}*/

@media(max-width:767px) {
    .card-body{
        overflow: scroll;
    }
    .td-display{
        display: table-cell;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .card-body{
        overflow: auto;
    }
    .td-display{
        display: table-cell;
    }
}
.modal .select2{
    width: 100%!important;
}
.select2-container--open{
    z-index: 999999;
}

.fixed-header{
    /*width: 81%;
    background: #fff;
    position: fixed;
    z-index: 9999;*/
}

.radio label{
    cursor: pointer;
}

.table-responsive-md tbody td{
    font-size: 13px!important;
}
.td-action-div{
    display: inline-flex;
}
.form-image-div img{
    width: inherit;
}
.text-left{
    text-align: left!important;
}
.bg-none{
    background: none!important;
}

.center-sign .logo{
    width: 50%;
}
.center-sign .logo img{
    width: inherit;
}
.body-sign .card-sign{
    margin-top: 5px;
}
.body-sign .card-sign .card-body{
    padding: 20px 25px 15px;
}
.product-image{
    /*height: 170px;*/
    /*width: 100%;*/
    max-width: 100%;
}
.product-image img{
    width: inherit;
    height: inherit;
}


.td-display{
    width: 0px;
}

.login-image{
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 20px 0px;
}
.login-image img{
    /*width: inherit;*/
    height: inherit;
}

@media(max-width:576px) {
    .login-image{
        height: auto;
    }
    .login-image img{
        width: inherit;
    }
}

.modal-title{
    letter-spacing: 0.8px;
}
.h-40-px{
    height: 40px;
}
.search-form{
    height: 40px;
}
.product-division{
    min-height: 70vh;
}


@media((min-width: 768px)){
    .col-sm-6{
        flex: 0 0 auto;
        width: 50%!!important;
    }
}
.filters-sidebar-wrapper{
    max-height: 90vh;
    overflow: auto;
}
.list-unstyled{
    max-height: 150px;
    overflow: auto;
    overflow-x: unset;
}
.filters-sidebar-wrapper .card .card-header+.card-body{
    padding: 5px!important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  cursor: pointer;

}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  cursor: pointer;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: pointer;
}
.userbox .list-unstyled{
    height: auto;
    max-height: fit-content;
}
textarea{
    border: 1px solid #ced4da!important;
}

.pl-0{
    padding-left: 0px!important;
}
.pr-0{
    padding-right: 0px!important;
}
.p-5{
    padding: 5px;
}

.pl-20{
    padding-left: 20px!important;
}

.ml-0{
    margin-left: 0px!important;
}
.mr-0{
    margin-right: 0px!important;
}
.ml-5{
    margin-left: 5px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}

.product-variant-block{
    background: none!important;
    /*border: 2px;*/
    /*border-style: solid;*/
    /*width: fit-content!important;
    height: fit-content!important;*/
    /*border-radius: 0px!important;*/
    /*padding: 0px 10px!important;*/
    min-height: 25px;
    min-width: 25px;
}
.product-variant-block div{
    min-width: 25px;
    min-height: 25px;
    border-radius: 4px;
    padding: 0px 2.5px;
}
/*
.variant-active{
    border: 2px solid #a34a9a;
    padding: 2.5px;   
}
.variant-active[type=color] div{
    width: 25px;
    height: 25px;
}*/

/*rating*/
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}

.font-size-13{
    font-size: 13px!important;
}
.variation{
    font-size: 14px;
    font-weight: 400;
}
.p-0{
    padding: 0px!important;
}
.border-none{
    border: 0px!important;
}
.text-uppercase{
    text-transform: uppercase;
}
.product-section{
    /*height: 130vh;*/
    display: contents;
}
#goog-gt-tt {
    display: none !important
}

.goog-te-banner-frame {
    display: none !important
}

.goog-te-menu-value:hover {
    text-decoration: none !important
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important
}

#google_translate_element2 {
    display: none !important
}
.mb-30{
    margin-bottom: 30px;
}
.span-error{
    color: #ff0000;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.pb-10{
    padding-bottom: 10px;
}