/*** RESET STYLES ***/

table,
tbody,
tfoot,
thead,
tr,
th,
td,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/*** END RESET STYLES ***/

/* GENERAL */

a {
  text-decoration: none;
}

html {
  position: relative;
  min-height: 100%;
}

body.dark-bg:after,
body.dark-bg2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  height: 100%;
  opacity: 0.7;
  z-index: 100;
}

img {
  display: block;
  max-width: 100%;
}


.svg-icon {
  width: 1em;
  height: 1em;
  display: block;
  fill: currentColor;
}

.icon_holder {
  display: inline-block;
  vertical-align: middle;
}

/* end GENERAL */

/* Buttons etc */

.btn,
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #2eaafd;
  color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.btn:hover,
input[type="submit"]:hover {
  opacity: 0.9;
}

.btn_gray {
  background-color: #f2f2f2;
  color: #000;
}

.btn_red {
  color: #fff;
  background-color: #ee5154;
}

.show-all {
  color: #2eaafd;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
}

.show-all .hide-text {
  display: none;
}

.show-all:hover {
  text-decoration: none;
}

/* EOF Buttons etc */


.table__status>span {
  text-transform: uppercase;
}

.table__multiple-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table__multiple-col>img {
  margin: -3px 10px 0 0;
}


/* table styles */

.table {
  width: 100%;
}

.table thead {
  background-color: #f4f6f8;
  border-bottom: 1px solid #eaeaea;
}

.table thead th {
  text-align: left;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.table thead th a {
  color: #333333;
}

.table tbody tr {
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}



.table tbody tr:hover {
  background-color: #ebf6fb;
}

.table tbody tr:hover .btn {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: #2894dc;
}



.table tbody td {
  padding: 15px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.table.checkout__table tbody td {
  padding: 15px 20px;
}

.table tbody td img {
  display: inline-block;
  width:60px;
}


.table tbody td span {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.table tbody td .btn {
  min-width: 70px;
  padding: 8px;
  margin: -12px 0;
  font-size: 10px;
}


.table tbody td .table__bage {
  display: inline-block;
  font-size: 12px;
  padding: 5px;
  margin: 0 5px;
  border-radius: 3px;
  color: #fff;
  background-color: #ee5154;
  cursor: pointer;
}

.table tbody td .table__price {
  margin-left: -3px;
}

.table tbody td .table__price_red {
  font-size: 16px;
  /*color: #ff5857;*/
  color: #1da93b;
  font-weight: 400;
}

.table tbody td .table__price_blue {
  font-size: 16px;
  color: #2eaafd;
}

.table tbody td .table__price_free {
  color: #ee5154;
  font-size: 16px;
  text-transform: uppercase;
}

.table tbody td .table__price_total{
  color: #ee5154;
  text-decoration: line-through;
}



.table__title-change {
  visibility: hidden;
}


.table__remove .svg-icon {
  font-size: 16px;
  color: #a9b3bb;
}

.table__remove:hover .svg-icon {
  color: #ff5857;
}

.table tbody td .table__bage {
  display: inline-block;
  margin: 5px 0 0;
}



.ui-autocomplete {
  max-height: 600px;
  overflow-y: auto;   /* prevent horizontal scrollbar */
  overflow-x: hidden; /* add padding to account for vertical scrollbar */
  z-index:1000 !important;
}

.item__table.table thead th {
  padding: 15px;
}

.item__table.table thead th,
.item__table.table tbody td {
  text-align: center;
  text-transform: capitalize;
}

.item__table.table tbody td:last-child {
  padding: 15px 5px;
}

.table tbody td .table__price_bold {
  font-weight: 700;
}

.table tbody td .table__bonus {
  font-size: 12px;
  color: #1da93b;
}

.table tbody td .table__bonus_delivery {
  color: #f06623;
}

.table__price_row {
  line-height: 15px;
}

.table__price_lower {
  text-transform: lowercase;
}

.table tbody td .table__price_bright {
  color: #ff3030;
}

