.tbl-product table,
.tbl-cart table,
.tbl-method table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
}

.tbl-cart table {
  border: none;
  display: table !important;
}

.tbl-cart .table {
  margin-bottom: 30px;
}

.tbl-cart thead th {
  background-color: #fff;
  border: none;
  font-size: 15px;
  padding: 20px 10px;
  border-top: 2px solid #cccccc !important;
  border-bottom: 2px solid rgba(128, 128, 128, 0.5019607843);
}

.tbl-cart thead th:first-child {
  text-align: left;
}

@media screen and (min-width: 1201px) {

  .tbl-cart thead th:first-child,
  .tbl-cart tbody td:first-child {
    border-left: 2px solid #cccccc;
  }

  .tbl-cart thead th:last-child,
  .tbl-cart tbody td:last-child {
      border-right: 2px solid #cccccc;
  }
}

.tbl-cart tbody td {
  border-width: 0;
  font-size: 15px;
  border-top: 1px solid rgba(128, 128, 128, 0.5019607843);
  border-top-width: 1px;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background-color: #fff;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background-color: hsla(0, 0%, 50.2%, .0705882353);
}

@media screen and (min-width: 1201px) {

  .tbl-cart thead th:first-child,
  .tbl-cart tbody td:first-child {
    border-left: 2px solid #cccccc;
  }
}

.tbl-cart table tbody>tr:nth-child(odd)>td,
.tbl-cart table tbody>tr:nth-child(odd)>th {
  background-color: #fff;
}

@media screen and (min-width: 1201px) {

  .tbl-cart tbody:last-child tr:last-child td,
  .tbl-method tbody tr:last-child td {
    border-bottom: 2px solid #cccccc;
  }
}

.tbl-cart .table tbody .td-inner {
  display: flex;
  align-items: center;
  justify-content: left;
}

.tbl-cart .table tbody .title {
  display: inline-block;
  padding-left: 0px;
  text-transform: none;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 600;
}

.visible-mob {
  display: none;
}

.comments-area a,
.page-content a {
  text-decoration: underline;
}

.tbl-cart .table tbody .icon-upgrade {
  position: relative;
  padding-left: 16px;
  font-weight: bold;
}

.tbl-cart .table tbody .icon-upgrade:after {
  content: "\2023";
  font-size: 30px;
  position: absolute;
  top: -10px;
  left: -6px;
  transform: rotate(-90deg);
}

.tbl-cart .table .counter {
  background-color: transparent;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tbl-cart tbody:last-child tr:last-child td.delete {
  /* border: none; */
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.tbl-cart .icon-remove {
  cursor: pointer;
}

.tbl-cart .icon-remove {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tbl-cart .icon-remove {
  border-width: 0;
}

.tbl-cart .icon-remove i {
  display: none;
}

.tbl-cart .icon-remove:after {
  content: "\2715";
  font-size: 12px;
}

.tbl-cart .table .counter input {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-width: 1px 0;
  background-color: transparent;
  font-size: 15px;
}

.tbl-cart .table .counter button {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.tbl-cart .table .increment::before {
  content: "\002B";
  color: #3d3d3d;
}

.tbl-cart .table .decrement::before {
  content: "\2212";
  color: #3d3d3d;
}

.tbl-cart table tbody tr:hover>td,
.tbl-cart table tbody tr:hover>th {
  background-color: #fff !important;
}

.tbl-method tbody {
  background-color: #fff;
}

.tbl-cart table {
  border: none;
  display: table !important;
}

table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

.tbl-method th,
.tbl-method td {
  text-align: center;
  padding: 15px;
  font-size: 24px;
  text-transform: uppercase;
  color: #3d3d3d;
}

.tbl-method td {
  text-transform: none;
}

.tbl-method tfoot td {
  border: none;
}

.tbl-method tbody td:first-child {
    text-align: left;
}

.tbl-method tfoot td {
  text-align: right;
}

.tbl-method .custom-radio {
  display: flex;
}

.tbl-method .custom-radio input[type="radio"] {
  display: none;
}

.tbl-method .custom-radio input[type="radio"]+label {
  position: relative;
  padding-left: 40px;
  display: flex;
  min-height: 22px;
  align-items: center;
  text-transform: none;
  font-size: 16px;
  line-height: 1.1;
}

.tbl-method .custom-radio input[type="radio"]+label .radio-custom {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #cccccc;
  background-color: #fff6f4;
  border-radius: 50%;
  cursor: pointer;
}

.tbl-method .custom-radio input[type="radio"]:checked+label .radio-custom {
  background-color: #fff;
  border-color: #cccccc;
}

.shipdelivery {
  font-weight: 300;
  padding-left: 7px;
}

.tbl-method .custom-radio input[type="radio"]:checked+label .radio-custom:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cccccc;
}

.tbl-cart .product img,
.tbl-cart .tbl-method img {
  width: 31px;
  height: auto;
}

@media (max-width: 1200px) {
  .tbl-cart {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .tbl-cart .table {
    border: 2px solid #cccccc;
    background-color: #fff;
    border-radius: 8px;
  }
}

@media (max-width: 1200px) {
  .tbl-cart thead {
    display: none;
  }
}

@media (max-width: 1200px) {
  .tbl-cart .table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .tbl-cart tbody {
    border-bottom: 1px solid #efe4db;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .tbl-cart .table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .tbl-cart tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-bottom: none;
    border-top-width: 0;
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .tbl-cart .package {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    /* padding-right: 60%; */
  }
}

@media (max-width: 1200px) {
  .tbl-cart tbody td:not(:last-child) {
    order: 1;
  }
}

@media (max-width: 1200px) {
  .tbl-cart tbody tr:last-child td {
    border-bottom: none;
  }
}

@media (max-width: 1200px) {
  .tbl-cart .table .product {
    display: none;
  }
}

@media (max-width: 1200px) {
  .tbl-cart .product img {
    display: none;
  }
}

@media (max-width: 1200px) {
  .tbl-cart .table .delete {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 1200px) {
  .tbl-cart tbody:last-child tr:last-child td.delete {
    border: none;
  }
}

@media (max-width: 1200px) {
  .tbl-cart .table .package .td-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (max-width: 1200px) {
  .tbl-cart .table .price {
    flex-grow: 1;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .tbl-cart tbody {
    border-bottom: 1px solid #efe4db;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .tbl-method tbody {
    flex-direction: column;
    background-color: #fff;
    border: 2px solid #cccccc;
    border-radius: 8px;
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
  .tbl-method tbody tr {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

@media (max-width: 1200px) {
  .tbl-method tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .13);
  }
}

.tbl-method tbody td {
  font-weight: bold;
}

a.button.wc-forward {
    color: #fff !important;
}