

div#smxLastArticles{
	position: fixed;
        width: 100%;
	bottom:0px;
	right: 0px;
	z-index:111;
        width: auto;
}

#smxFixedBar,
#smxFixedBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#smxFixedBar {
	height: 47px;
	background: transparent;
}

#smxFixedBar .smx-lastproduct-box{
    border: 1px solid #cec4bb;
    float: right;
    background-color: #ffffff;
    cursor: pointer;
}

#smxFixedBar .smx-last-title{
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    padding: 5px;
}

#smxFixedBar .smx-last-pic{
    float: left;
    height: 35px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 40px;
    box-sizing: content-box;
}

#smxFixedBar i.fa-chevron-circle-up,
#smxFixedBar i.fa-chevron-circle-down{
    color: #3e3534;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

#smxFixedBar .smx-tshop{
    background: url("../../img/tshop.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 47px;
    height: 47px;
    float: right;
}

#smxFixedBar .smx-chat{
    background: url("../../img/chat.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 47px;
    height: 47px;
    float: right;
}


.smxLastArticlesList{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cec4bb;
    bottom: 46px;
    display: inline;
    position: absolute;
    right: 94px;
    z-index: 9999;
    max-height: 505px;
    overflow-y: auto;
    width: 300px;
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.smxLastArticlesList img{
    max-width: 100%;
}

.row-fluid .smxLastArticlesList.displayOff{
    display: none;
}

.smxLastArticlesList li.item {
    display: block;
    clear: both;
    min-height: 125px;
    margin-bottom:10px;
}

.smxLastArticlesList li.item .row-fluid{
    position: relative;
    min-height: 120px;
}

.smxLastArticlesList li.header{
    min-height: 0px;
}

.smxLastArticlesList li div{
    text-align: left;
}

.smxLastArticlesList li div.title a{
    display: block;
    color: #222222;
    font-size: 14px;
    float: left;
    width: 100%;
}

.smxLastArticlesList li div.priceBox{
    margin-top:10px;
    height: 42px;
    padding: 0;
    text-align: left;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    clear:left;
}

.smxLastArticlesList li span.new-price{
    color: #e0171f;
    padding-right: 4px;
    float: left;
}

.smxLastArticlesList li span.old-price{
    font-size: 14px;
    font-weight: normal;
    float: left;
}

.smxLastArticlesList li .productLink{
    position:absolute;
    bottom:0px;
}

.smxLastArticlesList li .itemLink{
    font-size: 14px;
    height: 27px;
}

.smxLastArticlesList li .line{
    border-top: 1px solid #dedede;
    margin: 10px 10px 0px;
    height: 1px;
}

.smxLastArticlesList li div.picture{
    text-align: center;
    padding:10px 10px;
    width: 76px;
    float: left;
}

.smxLastArticlesList li div.info{
    width: 180px;
    float: left;
}

.smxLastArticlesList .title strong {
	display: inline-block;
	margin: 6px 10px 6px 10px;
    font-size: 1.1em;
}

.smxLastArticlesList .title strong.note {
    margin-right: 40px;
    color: #666;
}

.smxLastArticlesList .title .closePop {
    text-align: center;
	position: absolute;
	top: 3px;
	right: 10px;
    color: #666;
    cursor: pointer;      
}

@media (max-width: 1700px) {
    #smxFixedBar {
        background: transparent;
    }
}

@media (max-width: 979px) {
    .smxLastArticlesList{
        max-height: 450px;
    }
    
    #smxFixedBar {
	background: #ededed;
    }
}

@media (max-width: 767px) {
   
}

@media (max-width: 679px) {
    #smxLastArticles{
        display: none;
    }
}