#mamal-basket-window {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

#mamal-basket-window iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #c2c1c7;
  padding: 10px;
}

#mamal-basket-window>span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 33px;
  left: 40px;
  z-index: 1;
  color: #323232;
  padding: 5px;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0 0 5px black;
  cursor: pointer;
  font-size: 17px;
}

.mamal-basket-plus {
  position: absolute;
  top: 13px;
  font-size: 25px;
  right: 7px;
  color: #a8bd00;
  border: 1px solid #a8bd00;
  border-radius: 100px;
  height: 24px;
  line-height: 22px;
  width: 24px;
  cursor: pointer;
}

.mamal-basket-minus {
  position: absolute;
  top: 13px;
  font-size: 25px;
  left: 7px;
  color: #a8bd00;
  border: 1px solid #a8bd00;
  border-radius: 100px;
  height: 24px;
  line-height: 17px;
  width: 24px;
  cursor: pointer;
}

.mytable {
  border-radius: 8px;
  border-collapse: collapse;
  /* display: inline-block; */
  /* background-color: #e9ecef; */
  margin: 50px;
  text-align: center;
  font-size: 22px;
  margin-left: 400px;
}

td {
  padding: 15px;
  border-bottom: 1px solid #9a9898;
  /* border-right: 1px solid #9a9898 ; */
}

tr:hover {
  background-color: #a8bd00;
}

.tr1 td {
  background-color: rgb(118, 192, 187);
  color: #fff;
  font-weight: bold;
}

.bcount {
  width: 100px;
  height: 100%;
  text-align: center;
}

.delete {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 15px 24px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background-color: #323232;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 22px;
  border: 0;
}

.pchide {
  display: none;
}

@media (max-width: 767px) {
  .mytable {
    display: block;
    margin: 3px;
    font-size: 1em;
    background: unset;
  }

  #mamal-basket-window>span {
    top: 16px;
    left: 20px;
  }

  .mytable tr {
    width: 98%;
    margin-bottom: 10px;
    background-color: #e9ecef;
    border-radius: 20px;
    box-shadow: 0 0 5px black;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 360px;
  }

  .mytable td {
    display: inline-block;
    border: unset;
    border: unset !important;
  }

  .mytable thead tr:nth-child(1) {
    display: none;
  }

  .pchide {
    display: inline-block;
  }
  td{
    width: 100% !important;
  }
}

/* @media screen and (min-width: 30em) {
  body {
    padding: 20px;
  }
} */
.content:before,
.content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.content:after {
  clear: both;
}

@media screen and (min-width: 30em) {
  .content {
    padding: 20px;
  }
}

p {
  line-height: 1.5;
}

a {
  /* color: #016dc5; */
  text-decoration: none;
  /* border-bottom: 1px solid transparent; */
  -moz-transition: color 0.25s ease-in, border 0.25s ease-in, background-color 0.25s ease-in;
  -o-transition: color 0.25s ease-in, border 0.25s ease-in, background-color 0.25s ease-in;
  -webkit-transition: color 0.25s ease-in, border 0.25s ease-in, background-color 0.25s ease-in;
  transition: color 0.25s ease-in, border 0.25s ease-in, background-color 0.25s ease-in;
}

a:hover {
  /* color: #016dc5; */
  /* border-bottom-color: #016dc5; */
}

a.cta {
  margin: 25px auto;
  width: 90%;
  position: relative;
  outline: 0;
  padding: 8px 0;
  display: block;
  cursor: pointer;
  color: #eee;
  background-color: #088427;
  border: 0;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

a.cta:hover {
  background-color: #08cc60;
  color: #fff;
}

a.cta:active {
  top: 2px;
  background-color: #a8bd00;
}

.removeAlert {
  width: 100%;
  display: none;
  padding: 7px 5px;
  color: #eee;
  background: #2ecc71;
  background: rgba(46, 204, 113, 0.7);
}

table {
  width: 100%;
  color: #454545;
}

table.items {
  border-collapse: separate;
  border-spacing: 0 10px;
}

@media screen and (min-width: 45em) {
  table.items {
    width: 60%;
  }
}

@media screen and (min-width: 55em) {
  table.items {
    width: 70%;
  }
}

table.items tbody tr {
  margin-bottom: 10px;
  background-color: rgba(150, 160, 150, 0.05);
}

table.items tbody td {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

table.items tbody td:first-child {
  font-size: 1.2rem;
  border-right: 1px solid rgba(204, 204, 204, 0.5);
  font-weight: 600;
}

table.items tbody td:last-child {
  border-left: 1px solid rgba(204, 204, 204, 0.5);
}

table.pricing {
  width: 100%;
}

table.pricing tr {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

table.pricing tr:last-child {
  border-bottom: 0;
  color: #323232;
}

table.pricing td:nth-child(2) {
  display: table-cell;
}

.items th {
  text-transform: uppercase;
  background: #323232;
  color: #eee;
  padding: 10px 0;
  text-align: center;
  font-size: 0.875em;
}

th:nth-child(2) {
  display: none;
}

@media screen and (min-width: 24em) {
  th:nth-child(2) {
    display: table-cell;
  }
}

td {
  padding: 10px;
}

td:first-child {
  width: 50%;
}

td:nth-child(2) {
  display: none;
}

@media screen and (min-width: 24em) {
  td:nth-child(2) {
    display: table-cell;
  }
}

td:nth-child(n+2):nth-child(-n+4) {
  text-align: center;
  font-size: 1.0rem;
}

td:last-child {
  font-weight: bold;
}

td a.remove {
  font-size: 0.75em;
  display: block;
  width: 50px;
  margin: 5px auto 0;
  color: #e74c3c;
}

td a.remove:hover {
  color: #a82315;
  border-bottom-color: #a82315;
}

td p {
  float: right;
  width: 90%;
  margin-top: 0;
}

@media screen and (min-width: 40em) {
  td p {
    width: 55%;
  }
}

@media screen and (min-width: 68em) {
  td p {
    width: 45%;
  }
}

@media screen and (min-width: 80em) {
  td p {
    width: 55%;
  }
}

td p.description {
  display: none;
}

@media screen and (min-width: 57em) {
  td p.description {
    font-size: 0.8em;
    display: inline;
  }
}

td .itemNum {
  font-size: 0.75em;
  font-style: italic;
}

td input.quantity {
  width: 50px;
  margin-top: 22px;
  padding: 4px;
  font-size: 0.825em;
  border: 1px solid #aaa;
}

.item {
  display: none;
  position: relative;
  z-index: 1000;
  width: 75px;
  height: 100px;
  margin-left: 25px;
  float: right;
}

.item img {
  width: 100%;
  height: 100%;
}

.item .item-back {
  display: none;
}

@media screen and (min-width: 57em) {
  .item {
    display: block;
  }

  .item .item-front,
  .item .item-back {
    width: 75px;
    height: 100px;
    border: 1px solid #c55901;
    border: 1px solid rgba(197, 89, 1, 0.75);
  }
}

@media screen and (min-width: 62em) {
  .item {
    width: 100px;
    height: 150px;
  }

  .item .item-front,
  .item .item-back {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 250ms;
    -o-transition: -o-transform 250ms;
    -webkit-transition: -webkit-transform 250ms;
    transition: transform 250ms;
    border: 2px solid #c55901;
    border: 2px solid rgba(197, 89, 1, 0.75);
    -moz-box-shadow: 0 0 5px rgba(187, 187, 187, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(187, 187, 187, 0.5);
    box-shadow: 0 0 5px rgba(187, 187, 187, 0.5);
  }

  .item .item-front {
    -moz-transform: perspective(300) rotateX(0);
    -webkit-transform: perspective(300) rotateX(0);
    transform: perspective(300) rotateX(0);
    z-index: 900;
    background: #fff;
  }

  .item .item-back {
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: 800;
    background: #fafafa;
  }

  .item:hover .item-front {
    -moz-transform: perspective(300) rotateX(180deg);
    -webkit-transform: perspective(300) rotateX(180deg);
    transform: perspective(300) rotateX(180deg);
  }

  .item:hover .item-back {
    -moz-transform: perspective(300) rotateX(0deg);
    -webkit-transform: perspective(300) rotateX(0deg);
    transform: perspective(300) rotateX(0deg);
  }
}

@media screen and (min-width: 68em) {
  .item {
    width: 150px;
    height: 200px;
  }
}

.cost {
  padding-bottom: 10px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NmEwOTYiIHN0b3Atb3BhY2l0eT0iMC4xMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(150, 160, 150, 0.13)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(150, 160, 150, 0.13) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(150, 160, 150, 0.13) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(150, 160, 150, 0.13) 100%);
}

@media screen and (min-width: 45em) {
  .cost {
    width: 30%;
    position: fixed;
    left: 25px;
    top: 122px;
    border-width: 1px 0 1px 1px;
  }
}

@media screen and (min-width: 55em) {
  .cost {
    width: 20%;
  }
}

@media screen and (min-width: 61.5em) {
  .cost {
    top: 128px;
  }
}

.cost h2 {
  background: #323232;
  color: #eee;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}

.bot {
  margin: 25px auto;
  width: 90%;
  position: relative;
  outline: 0;
  padding: 8px 0;
  display: block;
  cursor: pointer;
  color: #eee;
  background-color: #30312d;
  border: 0;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.delete:hover {
  background-color: red;



}