/* view cart  */
.block-minicart {
  padding: 30px 25px;
  border-left: 1px solid #e8e8e8;
  position: fixed;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
   max-width: 455px;
   z-index: 999;
  background-color: #fff;
}
#minicart-content-wrapper {
  position: relative;
  height: 100%;
}
.minicart-top {
  position: relative;
}
.showcartmini {
  text-decoration: none;
  position: relative;
  display: block;
  line-height: 1;
  white-space: nowrap;
  color: #231f20;  

}
.showcartmini .label {
  font-size: 16px;
  color: #231f20;
  text-transform: uppercase;
}
.showcartmini .counter {
  font-size: 16px;
  color: #707070;
  text-transform: initial;
  margin-top: 5px;
  margin-bottom: 10px;
}
.minicart-top .close-minicart {
  position: absolute;
  top: 0;
  right: 0;
}
.minicart-top .close-minicart button{
  background-color: transparent;
  border: 0;
  outline: none;
  font-size: 18px;
  text-transform: uppercase;
}


.block-content {
  background-color: #fff;
  overflow-y: scroll;
  height: 426px;
  
}
.block-content .block-content-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.block-content-menu li {
  position: relative;
  padding: 5px 0;
  display: flex;
  margin-bottom: 10px;
}
.block-content-menu .cartview-img {
  width: 30% ;
}
.cartview-img img{
  width: 100%;
}
.block-content-menu .cartview-title {
  width: 70%;
  padding-left: 10px;
}
.cartview-title .product-remo {
  position: absolute;
  top: 25px;
  z-index: 1;
  right: 0;
} 
.cartview-title .product-remo a{
  color: #231f20;
  text-decoration: none;
}
.cartview-title .product_name {
  color: #231f20;
  font-weight: 700;
}
.cartview-title .product_name a{
  overflow: hidden;
  text-overflow: ellipsis;
  color: #231f20;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.cartview-title .product-options {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cartview-title .product-ite-price {
  margin-top: 4px;
}
.cartview-title .product-ite-price .price {
  font-size: 18px;
  font-weight: 300;
  color: #be2c15;
}
 



/* button thanh toán */
 #minicart-content-wrapper .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;  
}
.btn-full {
  width: 100%;
  text-transform: uppercase;
}
.btn-default {
  color: #231f20;
  border: 1px solid #231f20;
  background-color: #fff;
}
.btn-default a {
  font-size: 16px;
}
.btn-default:hover {
  color: #fff;
  background-color: #231f20;
}
.btn-default:hover a {
  color: #fff;
}
.btn-Them_gio{
  margin-top: 10px;
}
.btn-primaryy{
  color: #fff;
  border: 1px solid #231f20;
  background-color: #231f20;
}
.btn-primaryy:hover {
  background-color: white;
}
.btn-primaryy:hover  a{
color: #000 !important;
}
.btn-Them_gio a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.btn-Them_gio a:hover {
  text-decoration: none;
  color: #fff;
}
.actions .btnn {
  height: 40px;
  padding: 0 15px;
  line-height: 36px;
}
#lock-minicart {
  transform: translateX(100%);
}

/* Giỏ hàng trống*/
.block-content .product-itemR {
    color: #231f20;
    text-align: center;
    padding-top: 20px;
    width: 100%;
    
}
.product-itemR i{
  font-size: 60px;
}
.product-itemR h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 10px;
}
.product-itemR .note {
  font-size: 16px;
  font-weight: 300;
  color: #707070;
}
.block-null {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.block-contet {
  height: 555px;
}