.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
        font-family: Raleway !important;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action .btn {
    margin-right: 25px;
}

/*
.m-login.m-login--1 .m-login__aside {
    padding: 0rem 11rem;
}
*/

.m-login.m-login--1 .m-login__wrapper {
    padding: 2rem 2rem 0 2rem;
}

.m-stack.m-stack--desktop {
        margin-bottom: 60px;
}

.m-login.m-login--1 .m-login__wrapper .m-login__form {
    margin-top: 20px;
}

.twitter-typeahead {
    width: 100%;
}

.twitter-typeahead .empty-message {
    padding: 5px;
}

.input-group-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: .35rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.req-star {
    font-size: 22px;
    line-height: 14px;
}

.products-btns {
    position: absolute;
    top: 10px;
    left: 20px;
    display: none;
}

.products-img-wraper:hover .products-btns {
    display: block;
}

.must-have {
    font-weight: bold;
    font-size: 25px;
    line-height: 12px;
}

.product-id-badge {
    position: absolute;
    top: 10px;
    right: 30px;
}

.product-spec-badge {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

#productsListContainer .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
        font-size: 14px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.photo-preloader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.8;
}

.photo-preloader div {
    background: url('/assets/front/img/loading.gif') no-repeat center center;
    width: 100%;
    height: 100%;
}