.hover-text-total {
    color: #949aa9;
    font-weight: bolder;
    font-size: larger;
}

.hover-text-produse {
    color: #949aa9;
    font-size: larger;
}

.hover-text-produse-cos-gol {
  color: #949aa9;
  font-size: larger;
  text-align: center;
}

.aliniere-cos-gol {
  text-align: center;
}
  
.hover-text-pret-total {
    float: right;
    color: #3167eb;
    font-weight: bolder;
    font-size: large;
}

.shopping-cart {
  background: white;
  width: 420px;
  position: absolute;
  top: 80px;
  right: 10px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26)!important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
}

.shopping-cart.active {
    opacity: 1;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(1);
    transform-origin: right top 0;
    transform: scale(1);
    z-index: 9999;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 5px;
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
    max-height: 400px;
}
    
.shopping-cart .shopping-cart-items .tr {
    margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    max-width: 70px;
    max-height: 70px;
}
        
.shopping-cart .shopping-cart-items .item-name {
    display: block;
    font-size: 14px;
    color: #949aa9;
    max-width: 200px;
}   
        
.shopping-cart .shopping-cart-items .item-price {
    color: #3167eb;
    font-weight: bolder;
    font-size:13px;
    min-width: 80px;
    text-align: right;
    float: right;
    margin-right: 5px;
}
        
.shopping-cart .shopping-cart-items .item-quantity {
    color: #949aa9;
    font-size: larger;
    margin-right: 8px;
}

.shopping-cart hr {
    margin-top: 2px;
    margin-bottom: 5px;
}

.shopping-cart:after {
	bottom: 100%;
	left: 89%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 8px;
	margin-left: -8px;
}

.cart-icon {
  color: red;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.btn-hover-cos {
  color:white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 0;
}

.btn-hover-cos i {
    padding-left: 15px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hover-cart-scroll{
    overflow: auto;
    width: 100%;
    max-height: 400px;
  }
  
  /* width */
  .hover-cart-scroll::-webkit-scrollbar {
    width: 7px;
    }
    
    /* Track */
    .hover-cart-scroll::-webkit-scrollbar-track {
      box-shadow: inset 0 0 0px grey;
      background-color: #cfdbfa;
      border-radius: 10px;
    }
    
    /* Handle */
    .hover-cart-scroll::-webkit-scrollbar-thumb {
      background: #3167eb; 
      border-radius: 10px;
    }
    
    /* Handle on hover */
    .hover-cart-scroll::-webkit-scrollbar-thumb:hover {
      background: #5f89f0; 
    }

.shopping-cart-header-scroll {
  background: white;
  width: 420px;
  position: absolute;
  top: 80px;
  right: 10px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26)!important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
}

.shopping-cart-header-scroll.active {
    opacity: 1;
    -webkit-transform-origin: right top 0;
    -webkit-transform: scale(1);
    transform-origin: right top 0;
    transform: scale(1);
    z-index: 9999;
}

.shopping-cart-header-scroll .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 5px;
}

.shopping-cart-header-scroll .shopping-cart-items {
    padding-top: 20px;
    max-height: 400px;
}
    
.shopping-cart-header-scroll .shopping-cart-items .tr {
    margin-bottom: 18px;
}

.shopping-cart-header-scroll .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    max-width: 70px;
    max-height: 70px;
}
        
.shopping-cart-header-scroll .shopping-cart-items .item-name {
    display: block;
    font-size: 14px;
    color: #949aa9;
    max-width: 200px;
}   
        
.shopping-cart-header-scroll .shopping-cart-items .item-price {
    color: #3167eb;
    font-weight: bolder;
    font-size:13px;
    min-width: 80px;
    text-align: right;
    float: right;
    margin-right: 5px;
}
        
.shopping-cart-header-scroll .shopping-cart-items .item-quantity {
    color: #949aa9;
    font-size: larger;
    margin-right: 8px;
}

.shopping-cart-header-scroll hr {
    margin-top: 2px;
    margin-bottom: 5px;
}

.shopping-cart-header-scroll:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}
