/*
* Override Pages default styles or create your own styles here
*/

.t-a-center{
		text-align:center;
}
.m-b-50{
		margin-bottom:50px;
}
.img-size-150{
	width:150px;
}
.mw-750{
	max-width:750px;
}
.mg-auto{
		margin:0 auto;
}
.f-w-btn{
    width:100%;
}
.quickview-wrapper{
    width:300px;
    right:-300px;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.float-clear{
    clear:both;
}

/**
* Datatables Dropdown select patch
*/
.dataTables_wrapper select.input-sm{
    line-height: normal;
}

/**
* Summer note border Fix
*/
.note-editor.note-frame {
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
}
