.bow_hide{
    display:none
}
span.error_label{
    display: none;
}
span.error{
    display: inherit !important;
}
span.error{
    color: red;
    font-style: italic;;
}
.grid-3{
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    align-items: center;
}
.capitalize{
    text-transform: capitalize;
}
.sku_status_box .sku_status{
    display: none;
}
.sku_wroking_status .sku_working{
    display: block !important;
}
.sku_error_status .sku_error{
    display: block !important;
}
.sku_valid_status .sku_valid{
    display: block !important;
}
.sku_status{
    padding-top: 8px;
}
.input_error{
    border-color: red !important;
}
tr.error_row td{
    background-color: #ffdcdc;
}
.input_errors{
    display: none;
    margin-bottom: 0px;
    font-size: 13px;
}
.sku_input_error,.upc_input_error,.asin_input_error{
    display: block !important;
}
.img-100{
    width: 100px;
    height: 100px;
}
.variation_error{
    display: none;
    color: red;;
}
div.input_error .select2-container--default .select2-selection--multiple{
    border-color: red !important;
}
div.input_error .variation_error{
    display: block;
}
table.item_table td{
    border-top: none;
}
img.thumb_image{
    max-height: 70px;
    max-width: 70px;;
}
img.thumb_image_large{
    max-height: 120px;
    max-width: 120px;;
}
.order_Pending{
    background: #fbcf3f;
    border-radius: 9px;
    padding: 2px 8px 4px 8px;
    margin-top: 5px;
    display: block;
    width: fit-content;
}
.order_Canceled{
    background: #000;
    border-radius: 9px;
    padding: 2px 8px 4px 8px;
    margin-top: 5px;
    display: block;
    color: #fff;
    width: fit-content;
}
.order_Shipped{
    background: #009138;
    border-radius: 9px;
    padding: 2px 8px 4px 8px;
    margin-top: 5px;
    color: #fff;
    display: block;
    width: fit-content;
}

/***** Nav steps  ********/
.nav-steps{

}

.nav-steps .nav-item{
    border-radius: 5px;
}
.nav-steps .nav-item.active{
    background: #fcc;
}
/***** bow Card Box    *****/
.bow_item_box{
    display: grid;
    grid-template-columns: 80px 1fr;
    padding: 2px;
    min-height: 100px;
    grid-column-gap: 5px;
    max-width: 275px;
    background:#fff; 
    border-radius:5px;
    border:solid 2px #ccc;
}
.item_image_box{
    background: #fff;
    border-radius: 5px 0px 0px 4px;
    display: grid;
    align-items: center;
}
.bow_item_box img{
    border-radius: 3px;
}
.bow_card_box{
    border-radius: 5px;
    border:solid 1px #ccc;
    background: #efefef;
    padding: 0px 15px;
}
.btn-bow{
    border-radius: 10px;
    border-color: #ccc;
    margin-bottom: 5px;
}
.btn-bow-sm{
    font-size: 12px;
}
.btn-bow-xs{
    font-size: 11px;
}
.btn-bow i{
    margin-right:8px ;
    font-size: 13px;
}
.btn-bow:hover{
    box-shadow: 1px 1px 5px rgb(152, 152, 152);
}
.btn-bow span{
background: #ccc;
font-size: 10px;
border-radius: 5px;
padding: 2px 7px;
margin-left: 5px;
vertical-align: middle;
}

.btn-bow-primary{
    border-color: #6b62f0;
    background: #4e42f6;
    color: #fff;
}
.btn-bow-primary span{
    background: #fff;
    color: #000;
}
.btn-bow-light{
   border-color:#e5e5e5
}
.btn-bow-light span{
    background: #acc2ff;
}

.btn-bow-success{
    border-color: #78a753;
    background: #4dab00;
    color: #fff;
}
.btn-bow-success span{
    background: #fff;
    color: #000;
}

.btn-bow-warning{
    border-color: #f5c676;
    background: #f2b855;
    color: #000;
}
.btn-bow-warning span{
    background: #fff;
    color: #000;
}
.btn-bow+.btn-bow{
    margin-left: 10px;
}

/***********   Side bar **********/
.header .header-left{
    width: 220px;
}
.sidebar{
    width: 220px;
}
#sidebar-menu ul ul a{
    padding: 7px 20px 7px 40px;
}
.mini-sidebar .sidebar .sidebar-menu li a i{
    display: inline-table;
}
/****** Box Header   ***/
.box_header{
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    padding: 15px 0px;
}
/****** Box body   ***/
.box_body{
    /* background-color: #fff;     */
    margin-bottom: 15px;
}
/****** Box footer   ***/
.box_footer{
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;;
}

/***** Bow Table *****/
table.bow_table{
    font-size: 14px;
    width: 100%;
    font-size: 12px;
}
table.bow_table tbody tr td{
    border-bottom: dotted 1px rgb(140, 140, 140);
}
table.bow_table tr th{
    font-weight: 800;
    letter-spacing: 1px;
    padding: 10px 3px;
    font-size: 12px;
    vertical-align: bottom;
}
table.bow_table thead tr th:first-child{
    padding-left: 10px;
}
table.bow_table tbody{
    background: #fff;
}
table.bow_table tbody tr td{
    padding: 10px 10px 10px 3px;
}
table.bow_table tbody tr td:first-child{
    padding-left: 10px;
}

/**** Ship Process Steps  ****/
ul.ship_process_step{
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: #fff;
    border-top: solid 8px #efefef;
}
ul.ship_process_step li{
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    border-bottom: dotted 1px #333;
}
ul.ship_process_step li:last-child{
    border-bottom: none;
}

/***** Product Mtach Grid ******/
.bow_match_grid .amz_item_grid td{
    padding: 10px 5px;
}
.bow_item_grid{
    border: solid 2px #ccc;
}

/******** FBA Inventory Table ********/
#amz_itmes_table_length{
    padding: 10px;
}
#amz_itmes_table_filter{
    padding: 10px;
}
#amz_itmes_table_filter input{
    min-width: 250px;
}

.toggle-handle{
    background-color: #fff;
}
.toggle-group label{
    line-height: 15px;
    font-size: 30px;
}

/********* Gallery *********/
.uploaded_image_list{
    width: 100px;
    height: 100px;
    float: left;
    padding: 3px;
    border:solid 1px #ccc;
    margin: 1px;
    position: relative;
    overflow: hidden;
}
.uploaded_image_list img{
    width: 100%;
    height: 100%;
}

.uploaded_image{
    width: 200px;
    height: 200px;
    float: left;
    padding: 3px;
    border:solid 1px #ccc;
    margin: 1px;
    position: relative;
    overflow: hidden;
}
.uploaded_image img{
    width: 100%;
    height: 100%;
}


.uploaded_image .image_no{
    margin-top: -5px;
    left: 0px;
    top:0px;
    position: absolute;
    display: block;
    border-radius: 0px 0px 5px 0px;
    background: rgba(255,255,255,0.8);
    padding: 5px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding-bottom: 0px;
}
.uploaded_image .delate_image{
    margin-top: -15px;
    text-align: center;
    opacity: 0;
    background: rgba(0,0,0,0.0);
    position: absolute;
    margin-top: -5px;
    left: 0px;
    bottom: -15 px;
    width: 100%;
    color: #fff;
}
.uploaded_image:hover .delate_image{
    opacity: 1;
    background: rgba(0,0,0,0.5);  
    bottom: 0px; 
    transition: bottom 0.5s ease;
}
.uploaded_image .delate_image:hover{
    cursor: pointer;
}
.uploaded_image:hover .delate_image:hover{
    background: rgba(0,0,0,0.7);   
}


.header-container {
    display: flex;
    justify-content: space-between;
  }

  input.pin_input {
    -webkit-text-security: disc;
    text-security: disc;
  }