/**
* Per product shipping styles.
 */
.shipping_cost_country{
	width: 95%;
}
.shipping_cost_country {
    border-collapse: collapse;
    width: 100%;
}

.shipping_cost_country th,.shipping_cost_country td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.shipping_cost_country tr:hover{background-color:#f5f5f5}
.shipping_cost_country tfoot tr:hover{background-color:#fff;}
button#insert_new{
	margin: 10px;
}
.wkmp_container .options_group p._enable_per_product_field{
	margin: 30px 0px;
}
.mp_per_product{
	margin: 50px 0px;
}
.mp_per_product table thead th{
	padding: 15px 20px;
}
.wkmp_container .options_group .mp_per_product table input{
	padding: 8px 5px;
	font-size: 14px;
}
.wkmp_container .options_group .mp_per_product input[type="number"]{
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.wkmp_container .options_group .mp_per_product .button-primary{
	display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
}

.wkmp_container .options_group .mp_per_product .button-primary:focus{
	outline: none;
	-webkit-box-shadow: 0 1px 0 #0073aa,0 0 2px 1px #33b3db;
	box-shadow: 0 1px 0 #0073aa,0 0 2px 1px #33b3db;
}
.wkmp_container .button-primary.remove-row.wkmp-pps-btn {
    width: 105px;
}
.wkwc-per-product .shipping_cost_country input.wkmpp_input {
    max-width: 140px;
}
.wkwc-per-product .shipping_cost_country .wk_mpp_uppercase{
    text-transform: uppercase;
}
.custom-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  padding: 8px 9px !important;
  background-color: #424614;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  float: unset !important;
  width: auto !important;
  margin: 0px !important;
}

.file-input__label-front {
    width: 132px !important;
}
.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}

.mppps-button-front {
    background: #eeeeee;
    padding: 11px;
    color: #333333;
    cursor: pointer;
}

.mppps-file-uploading {
    color:red;
}
