/*============================================================================
   #Webcms
==============================================================================*/
.cart-header {
  margin-bottom: 30px;
}
.cart-header .cart_header_title{
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0;
}
.cart-header .cart_header_count-item {
  color: #707070;
}
#shopping-cart-table {
  
  padding-left: 0;
}
.table-items{
  margin-bottom: 10px ;
  max-height: 696px;
  overflow-y: auto;
}
.table-items li{
  display: flex; 
  border-bottom: #e8e8e8 1px solid;
  min-height: 190px;
  margin-bottom: 10px;
}
.cart-table-image {
  width: 30%;
}
.cart-table-image img{
  width: 100%;
}
.cart-table-detail {
  margin-left: 15px;
  width: 100%;
}
.cart-table-title {
  position: relative;
  margin-bottom: 16px;
  
}
.cart-table-title .product-item-name {
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-table-title .product-item-name a{
  color: #231f20;
  text-decoration: none;
}
.cart-table-title .item-options {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.cart-table-title .item-actions {
  position: absolute;
  top: 0;
  right: 15px;
}
.item-actions a{
  color: #231f20;
  
}
.item-actions a:hover{
  color: #231f20;  
}
.cart-table-detail .price{
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
}
.cart-table-detail .price .price-color{
  color: #be2c15;
  font-weight: 300;
}
.qtyy .flied-qtyy{
  width: 100%;
  margin-bottom: 30px;
}
.qtyy .flied-qtyy .buttons_added{
  position: relative;
    width: 73px;
}
.buttons_added .qty-btn {
  position: absolute;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  background-color: #e8e8e8;
  border: none;
  color: #231f20;
}
.buttons_added .minus {
  top: 4px;
  left: 0px;
}
.buttons_added .input-qty{
  width: 100%;
  height: 32px;
  padding: 0 20px;
  color: #231f20;
  text-align: center;
  background-color: #e8e8e8;
  border: 0;
}
.buttons_added .plus{
  top: 4px;
  right: 7px;
}
.shopping-cart-summary {
  width: 100%;
}
.cart-order-summary .cart-total{
  background-color: #f2f2f2;
  padding: 28px;
}
.cart-order-summary .cart-total .summary-noti{
  color: #707070;
}
.btn-chechout {
  margin-top: 10px;
  
}
.btn-chechout .cart-totalpr {
  float: left;
 padding: 10px 0;
  
}
/* .cart-totalpr span {
  padding: 10px 30px;
} */
.cart-totalpr .totalpr-title {
  color: #231f20;
  font-size: 18px;
}
.cart-totalpr .totalpr-money {
  color: #be2c15;
  font-size: 25px;
  margin-left: 15px;
} 
.btn-chechout button {
  padding: 10px 30px;
  float: right;
  margin-right: 10px;
}
.btn-chechout button a{
 color: #231f20;
 text-decoration: none; 
  text-transform: uppercase;
}
.main-viewcart {
  margin-bottom: 15px;
}
/* View trống */
.main-viewcart .cart_empty {
  text-align: center;
  padding: 105px 0;
}
.main-viewcart .cart_empty i {
  font-size: 5rem;
}
.main-viewcart .cart_empty-title {
  text-transform: uppercase;
  padding-top: 10px;
  margin: 10px 0;
}
.main-viewcart .cart_empty-note {
  font-weight: 300;
}
.btn-default {
  color: #231f20;
  border: 1px solid #231f20;
  background-color: #fff;
  text-transform: uppercase;
  height: 40px;
  padding: 10px 15px;
  line-height: 36px;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
}
.btn-default a{
  text-decoration: none;
  color: #231f20;
}