.small_gap_form label{
    margin-bottom: 2px;
}
.small_gap_form .form-group {
    margin-bottom: 10px;
}
.sm-class-check .form-check-input {
    margin-top: 7px;
}
.sm-pro-cat-list{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    padding: .375rem .75rem;
    max-height: 250px;
    overflow: auto;
}
.sm-form-check2 {
    padding-left: 20px;
}
.note-editor.note-frame .note-editing-area .note-editable{
    min-height: 150px;
}

.req:after {
    content:" *";
    color: red;
}
.main-sidebar .sidebar {
    overflow-y: scroll;
    position: fixed;
}

.ad_pro_review i{
    font-size: 12px;
    color: #FFAB10;
}

.our_cusTag .bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: .375rem .25rem;
    color: #555;
    vertical-align: middle;
    border-radius: .25rem;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    width: 100%;
}

.our_cusTag .label-info{
    background-color: #17a2b8;
}

.our_cusTag .label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,
    border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/*============= Multiple images ===========*/
.ui-sortable-placeholder {
    border: 1px dashed black !important;
    visibility: visible !important;
    background: #eeeeee78 !important;
}
.ui-sortable-placeholder * {
    visibility: hidden;
}
.RearangeBox.dragElemThumbnail {
    opacity: 0.6;
}
.RearangeBox {
    width: 76px;
    height: 76px;
    padding: 3px;
    cursor: all-scroll;
    float: left;
    border: 1px solid #9e9e9e;
    font-family: sans-serif;
    display: inline-block;
    margin: 3px !important;
    text-align: center;
    color: #673ab7;
    background: #001F3F;
    /*color: rgb(34, 34, 34);
              background: #f3f2f1;     */
}


.IMGthumbnail {
    max-width: 70px;
    height: 68px;
    margin: auto;
    background-color: #ececec;
    padding: 1px;
    border: none;
}

.IMGthumbnail img {
    max-width: 100%;
    max-height: 100%;
}

.imgThumbContainer {
    margin: 4px;
    border: solid;
    display: inline-block;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.imgThumbContainer > .imgName {
    text-align: center;
    padding: 2px 6px;
    margin-top: 4px;
    font-size: 12px;
    height: 22px;
    overflow: hidden;
}

.imgThumbContainer > .imgRemoveBtn {
    position: absolute;
    color: #dc3545;
    right: 3px;
    top: 3px;
    cursor: pointer;
    display: none;
}

.RearangeBox:hover > .imgRemoveBtn {
    display: block;
}

.brand-link .brand-image {
    float: none;
    max-height: 50px;
    width: auto;
    border-radius: 5px;
}
.layout-navbar-fixed .wrapper .brand-link {
    text-align: center;
}

.powered_by_logo img{
    max-height: 40px;
    padding-left: 5px;
}

.product-card{
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px;
}
.product-name{
    font-size: 14px;
    height: 36px;
}

.sm_fixed_height{
    height: 450px;
    overflow: auto;
}

.product-price{
    font-size: 14px;
}
.product-price del {
  color: #FF3D71;
}
