.attachment-woocommerce_thumbnail, .woocommerce-placeholder, img.attachment-thumbnail.size-thumbnail {
    width: 60px;
    box-shadow: none;
}

a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

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

.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

#coupon_code {
    width: 80px;
}

.coupon {
    float: left;
}

.actions .button {
    float: right;
}

.qua-inline-inputs {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.qua-inline-inputs select, .qua-inline-inputs input {
    flex: 1;
}

.head-message {
    background: black;
    color: white;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    align-items: center;
}

.cart-collaterals {
    display: none;
}

.success-banner-msg {
    background: green;
    color: white;
    font-weight: 700;
    padding: 20px;
    margin: 10px 0;
}

.pending-banner-msg {
    background: chocolate;
    color: white;
    font-weight: 700;
    padding: 20px;
    margin: 10px 0;
}

.success-banner-msg a{
    color: white;
    font-weight: 700;
}

.error-banner-msg {
    background: #a90000;
    color: white;
    font-weight: 700;
    padding: 20px;
    margin: 10px 0;
  }


/*copied*/


/*NEW ADDITIONS TO CART SEARCH*/

.cart-search-container {
    position: relative;
}

.woocommerce-product-search{
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}

#add-new-product-cart-search {
    height: 47.5px;
}

.search-input-container {
    flex: 1;
    position: relative;
}

#qua-product-search-results {
    width: 100%;
    position: absolute;
    background-color: #fafafa;
    z-index: 99;
    margin: -25px 0 0 0;
    list-style: none;
    border: solid 2px #e3e3e3;
    border-top: none;
  }
  
#qua-product-search-field {
    width: 100%;
    margin-bottom: 25px;
  }

#qua-product-search-results > li:nth-child(odd) {
    background-color: #F2F2F2; 
}

#qua-product-search-results > li > a {
    display: block; 
    color: #333333;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
}

#qua-product-search-results > li > a:hover {
    background-color: #F2F2F2;
}

.qua-heading-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 50px;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.pagination {
    font-size: 20px;
    font-weight: 700;
}

.qua-search {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.qua-search input {
    margin-bottom: unset !important;
}

.qua-search button {
    border-radius: 10px;
}

table.striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }

/*////////////////////////////////////*/
.add-new-product-search-container {
    display: none;
    position: absolute;
    width: 80%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: auto;
    max-height: 100%;
    background-color: #F2F2F2;
    z-index: 999999;
    padding: 15px;
}

.add-product-overlay {
    display: none;
    position: fixed;
    background: #0000007d;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

#jf-preloader {
    z-index: 99999999999 !important;
}

#qua-update-product, #qua-create-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    border-radius: 10px;
    max-height: 100%;
}

label {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.m-mb {
    margin-bottom: 20px;
}

.no-bg {
    border: none !important;
    background-color: unset !important;
    box-shadow: none !important;
}

.column {
    width: 48%;
}

.clear {
    clear: both;
}

.qua-checkboxes-box {
    max-height: 24vh;
    overflow: auto;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(42 42 42 / 50%);
    display: none;
  }
  
  .spinner {
    position: absolute;
    top: 50%;
    left: 48%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.qua-submit {
    margin: 50px auto 10px;
    width: 200px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    #qua-update-product, #qua-create-product  {
        flex-direction: column;
    }
    .column {
        width: unset;
    }
}



/*Estilos Vic*/
.has-error-form {
	border-color: red !important;
}

.has-error-form text {
	color: red;
}

.text-input {
	font-weight: normal;
}

.text-input:hover{
	cursor: pointer !important;
}

/* Tables
-----------------------------------------------------------------------*/
.head td {
	color: black;
	background-color: white;
}

.head input {
}

.foot td {
	color: black;
	background-color: white;
}

.label {
	color: black;
	background-color: white;
}

.sublabel {
	color: black;
}

.field {
	color: black;
	background-color: white;
}

.field_center {
	color: black;
	background-color: white;
}

.field_nw {
	color: black;
	background-color: white;
}

.field_money {
	color: black;
	background-color: white;
}

.field_total {
	color: black;
	background-color: white;
}

/* Detail
-----------------------------------------------------------------------*/
.detail {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.detail td.label {
	background-color: white;
}

.detail td.field_total,
.detail td.field {
	font-weight: bold;
	background-color: #eee;
}

.detail td.field_money { 
	background-color: #eee;
}

.detail_spacer_row td {
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.narrow td.label {
	background-color: white;
}

.narrow td.field {
	background-color: #eee;
}
/* Detail
-----------------------------------------------------------------------*/
.fax_head,
.narrow,
.detail {
	border-spacing: 1px;
	border-top: 1px solid #8B7958;
	border-bottom: 1px solid #8B7958;
	width: 99%;
	padding: 3px;
	margin-bottom: 10px;
}

.detail td.label {
	width: 20%;
	/*background-color: #F9F0E9;*/
}

.detail td.field {
	width: 20%;
	text-align: center;
	background-color: #F8F5F2;
}

.detail td.label{
	border:none !important;
}

.detail_spacer_row td {
	background-color: #BEAC8B;
	font-size: 2px;
	line-height: 2px;
	padding: 0px;
	border-top: 1px solid #F9F0E9;
	border-bottom: 1px solid #F9F0E9;
}

.detail td.field_money {
	width: 33%;
	background-color: #F8F5F2;
}

.narrow {
	width: 60%;
}

.narrow td.label { 
	width: 50%;
	background-color: #F9F0E9;
}

.narrow td.field_money,
.narrow td.field_total,
.narrow td.field { 
	width: 49%;
}

.narrow td.field_money,
.narrow td.field { 
	background-color: #F8F5F2;
}

.narrow td.field_total,
.narrow td.field_money {
	padding-right: 4em;
}

.detail td.field {
	text-align: center;
	background-color: #F8F5F2;
}

.fax_head td.label {
	width: 7%;
}

.fax_head td.field {
	width: 26%;
}

.operation {
	width: 1%;
}


.contentSearchDiv{
	z-index: 10;
    position: fixed;
    height: 150px;
    overflow-y: scroll;
    padding-right: 0px !important;
	cursor: pointer;
}

.form-control:focus, .form-control:hover {
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #17a2b8 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px!important;
}
.form-control{
	border-radius: 4px!important;
}

.steps {
    border: 1px solid #e7e7e7
}

.steps-header {
    padding: .375rem;
    border-bottom: 1px solid #e7e7e7
}

.steps-header .progress {
    height: .25rem
}

.steps-body {
    display: table;
    table-layout: fixed;
    width: 100%
}

.step {
    display: table-cell;
    position: relative;
    padding: 1rem .75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-right: 1px dashed #dfdfdf;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    text-align: center;
    text-decoration: none
}

.step:last-child {
    border-right: 0
}

.step-indicator {
    display: block;
    position: absolute;
    top: .75rem;
    left: .75rem;
    width: 28px;
    height: 28px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background-color: #fff;
    font-size: .875rem;
    line-height: 1.375rem
}

.has-indicator {
    padding-right: 1.5rem;
    padding-left: 2.375rem
}

.has-indicator .step-indicator {
    top: 50%;
    margin-top: -.75rem
}

.step-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-bottom: .75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #888
}
/*
.step:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none
}

.step:hover*/ .step-indicator {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-color: transparent;
    background-color: #f4f4f4
}
/*
.step:hover .step-icon {
    color: rgba(0, 0, 0, 0.9)
}*/

.step-active,
.step-active:hover {
    color: rgba(0, 0, 0, 0.9);
    pointer-events: none;
    cursor: default
}

.step-active .step-indicator,
.step-active:hover .step-indicator {
    border-color: transparent;
    background-color: #5c77fc;
    color: #fff
}

.step-active .step-icon,
.step-active:hover .step-icon {
    color: #5c77fc
}

.step-completed .step-indicator,
.step-completed:hover .step-indicator {
    border-color: transparent;
    background-color: #28a745;
    color: #fff;
    line-height: 1.25rem
}

.step-completed .step-indicator .feather,
.step-completed:hover .step-indicator .feather {
    width: 24px;
    height: 24px;
}

@media (max-width: 575.98px) {
    .steps-header {
        display: none
    }
    .steps-body,
    .step {
        display: block
    }
    .step {
        border-right: 0;
        border-bottom: 1px dashed #e7e7e7
    }
    .step:last-child {
        border-bottom: 0
    }
    .has-indicator {
        padding: 1rem .75rem
    }
    .has-indicator .step-indicator {
        display: inline-block;
        position: static;
        margin: 0;
        margin-right: 0.75rem
    }
}

.bg-secondary {
    background-color: #f7f7f7 !important;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1200px !important;
    }
}


/*Estilos nueva medida de la tabla de productos*/
#tblProductos{
	font-size: 14px;
}

#tblProductos table tr td:nth-child(2),
#tblProductos table tr td:nth-child(3),
#tblProductos table tr td:nth-child(4),
#tblProductos table tr td:nth-child(5),
#tblProductos table tr td:nth-child(6),
#tblProductos table tr td:nth-child(7),
#tblProductos table tr td:nth-child(8),
#tblProductos table tr td:nth-child(9) {
	padding: 6px !important;
	font-size: 14px;
}