/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@font-face {
  font-display: swap;
  font-family: ProximaNova;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ProximaNova-Regular.eot);
  src: url(../fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"),
  url(../fonts/ProximaNova-Regular.woff2) format("woff2"),
  url(../fonts/ProximaNova-Regular.woff) format("woff"),
  url(../fonts/ProximaNova-Regular.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: ProximaNova;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/ProximaNova-Bold.eot);
  src: url(../fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"),
  url(../fonts/ProximaNova-Bold.woff2) format("woff2"),
  url(../fonts/ProximaNova-Bold.woff) format("woff"),
  url(../fonts/ProximaNova-Bold.ttf) format("truetype");
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/EuclidCircularB-Bold.eot');
  src: url('../fonts/EuclidCircularB-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/EuclidCircularB-Bold.woff2') format('woff2'),
  url('../fonts/EuclidCircularB-Bold.woff') format('woff'),
  url('../fonts/EuclidCircularB-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/EuclidCircularB-Medium.eot');
  src: url('../fonts/EuclidCircularB-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/EuclidCircularB-Medium.woff2') format('woff2'),
  url('../fonts/EuclidCircularB-Medium.woff') format('woff'),
  url('../fonts/EuclidCircularB-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/EuclidCircularB-SemiBold.eot');
  src: url('../fonts/EuclidCircularB-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/EuclidCircularB-SemiBold.woff2') format('woff2'),
  url('../fonts/EuclidCircularB-SemiBold.woff') format('woff'),
  url('../fonts/EuclidCircularB-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/EuclidCircularB-Light.eot');
  src: url('../fonts/EuclidCircularB-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/EuclidCircularB-Light.woff2') format('woff2'),
  url('../fonts/EuclidCircularB-Light.woff') format('woff'),
  url('../fonts/EuclidCircularB-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/EuclidCircularB-Regular.eot');
  src: url('../fonts/EuclidCircularB-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/EuclidCircularB-Regular.woff2') format('woff2'),
  url('../fonts/EuclidCircularB-Regular.woff') format('woff'),
  url('../fonts/EuclidCircularB-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}


/*================================================
      Start Quick reorder table
================================================*/

/*.reorder-list-main tr.reorder-list.same_product .quantity.order_list, tr.reorder-list.same_product td {
    opacity: 0.5;
    pointer-events: none;
}*/

.content-area {
  width: 100% !important;
  margin-right: 0 !important;
}
.reorder-list-main {
  max-width: 1240px !important;
  width: 100% !important;
  /*background-color: #f6f3ed;*/
  padding: 40px 20px;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.reorder-list-main table.reorder-table {
  border: 0;
}
.reorder-list-main .order-table-content {
  padding: 6px;
  border-radius: 10px;
  background-color: #fff;
  overflow-x: auto;
}
.reorder-list-main .order-list-header {
  display: flex;
  justify-content: space-between;
  padding: 6px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.reorder-list-main .order-list-header .reorder-list-filter form {
  margin-bottom: 0;
}
.reorder-list-main .order-list-header .reorder-list-filter ul {
  margin: 0;
  display: flex;
  gap: 10px;
  padding: 0;
}
.reorder-list-main .order-list-header .reorder-list-filter ul li {
  list-style: none;
}
.reorder-list-main .order-list-header .reorder-list-filter ul select.order-by-date {
  max-width: 200px;
  width: 100%;
  min-width: 200px;
  padding: 5px 22px 5px 16px;
  border: 0;
  background: unset;
  background-color: #ddede8;
  min-height: 42px;
  border-radius: 6px;
  appearance: none;
  color: #001e1d;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 16px;
}
.reorder-list-main .order-list-header .reorder-list-filter ul select.order-by-date:focus {
  outline: 0;
}
.reorder-list-main .order-list-header .reorder-list-filter ul li {
  position: relative;
  margin: 0 !important;
  display: flex;
}
.reorder-list-main .order-list-header .reorder-list-filter ul li:first-child:before {
  content: "";
  box-sizing: border-box;
  height: 9px;
  width: 9px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  position: absolute;
  top: 14px;
  right: 18px;
  pointer-events: none;
}
.reorder-list-main .order-list-header .reorder-list-filter ul button[type=submit], 
.reorder-list-main .order-list-header .top-cart-btn button[type=submit] {
  font-size: 17px;
  display: block;
  border-radius: 6px;
  position: relative;
  min-height: 42px;
  line-height: 42px;
  padding: 0 28px;
}
.order-list-header .reorder-list-filter ul button[type=submit]:focus,.order-list-header .reorder-list-filter ul button[type=submit]:focus-visible, 
.order-list-header .top-cart-btn button[type=submit]:focus,.order-list-header .top-cart-btn button[type=submit]:focus-visible,
table.reorder-table td.product-check input[type=checkbox]:focus, table.reorder-table td.product-check input[type=checkbox]:focus-visible,
table.reorder-table tbody tr td.product-qty input.qty:focus, table.reorder-table tbody tr td.product-qty input.qty:focus-visible {
  outline: 0;
}
.reorder-list-main .order-list-header .reorder-list-filter ul button[type=submit], 
.reorder-list-main .order-list-header .top-cart-btn button[type=submit] {
  background-color: #004643 !important;
  cursor: pointer;
  color: #fff !important;
  text-decoration: none !important;
  border: 0;
  text-transform: capitalize;
  font-weight: 500;
}
.reorder-list-main .order-list-header .top-cart-btn {
  display: flex;
}
.reorder-list-main .order-list-header .top-cart-btn button[type=submit]:hover, 
.reorder-list-main .order-list-header .reorder-list-filter ul button[type=submit]:hover  {
  background-color: #ddede8 !important;
  color: #001e1d !important;
}
.reorder-list-main table.reorder-table, .reorder-list-main table.reorder-table table, .reorder-list-main table.reorder-table ul {
  margin: 0;
}
.reorder-list-main table.reorder-table th.order_id , .reorder-list-main table.reorder-table td.order-id {
  min-width: 74px;
}
.reorder-list-main table.reorder-table th.order_date , .reorder-list-main table.reorder-table td.order-date {
  min-width: 120px;
}
.reorder-list-main table.reorder-table thead tr th, .reorder-list-main table.reorder-table tr td {
  padding: 18px 4px;
  font-size: 15px;
  vertical-align: middle;
  border: 0;
}
.reorder-list-main table.reorder-table thead tr th table, .reorder-list-main table.reorder-table tr td table {
  border: 0;
}
.reorder-list-main table.reorder-table thead tr th {
  background-color: #ddede8;
  color: #001e1d;
}
.reorder-list-main table.reorder-table tbody tr td {
  background-color: transparent !important;
  color: #001e1d;
  border-bottom: 1px solid rgb(238 246 243) !important;
}
.reorder-list-main table.reorder-table tbody tr td table td:last-child {
  border-bottom: 1px solid rgb(238 246 243) !important;
}
.reorder-list-main table.reorder-table tbody tr td:last-child {
  border-bottom: 0 !important;
}
.reorder-list-main table.reorder-table tbody tr td table td ins {
  text-decoration: none;
}
.reorder-list-main table.reorder-table > tbody > tr:last-child > td, .reorder-list-main table.reorder-table > tbody > tr:last-child > td table td {
  border-bottom: 0;
}
.reorder-list-main table.reorder-table th {
  white-space: nowrap;
  min-width: 130px;
  width: 130px;
}
.reorder-list-main table.reorder-table thead tr th, 
.reorder-list-main table.reorder-table tbody tr td {
  text-align: center;
}
.reorder-list-main table.reorder-table thead tr th table th {
  border: none !important;
}
.reorder-list-main table.reorder-table thead tr th:first-child {
  border-radius: 6px 0 0 6px;
}
.reorder-list-main table.reorder-table thead tr th:last-child {
  border-radius: 0 6px 6px 0;
}
.reorder-list-main table.reorder-table thead tr th:last-child th {
  border: 0 !important;
}
.reorder-list-main table.reorder-table thead tr th.order_col_table {
  padding: 0;
}
.reorder-list-main table.reorder-table table.reorder-subtable td.product-image img {
  max-width: 70px !important;
  width: 100%;
  display: block;
  padding: 4px;
  border: 1px solid rgb(238 246 243);
  margin: auto;
  height: auto;
}
.reorder-list-main table.reorder-table td.product-check input[disabled] {
  cursor: not-allowed;
}
.sold-out-icon {
  color: red;
}
.reorder-list-main table.reorder-table td.product-stock-status {
  text-transform: capitalize;
}
.reorder-list-main table.reorder-table td.product-check input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #001e1d;
  background-color: transparent;
  border-radius: 3px;
  position: relative;
  -webkit-appearance: none;
  display: block;
  margin: auto;
}
.reorder-list-main table.reorder-table td.product-check input[type=checkbox]:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(42deg);
  left: 3px;
  top: 1px;
}
.reorder-list-main table.reorder-table td.product-check input[type=checkbox]:checked {
  background-color: #001e1d;
}
.reorder-list-main table.reorder-table td.product-check input[type=checkbox]:checked:after {
  opacity: 1;
}
.reorder-list-main table.reorder-table tr td.product-name, .reorder-list-main table.reorder-table tr td.product-sku, .reorder-list-main table.reorder-table tr td.product-variant ul {
  text-align: center;
  word-break: normal;
  white-space: normal;
}
.reorder-list-main table.reorder-table tr td.product-price .amount {
  color: #001e1d;
  font-weight: 600;
}
.reorder-list-main table.reorder-table tr td.product-variant ul li {
  list-style: none;
}
.reorder-list-main table.reorder-table .quantity {
  border: 1px solid #001e1d;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.reorder-list-main table.reorder-table .quantity button {
  background-color: #ddede8;
  border-radius: 6px;
  width: 28px;
  height: 28px; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #777777 !important;
  padding: 0 0 2px;
  border: 0;
  color: #001e1d !important;
  flex-shrink: 0;
  text-decoration: none;
}
.reorder-list-main table.reorder-table .quantity button:hover {
  color: #fff !important;
  background: #001e1d;
}
.reorder-list-main table.reorder-table .quantity input.qty::-webkit-outer-spin-button,
.reorder-list-main table.reorder-table .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.reorder-list-main table.reorder-table .quantity input.qty {
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #001e1d;
  width: 100%;
  border: 0;
  box-shadow: none;
  background: transparent;
  min-width: 40px;
  max-width: 40px;
}
.reorder-list-main table.reorder-table thead th.order, .reorder-list-main table.reorder-table tbody td.product-check {
  width: 80px;
}
.reorder-list-main table.reorder-table thead th.qty_box, .reorder-list-main table.reorder-table tbody td.product-qty {
  width: 116px;
}
.reorder-list-main .reorder-pagination-wrap ul {
  display: flex;
  grid-column-gap: 12px;
  justify-content: center;
  margin: 35px 0 0;
}
.reorder-list-main .reorder-pagination-wrap ul li {
  display: flex;
  list-style: none;
  margin: 0;
}
.reorder-list-main .reorder-pagination-wrap ul li .page-numbers {
  background-color: #fff;
  border-radius: 6px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #001e1d;
  text-decoration: none;
  font-family: "Source Sans Pro",sans-serif;
}
.reorder-list-main .reorder-pagination-wrap ul li .page-numbers:focus, .reorder-list-main table.reorder-table .quantity button:focus, .reorder-list-main table.reorder-table .quantity button:focus-visible  {
  outline: 0;
}
.reorder-list-main .reorder-pagination-wrap ul li .page-numbers.next,
.reorder-list-main .reorder-pagination-wrap ul li .page-numbers.prev {
  width: 75px;
  background-color: #004643;
  color: #fff;
}
.reorder-list-main .reorder-pagination-wrap ul li .page-numbers:hover, .reorder-list-main .reorder-pagination-wrap ul li .page-numbers.current {
  background-color: #004643;
  color: #fff;
}
.reorder-list-main .product-categories ul {
  list-style-type: none;
}
.reorder-list-main .product-categories ul li a {
  text-decoration: none;
  color: #001e1d;
}
.reorder-list-main .product-tags ul {
  list-style-type: none;
}
.reorder-list-main .product-tags ul li a {
  text-decoration: none;
  padding: 5px 10px;
  font-size: 15px;  
  border-radius: 3px;
  line-height: normal;
  background-color: #004643;
  color: #fff;
  display: inline-block;
}
.reorder-list-main .product-tags ul li a:hover {
  background-color: #ddede8;
  color: #001e1d;
}
.reorder-list-main .quick-reorder-specification-main {
  position: relative;
}
.reorder-list-main .quick-reorder-specification-main span.wt-specifications-icon {
  background: #fff;
  width: 30px;
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: auto;
  border: 3px solid rgb(238 246 243);
  cursor: pointer;
  color: #001e1d;
}
.reorder-list-main .quick-reorder-specification-main .quick-reorder-specification-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 10px) scale(0);
  margin: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgb(127 137 161 / 25%);
  transition: all 1.10s;
  transform-origin: top center;
  border-radius: 5px;
}
.reorder-list-main .quick-reorder-specification-main .quick-reorder-specification-content ul.dimensions {
  margin: 0;
  list-style: none;
  padding: 15px;
  width: 200px;
  text-align: left;
}
.reorder-list-main .quick-reorder-specification-main .quick-reorder-specification-content ul.dimensions li {
  font-size: 15px;
  border-bottom: 1px solid rgb(238 246 243);
  padding: 5px;
  color: #001e1d;
}
.reorder-list-main .quick-reorder-specification-main .quick-reorder-specification-content ul.dimensions li:last-child {
  border: 0;
}
.reorder-list-main .quick-reorder-specification-main:hover .quick-reorder-specification-content {
  opacity: 1;
  top: 22px;
  visibility: visible;
  transform: translate(-50%, 10px) scale(1);
}
.reorder-list-main  tr.reorder-list.same_product .quantity, tr.reorder-list.same_product td{
  opacity: 0.5;
  pointer-events: none;
}
/*---------------- 31/5/23 ---------------*/

.reorder-list-main .load-more-button .load-more {
  background-color: #004643;
  color: #fff;
  font-size: 17px;
  padding: 0 28px;
  display: block;
  border-radius: 6px;
  margin: auto;
  margin-top: 30px;
  transition: .5s all ease;
  outline: 0px;
  cursor: pointer;
  border: 0;
  position: relative;
  min-height: 42px;
  line-height: 42px;
}
.reorder-list-main .load-more-button .load-more svg{
  position: absolute;
  top: 11px;
  right: 7px;
}
.reorder-list-main .load-more-button .load-more:hover {
  background-color: #ddede8;
  color: #001e1d; 
}
.reorder-list-main .top-cart-error .sucess{
  background-color:#e6f6e6; 
  color: green;
  padding: 10px;
  border-left: 5px solid green;
}
.reorder-list-main .top-cart-error .error{
  background-color:#fa383e0a; 
  color: #fa383e;
  padding: 10px;
  border-left: 5px solid #fa383e;
}
.reorder-list-main .top-cart-error .btn-error{
 background-color:#fa383e0a; 
 color: #fa383e;
 padding: 10px;
 border-left: 5px solid #fa383e;
}
.top-cart-btn button svg {
  display: none;
  position: absolute;
  top: 13px;
  right: 8px;
}
.top-cart-btn button.active svg {
  display: inline-block;
}
.reorder-list-main .no-more-exist-product {
  background-color: #80808008;
}
.woocommerce .woocommerce-error{
	background-color: transparent!important;
	border:0!important;
	padding: 0;
}
.woocommerce .woocommerce-error li {
  background-color: #fa383e0a  ;
  color: #fa383e;
  padding: 10px;
  border-left: 5px solid #fa383e;
  margin: 5px 0;
}
.reorder-list-main .reorder-list td{
	min-width:130px; 
}
.woocommerce-error::before{
  content: ""!important;
}
.reorder-list-main .wt-quick-reorder-error {
  margin: 0;
  list-style: none;
}













/*================================================
              End Quick reorder table
================================================*/

/*====================================================================
                              Media
====================================================================*/

@media only screen and (max-width: 991px) {
  .reorder-list-main .order-table-content {
    padding: 0 15px;
  }
  .reorder-list-main table.reorder-table thead tr th, .reorder-list-main table.reorder-table tr td {
    padding: 18px 0px;
  }
  .reorder-list-main table.reorder-table th.order_date, .reorder-list-main table.reorder-table td.order-date {
    min-width: 90px;
  }
  .reorder-list-main table.reorder-table {
    overflow-x: auto;
    width: 1000px;
  }
  table, thead, tbody, th, td, tr {
    display: block;
    width: 100% !important;
  }
  .reorder-list-main table.reorder-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: left !important;
    display: flex;
  }
  .reorder-list-main table.reorder-table tbody tr td:before {
    content: attr(data-title);
    display: block;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #000; 
  }
  .reorder-list-main table.reorder-table tbody tr td {
    position: relative;
    white-space: normal;
    align-items: center;
  }
  .reorder-list-main table.reorder-table tbody tr td.product-variant ul {
    padding: 0;
    text-align: left;
  }
  .reorder-list-main table.reorder-table tbody tr td.product-variant ul li {
    margin-left: 0;
  }
  .reorder-list-main table.reorder-table table.reorder-subtable td.product-image img, .reorder-list-main table.reorder-table .quantity, .reorder-list-main table.reorder-table td.product-check input[type=checkbox] {
    margin: 0 auto 0 0;
  }
  .reorder-list-main table.reorder-table thead tr th {
    display: none;
  }
  .reorder-list-main table.reorder-table > tbody > tr:last-child > td, .reorder-list-main table.reorder-table > tbody > tr:last-child > td table td {
    border-bottom: 1px solid rgba(88, 112, 82, 0.09);
  }
  .reorder-list-main table.reorder-table td.wc-product::before {
    display: none;
  }
  .reorder-list-main .wt-quick-reorder-error {
    white-space: normal;
  }


}

@media only screen and (max-width: 575px) {
  .reorder-list-main .order-list-header, .reorder-list-main .order-list-header .reorder-list-filter ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .reorder-list-main .order-list-header .reorder-list-filter, .reorder-list-main .order-list-header .top-cart-btn, .reorder-list-main .order-list-header .top-cart-btn button, .reorder-list-main .order-list-header .reorder-list-filter ul li, 
  .reorder-list-main .order-list-header .reorder-list-filter ul button[type=submit] {
    width: 100%;
  }
  .reorder-list-main .order-list-header .reorder-list-filter ul select.order-by-date {
    max-width: 100%;
    min-width: 100%;
  }
  .reorder-list-main .reorder-pagination-wrap ul li .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 26px;
  }
  .reorder-list-main .reorder-pagination-wrap ul li .page-numbers.next, .reorder-list-main .reorder-pagination-wrap ul li .page-numbers.prev {
    width: 65px;
  }
  .reorder-list-main .reorder-pagination-wrap ul {
    margin: 28px 0 0;
  }
  .reorder-list-main {
    padding: 15px;
  }

}