/*
	SEARCH FORM STYLES
-----------------------------*/
.wpcvr-w-100{
  width:100% !important;
}
.wpcvr-form-wrapper {
    padding: 10px;
    background-color: #ffffff;
}
.wpcvr-input-wrapper {
  position: relative;
}
.wpcvr-input-wrapper .wpcvr-clear-field {
  position: absolute;
  font-size: 1.3em;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #dc3545!important;
  background-color: #fff;
}
.wpcvr-search-form-container {
    margin-top: 15px;
}
#wpcvr-calculation-container .wpcvr-calculation-table {
    width: 100%;
}
.wpcvr-calculation-table td {
    padding: 5px 10px;
    width: 50%;
    border: 1px solid #cecece;
}
.no-map #wpcvr-map {
    display: none;
}
.wpcvr-form-wrapper .stepper {
    width: 50%;
    margin: 0 auto;
}
.wpcvr-display-none{
    display: none !important;
}
.wpcvr-search-form-container .select2-container--default {
    width: 100%!important;
}
#shipment-list .wpcvr-action-row{
  opacity: 0;
}
#shipment-list .shipment-row:hover .wpcvr-action-row{
  opacity: 1 !important;
}
div#wpcvr_quote_form-wrapper {
  width: 360px;
  padding: 24px;
  background-color: #fff;
  position: relative;
}
#wpcvr_iquote-loader{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 21%);
  z-index: 9999;
}
#wpcvr_iquote_info-wrapper {
  background-color: #fff;
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #8d8d8d;
  transition: all .3s ease-out;
}
#wpcvr_iquote_info-back{
  cursor: pointer;
}
#wpcvr_iquote_info-back:hover {
  color: var( --wpcargo );
}
#wpcvr_iquote_info-wrapper .iquite-header {
  padding: 12px 18px;
  background-color: #eee;
  border-bottom: 1px solid #a3a3a3;
}
#wpcvr_iquote_info-wrapper .iquite-header h3,
#wpcvr_iquote_info-wrapper .iquite-price h4 {
  margin: 0;
}
#wpcvr_iquote_info-wrapper .iquite-price {
  text-align: center;
  padding: 32px 0;
}
#wpcvr_iquote_info-wrapper .iquite-price h4 {
  font-weight: 500;
  font-size: 3rem;
}
#wpcvr_iquote_info-wrapper .sub-info {
  font-size: 1.2rem;
  color: #8b8b8b;
}
#wpcvr_iquote_info-wrapper .iquote-details h4 {
  text-align: center;
  padding: 12px 18px;
  background-color: #eee;
}
#wpcvr_iquote_info-wrapper #iquote-details-breakdown {
  padding: 18px;
}
#wpcvr_iquote_info-wrapper #iquote-details-breakdown .iquote-label {
  font-size: .9rem;
  color: #8b8b8b;
}
#wpcvr_iquote_info-wrapper #iquote-details-breakdown .iquote-label_data {
  float: right;
}
#wpcvr_iquote_info-wrapper #iquote-details-breakdown p {
  font-weight: 400;
}
/* Step 2 Quote form  */
#wpcvr_quote_form2-wrapper {
  background-color: #fff;
  padding: 18px;
}
#wpcvr_quote_form2-wrapper #wpcvr-iquote-wrapper {
  border-bottom: 1px solid #ced4da;
}
#wpcvr_quote_form2-wrapper .iquite-price {
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 0;
}
#wpcvr_quote_form2-wrapper .sub-info {
  color: #939393;
}
#wpcvr_quote_form2-wrapper #wpcvr-packages-repeater tbody tr:first-child [data-repeater-delete] {
  display: none;
}
/*
	WPCFE UPDATE FORM STYLES
-----------------------------*/
#delivery_info table td, #delivery_info table th {
    border: 1px solid;
    width: 50%;
}
/*
	WPCFE DELIVERY TABLE STYLES
-----------------------------*/
#delivery-list td {
    max-width: 150px;
}
/* Form */
#wpcvr-details-container .form-group,
#wpcvr-calculate-container .form-group {
    margin-bottom: 1rem;
}
#wpcvr-details-container label,
#wpcvr-calculate-container label {
    display: inline-block;
    margin-bottom: .5rem;
}
#wpcvr-details-container select.browser-default,
#wpcvr-calculate-container select.browser-default {
    display: block!important;
}
#wpcvr-details-container .form-control,
#wpcvr-calculate-container .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Stepper */
.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0!important;
}
.stepper-horizontal li:hover, .stepper-horizontal li.active {
    background-color: rgba(0,0,0,.06);
}
.stepper-horizontal li {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
ul.stepper {
    counter-reset: section;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 1em -1.5rem;
    padding: 1.5rem;
}
ul.stepper li.completed a .circle {
    background-color: #4285f4!important;
}
ul.stepper li a .circle {
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.38);
    width: 1.75rem;
    height: 1.75rem;
    text-align: center;
    line-height: 1.7rem;
    margin-right: .5rem;
}
.stepper-horizontal li:not(:first-child):before, .stepper-horizontal li:not(:last-child):after {
    content: "";
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: .5rem 0 0;
    height: 1px;
    background-color: rgba(0,0,0,.1);
}
/* Plugin Loader */
.wpcvr-loader,
.wpcvr-loader:before,
.wpcvr-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.wpcvr-loader {
  color: #cecece;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.wpcvr-loader:before,
.wpcvr-loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.wpcvr-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.wpcvr-loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
