main.shop .title-primary {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
main.shop .title-secondary {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
  main.shop .title-primary {
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.shop .title-secondary {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
main.shop .x-sell h4 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.vicopo-list {
  position: relative;
}
.vicopo-list ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  list-style: inside none;
  padding: 0;
  max-height: 400px;
  overflow: auto;
  background: #ffffff;
  z-index: 30;
}
.vicopo-list ul:empty {
  display: none;
}
.vicopo-list ul li {
  font-size: 12px;
  padding: 10px;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.vicopo-list ul li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.vicopo-list ul li:hover {
  background: #dead7d;
}
.store-shop {
  margin-bottom: 15px;
}
.store-shop .content-store {
  padding: 20px 25px;
  background-color: #f2f2f2;
  border-radius: 4px;
}
.store-shop .content-store h2,
.store-shop .content-store a:hover,
.store-shop .content-store i {
  color: #c47a31;
}
.store-shop .store-info {
  padding: 5px 0;
}
.store-shop .store-info,
.store-shop a {
  display: flex;
  align-items: center;
}
.store-shop .store-info i,
.store-shop a i,
.store-shop .store-info svg,
.store-shop a svg {
  margin-right: 10px;
  color: #c47a31;
  font-size: 16px;
}
.store-shop .g-dark {
  color: white!important;
  background-color: #c47a31 !important;
  border: 2px solid #c47a31 !important;
  height: 34px!important;
  margin: auto;
  margin-top: 15px;
}
.store-shop .g-dark:hover {
  background-color: inherit!important;
  color: #c47a31 !important;
  border: 2px solid #c47a31 !important;
}
main#new-account {
  background: #ffffff;
  padding-top: 15px;
}
main#new-password {
  padding-top: 30px;
}
main#payment-info {
  padding-top: 30px;
}
main#cart-v2 {
  padding-top: 30px;
}
main#cart-v2 .d-none {
  display: none;
}
main#cart-v2 .btn-next {
  margin-top: 15px;
}
main#cart-v2 .btn-next.d-none {
  display: none!important;
}
main#cart-v2 .btn-next svg,
main#cart-v2 .btn-next i {
  margin-left: 15px;
}
#panier_vide p {
  color: #251c0d;
  text-align: center;
  margin-top: 15px;
}
#column-cart .box {
  display: block;
  margin-bottom: 15px;
}
#column-cart .header {
  padding: 12px 15px;
  background: #c47a31;
}
#column-cart h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
#column-cart h3:first-child {
  display: block;
}
#column-cart h3:last-child {
  display: none;
}
#column-cart .content {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 15px;
}
#column-cart .content h4 {
  font-size: 12px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#column-cart .content #prix_panier .pad-box input {
  border-radius: 4px 0 0 4px;
}
#column-cart .content #prix_panier .pad-box button {
  border-radius: 0 4px 4px 0;
  border: 1px solid #8c5825;
}
#column-cart .content #prix_panier .pad-box button:hover {
  background-color: #8c5825;
  color: #ffffff;
}
#column-cart.active h3:first-child {
  display: none;
}
#column-cart.active h3:last-child {
  display: block;
}
#column-cart.active .items-list li .infos .name {
  font-size: 14px;
}
#column-cart.active .items-list li .infos .settings .field label {
  display: none;
}
.items-legend {
  display: block;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #e5e5e5;
}
.items-legend p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #999999;
  margin: 0;
  text-align: left;
}
.items-legend p:first-child {
  flex: 1 1 0;
}
.items-legend p:last-child,
.items-legend p:nth-last-child(2) {
  flex-basis: 80px;
  margin-left: 10px;
}
@media screen and (max-width: 719px) {
  .items-legend p {
    flex-basis: 55px;
    white-space: nowrap;
  }
}
.items-list {
  list-style: inside none;
  margin-bottom: 15px;
}
.items-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  color: #251c0d;
}
.items-list li .photo {
  margin-right: 10px;
  flex: 0 1 90px;
}
@media screen and (max-width: 719px) {
  .items-list li .photo {
    flex: 0 1 50px;
  }
}
.items-list li .infos {
  flex: 1 1 0;
}
.items-list li .settings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 719px) {
  .items-list li .settings {
    flex-wrap: wrap;
  }
}
.items-list li .name {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.items-list li .price {
  margin: 0;
  font-size: 14px;
  margin-left: 10px;
  flex: 0 0 80px;
}
.items-list li .price span {
  display: none;
}
.items-list li .price.total {
  font-weight: 700;
}
@media screen and (max-width: 719px) {
  .items-list li .price {
    font-size: 11px;
    flex: 0 0 25%;
    margin-left: 0;
  }
  .items-list li .price span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #808080;
    margin-bottom: 10px;
  }
}
.items-list li .field {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}
.items-list li .field label {
  margin-right: 10px;
  font-size: 10px;
  color: #999999;
}
.items-list li .field label span:last-child {
  display: none;
}
.items-list li .field input {
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  border-radius: 4px 0 0 4px;
}
.items-list li .field button {
  flex-basis: 47px;
  flex-shrink: 0;
  flex-grow: 0;
  height: 47px;
  width: 100%;
  border: none;
  background: none;
  color: #251c0d;
  font-size: 18px;
  cursor: pointer;
  transition: all ease .2s;
}
.items-list li .field button.edit {
  background: #c47a31;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
}
.items-list li .field button.edit:hover {
  background: #437f5e;
}
.items-list li .field button.delete {
  margin-left: 10px;
}
.items-list li .field button.delete:hover {
  color: #c93030;
}
@media screen and (max-width: 719px) {
  .items-list li .field input,
  .items-list li .field button {
    flex: 0 0 calc(41px);
    width: 41px;
    height: 41px;
    margin-left: 0;
  }
}
@media screen and (max-width: 719px) {
  .items-list li {
    align-items: flex-start;
  }
  .items-list li .photo {
    position: absolute;
    width: 70px;
    height: 70px;
  }
  .items-list li .name {
    padding-left: 80px;
    min-height: 70px;
    font-size: 12px;
  }
  .items-list li .settings {
    align-items: flex-start;
  }
  .items-list li .settings .field {
    flex: 0 0 50%;
  }
}
div[class^=total-] {
  padding: 15px 0;
  color: #251c0d;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
div[class^=total-] .right {
  text-align: right;
}
div[class^=total-] img {
  max-width: 50px;
  margin-top: 5px;
  margin-left: 0;
}
.total-cart {
  display: flex;
}
.total-cart .left {
  font-size: 14px;
}
.total-cart .right {
  font-size: 14px;
  margin-bottom: 0;
}
.total-delivery {
  display: flex;
  font-size: 14px;
}
.total-delivery .left.prov img {
  display: none;
}
.total-delivery .left.final p {
  display: none;
}
.total-order {
  display: flex;
}
.total-order .left {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.total-order .right {
  font-size: 16px;
  font-weight: 700;
  color: #c47a31;
  margin-bottom: 0;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
div[class^=infosum-] {
  padding: 15px 0;
  color: #251c0d;
}
div[class^=infosum-] h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}
div[class^=infosum-] p {
  font-size: 14px;
}
div[class^=infosum-] p b {
  font-weight: 400;
}
.infosum-account {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.infosum-delivery {
  flex-basis: 50%;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding-left: 15px!important;
}
.infosum-billing {
  flex-basis: 50%;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#info_compte {
  display: none;
}
#info_compte.active {
  display: block;
}
.cart_step_box {
  display: block;
  margin-bottom: 15px;
}
.cart_step_box .header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: center;
  padding: 10px 15px;
}
.cart_step_box .header .title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #251c0d;
}
.cart_step_box .header i {
  color: #999999;
}
.cart_step_box .header .step-number {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #251c0d;
}
@media screen and (max-width: 719px) {
  .cart_step_box .header .title.secondary {
    font-size: 16px;
  }
  .cart_step_box .header .step-number {
    font-size: 16px;
  }
  .cart_step_box .header i {
    font-size: 16px;
  }
}
.cart_step_box .content {
  position: relative;
  background: #ffffff;
}
.cart_step_box .content > div {
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.cart_step_box .content > div h4 {
  font-size: 14px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cart_step_box .content > div hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 15px 0;
}
.cart_step_box .content > div .fields-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.cart_step_box .content > div .fields-line .field {
  flex: 0 1 50%;
  margin: 0;
}
.cart_step_box .content > div .fields-line .field:last-child {
  margin-left: 15px;
}
.cart_step_box.awaiting .content {
  display: none;
}
.cart_step_box.awaiting .header {
  background: #808080;
}
.cart_step_box.awaiting .header i,
.cart_step_box.awaiting .header svg {
  color: #999999;
}
.cart_step_box.awaiting .header h3 {
  color: #cccccc;
}
.cart_step_box.awaiting .header .step-number {
  color: #cccccc;
}
.cart_step_box.active .header {
  background: #251c0d;
}
.cart_step_box.active .header i,
.cart_step_box.active .header svg {
  color: #b2b2b2;
}
.cart_step_box.active .header h3 {
  color: #e5e5e5;
}
.cart_step_box.active .header .step-number {
  color: #e5e5e5;
}
.cart_step_box.done .content {
  display: none;
}
.cart_step_box.done .header {
  background: #251c0d;
}
.cart_step_box.done .header i,
.cart_step_box.done .header svg {
  color: #66bb6a;
}
.cart_step_box.done .header .title {
  color: #66bb6a;
}
.cart_step_box.done .header .step-number {
  color: #66bb6a;
}
.cart_step_box#step_login .content #login_form:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #e5e5e5;
  height: 100%;
  left: 50%;
  top: 0;
}
.cart_step_box#step_login .login-align {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart_step_box#step_login .login-align > div {
  flex: 1 1 0;
}
.cart_step_box#step_login .login-align > div p {
  font-size: 14px;
  text-align: justify;
  color: #251c0d;
}
@media screen and (max-width: 719px) {
  .cart_step_box#step_login .content #login_form:before {
    display: none;
  }
  .cart_step_box#step_login .login-align:last-child {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
  }
  .cart_step_box#step_login .login-align:last-child .btn.primary {
    margin-top: 15px;
  }
}
.billing-address {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.billing-address p {
  flex: 1 1 0;
  font-size: 12px;
  color: #251c0d;
}
.billing-address > div {
  flex: 0 0 120px;
}
@media screen and (max-width: 719px) {
  .billing-address > div {
    flex: 0 0 50px;
  }
}
#type_port {
  list-style: inside none;
  border: 2px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
}
#type_port li {
  border-bottom: 2px solid #e5e5e5;
  position: relative;
}
#type_port li:last-child {
  border-bottom: none;
}
#type_port li input {
  display: none;
}
#type_port li img {
  max-width: 70px;
  margin: 0;
}
#type_port li span {
  margin-left: 10px;
  font-size: 12px;
}
#type_port li label {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #ffffff;
  color: #251c0d;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
#type_port li label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #999999;
  margin-right: 15px;
  border-radius: 10px;
}
#type_port li label:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: #999999;
  left: 19px;
  border-radius: 6px;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
#type_port li:hover label {
  background: #f2f2f2;
}
#type_port li:hover label:after {
  opacity: 1;
}
#type_port li input:checked + label {
  color: #c47a31;
  background: #f2f2f2;
}
#type_port li input:checked + label:after {
  background: #c47a31;
  opacity: 1;
}
@media screen and (max-width: 959px) {
  #type_port li img {
    max-width: 60px;
  }
  #type_port li label {
    font-size: 12px;
  }
}
.delivery-address-list {
  padding: 0;
  margin-bottom: 15px;
}
.delivery-address-list li {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 0;
}
.delivery-address-list li:first-child {
  padding-top: 0;
}
.delivery-address-list li.active {
  display: flex;
}
.delivery-address-list li p {
  flex: 1 1 0;
  font-size: 12px;
}
.delivery-address-list li > div {
  flex: 0 0 120px;
}
@media screen and (max-width: 719px) {
  .delivery-address-list li > div {
    flex: 0 0 50px;
  }
}
.delivery-address-list li > div:first-child {
  flex: 1 1 0;
}
.delivery-address-list li > div:last-child {
  flex: 0 0 120px;
}
@media screen and (max-width: 719px) {
  .delivery-address-list li > div:last-child {
    flex: 0 0 50px;
  }
}
.delivery-address-list li input {
  display: none;
}
.delivery-address-list li label {
  display: block;
  cursor: pointer;
  color: #251c0d;
  font-size: 12px;
  position: relative;
}
#listeadrlivr {
  margin-top: 15px;
}
#listeadrlivr li:first-child {
  padding-top: 15px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #select-adliv {
    display: none;
  }
  .delivery-address-list li {
    display: flex;
    position: relative;
  }
  .delivery-address-list li p {
    flex: 1 1 0;
    font-size: 12px;
  }
  .delivery-address-list li input {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .delivery-address-list li label {
    padding-left: 30px;
  }
  .delivery-address-list li input:checked + label {
    color: #c47a31;
  }
}
#recherche_relais {
  border-bottom: 1px solid #e5e5e5;
}
.relay-controls-title {
  align-self: center;
}
.relay-controls-title p {
  color: #251c0d;
  font-weight: 700;
}
@media screen and (max-width: 539px) {
  .relay-controls-title {
    display: none;
  }
}
.relay-list {
  max-height: 600px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.relay-box {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.relay-box-content p.name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c47a31;
  margin-bottom: 10px;
}
.relay-box-content p.address {
  font-size: 13px;
  line-height: 13px;
  color: #251c0d;
}
.relay-box-content p.hours {
  font-size: 12px;
  color: #808080 !important;
  line-height: 12px;
  margin: 10px 0;
}
.relay-box-content .latitude,
.relay-box-content .longitude {
  display: none;
}
.relay-box-content a {
  display: inline-block;
  padding: 8px 12px;
  background: #251c0d;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  transition: all ease .2s;
}
.relay-box-content a:hover {
  background: #c47a31;
}
#map_relais iframe,
#map_relais #map-canvas:not(:empty) {
  display: block;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 719px) {
  #map_relais iframe,
  #map_relais #map-canvas:not(:empty) {
    height: 250px;
  }
}
main#account {
  padding-bottom: 60px;
}
.account-control-bar {
  display: block;
  margin: 15px 0;
  padding: 15px 0;
  background: #ffffff;
}
.account-control-bar .btn.md {
  width: auto;
}
.account-user-name {
  font-size: 14px;
  text-transform: uppercase;
  color: #808080;
  padding: 10px 0;
}
.account-user-name span {
  font-size: 18px;
  color: #c47a31;
  font-weight: 700;
}
.account-menu {
  position: relative;
}
.account-menu button {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f2f2f2;
  color: #251c0d;
  transition: all ease-in-out 0.2s;
  margin-bottom: 10px;
  border: none;
  width: 100%;
}
.account-menu button:last-child {
  border-bottom: none;
}
.account-menu button i,
.account-menu button svg {
  flex: 0 0 24px;
  height: 18px;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
}
.account-menu button:hover {
  color: #c47a31;
  cursor: pointer;
}
.account-menu button.active {
  color: #ffffff;
  background: #c47a31;
}
.account-menu button.active:hover {
  background: #c47a31;
}
.panel-content {
  display: none;
  background: #f2f2f2;
  border-left: 3px solid #c47a31;
  padding: 15px 30px;
  min-height: 100%;
}
.panel-content h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #251c0d;
  text-align: center;
}
.panel-content h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #4c4c4c;
}
.panel-content.active {
  display: block;
}
@media screen and (max-width: 959px) {
  .account-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 0 15px;
  }
  .account-menu button {
    padding: 15px 7px;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .account-menu button + a {
    margin-left: 10px;
  }
  .account-menu button span {
    display: none;
  }
  .account-menu button i {
    font-size: 20px;
    margin-right: 0;
  }
  .account-menu button svg {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .panel-content {
    border-left: none;
    border-top: 3px solid #c47a31;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 719px) {
  .account-control-bar {
    display: block;
    margin: 15px 0;
    padding: 0;
    background: none;
  }
  .account-user-name {
    text-align: center;
  }
  .account-menu {
    padding: 0;
  }
  .account-menu button i {
    font-size: 18px;
    margin: 0;
  }
  .account-menu button svg {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .panel-content {
    padding: 15px;
  }
}
main#account .delivery-address-list li {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.order-list-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #808080;
  padding-bottom: 7px;
}
.order-list-legend p {
  margin-bottom: 0;
}
.order-list-legend .date {
  flex: 1 1 15%;
}
.order-list-legend .number {
  flex: 1 1 15%;
}
.order-list-legend .status {
  flex: 1 1 20%;
}
.order-list-legend .tracking {
  flex: 1 1 20%;
}
.order-list-legend .quantity {
  flex: 1 1 10%;
}
.order-list-legend .total {
  flex: 0 1 20%;
}
.order-list-legend .details {
  flex: 0 0 40px;
  margin-left: 15px;
}
@media screen and (max-width: 959px) {
  .order-list-legend .date {
    flex: 1 1 15%;
  }
  .order-list-legend .number {
    flex: 1 1 15%;
  }
  .order-list-legend .status {
    flex: 1 1 25%;
  }
  .order-list-legend .tracking {
    flex: 1 1 28%;
  }
  .order-list-legend .quantity {
    flex: 1 1 7%;
  }
  .order-list-legend .total {
    flex: 0 1 10%;
  }
}
@media screen and (max-width: 719px) {
  .order-list-legend {
    display: none;
  }
}
.order-list {
  list-style: inside none;
}
.order-list > li {
  border-bottom: 1px solid #e5e5e5;
}
.order-list > li.order .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  padding: 7px 0;
}
.order-list > li.order .summary .date {
  flex: 1 1 15%;
}
.order-list > li.order .summary .number {
  flex: 1 1 15%;
}
.order-list > li.order .summary .status {
  flex: 1 1 20%;
}
.order-list > li.order .summary .tracking {
  flex: 1 1 20%;
}
.order-list > li.order .summary .tracking:hover {
  color: #c47a31;
  text-decoration: underline;
}
.order-list > li.order .summary .quantity {
  flex: 1 1 10%;
}
.order-list > li.order .summary .total {
  flex: 0 1 20%;
}
.order-list > li.order .summary .total span {
  font-size: 12px;
  color: #cccccc;
}
.order-list > li.order .summary .details {
  flex: 0 0 40px;
  margin-left: 15px;
  font-size: 18px;
  text-align: center;
  background: none;
  border: none;
  color: #666666;
  cursor: pointer;
  transition: color ease .2s;
}
.order-list > li.order .summary .details svg:last-child,
.order-list > li.order .summary .details i:last-child {
  display: none;
}
.order-list > li.order .summary .details:hover {
  color: #c47a31;
}
.order-list > li.order .summary .details.active svg:first-child,
.order-list > li.order .summary .details.active i:first-child {
  display: none;
}
.order-list > li.order .summary .details.active svg:last-child,
.order-list > li.order .summary .details.active i:last-child {
  display: inline;
}
.order-list > li.order .summary .lgnd {
  display: none;
}
@media screen and (max-width: 959px) {
  .order-list > li.order .summary .date {
    flex: 1 1 15%;
  }
  .order-list > li.order .summary .number {
    flex: 1 1 15%;
  }
  .order-list > li.order .summary .status {
    flex: 1 1 25%;
  }
  .order-list > li.order .summary .tracking {
    flex: 1 1 28%;
  }
  .order-list > li.order .summary .quantity {
    flex: 1 1 7%;
  }
  .order-list > li.order .summary .total {
    flex: 0 1 10%;
  }
}
@media screen and (max-width: 719px) {
  .order-list > li.order .summary {
    position: relative;
    margin-right: 40px;
    flex-wrap: wrap;
  }
  .order-list > li.order .summary .date {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .number {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .status {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .tracking {
    flex: 1 1 100%;
  }
  .order-list > li.order .summary .quantity {
    flex: 1 1 50%;
  }
  .order-list > li.order .summary .total {
    flex: 0 1 50%;
  }
  .order-list > li.order .summary .details {
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -20px;
  }
  .order-list > li.order .summary .lgnd {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #c47a31 !important;
  }
  .order-list > li.order .summary p,
  .order-list > li.order .summary a {
    margin-bottom: 5px;
  }
}
.order-list > li.order .items {
  background: #e5e5e5;
  overflow: hidden;
  max-height: 0;
  transition: max-height ease-in-out 0.2s;
}
.order-list > li.order .items ul {
  padding: 0;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.order-list > li.order .items li {
  display: flex;
  padding: 7px 15px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  background: #ffffff;
}
.order-list > li.order .items li:last-child {
  border-bottom: none;
}
.order-list > li.order .items li a {
  flex: 0 1 30%;
  margin-right: 15px;
}
.order-list > li.order .items li > div {
  flex: 1 1 0;
}
.order-list > li.order .items li > div p {
  font-size: 14px;
}
.order-list > li.order .items li > div p:first-child {
  font-weight: 700;
}
.order-list > li.order .items li > div p + p {
  margin-top: 5px;
}
.order-list > li.order .items li > div p span {
  color: #999999;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.order-list > li.order .items li > div button {
  margin-top: 10px;
}
@media screen and (max-width: 719px) {
  .order-list > li.order .items li > div p {
    font-size: 12px;
  }
}
.order-list > li p {
  margin: 0;
}
