/*@todo remove mymodule*/
#ats-block-home{
    background-color:white;
    margin-top:1em;
    /*box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);*/
}
.cursor-pointer{
    cursor:pointer;
}
.text-center{
    text-align:center;
}
.form-control.d-inline.ats-width-100{
    width:100%;
}
.search-verical-align{
    vertical-align:middle;
}
.col-lg-6.add-to-cart-input{
    width:6em;
}
.button-float-right{
    float:right;
}
.ats-addtocartconfirmation {
    display:block;
    position:fixed;
    bottom:0px;
    left:0px;
    text-align:center;
    padding:10px 0px;
    width:100%;
    z-index:99999;
}
.ats-addtocartconfirmation span {
    color:#fff;
    text-shadow:1px 1px 0px #000;
    font-size:18px;
    font-weight:bold;
}

.ats-float-left{
    float:left;
    white-space: nowrap;
}

.cursor-pointer.d-inline{

}

button.ats-custom-icon-button{
    padding: .3rem 1rem;
}
.ats-custom-icon-button-td{
    text-align:center
}
td button.ats-custom-icon-button i.material-icons{
    margin-right:0;
}
.col-lg-6.add-to-cart-input{
    float:none;
    margin:auto;
}

#ats-button-search{
	display:none;
}

#ats-button-search-reset{
	float:left;
}
