.product_form_outerwpr{
    width: 100%;
    float: left;
    padding: 0 15px;
}.product_form_wpr{
    width: 100%;
    float: left;
}
.btn_filter_search{
    padding-right: 0;
}
.btn_filter_search .btn{
    width: 100%;
}
.product_form_wpr .section_product{
    width: 100%;
    float: left;
    padding: 0 20px;
    background-color: #fff;
        border-radius: 8px;
             transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.product_form_wpr .section_product.active{
       box-shadow: 0 1px 20px 6px rgb(0 0 0 / 13%);
}
.product_form_wpr .section_head_wpr{
    width: 100%;
    float: left;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    
    background-color: #121212;
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.product_form_wpr .section_head_wpr .head_tile{
      width: 100%;
      float: left;
      font-weight: 500;
      color: #fff;
      font-size: 16px;
}

.product_form_wpr .section_head_wpr .head_tile_role{
        width: auto;
    /* float: left; */
    font-weight: 500;
    color: #000;
    font-size: 14px;
    margin-left: 5px;
    padding: 4px 7px;
    background-color: #d9e5f8;
    border-radius: 4px;

}


.product_form_wpr .section_head_wpr .action_btn_blk{
    position: absolute;
    right: 0px;
    width: 50px;
    height: 35px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_form_wpr .section_body_wpr{
       width: 100%;
    float: left;
    display: flex;
    min-width: 100%;
        transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    display: none;
}
#fillter_wpr .form-group{padding-left:0}

.btm_btn_wpr{
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.head_p1{
       padding: 0px 15px;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}
.cate_wpr{
       padding: 4px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #0066a0;
    background: #f0f9ff;
    margin-bottom: 5px;
}
label{
    font-weight: 600;
}
.description_wpr_variants{
        width: 100%;
    float: left;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 15px;
    max-height: 100px;
    overflow: auto;
}

.no_variants_wpr{
        width: 100%;
    float: left;
    min-height: 200px;
    height: calc(100vh - 450px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 18%);
    border: dotted 3px #bfe8ff;
}
.no_variants_wpr .info_wpr{
    text-align: center;
    color: #8a8a8a;
}


.product_variant_list{
    width: 100%;
    float: left;
}
.product_variant_list .product_variant_row{
        width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0 1px 14px 1px rgb(0 0 0 / 18%);
        border-radius: 6px;
}
.product_variant_list .img_blk{
    width: 100%;
    float: left;
    padding: 10px;
}
.product_variant_list .img_blk img{
    width: 100%;
}
.p_0{
    padding: 0 !important;
}
.ptb-10{
    padding-top: 10px;
    padding-bottom:  5px;
}

.product_variant_info_wpr{
    padding: 10px;
}
.product_variant_info_wpr .head_p2{
       margin: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
        font-family: 'Roboto';
}

.product_variant_info_wpr .row_info{
    width: 100%;
    float: left;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 13px;
}
.product_variant_info_wpr .row_info .title{
       color: #4e7d99;
    min-width: 100px;
    float: left;
}
.product_variant_info_wpr .attribute_title{
        font-weight: 500;
    font-family: 'Roboto';
    font-size: 14px;
    color: #005882;
    margin-top: 5px;
}
.product_variant_info_wpr .attribute_result_wpr{
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.product_variant_info_wpr .attr_blk{
        width: auto;
    float: left;
    padding: 2px 10px;
    border-radius: 15px;
    background-color: #ededed;
    margin: 2px 4px;
}
.btn_my_on_product{
    background-color: #e7efff !important;
}
 .btn_my_on_product .icon{
color: #10af2b;
}
.product_variant_info_wpr .title{
    color: #647597
}
.product_variant_info_wpr .title_info{
    padding-left: 5px;
    font-weight: 500;
      font-family: 'Roboto';
}
.action_btn_blk{
    width: 100%;
    float: left;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: #000;
}
.action_btn_blk .action_btn{
      width: 30px;
    height: 30px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 1px 10px 1px #0000005e;
    border-radius: 50%;
    cursor: pointer;
    color: #000;
           transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.action_btn_blk .action_btn:hover{
    background-color: #000;
    color: #fff
}

.btn_set_multiprice{
     width: auto;
    float: left;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    margin-top: 24px;
    cursor: pointer;
    }
    .muti_price_head_wpr{
          background-color: #e9e9e9;
    padding-top: 5px;
    }
    .muti_price_body_wpr{
         /* min-width: 100%; */
    background-color: #e9e9e9;
    width: 480px;
    float: left;
    padding: 5px;
    font-size: 13px;
    }

    .muti_price_body_wpr table{
    /*background: #e7eaf4;*/
    }  

    .muti_price_body_wpr td,th{
        padding: 2px 5px;
    }.muti_price_body_wpr tbody tr{
            background: #e3e3e3 !important;
    }
    .muti_price_body_wpr td input{
        width: 100%;
        padding: 2px 5px;
        font-size: 13px;
        float: left;
        border: solid 1px #f0f0f0;
    }
.vidoe_player_wpr{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.td_div_blk{
        display: flex;
    width: 100%;
    float: left;
    justify-content: space-between;
}

/*== Enquiry Cart ===*/
    
    .cart_wpr{
        width: 100%;
        float: left;
        padding: 15px;
    }
    
    .cart_wpr .head_row{
        width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 5px;
    }

       .cart_wpr .head_row h4{
        margin: 0;
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 18px;
            color: #748fbf;
       }
       .cart_wpr .head_row .title_1{
           min-width: 80px;
    float: left;
    color: #7d7d7d;
       }

       .cart_wpr .btn_chat{
            width: 100%;
    max-width: 114px;
    float: left;
    margin: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #4e83e1;
    color: #fff;
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 24px;
    box-shadow: 0 1px 8px 2px rgb(0 0 0 / 21%);
       }
.search_row_wpr{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_row_wpr .txt_search_items{
    width: 100%;
    float: left;
    max-width: 500px;
    position: relative;
    margin: 10px 0;
}
.search_row_wpr .txt_search_items i{
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_row_wpr .txt_search_items input{
    width: 100%;
    max-width: 500px;
    float: left;
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    color: #000000;
    padding: 10px;
    height: 45px;
    padding-left: 45px;
    cursor: pointer;
    border-radius: 24px;
    box-shadow: 0 1px 8px 2px rgb(0 0 0 / 21%);
    border: none;
               transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    
}
.search_row_wpr .overlay{
    width: 100%;
    float: left;
    top: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    background: rgb(0 0 0 / 1%);
    display: none;
}
.search_row_wpr .txt_search_items input:focus{
    outline: none;
        border: solid 1px #b8ccee;
}

.search_row_wpr .suggestion_result{
        position: absolute;
    top: 46px;
    z-index: 99;
    background: white;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0px rgb(0 0 0 / 28%);
    max-height: 300px;
    overflow: auto;
    display: none;
}

.suggestion_result .row_result{
      width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #e9f1ff;
    padding-bottom: 5px;
    cursor: pointer;
       transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;

}
.suggestion_result .row_result:hover{
        background-color: #eff3fa;
}
.suggestion_result .row_result .img_wpr{
    min-width: 70px;
    max-width: 70px;
    float: left;
    height: 70px;
    overflow: hidden;
    padding: 5px;
}
.suggestion_result .row_result .img_wpr img{
       height: 70px;
}
.suggestion_result .row_result .product_info .product_price{
    font-weight: 500;
}
.suggestion_result .row_result .product_info{
    width: 100%;
    float: left;
      padding: 5px 15px;
}.suggestion_result .row_result .product_info_2{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_tbl{
    counter-reset: my-sec-counter;
}
.cart_tbl tbody tr::before {
  /* Increment "my-sec-counter" by 1 */
  padding-left: 5px;
  counter-increment: my-sec-counter;
  content: "  " counter(my-sec-counter) "";
  line-height: 35px;
} 

.cart_tbl .txt_qty{
    width: 100px;
}
.cart_tbl .txt_discount{
    width: 100px;
}

.cart_tbl thead tr{
    border-bottom: solid 1px #ddd;
        background-color: #d9e6fc;
}

.cart_tbl thead tr th:nth-child(6){
    text-align: center;
}
.cart_tbl tbody tr td{
    padding: 5px;
}
.cart_tbl tbody tr td:nth-child(5){
    text-align: center;
}.cart_tbl tbody tr td:nth-child(6){
    text-align: center;
}
.cart_tbl tbody tr:nth-child(even){
    background: #ecf0f5;
}
.cart_tbl .delete_btn{
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.txt_right{
    text-align: right;
}
.total_cart{
    text-align: center;
}

/*== Enquiry Cart ===*/

.wpr_generate{
    width: 100%;
    float: left;
    display: flex;
    padding: 15px;
    align-items: center;
}
.wpr_generate .sel_exp_day{
    padding: 5px;
}
.wpr_generate .btn_generate{
      width: auto;
    float: left;
    padding: 10px 30px;
    margin-left: 15px;
    background-color: #4e83e1;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.oeder_action_wpr{
    width: 100%;
    float: left;
    padding-top: 15px;
}

.row_head_inv_wpr{
    width: 100%;
    float: left;
    padding: 5px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.row_head_inv_wpr .count_blk{
    font-weight: 600;
    font-size: 18px;
}
.row_head_inv_wpr .col_right{
    width: auto;
    float: left;
    display: flex;
}


.form-control:focus {
        border-color: #ec2324;
        box-shadow: none;
    }
    .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
        border-color: #ec2324 !important;
    }
    
    .bootstrap-tagsinput{
      border: 1px solid #d2d6de;
      padding: 1px 3px;
      background-color: #fff;
    }
    .bootstrap-tagsinput .tag {
        font-size: 14px;
        padding: 6px 10px;
    }
    input.p_tags, .bootstrap-tagsinput input {
        font-size: 14px;
        padding: 6px 10px;
        outline:none;
        border:none;
    }
    .switch_sm {
        height: 28px;
        width: 48px;
        margin-left: 10px;
    }
    .product_form_wpr .section_product.active { box-shadow: unset;}
    .product_form_wpr .section_product { background-color: transparent;}
    .product_form_outerwpr {padding: 0 0px;}
    .product_form_wpr .section_body_wpr{padding: 0;}
    .skin-blue .content-header {background: #ffffff;}
    .content-header {
        position: relative;
        padding: 30px 30px 20px 30px;
        height: 110px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 0px;
      padding-right: 15px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: 0;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        top: 16px;
    }
    .content-header>.breadcrumb{
      float:left;
      position: unset;
          width: 300px;
    }
    .btm_btn_wpr {
      width: 100%;
      float: left;
      padding-left: 30px;
      display: unset;
    }
    .discrip_edittext{
      width: 100%; 
      height: 185px; 
      outline: none; 
      border: 1px solid #d2d6de;
      padding: 10px 15px;
    }
    .dt-buttons .btn{    background-color: #fff;}
    
.section_head_wpr {
    background-color: #000;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    height: 64px;
    margin-bottom: 15px;
    
} 

.section_head_wpr .head_tile{
    position: relative;
    float: left;
    padding-top: 5px;
}
.section_head_wpr .btn-primary{
    float:right;margin-left: 15px;
}
@media (max-width: 767px) {    
    .skin-blue .content-header {
        background: #000000;
        color: #fff;
    }
    .content-header {
        position: relative;
        padding: 15px 15px 15px 15px;
        height: 80px;
    }
    .dataTables_info {
        position: absolute;
        left: 7px;
        bottom: 70px;
        right: unset;
        font-size: 12px;
    }
}