/* Settings */
.wpcwp2p-table td select,
.wpcwp2p-table {
  width: 100%;
}
.wpcwp2p-table th {
  text-align: initial;
}
.wpcwp2p-map-section {
  float: left;
  width: 32.33333%;
  margin-bottom: 1em;
}
.wpcwp2p-map-section:nth-of-type(3n+1) {
  padding-right: 1%;
}
.wpcwp2p-map-section:nth-of-type(3n+2) {
  padding: 0 .5%;
}
.wpcwp2p-map-section h3 {
  border-bottom: 2px solid #23282d;
  padding-bottom: 1em;
}
/* Track History */
.woocommerce-order-history {
  margin: 2rem 0;
  position: relative;
  background-color: #f8f8f8;
  padding: 1em !important;
  font-size: .8em;
  text-transform: uppercase;
}
.woocommerce-order-history:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%,16px 16px,16px 16px;
}

.woocommerce-order-history:after {
  content: "";
  display: table;
  top: auto;
  bottom: -16px;
  transform: rotate(
180deg
);
}

.woocommerce-order-history:before, 
.woocommerce-order-history:after {
  background: -webkit-linear-gradient(transparent 0,transparent 0),-webkit-linear-gradient(135deg,#f8f8f8 33.33%,transparent 33.33%),-webkit-linear-gradient(45deg,#f8f8f8 33.33%,transparent 33.33%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%,16px 16px,16px 16px;
}
.woocommerce-order-history, 
.woocommerce-order-history li {
  list-style: none;
  padding: 0;
}
.woocommerce-order-history li{
  padding-bottom: 1.5rem !important;
  border-left: 1px solid #bfbebe !important;
  position: relative;
  padding-left: 20px !important;
  margin: 0;
  margin-left: 10px;
  font-size: 1.3em;
}
.woocommerce-order-history li:before{
  content: "";
  width: 15px;
  height: 15px;
  background: #6d6d6d;
  border: 1px solid #828282;
  box-shadow: 3px 3px 0px #bfbebe;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}
.woocommerce-order-history li:first-child{
  border-left: 1px solid #ccb4b4 !important;
}
.woocommerce-order-history li:first-child:before{
  content: "";
  width: 15px;
  height: 15px;
  background: #f70707;
  border: 1px solid #e41b1b;
  box-shadow: 3px 3px 0px #ccb4b4;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0px;
}
.woocommerce-order-history li:before{
  border: 0px;
  padding-bottom: 0;
}
.woocommerce-order-history li .history-datetime {
  color: #2a2839;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.woocommerce-order-history li p {
  font-family: sans-serif;
  line-height: 1.5;
  margin-top: 0.4rem;
  padding:0;
  margin:0;
  color: #848484;
}
.wpcwp2p-source-domain {
  display: block;
  font-size: 0.8rem;
  text-transform: initial;
  color: #848484;
}
/* Notifcation massage */
.wpcwp2p-hide{
  display: none !important;
}
.wpcwp2p-setup-notif,
.wpcwp2p-notification {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1rem;
    font-weight: 400;
}
.wpcwp2p-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.wpcwp2p-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.wpcwp2p-setup-notif {
  color: #255688;
  background-color: #cce5ff;
  border-color: #88bdf5;
}
/* Spinner */
.wpcwp2p-loader,
.wpcwp2p-loader:before,
.wpcwp2p-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;
}
.wpcwp2p-loader {
  color: #cce5ff;
  font-size: 10px;
  margin: 0 auto 3rem;
  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;
}
.wpcwp2p-loader:before,
.wpcwp2p-loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.wpcwp2p-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.wpcwp2p-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;
  }
}
/* Style the form - display items horizontally */
.wpcwp2p-form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.wpcwp2p-form-inline label {
    margin: 5px 10px 5px 0;
}
.wpcwp2p-form-inline input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
}
@media (max-width: 800px) {
    .wpcwp2p-form-inline input {
        margin: 10px 0;
    }

    .wpcwp2p-form-inline {
        flex-direction: column;
        align-items: stretch;
    }
}