/**
*
* TABLE OF CONTENTS:
* 
* Request Custom Quote
* Custom Registration Fields
* Purchase Lists
* Fonts
* Product page
* Media Queries
*
*/

:root {
    --b2bking-font-family-a: 'Roboto', sans-serif;
    --b2bking-font-family-b: "Roboto Medium", 'Roboto';
    --b2bking-font-family-c: "DM Sans", sans-serif;
}

/* 1. Request Custom Quote */
#b2bking_request_custom_quote_button{
	margin-bottom: 5px;
    position: initial;
    visibility: visible;
    height: auto;
}
div#b2bking_before_quote_request_button {
    display: none;
}
#b2bking_request_custom_quote_textarea{
	width: 100%;
    min-height: 150px;
    resize: vertical;
    margin-bottom: 5px;
    display: none;
}
span.b2bking_request_custom_quote_text_label,
span.b2bilc_request_custom_quote_text_label {
    display: none;
    text-align: left;
    margin-top: 15px;
}
.b2bking_before_quote_request_form,
.b2bilc_before_quote_request_form {
    display: none;
    margin-top: 15px;
    text-align: left;
}
.b2bking_button_quote_productpage:not(.b2bking_send_custom_quote_button),
.b2bilc_button_quote_productpage:not(.b2bilc_send_custom_quote_button){
    margin-left: 5px;
}
.b2bking_button_quote_productpage,
.b2bilc_button_quote_productpage{
    max-width: fit-content;
    margin-bottom: 0px !important;
}
#b2bking_purchase_lists_table_length label {
    display: flex !important;
    align-items: center !important;
}
div#b2bking_purchase_lists_table_filter label {
    display: flex !important;
    align-items: center !important;
}
#b2bking_purchase_lists_table_filter input {
    margin-bottom: 0px;
}
#b2bking_request_custom_quote_textarea_abovetext,
#b2bilc_request_custom_quote_textarea_abovetext{
	display: none;
	text-align: left;
	margin-top: 15px;
}
#b2bking_request_custom_quote_textarea,
#b2bilc_request_custom_quote_textarea{
	display: none;
	width: 100%;
	min-height: 100px;
	margin-bottom: 10px;
}
#b2bking_request_custom_quote_name, #b2bking_request_custom_quote_email,
#b2bilc_request_custom_quote_name, #b2bilc_request_custom_quote_email{
	width: 50%;
    margin-bottom: 5px;
    display: none;	
}
.b2bking_custom_quote_field, .b2bking_custom_quote_field_container,
.b2bilc_custom_quote_field, .b2bilc_custom_quote_field_container{
    display: none;
}
.b2bking_custom_quote_field,
.b2bilc_custom_quote_field{
    width: 50% !important;
    margin-bottom: 5px !important;
}
.b2bking_custom_quote_field_container label,
.b2bilc_custom_quote_field_container label {
    display: flex !important;
    width: 110px;
    align-items: flex-end;
    justify-content: start;
}
.b2bking_custom_quote_field_container .b2bking_supported_types,
.b2bilc_custom_quote_field_container .b2bilc_supported_types {
    display: flex;
}

#b2bking_agent_switched_bar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 10px;
    background-color: #131314;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #717171;
    box-shadow: 0px 1px 3px 0px rgb(54 74 99 / 5%);
}

.b2bking_bar_element {
    font-size: 15px;
    margin-left:5px;
}

#b2bking_return_agent{
    display: flex;
    font-family: var(--b2bking-font-family-c);
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.4375rem 1.125rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #854fff;
    
}

#b2bking_return_agent:hover{
    color: #fff;
    background-color: #6a29ff;
}
#b2bking_return_agent:focus{
    outline: none !important;
    border: 1px solid transparent;


}

.b2bking_theme_list_buttons{
    display: flex;
}
.b2bking_theme_list_buttons button{
    margin-right: 10px !important;
    margin-left: 0px !important;
    border-radius: 25px !important;
}
.b2bking-application-pending{
    font-style: italic;
}

.price .b2bking_both_prices_text, .price .b2bking_both_prices_price {
    display: inline;
}
.b2bking_custom_quote_field_container {
    width: 100% !important;
}

.b2bking_image_preview {
    background-position: center;
}

.b2bking-drop-area {
    display: flex;
    border: 1px dashed #487bfe;
    border-radius: 4px;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 14px 45px;
    font-size: 15px;
    color: #414141;
    cursor: pointer;
    background: #f4f8ff;
}
.b2bking-drop-area.highlight {
    border-color: blue;
}
#b2bkingfilelist {
    list-style: none;
    margin: 0;
    padding: 0;
}
#b2bkingfilelist li {
    margin: 10px 0;
    padding: 7px 10px !important;
    background: #ffffff;
    border: 1px dashed gray;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
}

#b2bkingfilelist li button {
    margin-left: 20px;
    background: #929292;
    color:#fff;
    border-radius: 2px;
    font-size: 10px;
}
#b2bkingfilelist li button:hover {
    background: #878787;
}

.b2bking_hidden_img{
    display: none !important;
}
.b2bking_invisible_img{
    visibility: hidden !important;
}
img.b2bking_cream_add_selected_loader_icon {
    width: 39px;
    position: absolute;
    left: 12px;
    top: 1px;
}
.b2bking_loading_products_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#b2bking_request_custom_quote_button.b2bking_button_quote_shortcode{
  /*  display: none; */
}
.b2bking_loading_products_text {
    color: #393939;
    margin-top: 34px;
    margin-bottom: 14px;
    font-family: var(--b2bking-font-family-c);
    -webkit-font-smoothing: antialiased;
    font-size: 16.7px;
}

.b2bking_image_preview {
    display: none;
    position: absolute;
    z-index: 999999;
    width: var(--b2bking-preview-width, 300px);
    height: var(--b2bking-preview-height, 300px);
    border: 2px solid #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    isolation: isolate;
}


.b2bking_tiered_total_price_text, .b2bking_tiered_total_price{
    display: inline-block;
}
.b2bking_tiered_total_price_container{
    margin-top: 25px;
    font-size: 20px;
}

.b2bking_tiered_price_table_horizontal thead {
    display: none;
}
.b2bking_tiered_price_table_horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
}
.b2bking_tiered_price_table_horizontal tr {
    display: flex !important;
    flex-direction: column;
}
.b2bking_tiered_price_table_horizontal tbody {
    display: flex;
    width: 100%;
}


.b2bking_tiered_range_replaced_hidden{
    display: none !important;
}
.b2bking_tiered_clickable tbody tr{
    cursor: pointer !important;
}

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

.b2bking_checkbox_child {
    padding-left: 18px;
    border-left: 30px solid #777;
}

.b2bking-cart-item-child .product-remove a, .b2bking-cart-item-child .remove_from_cart_button, .b2bking-cart-item-child a.remove {
    display: none !important;
}
.b2bking-cart-item-child .product-price .amount, .b2bking-cart-item-child .product-subtotal .amount{
    opacity: 0.3;
}
.woocommerce-checkout .b2bking-cart-item-child {
    opacity: 0.3;
}
.woocommerce-order-received .b2bking-cart-item-child .product-total {
    display: none;
}

.b2bking_hidden{
    display: none;
}

button#b2bking_conversation_make_offer_vendor {
    min-width: 100px;
    background: #0a6099;
}
.b2bking_list_button_delete_theme{
    width: 140px !important;
}

.b2bking_loader_img{
    margin:auto;
    display: block;
}
.b2bking_loader_hidden{
    display: none !important;
}

.b2bking_loader_icon_button{
    width: 37px;
    position: relative;
    left: -7px;
}

.b2bking_loader_icon_button_quote {
    width: 22px;
    display: inline-block;
    float: right;
    margin-left: 20px;
}

/* 5. Custom registration fields */
select#b2bking_registration_roles_dropdown, .b2bking_custom_registration_field {
    width: 100%;
}
.b2bking_registration_roles_dropdown_section_hidden{
    display: none !important;
}
.b2bking_checkbox_registration_field{
    width: auto;
}
select#b2bking_registration_roles_dropdown{
    display: inline-block;
}
.b2bking_custom_registration_field_textarea{
	resize: vertical;
	min-height: 55px;
}
.b2bking_country_or_state{
    margin-bottom: 0 !important;
}
/* vat visible and hidden. !important necessary to make sure these stay hidden */
.b2bking_vat_visible{
	display: block;
}
.b2bking_vat_hidden{
	display: none !important;
}
.b2bking_vat_countries_hidden{
	display: none !important;
}
button#b2bking_checkout_registration_validate_vat_button {
    margin-top: 8px;
}


div[activepaymentmethod="b2bking-credit-gateway"] p {
    margin-bottom: 1px !important;
}
div[activepaymentmethod="b2bking-credit-gateway"] p:nth-child(1) {
    margin-top: 20px !important;
}

/* 7. Purchase Lists - CLASE UNICE b2bilc_purchase_lists_* */

/* Container top cu titlu + buton - SEPARAT de tabel */
.b2bilc_purchase_list_top_container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #976951 !important;
    padding: 10px 20px !important;
    margin: 0 0 0 0 !important;
    border-radius: 0 !important;
}

/* Titlu */
.b2bilc_purchase_lists_top_title {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

/* Link buton "Lista Noua" */
.woocommerce .woocommerce-MyAccount-content .b2bilc_purchase_list_top_container a.b2bilc_purchase_list_new_link {
    text-decoration: none !important;
    height: fit-content !important;
}

/* Buton "Lista Noua" */
button#b2bilc_purchase_list_new_button {
    background: #ffffff !important;
    color: #976951 !important;
    border: 2px solid #ffffff !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

button#b2bilc_purchase_list_new_button:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}

svg.b2bilc_purchase_list_new_button_icon {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
}

/* Tabel */
table#b2bilc_purchase_lists_table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #ffffff !important;
}

/* Thead */
table#b2bilc_purchase_lists_table thead {
    display: table-header-group !important;
    visibility: visible !important;
    height: auto !important;
}

table#b2bilc_purchase_lists_table thead tr {
    background: #976951 !important;
}

table#b2bilc_purchase_lists_table thead tr th {
    background: #976951 !important;
    color: #ffffff !important;
    padding: 12px 32px 12px 14px !important;
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    border: none !important;
    width: auto !important;
    min-width: 80px !important;
    display: table-cell !important;
    position: relative !important;
}

/* Sorting arrows pe header */
table#b2bilc_purchase_lists_table thead tr th.sorting,
table#b2bilc_purchase_lists_table thead tr th.sorting_asc,
table#b2bilc_purchase_lists_table thead tr th.sorting_desc {
    cursor: pointer !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 12px 12px !important;
}

table#b2bilc_purchase_lists_table thead tr th.sorting {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADMSURBVHgBrZLRDYMgEIY5XqQb6Aa6gRugE9gNdAPdQEfQDXQD3UA3aJvzQkKMYmPbL+HgOP7vOO4A/iAiWms1M9+01nPOd2PMMY7jIYqiHfELrfUkpZyZuRJCrFEUbUII+4/gHEKI1VrrnHN1Oh7DMOwQ5/yitV68MRhjThzHG8R5vk/TNE0Q5/wkhFiapqmccwfknN+NMXu01pNS6o44z/fWWs/TNJ0gzvnl9DqYuarreg1x/q+/4+kCM1dKqTuq6voFcZ5vWuvZ+wYf8AER85edVSS5kQAAAABJRU5ErkJggg==') !important;
}

table#b2bilc_purchase_lists_table thead tr th.sorting_asc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAClSURBVHgBrZLRDYMgEIY5XqQb6Aa6gRugE9RN6ia6gW6gG+gGsoFuUJvzQkKMYmPbL+HgOP7vOO4A/iAi2lprnXN+CiFO1tqDc+4QRdEW8Qut9aqUOrfWeuecO0RRtA0h7D+CcwhhrbVeSqnOx0MIYYs457cQ4lxr/RGMMQ9jzBbinN+klFuttc4596DW+mGM2aO1XpRSd8R5v7fW+lxKdYI457fT62Dmqq7rO8T5v/4GeaJXDZ9M19kAAAAASUVORK5CYII=') !important;
}

table#b2bilc_purchase_lists_table thead tr th.sorting_desc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACkSURBVHgBrZLRDYMgEIY5XqQb6Aa6gRugE+gmdRPdQDfQDXQD2UA30A1qc15IiFFsbPslHBzH/x3HHcAfRERrrXXO+SmEOFtrD865QxRFW8QvtNarUurSWuudc4coirYhhP1HcA4hrLXWSynV+XgIIWwR5/wWQlxqrT+CMeZhjNkizvldSnnVWuuc8w9qrR/GmD1a60UpdUec93trrc+lVCeIc347vQ5mrqqqO8T5v/4GXUJ6BmKout0AAAAASUVORK5CYII=') !important;
}

/* Tbody */
table#b2bilc_purchase_lists_table:not(.has-background) tbody td {
    background: #ffffff !important;
}

table#b2bilc_purchase_lists_table tbody tr {
    border-bottom: 1px solid #e5e5e5 !important;
    transition: background 0.2s ease !important;
}

table#b2bilc_purchase_lists_table tbody tr:hover {
    background: #fafafa !important;
}

table#b2bilc_purchase_lists_table td {
    padding: 14px 12px !important;
    text-align: left !important;
    font-size: 14px !important;
    color: #333 !important;
    border: none !important;
}

/* Butoane View și Download */
button.b2bilc_purchase_lists_view_list,
button.b2bilc_purchase_lists_add_to_cart {
    background: #976951 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 7px 14px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 70px !important;
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
    margin: 2px !important;
    vertical-align: middle !important;
}

button.b2bilc_purchase_lists_view_list:hover,
button.b2bilc_purchase_lists_add_to_cart:hover {
    background: #7d5541 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 6px rgba(151, 105, 81, 0.3) !important;
}

/* Link wrappers pentru butoane */
#b2bilc_purchase_lists_table a.b2bilc_purchase_list_button_href,
#b2bilc_purchase_lists_table a.b2bilc_purchase_list_button_href:visited,
a.b2bking_download_list_button,
a.b2bilc_download_list_button {
    text-decoration: none !important;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

/* Butoane în link-uri */
a.b2bking_download_list_button button.b2bilc_purchase_lists_view_list,
a.b2bilc_download_list_button button.b2bilc_purchase_lists_view_list,
a.b2bilc_purchase_list_button_href button.b2bilc_purchase_lists_view_list {
    padding: 7px 14px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    min-width: 70px !important;
}

/* Search + Length selector */
div#b2bilc_purchase_lists_table_filter {
    text-align: left !important;
    padding: 15px 20px !important;
    background: #ffffff !important;
}

div#b2bilc_purchase_lists_table_filter label {
    font-size: 0 !important;
    display: flex !important;
    align-items: center !important;
}

#b2bilc_purchase_lists_table_filter input {
    border: 2px solid #ddd !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    background: #ffffff !important;
    transition: border-color 0.2s ease !important;
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    box-shadow: none !important;
}

#b2bilc_purchase_lists_table_filter input::placeholder {
    color: #999 !important;
    font-style: italic !important;
}

#b2bilc_purchase_lists_table_filter input:focus {
    border-color: #976951 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(151, 105, 81, 0.08) !important;
}

div#b2bilc_purchase_lists_table_length {
    display: none !important;
}

/* Info text (Showing X to Y) - ascuns */
div#b2bilc_purchase_lists_table_info {
    display: none !important;
}

/* Pagination */
div#b2bilc_purchase_lists_table_paginate {
    padding: 20px 0 10px !important;
    text-align: center !important;
}

.dataTables_paginate .paginate_button {
    background: #ffffff !important;
    color: #976951 !important;
    border: 2px solid #976951 !important;
    padding: 8px 16px !important;
    margin: 0 4px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
}

.dataTables_paginate .paginate_button:hover {
    background: #976951 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(151, 105, 81, 0.2) !important;
}

.dataTables_paginate .paginate_button.current {
    background: #976951 !important;
    color: #ffffff !important;
    border-color: #976951 !important;
}

.dataTables_paginate .paginate_button.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.dataTables_paginate .paginate_button.disabled:hover {
    background: #ffffff !important;
    color: #976951 !important;
    box-shadow: none !important;
}

/* Tfoot - ascuns */
table#b2bilc_purchase_lists_table tfoot {
    display: none !important;
}

/* Responsive */
@media screen and (max-width: 500px) { 
    table#b2bilc_purchase_lists_table th:nth-child(3),
    table#b2bilc_purchase_lists_table td:nth-child(3) {
        display: none !important;
    }
}
table#b2bking_purchase_lists_table tfoot{
    display: none;
}
table#b2bking_purchase_lists_table td{
    border-bottom: 1px solid #eee;
}
#b2bking_purchase_lists_table_length select {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #eee;
    margin: 0px 5px;
}
#b2bking_purchase_lists_table_paginate .paginate_button.current {
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#b2bking_purchase_lists_table_paginate .paginate_button:hover {
    background: #f1f1f1 !important;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #333 !important;
    cursor: pointer;
}
img.b2bking_list_download {
    width: 14px;
    margin-right: 6px;
    filter: invert(1);
}
button.b2bking_purchase_lists_view_list {
    font-weight: 300 !important;
}
table#b2bking_purchase_lists_table thead tr th{
    border-bottom: none;
}
/* 8. Fonts */
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 9. Product Page */
.b2bking_tiered_active_price, .b2bking_tiered_range_replaced{
    visibility: visible !important;
    display: inline-block;
}
.b2bking_shop_table{
    margin-top: 50px;
}
.b2bking_shop_table td, .b2bking_shop_table th {
    display: table-cell !important;
}
.b2bking_shop_table tr {
    display: table-row !important;
}
.b2bking_has_color{
    background: rgb(30, 115, 190); 
    background-color: rgb(30, 115, 190); 
    color: rgb(255, 255, 255) !important;
}
table.b2bking_tiered_price_table tbody td.b2bking_has_color{
   background: rgb(30, 115, 190); 
   background-color: rgb(30, 115, 190); 
   color: rgb(255, 255, 255) !important; 
}

.b2bking_login_icon, .b2bking_lock_icon, .b2bking_business_icon, .b2bking_wholesale_icon{
    position: relative;
    top: 2px;
    right: 1px;
}

div#b2bking_company_credit_history_table_wrapper{
    overflow: scroll;
}

/* 10. Media Queries */


@media screen and (max-width: 665px) { 

    .b2bking_myaccount_individual_conversation_content_item:nth-child(2), .b2bking_myaccount_individual_conversation_top_item:nth-child(2) {
        display: none;
    }

    .b2bking_myaccount_individual_conversation_content_item{
        font-size:13px;
    }

    .b2bking_conversation_message_time{
        font-size:10px !important;
    }

    #b2bking_myaccount_offers_container, #b2bking_myaccount_bulkorder_container{
        margin: 0px 0px;
    }

    #b2bking_purchase_lists_table th:nth-child(2),#b2bking_purchase_lists_table td:nth-child(2){
        display:none;
    }

    .b2bking_myaccount_individual_offer_container, #b2bking_myaccount_bulkorder_container{
        min-width: unset;
    }
    .b2bking_myaccount_individual_offer_bottom_line{
        margin:0px 10px;
        flex-direction: column-reverse;
    }
    .b2bking_myaccount_individual_offer_bottom_line_add{
        margin-top: 7px;
    }
    .b2bking_bulkorder_form_container_bottom_add,.b2bking_bulkorder_form_container_bottom, .b2bking_bulkorder_form_container, #b2bking_myaccount_conversations_container_top, .b2bking_subaccounts_container_top, .b2bking_subaccounts_new_account_container_content_bottom{
        display: block !important;
    }
    div#b2bking_reimburse_button_container, div#b2bking_redeem_button_container{
        display: block;
    }
    #b2bking_redeem_amount_button, #b2bking_reimburse_amount_button{
        border-radius: 4px !important;
        margin-top: 2px !important;
    }
    input#b2bking_reimburse_amount_input, input#b2bking_redeem_amount_input{
        width: 100%;
        border-right: 2px !important;
        border: 1px solid #E5E5E5 !important;
        border-radius: 4px;
    }
}

@media screen and (max-width: 500px) { 

    #b2bking_purchase_lists_table th:nth-child(3),#b2bking_purchase_lists_table td:nth-child(3){
        display:none;
    }
    #b2bking_return_agent{
        font-size: 0.7rem;
    }

}

.woocommerce .quantity .qty {
    width: 5.631em;
    text-align: center;
}

