.Content.BorderLeft {
padding-left: 50px;
border-left: solid #dedede 1px;    
}
.M40 {
margin-left: 40px;
margin-right: 40px;    
}
.M20 {
margin-left: 20px;
margin-right: 20px;    
}
.btn.next {
background-image: url(//cdn10.bigcommerce.com/r-b2c1c07c638b525c6af9e5f1f6290c90383dc14e/themes/Sammot/images/white/btnNext.png) !important;
background-position: 12px 50% !important;
background-repeat: no-repeat !important;
padding-left: 33px;
margin-top: 0;
}
.btn.back {
background-image: url(//cdn10.bigcommerce.com/r-b2c1c07c638b525c6af9e5f1f6290c90383dc14e/themes/Sammot/images/white/btnPrev.png) !important;
background-position: 12px 50% !important;
background-repeat: no-repeat !important;
padding-left: 33px;
margin-top: 0;
}


/* Custom quote text for zero-price products */
.CustomQuoteText {
    font-size: 16px;
    color: #666;
    display: none;      /* hidden until JS shows it */
    font-style: normal; /* optional: removes <em> italics */
}

.CustomQuoteDisclaimer{
    font-size: 14px;      /* slightly smaller than quote text */
    color: #555;          /* softer gray for readability */
    display: none;        /* shown only when price is $0 */
    font-style: normal;   /* remove italics if needed */
    line-height: 1.3;     /* easier to read */
}