/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05-ago-2014, 10:22:48
    Author     : Alberto
*/

#maffs_container{
    text-align: right;
    font-size: 13px;
    line-height: 1.5em;
}

#layer_cart #maffs_container{
    text-align: center;
    padding: 20px;
}

#maffs_container .maffs_bold{
    font-weight: bold;
}

#maffs_container_product_detail p{
float: right;
}
#maffs_freeshipping_product_detail img{
	width: 88px;
	height: 64px;
}

.maffs_container_blockcart_detail{
	padding: 15px;
}
.maffs_container_blockcart_detail img{
	float:left;
}

@media only screen and (max-width: 479px) {
    #maffs_container img{
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    #maffs_container{
        text-align: center;
        padding:20px;
    }
}