
.ps-container .ps-scrollbar-y {
background-color: #;
border-radius: 4px;
position: absolute;
right: 0;
transition: background-color 0.2s linear 0s;
width: 8px;
}
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
background-color: #;
opacity: 0.9;
filter: alpha(opacity = 90);
}

.icon-cancel-circle{
position:absolute;
right:0px;
cursor: pointer;
}
.icon-cancel-circle:hover {
position:absolute;
right:0px;
cursor: pointer;
color: # !important;
}

.show_products {
border-color: #EBEBEB #EBEBEB # ;
border-style: solid;
border-width: 0px 0px 1px;
}
.style-1 .block-title{
background: #;
display: block;
float: left;
width: 100%;
}
.style-1 .block-content .action a.button.ajshcart{
border-radius: 5px;
padding: 2px 10px;
background: #;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#', endColorstr='#75b6e2',GradientType=0 ); /* IE6-9 */
}
.cart #cart_list.show_products .block-content .action span.update-total:hover,
.cart #cart_list.show_products .block-content .action .remove-all:hover,
.style-2 .block-content .action a:hover{
background: # !important;
}
.show_products .action a{
background:#;
color:	" . $text_color . ";
}
.show_products .action a:hover{
background: #;
}
#vmCartModule{
height: auto;
    float:right;
    position: relative;
    border-radius: 5px;
background: #;
background: -moz-linear-gradient(top,# 0%, # 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#), color-stop(99%,#)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, # 0%,# 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, # 0%,# 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, # 0%,# 99%); /* IE10+ */
background: linear-gradient(to bottom, # 0%,# 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#', endColorstr='#');/*For IE7-8-9*/ 
}


#vmCartModule .total_products {
    border-bottom: 1px solid #;
}
.nbajaxcart {
    border-right: 1px solid #;
    display: inline-block;
    float: left;
    height: 65px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 65px;
}
#vmCartModule .minicart{
    color:#;
}
.product_row .product_name a {
    color: #;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 5px;
    text-decoration: none;
}
.product_row .product_name a:hover{
     color: # !important;
     text-decoration: none;
}
#cart_list .container_cart .wrapper.marg-bot {
    border-bottom: 1px solid #;
    margin: 0 10px 10px;
    overflow: hidden;
}

.cart #vmCartModule #cart_list.show_products .block-content .action span.update-total {
  float: left;
  background:#c8c8c8;
  font: 11px Arial, Helvetica, sans-serif;
  border-radius: 0 !important;
  height: 19px;
  padding-top: 4px;
  margin-top: 2px;
  margin-left: 10px;
  
}
#vmCartModule .action .update-total, #vmCartModule .action .remove-all,#vmCartModule .action .ajshcart{
    color: # !important;
}
#vmCartModule .action .update-total:hover, #vmCartModule .action .remove-all:hover,#vmCartModule .action .ajshcart:hover{
    color: # !important;
}