.mainCart h1{
  font-size: 2.57143em;
}

.mainCart p a{
  color: #000;
    text-decoration: none;
  animation: chunhapnhay 1s linear infinite;
    -webkit-animation: chunhapnhay 1s linear infinite;
}
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: 20px;
    font-weight:600;
} 
table.full td span{
  font-size:22px;
  font-weight:600;
}
.full .text-right {
    text-align: right !important;
}

.cart__row:first-child {
    padding-top: 0;
}

.cart__row:first-child {
    margin-top: 0;
}

.cart__row {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
}

.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;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
}

.cartbtn{
  text-align:end;
}

.cartCt label{
  width:100%;
  font-size:14px;
}

.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 10px;
    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: #e32124;
    color: #fff;
    animation:none;
}

@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;
}

}


