/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/*use it to make center position*/
div.nsl-container[data-align="left"] {
    text-align: center;
}

/*use it to make 100% width*/
div.nsl-container.nsl-container-block .nsl-container-buttons {
    width: 100%;
}