.mainCart {
  z-index:11;
}

.mainCart h1{
  font-size: 18px;
  color:#faaf18;
  font-weight:600;
}

.mainCart p a{
  color: #000;
    text-decoration: none;
  animation: chunhapnhay 1s linear infinite;
    -webkit-animation: chunhapnhay 1s linear infinite;
}

.cartContent {
  background:#fafafa;
  padding:10px;
}

table.full {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

table.full a{
  color: #000;
    text-decoration: none;
    background: transparent;
    font-size: 14px;
    font-weight:500;
} 
table.full td span{
  font-size:15px;
  font-weight:600;
  color:#faaf18;
}

table.full td small{
  font-size: 12px;
    color: #777;
    margin-top: 3px;
}

.full .text-right {
    text-align: right !important;
}

.cart__row:first-child {
    padding-top: 0;
    margin-top: 0;
    border:none;
}

.cart__row {
    position: relative;
    /*margin-top: 30px;*/
    /*padding-top: 30px;*/
    background:#fff;
    border-top: 1px solid #f1f1f1;
}

.cart__image img {
    max-width: 100%;
    max-height: 80px;
}

.cart-table td, .cart-table th {
    padding: 15px;
    border: none;
}

.cart-table th {
    font-weight: normal;
}

.cart__remove {
    display: block;
    position: relative;
    top: 0px;
    font-size: 20px;
}
.cart__remove i {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@keyframes chunhapnhay {
    0% {
        color: #000;
    }
    50% {
        color: #fcc963;
    }
    100% {
        color: #000;
    }
}

.cartBottom{
  position: relative;
  border:1px solid #dfe0e1;
  padding: 15px 15px 30px;
}

.cartbtn{
  text-align:end;
}

.cartCt{
  padding:15px 0;
}

.cartCt label{
  width:100%;
  font-size:16px;
  color:#faaf18;
  font-weight:600;
}

.cartCt textarea{
  width:100%;
  min-height:100px;
  border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    outline:none;
    font-size:14px;
}
.cartbtn p{
  font-size:14px;
}
.cartbtn p a{
  display: inline-block;
    padding: 8px 8px;
    width: auto;
    margin: 0;
    line-height: 1.42;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #faaf18;
    color: #fff;
    animation:none;
    transition: opacity .15s linear,color .15s linear,background .15s linear;
}



.cartbtn p a:hover{
  background-color:#29a449;
}

@media screen and (max-width: 480px){
  .table--responsive thead {
      display: none;
  }
  .table--responsive tr, .table--responsive td {
      float: left;
      clear: both;
      width: 100%;
  }
  .table--responsive th, .table--responsive td {
      display: block;
      text-align: right;
      padding: 15px;
  }
  .table--responsive td:before {
      content: attr(data-label);
      float: left;
      text-align: center;
      font-size: 12px;
      padding-right: 10px;
  }
  .cartbtn p a{
    position:fixed;
    bottom:0;
    width:50%;
    right:0;
    padding:20px 10px;
    font-size:14px;
  }
  .cartbtn p a#update-cart{
    left:0;
    background-color: cadetblue;
  }
}

.mainCart_right{
  position:sticky;
  top:110px;
}

.continue.tp_title {
    display: block;
        margin-top: 40px;
    text-align: right;
    margin-bottom: 5px;
    text-decoration:none;
    color:#faaf18;
}

.order-summary-block .order-summary-title {
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 15px;
}

.order-summary-block .summary-subtotal span {
    font-weight: 700;
    float: right;
}

.order-summary-block .summary-total {
    padding-bottom: 10px;
    border-top: 1px dotted #dfe0e1;
    padding-top: 15px;
    font-weight: 700;
}

.order-summary-block .summary-action {
    border-top: 1px dotted #dfe0e1;
    padding-top: 10px;
    text-align: center;
}

.order-summary-block .summary-total p {
    margin-bottom: 5px;
}

.order-summary-block .summary-total span {
    font-weight: 700;
    float: right;
}
.order-summary-block .summary-action p {
    font-size: 13px;
    color: #777;
    font-weight: 400;
    text-align: left;
}

.status-cart {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.status-cart .devider {
    width: 50px;
    background: #D9D9D9;
    height: 2px;
    margin-right: 10px;
}

.status-cart .border-number {
    width: 40px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    background-color: #768B98;
    margin-right: 10px;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
}

.status-cart .text {
    margin-right: 15px;
}

.unactive {
    background-color: #fff !important;
    color: #D9D9D9 !important;
}
