/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       AbzarWP.Com
 Author URI:   https://abzarwp.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.digits_secure_modal_box, .digits_ui, .digits_secure_modal_box *, .digits_ui *, .digits_font, .dig_ma-box, .dig_ma-box input, .dig_ma-box input::placeholder, .dig_ma-box ::placeholder, .dig_ma-box label, .dig_ma-box button, .dig_ma-box select, .dig_ma-box * {
    font-family: iranyekanwebregular !important;
}


.stockycontact {
    position: fixed;
    bottom: 55px;
    width: 100%;
    background: #a63512;
    color: #fff;
    padding: 1rem;
    text-align: center;
    min-height: 100px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .stockycontact {
        bottom: 0;
        min-height: 30px;
    }
}