/*============================================================================
   #Webcms
==============================================================================*/
#cart-pages .layout-cart {
  margin: 25px 0;
}
#cart-pages .heading-cart {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  color: #0f3057;
}
#cart-pages .title-number-cart {
  font-size: 13px;
  margin: 0;
  padding: 10px 0;
}
.cart-row .table-cart {
  background: #fff;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.cart-row .table-cart .item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
}
#cart-page .cart-row .table-cart .item:last-child{
  border-bottom: none;
}
.table-cart .item .left{
  display: inline-flex;
  width: 21%;
  padding: 0 10px;
}
.table-cart .item .left .item-img {
  margin: 0 auto;
  text-align: center;
}
.left .item-img img {
  border: 1px solid #f1f1f1;
  width: 100%;
}
.table-cart .item .right {
  width: 79%;
  padding-right: 10px;
  position: relative;
}
.right .item-info a{
  text-decoration: none;
  color: #000;
  display: inline-block;
}
.right .item-info h3{
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.right .item-info .item-desc{
  font-size: 12px;
  color: #777;
}
.right .item-price {
  margin-top: 5px;
}
.right .item-price p {
  margin-bottom: 0;
}
.right .item-price span{
  font-weight: bold;
}
.right .item-quan {
  display: flex;
  width: 17%;
  align-items: center;
  margin-top: 5px;
}
.right .item-quan .qty-click {
  border: 1px solid #f3f4f4;
  display: flex;
  border-radius: 2px;
}
.item-quan .qty-click button.qty-btn {
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 25px;
  border: none;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
.item-quan .qty-click input.item-quantity {
  background: #fff;
  font-weight: 500;
  font-size: 12px;
  height: 25px;
  padding: 0;
  text-align: center;
  width: 35px;
  border: none;
  outline: none;
  border-radius: 0;
  float: left;
  -webkit-appearance: none;
}
.right .item-total-price{
  float: right;
  margin-top: -27px;
  font-size: 15px;
  font-weight: bold;
}
.right .item-remove{
  display: inline-flex;
  width: 15%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 10px;
}
.right .item-remove a{
  color: #222222;
  text-decoration: none;
}
.summary-block .summary-total {
  padding-bottom: 10px;
  border-bottom: 1px dotted #dfe0e1;
  font-weight: 600;
}
.summary-block .summary-total p {
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 14px;
}
.summary-block .summary-total span{
  font-weight: 800;
  font-size: 18px;
  float: right;
  color: #0f3057;
}
.summary-block .note-checkout {
  color: #666;
  font-weight: 400;
  text-align: justify;
  padding: 10px 0;
  border-bottom: 1px dotted #dfe0e1;
  margin-bottom: 0;
  font-size: 14px;
}
.summary-block .checkout-notes {
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  background: #f6f6f6;
  display: none;
}
.summary-block .checkout-notes .note-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.summary-block .checkout-notes textarea {
  border-color: #efefef;
  font-size: 12px;
}
.summary-block .checkout-notes .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 
}
.summary-block .summary-action {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summary-block .summary-action .summary-btn {
  width:100%;
}
.summary-action .summary-btn .btn-update {
  width: 100%;
  background: #fff;
  border: 1px solid #00587a;
  color: #00587a;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.summary-action .summary-btn button {
  padding: 10px 5px;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.summary-action .summary-btn .btn-checkout {
  margin-left: 8px;
  background: #00587a;
  border: 1px solid #00587a;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.btn-checkout a{
  color:#fff;
  text-decoration: none;
}
.summary-block .summary-action .continue {
  width: 100%;
  text-decoration: underline;
  color: #222222;
}
/* giỏ hàng trống */
  #cart-pages .layout_cart {
    margin: 25px 0;
  }
  .layout_cart {
    position: relative;
  }
  #cart-pages .expanded-message {
    margin-bottom: 40px;
} 
#cart-pages .expanded-message .fa-shopping-cart {
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
} 
#cart-pages .expanded-message .link-continue {
  margin: 15px 0 0;
}
.link-continue .butom {
  position: relative;
  display: inline-block;
  padding: 10px 28px;
  line-height: normal;
  color: #fff;
  border: 1px solid #00587a;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #00587a;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}