

div.quote-menu-item {
  padding-left: 5px;
  padding-right: 5px;
}


.quote-menu-link::before {
  font-family: 'thegem-icons';
  content:  '\e670';
  font-size: 24px;
}

.quote-alert {
  padding: 10px;
  margin-bottom: 20px;
}

.quote-alert-success {
  border: 2px solid green;
}

.quote-alert-failure {
  border: 2px solid red;
}

/*  -----------------------  TABLE STYLES --------------------------------------*/

 /*Table style*/
.wishsuite-table-content table {
    width: 100%;
    margin: 0;
    border: 1px solid #ebebeb;
    border-collapse: collapse;
}
.wishsuite-table-content table thead > tr {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}
.wishsuite-table-content table thead > tr th {
    border-top: medium none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 30px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    border:0;
}

.wishsuite-table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb;
}
.wishsuite-table-content table tbody > tr td {
    color: #333;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    border:0;
}

.wishsuite-table-content .quantity .qty {
    width: 3.631em;
    padding: 5px 5px 5px 5px;
    text-align: center;
}
.theme-blocksy .wishsuite-table-content .quantity .qty{
    width: inherit;
}


@media(max-width: 767px){


  div.quote-menu-item {
    order: 3 !important;
  }


  table.wishsuite_table {
    border: 0;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
  //border-bottom: 3px solid #ddd;
    display: block;
  // margin-bottom: .625em;
    width: 100%;

  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table tr td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  td:first-child {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
  }

tr {
  display:flex !important;
  flex-wrap: wrap;
  flex-direction: column;
}

  tr td:nth-child(2){
    order: 2;
  }
  tr td:nth-child(3){
    order: 1;
    background-color: #d5d5d5;
  }

  tr td:nth-child(4){
    order: 3;
  }
  tr td:nth-child(5){
    order: 4;
  }
  tr td:nth-child(6){
    order: 5;
  }
}



/* Wishlist Counter */
.wishsuite-counter-area:not(.wishsuite-has-text) {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 30px;
  color: #222;
}
.wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  right: 0;
  top: -8px;
  background: #000000;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}
.wishsuite-align-center .wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter {
  right: -5px;
}
.wishsuite-align-right .wishsuite-counter-area:not(.wishsuite-has-text) span.wishsuite-counter{
  right: -8px;
}
.wishsuite-counter-area.wishsuite-has-text {
  display: inline-flex;
  align-items: center;
  color: #222;
  font-size: 16px;
}
.wishsuite-has-text span.wishsuite-counter-icon {
  display: flex;
  margin: 0 5px;
}
.wishsuite-has-text .wishsuite-counter-icon{
  color: #ec5858;
}
.wishsuite-counter-icon svg {
  fill: currentColor;
}
