/*
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: 1.5em;
    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;
	margin-top: -10px;
}

.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;
    }
}

.maffs-theme-remaining {
    margin-top: 1rem;
    padding: 1rem 1.125rem;
    border: 1px solid rgba(31, 31, 31, 0.12);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 246, 241, 0.96) 100%);
}

.maffs-theme-remaining__text {
    margin: 0;
    color: #2b2b2b;
    font-size: 0.95rem;
    line-height: 1.45;
    text-align: center;
}

.maffs-theme-remaining__label,
.maffs-theme-remaining__suffix {
    color: #3d3934;
}

.maffs-theme-remaining__amount {
    color: #1f1f1f;
    font-weight: 700;
    margin: 0 0.3rem;
    white-space: nowrap;
}

.maffs-theme-remaining__success {
    color: #1d4d2b;
    font-weight: 700;
}

.maffs-theme-remaining.is-success {
    border-color: rgba(29, 77, 43, 0.2);
    background: linear-gradient(180deg, rgba(233, 244, 236, 0.96) 0%, rgba(219, 238, 223, 0.96) 100%);
}
