.error_message,.error-message
{
    font-size:11px;
    color: red;
    display: block;
}
.special_custom_font
{
    color: red;
}



#bpopid
{
    background: #fff;
    width: 70%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px;
    border: 1px solid #000;
    display: none;
}
#pop-close-button
{
    width: 20px;
    height: 20px;
    float: right;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    
}
.details_pop_up
{
    cursor: pointer;
}
.detail-subtitle
{
    font-size: 10px !important;
}
.special_message
{
    width: 50%;
    height: 150px;
    background: url(../img/Wedges-3s-84px.gif) no-repeat #fff;
    background-position: center;
    text-align: center;
    font-size: 14px;
    color: #567067;
    line-height: 250px;
    box-shadow: 0px 2px 0px;
    border: 1px solid #5dd3aa;
    border-radius: 20px;
    display: none;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    
}

.loading{
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.pagination-holder{
    float: right;
}
.pagination-table tr td{
    font-size:13px !important;
    text-transform:none !important;
    white-space:normal !important;
}
.noshow-xs{display:table-header-group;}
.noshow-lg{display:none}
.noshow-lg.table-title{
    width:100%;
    margin-bottom: 8px;
}

@media (max-width:650px){
    .custom_star .col{
    flex:1 0 100%;
  }
  .custom_star .product-table td{
    width: 100%;
    display: block;
    padding: 0 4px;
    margin: 12px 0;
  }
  .custom_star .product-table td.btn-add, .custom_star .product-table td.btn-remove{
    padding: 12px;
    border-radius: 10px;
    margin: 0 4px;
    width: calc(100% - 8px);
  }
  .custom_star .product-table td.btn-add{
    background: #5dd3ab;
  }
  .custom_star .product-table td.btn-remove{
    background:#e25d68;
  }
  .custom_star .product-table td .form-control, .custom_star .product-table td .form-select{
    padding:12px;
  }
    .noshow-xs{display:none}
    .noshow-lg{display:block}
}
.select2-container .select2-selection--single{
    height:48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:46px !important;
    right:10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:45px !important;
}
