#nav-mob ul li a {
    color: #fff !important;
    text-transform: uppercase
}

#nav-mob nav {
    background: #520f10
}

#nav-mob .logo-position {
    margin-top: 4px;
    margin-left: 10px
}

#nav-mob ul.dropdown-menu li a {
    color: #fff !important;
    text-transform: none;
    background: 0 0
}

#nav-mob ul.dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.subCatMob {
    background-color: transparent;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

#nav-mob .subCatMob figure {
    height: 130px
}

#btn-simulator {
    width: 53px;
    height: 53px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999
}

#btn-simulator a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/back-top.png) no-repeat;
    opacity: .5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#btn-order-m {
    width: auto;
    height: auto;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999
}

.btn-order-fabric {
    color: #e70000 !important;
    background-color: #fff
}