.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#wwp_switch_modal_container {
padding: 15px;
}
form#wwp_switch_form {
text-align: center;
}
#TB_ajaxContent {
display: table-cell;
vertical-align: middle;
}
#wwp_modal_btns {}
#wwp_modal_footer {
font-size: 12px;
width: 100%;
border-top: 1px solid #eeeeee;
}
.wwp_b2b_btn,
.wwp_b2c_btn {
margin: 15px;
width: 150px;
margin-bottom: 35px;
} .formbuilder-required {
border-bottom: 0 !important;
color: #e2401c;
}
.rendered-form .btn-group>.btn {
position: relative;
float: left;
}
.rendered-form .formbuilder-autocomplete-list {
background-color: #fff;
display: none;
list-style: none;
padding: 0;
border-width: 0 1px 1px;
position: absolute;
z-index: 20;
max-height: 200px;
overflow-y: auto;
margin: 0px;
border: 1px solid gray;
-webkit-box-shadow: 1px 2px 12px -8px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 1px 2px 12px -8px rgba(0, 0, 0, 0.75);
box-shadow: 1px 19px 28px -24px rgba(0, 0, 0, 0.75);
}
.rendered-form .formbuilder-autocomplete-list li {
display: none;
cursor: default;
padding: 5px;
margin: 0;
transition: background-color 200ms ease-in-out;
}
.rendered-form .formbuilder-autocomplete-list li:hover,
.rendered-form .formbuilder-autocomplete-list li.active-option {
background-color: rgba(0, 0, 0, 0.075);
}
.form-group .formbuilder-required {
color: #c10000;
}
.rendered-form *[tooltip] {
position: relative;
}
.rendered-form *[tooltip]:hover::after {
background: rgba(0, 0, 0, 0.9);
border-radius: 5px 5px 5px 0;
bottom: 23px;
color: #fff;
content: attr(tooltip);
padding: 10px 5px;
position: absolute;
z-index: 98;
left: 2px;
width: 230px;
text-shadow: none;
font-size: 12px;
line-height: 1.5em;
}
.rendered-form *[tooltip]:hover::before {
border: solid;
border-color: #222 transparent;
border-width: 6px 6px 0;
bottom: 17px;
content: "";
left: 2px;
position: absolute;
z-index: 99;
}
.tooltip-element {
color: #fff;
background: #000;
width: 16px;
height: 16px;
border-radius: 8px;
display: inline-block;
text-align: center;
line-height: 16px;
margin: 0 5px;
font-size: 12px;
}
.rendered-form .formbuilder-checkbox-inline,
.rendered-form .formbuilder-radio-inline {
margin-right: 8px;
display: inline-block;
vertical-align: middle;
padding-left: 0;
}
.rendered-form .formbuilder-checkbox-inline label input[type="text"],
.rendered-form .formbuilder-radio-inline label input[type="text"] {
margin-top: 0;
}
.rendered-form .formbuilder-checkbox-inline:first-child,
.rendered-form .formbuilder-radio-inline:first-child {
padding-left: 0;
}
input#access_store_pass {
width: 100%;
}
.woocommerce-form-access_store {
margin: 5px 0;
}
#wholeslaer_acess {
width: 100%;
text-align: center;
background-color: #000000;
color: white;
font-weight: 700;
position: fixed;
z-index: 9999;
}
#wholeslaer_acess input {
padding: 5px 16px;
border-radius: 20px;
margin: 5px;
line-height: 17px;
}
.back_to_retailer_form {
margin: 0px;
padding: 0px;
}
#wholesale_tire_price tbody tr.active td {
color: black;
background-color: #cc7cf5;
}
.wwp_attachment_container {
max-width: 300px;
}
.wwp_requisition_list h2 {
display: inline-block;
}
.add_new_list {
float: right;
}
div#table_id_wrapper {
border: 1px solid #f2f2f2;
padding: 15px;
border-radius: 6px;
}
button.open_list {
font-size: 12px;
border: 1px solid #c3c3c3;
}
#TB_title {
border-bottom: 1px solid #767676 !important;
height: 29px !important;
background-color: #8053b4 !important;
color: white !important;
}
.tb-close-icon {
color: #ffffff !important;
}
div#TB_window { border-radius: 6px;
}
button.delete_list {
font-size: 12px;
border: 1px solid #c3c3c3;
}
.wwp_product_title {
display: flex;
}
.wwp_product_title span.dashicons.dashicons-trash {
margin-top: 8px;
margin-right: 3px;
margin-left: -6px;
}
.wwp_table_row:hover span.dashicons.dashicons-trash {
color: #c50d00;
}
.wwp_requisition_list_main .modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 40px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
z-index: 999;
}
.wwp_requisition_list_main .modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 600px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 10px;
overflow: hidden;
margin-bottom: 40px;
}
.wwp_requisition_list_main .close {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
right: 11px;
position: absolute;
}
.wwp_requisition_list_main .close:hover,
.wwp_requisition_list_main .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.wwp_requisition_list_main .modal-header {
padding: 2px 16px;
color: white;
background-color: #8053b4 !important;
display: inline-flex;
width: 100%;
}
.wwp_requisition_list_main .modal-header h3 {
color: white;
margin: 0px;
}
.wwp_requisition_list_main .modal-body {
padding: 2px 16px;
}
.wwp_requisition_list_main .wwp_requisition_list_new {
padding-bottom: 10px;
}
.wwp_requisition_list_main table:not(.has-background) th {
background-color: #ffffff;
}
.wwp_requisition_list_main th.wwp_table_qty_header {
background-color: white !important;
}
.wwp_requisition_list_main .wwp_requisition_list_table .select2-container .select2-selection--single {
height: 40px;
}
.wwp_requisition_list_main .wwp_requisition_list_table .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 36px;
}
.wwp_requisition_list_main .wwp_requisition_list_table .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 6px;
}
.wwp_requisition_list_main .wwp_product_subtotal {
text-align: center;
line-height: 43px;
}
.wwp_requisition_list_main .wwp_requisition_list_new input.form-control {
max-width: 55px;
border-radius: 3px;
}
.wwptotalamount {
padding-bottom: 20px;
border-bottom: 1px solid #b3b3b3;
}
.totalamountpopup {
float: right;
line-height: 47px;
font-size: 20px;
}
.wwp_totalcoloum {
padding-top: 20px;
}
.totalamountpopup span.wwp_price {
font-weight: 700;
}
.wwp_product_qty input.form-control {
text-align: center;
}
#myModal .loader {
border: 7px solid #f3f3f3;
border-radius: 50%;
border-top: 7px solid #b511ff;
border-bottom: 7px solid #540079;
width: 60px;
height: 60px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
margin: 0 auto;
margin-top: 10%;
margin-bottom: 10%;
display: none;
}
th.wwp_search_by_header {
padding-left: 0px;
}
.wwp_table_subtotal_header .tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.wwp_table_subtotal_header .tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: #8053b4;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
top: -5px;
right: 105%;
}
.wwp_table_subtotal_header .tooltip:hover .tooltiptext {
visibility: visible;
}
th.wwp_table_subtotal_header {
display: flex;
}
th.wwp_table_subtotal_header span.dashicons.dashicons-info {
font-size: 13px;
margin-top: 6px;
}
span.select2-selection__clear {
font-size: 0;
}
span.select2-selection__clear:before {
content: 'Clear X';
background-color: #918f8f;
border-radius: 6px;
color: white;
font-size: 13px;
position: absolute;
right: -16px;
z-index: 99999999999999;
margin: 0px;
padding: 0px;
top: 5px;
padding-right: 3px;
padding-left: 3px;
line-height: 28px;
}
.wwp_variation_wrap {
display: inline-block;
width: 100%;
}
.wwp_variation_lable {
float: left;
padding: 8px;
min-width: 73px;
border-radius: 12%;
border: 1px solid #dfdfdf;
text-align: center;
text-transform: capitalize;
}
input.wwp_quantitys {
float: right;
max-width: 50px;
}
.wwp_quantity_box {
float: right;
display: inline-flex;
}
button.minus,
button.plus {
padding-right: 10px;
padding-left: 10px;
}
.wwp_quantitys::-webkit-outer-spin-button,
.wwp_quantitys::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} .wwp_quantitys[type=number] {
-moz-appearance: textfield;
}
input.wwp_quantitys {
float: none;
margin: 0;
display: inline-block;
text-align: center;
}
.wwp_variation_table_enable form.variations_form.cart .quantity .qty , .wwp_variation_table_enable form.variations_form.cart .woocommerce-variation-price {
display:none;
}
.wwp_variation_table_enable form.variations_form.cart .single_variation_wrap  .woocommerce-variation-availability {
display:none;
}
.wwp_variation_wrap.wwp_disable_variation,.wwp_variation_wrap.wwp_disable_variation .wwp_quantity_box {
opacity: 0.6;
pointer-events:none;
color: #f96060;
}
.wwp_variation_wrap.wwp_disable_variation .wwp_variation_lable {
border: 1px solid #e76f6f;
}
.wwp_quantity_box_availability_html {
width: 100%;
float: left;
}
.g-recaptcha {
display: inline-block;
-webkit-transform: scale(.9);
transform: scale(.9);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
margin-bottom: 0.3rem;
}
.woo-login-captcha { 
display: none!important;
}
.wwp_group_announcement_table {
width: 100%;
border-collapse: collapse;
}
.wwp_group_announcement_table, .wwp_group_announcement_table th, .wwp_group_announcement_table td {
border: 1px solid #ddd;
padding: 8px;
}
.wwp_group_announcement_table th {
background-color: #f4f4f4;
text-align: left;
}
a.popup-trigger {
color: #6c63ff;
cursor: pointer;
text-decoration: underline;
}
.wwp-new-label {
background-color: green;
color: white;
font-size: 12px;
padding: 2px 4px;
margin-left: 5px;
border-radius: 3px;
}
.wwp-announcement-popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}
.wwp-announcement-popup {
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 400px;
}
.wwp-announcement-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.wwp-close-popup {
cursor: pointer;
font-size: 18px;
}
.woocommerce-MyAccount-navigation-link--group-announcement {
width: 102%;
}
.wwp_wholesaler_registration_form .parent .chzn-drop, .wholesaler_shipping_address .parent .chzn-drop, .wwp_form_css_row  {
display: inline-flex;
flex-direction: column;
width: 100%;
margin: 5px 0;
}
.wwp_wholesaler_registration_form .parent .chzn-drop select, .wwp_form_css_row input, .wwp-password-wrapper input, .wwp_form_css_row select{
width: 100%;
padding: 5px;
margin-top: 5px;
}
.wwp_form_css_row .radio-group input, .wwp-shipping-address input { 
width: auto !important;
}
.wwp_form_css_row input { 
width: 98%;
}
.wwp-shipping-address { 
flex-direction: row;
}
#wwp_wholesaler_copy_billing_address{
margin: 7px;
}
p + h2 {
margin-top: 0 !important;
}
.wwp-password-wrapper {
position: relative;
}
.wwp-password-toggle, .wwp-confirm-password-toggle {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
cursor: pointer;
font-size: 16px;
color: #333;
}table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{height:1em;width:1em;margin-top:-9px;display:inline-block;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable tr.dt-hasChild td.dt-control:before{content:"-";background-color:#d33333}table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled{cursor:pointer;position:relative;padding-right:26px}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after{position:absolute;display:block;opacity:.125;right:10px;line-height:9px;font-size:.9em}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before{bottom:50%;content:"▴"}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after{top:50%;content:"▾"}table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dataTables_scrollBody table.dataTable thead>tr>th:before,div.dataTables_scrollBody table.dataTable thead>tr>th:after,div.dataTables_scrollBody table.dataTable thead>tr>td:before,div.dataTables_scrollBody table.dataTable thead>tr>td:after{display:none}div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:2px}div.dataTables_processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dataTables_processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgba(13, 110, 253, 0.9);animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dataTables_processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px;border-bottom:1px solid rgba(0, 0, 0, 0.3)}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 10px 6px 10px;border-top:1px solid rgba(0, 0, 0, 0.3)}table.dataTable tbody tr{background-color:transparent}table.dataTable tbody tr.selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.9);color:white}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid rgba(0, 0, 0, 0.15);border-right:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe>tbody>tr.odd>*,table.dataTable.display>tbody>tr.odd>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.023)}table.dataTable.stripe>tbody>tr.odd.selected>*,table.dataTable.display>tbody>tr.odd.selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.923)}table.dataTable.hover>tbody>tr:hover>*,table.dataTable.display>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.035)}table.dataTable.hover>tbody>tr.selected:hover>*,table.dataTable.display>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.935)}table.dataTable.order-column>tbody tr>.sorting_1,table.dataTable.order-column>tbody tr>.sorting_2,table.dataTable.order-column>tbody tr>.sorting_3,table.dataTable.display>tbody tr>.sorting_1,table.dataTable.display>tbody tr>.sorting_2,table.dataTable.display>tbody tr>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.019)}table.dataTable.order-column>tbody tr.selected>.sorting_1,table.dataTable.order-column>tbody tr.selected>.sorting_2,table.dataTable.order-column>tbody tr.selected>.sorting_3,table.dataTable.display>tbody tr.selected>.sorting_1,table.dataTable.display>tbody tr.selected>.sorting_2,table.dataTable.display>tbody tr.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.919)}table.dataTable.display>tbody>tr.odd>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.054)}table.dataTable.display>tbody>tr.odd>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.047)}table.dataTable.display>tbody>tr.odd>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.039)}table.dataTable.display>tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.954)}table.dataTable.display>tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.947)}table.dataTable.display>tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.939)}table.dataTable.display>tbody>tr.even>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.019)}table.dataTable.display>tbody>tr.even>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.even>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.011)}table.dataTable.display>tbody>tr.even>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.even>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.003)}table.dataTable.display>tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.919)}table.dataTable.display>tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.911)}table.dataTable.display>tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.903)}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.082)}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.074)}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.062)}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.982)}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.974)}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.962)}table.dataTable.no-footer{border-bottom:1px solid rgba(0, 0, 0, 0.3)}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid rgba(0, 0, 0, 0.3);background-color:rgba(230, 230, 230, 0.1);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));background:-webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid rgba(0, 0, 0, 0.3)}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}.wc-quote-icon{
cursor: pointer;
}
#wc-quote-li-icon {
width: auto;
}
#wc-quote-li-icon .dashicons-cart {
margin-top: 10px;
}
.colimg {
padding: 0%;
width: 25%;
float: left;
}
.colpro {
padding: 0%;
width: 60%;
float: left;
margin-left: 10px;
}
.coldel {
padding: 0%;
width: 10%;
float: left;
}
#view-quote {
text-align: center;
background-color: #1a1a1a;
color: white;
border-radius: unset;
border: 1px solid #1a1a1a;
font-size: 13px;
font-weight: bold;
padding: 10px;
}
.main-btn-col {
margin-top: 2%;
padding-left: 2%;
padding-right: 2%;
}
#dropdownMenuButton {
cursor: pointer;
}
#quantity {
font-size: 10px !important ;
}
.scrollable-menu {
height: auto;
max-height: 300px;
overflow-x: hidden;
}
#delete-quote {
margin-top: 23%;
cursor: pointer;
}
#delete-quote:hover {
color: red;
}
#empty-message {
font-size: 15px;
}
ul li#wc-quote-li .totalitems { margin-left: 3px;
}
.dashiconsc {
width: auto;
float: left;
margin-top: 2px;
}
ul li#wc-quote-li { width: auto;
}
.mini-quote-dropdown .quote_list {
position: initial;
}
.wc-quote-icon table.wc-quote-icon-widget__contents,
li.wc-quote-li .mini-quote-dropdown {
position: absolute;
top: 100%;
left: 0;
z-index: 5000;
display: none; 
background-color: whitesmoke !important;
}
li.wc-quote-li:hover a{
text-decoration: none;
}
div.wc-quote-icon {
position: relative;
}
li.wc-quote-li:hover .mini-quote-dropdown, .wc-quote-icon:hover .wc-quote-icon-widget__contents {
display: block;
}
li.wc-quote-li ul.quote_list {
max-height: 270px;
overflow-y: auto;
overflow-x: hidden;
padding: 0em 1em;
display: block !important;
background: inherit !important;
}
.mini-quote-dropdown li.wc-quote-mini-cart-item {
position: relative !important;
width: 200px;
overflow: hidden;
}
.mini-quote-dropdown li.wc-quote-mini-cart-item:hover a {
background: none;
}
.mini-quote-dropdown li.wc-quote-mini-cart-item a {
padding: 0em 1.41575em 0em 1.6em !important;
display: block;
width: auto; background: none !important;
}
.mini-quote-dropdown li.wc-quote-mini-cart-item a.wc-quote-remove {
font-size: 12px;
display: block;
background: #cdd7df;
border-radius: 50%;
position: relative;
float: left;
width: 15px;
height: 15px;
line-height: 13px;
padding: 0px !important;
text-align: center;
font-weight: 600;
overflow: hidden;
margin-right: 3px;
margin-top: 15px;
}
.mini-quote-dropdown li.wc-quote-mini-cart-item  a.wc-quote-remove:hover {
opacity: 1;
background: none;
color: red;
}
.mini-quote-dropdown p.total {
padding: 0.5em 0em;
margin: 0em 0em 1em 0em;
padding-left: 20px; display: inline-block;
min-width: 100%;
width: 100%;
border-bottom: 1px solid rgba(0,0,0,.05);
}
.mini-quote-dropdown p.buttons {
padding: 0em 1em;
text-align: center;
display: inline-block;
min-width: 100%;
width: 100%;
}
.mini-quote-dropdown li.wc-quote-mini-cart-item span.quantity {    padding: 0em 0.3em;
}
.mini-quote-dropdown p.wc-quote-mini-cart__empty-message {
padding: 10px;
white-space: nowrap;
margin-top: 10px;
}
form.wc-quote-form .alert-success {
display: none;
}
a.quote-btn {
margin-left: 3px;
}
a.wc-quote-download span {
-webkit-font-smoothing: antialiased;
font-style: normal;
vertical-align: middle;
margin-left: 0.2em;
font-variant: normal;
}
form.quote-convert-to-order {
width: auto;
display: inline;
}
div.wc_quote_convert_to_order_button , div.wc_quote_send_to_checkout_button{
text-align: right;
}
.wc-quote-widget__contents td{
border: 0px;
}
table.quote tr td,
table.quote tr th {
padding: 1.618em 5px 1.618em 5px !important;
vertical-align: middle;
}
table.quote tr.wcquote-view-btn td{
text-align: center;
}
table.quote tr td.actions {
padding: 0 !important;
}
p.wc_quote_counter{
font-weight: 600; }
.browse_list{
border: 1px solid black; 
color: black;
padding: 5px 10px;
font-size: 12px;
font-weight: 600;
display: inline-block;
margin-bottom: 12px;
border-radius: 4px;
}
a#view-quote {
margin-right:50px;
}
.underneath_add_to_cart {
display: block !important;
width: max-content;
margin: 10px 0;
}
.woocommerce .products-block-post-template .product {
text-align: center!important;
} #quote-form-fields input[type="text"],
#quote-form-fields input[type="email"],
#quote-form-fields .selection,
#quote-form-fields textarea {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
} .formio-errors {
color: red;
margin-top: 5px;
}
.quote_fields_start .input-group {
position: relative;
display: flex;
align-items: stretch;
width: 100%;
}
.quote_fields_start .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.quote_fields_start .input-group-text {
display: flex;
align-items: center;
padding: 15px;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.quote_fields_start .has-feedback .form-control {
padding-right: 10px;
}
.quote_fields_start .choices[data-type*=select-one] .choices__input {
width: 100%;
padding: 10px;
border-bottom: 1px solid #ddd;
background-color: #fff;
margin: 0;
}
.quote_fields_start .formio-choices.form-group, .formio-choices.formio-form-group {
margin-bottom: 0;
}
.quote_fields_start .choices {
position: relative;
overflow: hidden;
margin-bottom: 24px;
font-size: 16px;
}
.quote_fields_start .row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.quote_fields_start .list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.quote_fields_start .list-group {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
margin-left: 0px;
}
.quote_fields_start .col-md-1 {
width: 10% !important;
}
.quote_fields_start .col-md-9 {
width: 65% !important;
}
.quote_fields_start .col-md-2 {
width: 25% !important;
} .wp-block-column{
page-break-after: always;
page-break-inside: avoid; }  .border-box {
border: 1px solid #dbdbdb;
width: 100%;
padding: 15px 15px 15px 15px;
background: #F0F0F0;
margin-bottom: 20px;
}
.quote-status-tracking-container { padding: 0;
width: 84%;
}
.quote-status-tracking-container {
border: 1px solid #ddd;
padding: 0px;
border-radius: 8px;
background-color: white;
max-width: 88%;
margin: 20px auto;
font-family: Arial, sans-serif;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.quote-status-tracking-container h2 {
font-size: 18px;
margin-bottom: 0px;
}
.quote-status-tracking-container form {
display: flex;
flex-direction: column;
gap: 15px;
}
.quote-status-tracking-container label {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}
.quote-status-tracking-container input {
padding: 6px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 14px;
width: 40%;
margin: 1px 59px;
background: white;
}
.quote_email {
margin: 25px 0px;
}
.quote-status-tracking-container button {
background-color: #007cba;
color: white;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
width: 15%;
padding: 6px;
}
strong.fetch-status {
padding: 7px 45px 8px 8px;
border: 2px solid #dbdbdb;
margin: 0px 22px;
background: white;
color: #444444;
}
.quote-status-tracking-container button:hover {
background-color: #005a99;
} .quote-status-message {
margin-top: 15px;
padding: 10px;
border-radius: 4px;
font-size: 14px;
}
.quote-status-message.success {
background-color: #F0F0F0;
color: #060606;
padding: 20px 20px;
border: 1px solid #E7E7E7;
}
.quote-status-message.error {
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
.quote-status-form {
padding: 14px 14px;
background: white;
}
input#email_id {
width: 40.5% !important;
margin-left: 62px !important;
}  .wooicon {
font-family: "WooCommerce";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wooicon-ccv:before {
content: "\e604";
}
.wooicon-virtual:before {
content: "\e000";
}
.wooicon-up-down:before {
content: "\e022";
}
.wooicon-reports:before {
content: "\e023";
}
.wooicon-refresh:before {
content: "\e031";
}
.wooicon-navigation:before {
content: "\e032";
}
.wooicon-status-fill:before {
content: "\e03c";
}
.wooicon-contract:before {
content: "\e004";
}
.wooicon-downloadable:before {
content: "\e001";
}
.wooicon-plus:before {
content: "\e007";
}
.wooicon-simple:before {
content: "\e006";
}
.wooicon-on-hold:before {
content: "\e033";
}
.wooicon-external:before {
content: "\e034";
}
.wooicon-contract-2:before {
content: "\e036";
}
.wooicon-expand-2:before {
content: "\e035";
}
.wooicon-phone:before {
content: "\e037";
}
.wooicon-user:before {
content: "\e038";
}
.wooicon-status:before {
content: "\e039";
}
.wooicon-status-pending:before {
content: "\e012";
}
.wooicon-status-cancelled:before {
content: "\e013";
}
.wooicon-west:before {
content: "\e02f";
}
.wooicon-south:before {
content: "\e02e";
}
.wooicon-mail:before {
content: "\e02d";
}
.wooicon-inventory:before {
content: "\e02c";
}
.wooicon-attributes:before {
content: "\e02b";
}
.wooicon-north:before {
content: "\e02a";
}
.wooicon-east:before {
content: "\e029";
}
.wooicon-note:before {
content: "\e028";
}
.wooicon-windows:before {
content: "\e027";
}
.wooicon-user2:before {
content: "\e026";
}
.wooicon-search-2:before {
content: "\e025";
}
.wooicon-search:before {
content: "\e024";
}
.wooicon-star-empty:before {
content: "\e021";
}
.wooicon-share:before {
content: "\e030";
}
.wooicon-phone-fill:before {
content: "\e03b";
}
.wooicon-woo:before {
content: "\e03d";
}
.wooicon-user-fill:before {
content: "\e03a";
}
.wooicon-grouped:before {
content: "\e002";
}
.wooicon-status-refunded:before {
content: "\e014";
}
.wooicon-status-completed:before {
content: "\e015";
}
.wooicon-variable:before {
content: "\e003";
}
.wooicon-expand:before {
content: "\e005";
}
.wooicon-status-failed:before {
content: "\e016";
}
.wooicon-check:before {
content: "\e017";
}
.wooicon-right:before {
content: "\e008";
}
.wooicon-up:before {
content: "\e009";
}
.wooicon-query:before {
content: "\e018";
}
.wooicon-down:before {
content: "\e00a";
}
.wooicon-truck-1:before {
content: "\e019";
}
.wooicon-left:before {
content: "\e00b";
}
.wooicon-truck-2:before {
content: "\e01a";
}
.wooicon-image:before {
content: "\e00c";
}
.wooicon-globe:before {
content: "\e01b";
}
.wooicon-link:before {
content: "\e00d";
}
.wooicon-gear:before {
content: "\e01c";
}
.wooicon-calendar:before {
content: "\e00e";
}
.wooicon-cart:before {
content: "\e01d";
}
.wooicon-processing:before {
content: "\e00f";
}
.wooicon-card:before {
content: "\e01e";
}
.wooicon-view:before {
content: "\e010";
}
.wooicon-stats:before {
content: "\e01f";
}
.wooicon-status-processing:before {
content: "\e011";
}
.wooicon-star-full:before {
content: "\e020";
}
.wooicon-coupon:before {
content: "\e600";
}
.wooicon-limit:before {
content: "\e601";
}
.wooicon-restricted:before {
content: "\e602";
}
.wooicon-edit:before {
content: "\e603";
} td.quote-action-tab {
display: ruby-text !important;
}
td.quote-action-tab .button.wc-quote-download, td.quote-action-tab .woocommerce-button.button.view {
height: fit-content !important;
}
div.woocommerce-MyAccount-content table.cart tr.wc__quote-item td {
padding: 0.875em 0.875em !important;
}