.shopcart {
   background: url(../images/shopcart_icon.png) no-repeat scroll 0px 4px;
    padding-left: 40px;
    position: relative;
}
.shopcart .count{
   line-height: 19px;
    text-align: left;
    display: block;
}

.shopcart .buy_img a {
    color: #6f6e6e;
}
.shopcart .buy_img font {
      border-radius: 12px;
    color: #ED1B24;
    /* display: inline-block; */
    height: 22px;
    text-align: center;
    width: 22px;
    line-height: 22px;
    font-weight: bold;
    font-size: 15px;
}
.shopcart .buy_img span {
    font-size: 14px;
    color: #6f6e6e;
}
.shopcart_popup {
 	    position: absolute;
    width: 370px;
    z-index: 99;
    padding-top: 5px;
    top: 38px;
    right: 0px;
    display: none;
}
.shopcart:hover .shopcart_popup {
   display: block;
    top: 38px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
     
}
.shopcart_popup_inner {
       background: #FFF;
    border: 1px solid #E7E7E7;
    border-top: 2px solid #2080CA;
    border-radius: 0 0 6px 5px;
    position: relative;
    padding-bottom: 5px;
}
.shopcart_popup_inner::after {
	 content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #2080CA transparent;
    top: -8px;
    position: absolute;
    right: 92px;
}
.shopcart_popup_total{
	border-bottom: 1px solid #E7E7E7;
    padding: 10px;
    font-weight: 500;
}
.shopcart_popup .shopcart_popup_total{
    background: #f5f5f5;
}
.shopcart_popup_total .shopcart_bt {
	    float: right;
    background: #2080CA;
    color: #FFF;
    padding: 3px 8px 3px 8px;
    border-radius: 4px;
    font-weight: normal;
}
.shopcart .shopcart_bt a{
	   text-decoration: none;
}
.shopcart .shopcart_bt:hover {
    background: #095894;
}
.shopcart_popup_total .price, .shopcart_popup_total .quantity_area span{
       color: #ED1C24;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}
.shopcart_popup_total .quantity_area{
         margin-left: 15px;
}
.shopcart_popup .shopcart_popup_total  .quantity_area{
        display: none;
}
.shopcart_popup_items{
	padding: 10px 3px 10px 10px;
    background: #FFF;
}
.shopcart_popup_items_inner{
    max-height: 190px;
    overflow-y: scroll;
}
.shopcart_popup_items .item{
      border-bottom: 1px dashed #E7E7E7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 7px;
}
.shopcart_popup_items .item:last-child{
        border-bottom: none;
    padding-bottom: 0px;
}
.shopcart_popup_items .item .other_info .name{
    margin-bottom: 10px;
    display: block;
}
.shopcart_popup_items .item .price span{
           color: #ED1C24;
    font-weight: 500;
}
.shopcart_popup_items .item .quality span{
    font-weight: 500;
}
.shopcart_popup_items .item-img{
      float: left;
    margin-right: 12px;
}

/************** ALERT ***********/
.shopcart_alert{
	position: fixed;
    width: 500px;
    left: calc(50% - 250px);
    top: 0;
    z-index: 99;
        background: #FFF;
    border: 1px solid #E7E7E7;
    border-top: 2px solid #2080CA;
    border-radius: 0 0 6px 5px;
    padding-bottom: 5px;
    display: none;
}
.shopcart_alert_title{
	    padding: 10px;
    position: relative;
    border-bottom: 1px solid #E7E7E7;
}
#shopcart_alert_title_text{
	color: #2080CA;
    font-size: 15px;
    font-weight: 500;
}
.close_button{
	position: absolute;
    right: 3px;
    color: red;
    border: 1px solid #CCC;
    border-radius: 50%;
    width: 29px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    top: 2px;
    padding-top: 4px;
    cursor: pointer;
}
/************** ALERT ***********/

