#cart_list:before{
    content: "";
    height: 0;
    position: absolute;
    right: 100px;
    top: 0px;
    width: 0px;
    z-index:99999999!important;
}
.show_products {
    border-color: #EBEBEB #EBEBEB #337baa ;
    border-style: solid;
    border-width: 0px 0px 1px;
}
.block-title{
    background: #337baa;
    display: block;
    float: left;
    width: 100%;
}
.block-content .action a.button.ajshcart{
    border-radius: 5px;
    padding: 2px 10px;
    background: #337baa; /* Old browsers */
    background: -moz-linear-gradient(top,  #337baa 0%, #75b6e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337baa), color-stop(100%,#75b6e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #337baa 0%,#75b6e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #337baa 0%,#75b6e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #337baa 0%,#75b6e2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #337baa 0%,#75b6e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337baa', endColorstr='#75b6e2',GradientType=0 ); /* IE6-9 */
}
.cart #vmCartModule #cart_list.show_products .block-content .action span.update-total:hover,
.cart #vmCartModule #cart_list.show_products .block-content .action .remove-all:hover,
.style-4 .block-content .action a:hover{
    background: #337baa !important;
}
.icon-cancel-circle {
    position:absolute;
   
    right:0px;
    cursor: pointer;
}
.icon-cancel-circle:hover {
    position:absolute;
    
    right:0px;
    cursor: pointer;
    color: #337baa;
}
.ps-container .ps-scrollbar-y {
    background-color: #337baa;
    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: #337baa;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}