/* CSS Document */
#lpbs_widget.card {
  border: 1px solid #ccc;
  background-color: #fff; }

.unit-price {
  font-size: 14px;
  color: #111; }

#unit_price_display {
  font-size: 22px;
  color: #111; }

#lpbs_widget {
  padding: 20px 20px;
  background-color: #f6f6f6;
  margin: 0 0 10px 0; }
  #lpbs_widget .conversion-units .convert-unit {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #2fb5d2;
    border-radius: 3px;
    min-width: 60px;
    color: #2fb5d2;
    cursor: pointer;
    margin-bottom: 10px; }
  #lpbs_widget .conversion-units .selected {
    border-color: #2fb5d2;
    background-color: #2fb5d2;
    color: #fff;
    font-weight: bold; }
  #lpbs_widget .lpbs-widget-container {
    display: flex;
    flex-direction: row; }
  #lpbs_widget .lpbs-price-wrapper {
    flex-grow: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  #lpbs_widget .field-image-wrapper {
    display: inline-block;
    position: relative;
    top: -1px;
    cursor: pointer; }
    #lpbs_widget .field-image-wrapper span {
      font-size: 12px;
      background-color: #777;
      border-radius: 10px;
      display: inline-block;
      color: #fff;
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      font-weight: bold; }
    #lpbs_widget .field-image-wrapper img {
      display: none;
      position: absolute;
      top: 30px;
      z-index: 99;
      padding: 10px;
      border: 2px solid #444;
      background-color: #fff;
      transform: translate(-30%, 0%); }
  #lpbs_widget .field-image-wrapper:hover img {
    display: block; }
  #lpbs_widget .unit-entry label {
    text-align: right;
    display: inline-block; }
  #lpbs_widget .unit-entry {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px; }
    #lpbs_widget .unit-entry .field-label-wrapper {
      flex-grow: 100;
      line-height: 30px; }
    #lpbs_widget .unit-entry .field-input-wrapper {
      padding-left: 10px; }
    #lpbs_widget .unit-entry select, #lpbs_widget .unit-entry input[type='text'] {
      min-width: 70px;
      width: 70px;
      height: 30px;
      line-height: 30px;
      padding: 5px;
      border-radius: 4px;
      border: 1px solid #ddd;
      text-align: right; }
  #lpbs_widget #lpbs-price {
    font-size: 30px;
    width: 100%;
    text-align: center;
    display: block; }
  #lpbs_widget #lpbs-area-price,
  #lpbs_widget #lpbs-total-area {
    margin-top: 5px;
    display: block;
    width: 100%;
    text-align: center; }
  #lpbs_widget #lpbs-total-area {
    margin-top: 0px;
    font-size: 11px; }

#lpbs_widget input.error, #lpbs_widget select.error {
  border: 2px solid #aa0000;
  color: #aa0000;
  outline: none; }

#lpbs_widget .unit-entry {
  position: relative;
  clear: both; }

#lpbs_widget .error-unit {
  display: inline-block;
  background-color: #bf400d;
  color: #fff;
  padding: 3px 4px;
  border-radius: 4px;
  position: absolute;
  left: 100%;
  top: 0;
  white-space: nowrap;
  z-index: 100; }

#lpbs_widget .lpbs_error {
  color: #fff;
  font-weight: bold;
  background-color: #bf400d;
  margin: 5px 0;
  padding: 5px;
  border-radius: 4px; }

span.lpbs_unit_price_suffix {
  font-size: 16px;
  padding-left: 0px;
  padding-right: 4px; }

#our_price_display,
.our_price_display {
  font-size: 22px; }
  
/** Aggiunto */
#lpbs_widget input {
	background-color: white;
	border: thin solid blue;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	margin: 0 0 5px 0;     
}

#lpbs_widget select {
	background-color: white;
	border: thin solid blue;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	margin: 0 0 6px 0;     
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 16px) calc(15px), calc(100% - 11px) calc(15px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

#lpbs_widget select:focus {
	background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	border-color: green;
	outline: 0;
}

#lpbs_availability {
	font-size: 14px;
	margin: 10px 0;
	color: #0000FF;
}

.product-quantity #quantity_wanted {
	width: 57px;
}

#lpbs_change_address {
	padding-left: 15px !important;
}

#lpbs_calculate_loading {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 100000; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

/* Table mobile */
@media only screen and (max-width: 767px) {
	
	/* Force table to not be like tables anymore */
	#esc-carrier-table table, 
	#esc-carrier-table thead, 
	#esc-carrier-table tbody, 
	#esc-carrier-table th, 
	#esc-carrier-table td, 
	#esc-carrier-table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#esc-carrier-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#esc-carrier-table tr { border: 1px solid #ccc; }
 
	#esc-carrier-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#esc-carrier-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	/* #esc-carrier-table td:before { content: attr(data-title); } */
	#esc-carrier-table td:before {
		content: attr(data-th);
	}
}
/* Aggiunto **/

@media only screen and (max-width: 767px) {
  /** Aggiunto */
  .Carrier {
    display: none; }
  /* Aggiunto **/
  #lpbs_widget {
    display: block; } }

@media only screen and (min-width: 992px) {
  .Carrier {
    display: table-cell; } }

/*# sourceMappingURL=product.css.map */