/**
 * @package     Plumrocket_ShippingTracking
 * @copyright   Copyright (c) 2018 Plumrocket Inc. (https://www.plumrocket.com)
 * @license     https://www.plumrocket.com/license/  End-user License Agreement
 */

/*  Order list  */
.last-order_wrapper{
  margin-bottom: 50px;
}

.last-order_wrapper h2{
  margin: 0 0 30px;
}

.order-list_item:not(:last-child){
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d0d0d0;
}

.pr-order-list thead tr{
  background: #f4f6fa;
}

.pr-order-list tbody tr{
  background: #fff;
  transition: all .3s ease-in;
  box-shadow: 0 7px 11px transparent;
  position: relative;
}

.pr-order-list tbody tr{
  border-bottom: 1px solid #e9ebee;
}

.pr-order-list td, .pr-order-list th{
  padding: 15px 10px;
}

.pr-order-list tr > th:first-child,
.pr-order-list tr > td:first-child{
  padding-left: 30px;
}

.pr-order-list tr > th:last-child,
.pr-order-list tr > td:last-child{
  padding-right: 30px;
}

.pr-shipp .page-title.pr-accordion_title{
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.pr-accordion_title{
  position: relative;
  cursor: pointer;
  padding: 5px 45px 5px 15px;
  background: #f3f3f3;
  transition: all .3s ease;
}

.pr-accordion_title:hover{
  box-shadow: 0 4px 6px #c4c4c480
}

.pr-accordion_title-icon{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  transition: all .3s ease-in-out;
}

.pr-accordion_title[aria-expanded='true'] .pr-accordion_title-icon{
  transform: translateY(-50%) rotate(-90deg);
}

.pr-accordion_body{
  overflow: auto;
}

.pr-accordion_body--padding{
  padding-left: 30px;
  padding-right: 30px;
}

.pr-accordion_body-content{
  padding-bottom: 50px;
}

.pr-accordion_body p{
  margin: 0;
  font-weight: 600;
}

.pr-shipp-no-track-info{
  margin-left: auto;
  height: 100%;
  background: #ffe9c6;
  padding: 10px 10px 10px 40px;
  border-radius: 5px;
  margin-right: -35px;
  position: relative;
  overflow: hidden;
}

.pr-shipp-no-track-info:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  border-radius: 5px;
  background: url('../images/pr-warning.svg') no-repeat center;
  background-size: 55%;
}

.shippingtracking .control {
  max-width: 350px;
}

.shippingtracking .primary {
  float: right;
}
.pr-shipp .page-title h1{
  margin-bottom: 0;
}

.pr-shipp .page-title h3{
  margin: 0;
}

.pr-shipp .page-title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.pr-shipp .page-title img {
  padding-right: 10px;
  height: 50px;
}

.pr-shipp .form-list {
  list-style: none;
  padding-left: 0;
}

.pr-shipp .data-table thead {
  background-color: #f7f7f7;
}

.pr-track-form .field {
  max-width: 350px;
  margin-bottom: 10px;
}

.pr-track-form label {
  margin-bottom: 5px;
  display: inline-block;
}

.pr-track-form p.required {
  color: #f00;
  float: right;
  font-size: 12px;
}

.pr-track-form .required em {
  padding-right: 3px;
  color: #f00;
  font-size: 12px;
}

.pr-track-form .actions-toolbar .secondary {
  padding: 7px 15px 7px 0;
  vertical-align: middle;
  line-height: 1.2;
  float: left;
}

.pr-track-form .back-link small {
  vertical-align: top;
}

.pr-track-form .actions-toolbar .primary {
  float: right;
}
.pr-track-form .actions-toolbar::before,
.pr-track-form .actions-toolbar:after{
  clear: both;
  content: '';
  display: table;
}
.pr-track-form-wrapper{
  background:#f7f7f7;
  padding:12px;
}
.order.tracking td>a{
  font-size: 0;
  word-break: word-break;
}
.order.tracking td>a:before{
  content: 'View Details';
  display: inline;
  font-size: 14px;
}
.pr-shipp-table tr>td:nth-child(2),
.pr-shipp-table tr>td:nth-child(3){
  white-space: nowrap;
}

.pr-back_link{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  position: relative;
  transition: all .3s ease;
  padding: 5px 5px 5px 0;
}

.pr-back_link:hover{
  text-decoration: none;
}

.pr-back_link:hover:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #006bb4;
}
.pr-back_link svg{
  margin-right: 5px;
  flex-shrink: 0;
  width: 15px;
}

@media (min-width: 768px){
  .pr-shipp .page-title h1{
    margin-bottom: 0;
  }
  .pr-shipp .page-title{
    margin-bottom: 40px;
  }

  .pr-order-list tbody tr:hover{
    box-shadow: 0 4px 15px #e3e3e3cc;
    border-bottom-color: transparent;
    z-index: 1;
  }
}
@media (max-width:767px){
  .pr-track-form p.required{
    font-size: 10px;
  }
  .pr-shipp .pr-shipp-table{
    font-size: 12px;
  }

  .order-list_wrapper{
    overflow: auto;
  }

  .pr-shipp-no-track-info{
    margin: 10px -30px 10px 0;
    width: 100%;
  }
}
@media (max-width:450px){
  .pr-shipp .pr-shipp-table{
    font-size: 10px;
  }
  .pr-shipp .pr-shipp-table th,
  .pr-shipp .pr-shipp-table td{
    padding: 11px 3px;
  }
}
