
/* Amin Course Purchase Box */

	
	
	
.amin-sticky-buy-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    background:#fff;
    box-shadow:0 -10px 30px rgba(0,0,0,.12);
    padding:12px 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    direction:rtl;
}

.amin-sticky-price{
    flex:1;
    text-align:right;
    font-size:18px;
    font-weight:900;
    color:#111827;
}

.amin-sticky-price del{
    color:#9ca3af;
    font-size:13px;
    margin-left:6px;
}

.amin-sticky-price ins{
    text-decoration:none;
    color: #153d50;
}

.amin-sticky-add-cart{
    min-width:110px;
    height:35px;
    border:0;
    border-radius:9px;
    background:linear-gradient(135deg,#ff7a59,#ff3d77);
    color:#fff;
    font-size:15px;
    font-weight:900;
}

.amin-sticky-add-cart.added{
    background:linear-gradient(135deg,#16a34a,#22c55e);
}

body{
    padding-bottom:80px;
}	