@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.trumbowyg-box,
.trumbowyg-editor {
    min-height: 100px !important;
    /*height: 150px !important;*/
    background-color: white;
}

.top-nav,
.bottom-nav,
.top-nav-back,
.bottom-nav-back {
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    font-family: "Open Sans";
    font-size: 12px;
}

.top-nav {
    top: 0;
    background: rgba(40, 44, 63, .8);
    min-height: 100px;
}

.top-nav-back {
    top: 0;
    background: #f8f9fa;
    min-height: 100px;
}

.top-nav div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.top-nav div ul li {
    text-align: center;
    display: inline-block;
    margin-right: 14px;
}

.top-nav div ul li a,
.top-nav div ul li a:visited {
    color: #E3E4DB;
    text-decoration: none;
    font-weight: bold;
}

.top-nav div ul li a:hover,
.top-nav div ul li a:active {
    color: #FA780A;
}

.top-nav div ul li:last-child {
    margin-right: 0;
}

.top-nav div ul li i {
    font-size: 28px;
    display: block;
    padding-bottom: 5px;
}

.nav-left {
    position: absolute;
    left: 20px;
}

.nav-logo {
    position: absolute;
    margin-left: 50%;
    left: -102px;
}

.nav-logo img {
    height: 95px;
    padding-top: 5px;
}

.nav-right {
    position: absolute;
    right: 20px;
}

.dropdown-menu.header-drop {
    color: #1e1e1e;
    background-color: #FFFFFF;
}

.dropdown-menu.header-drop a,
.dropdown-menu.header-drop a:visited {
    color: #1e1e1e;
    text-decoration: none;
    font-weight: bold;
}

.dropdown-menu.header-drop a:hover,
.dropdown-menu.header-drop a:active {
    color: white;
}

.bottom-nav {
    bottom: 0;
    background: rgba(40, 44, 63, .8);
    color: white;
    max-height: 60px;
    min-height: 60px;
    height: 60px;
    z-index: 10002;
}

.bottom-nav-back {
    bottom: 0;
    background: #f8f9fa;
    max-height: 60px;
    min-height: 60px;
    height: 60px;
    z-index: 9998;
}

.bottom-nav img {
    height: 20px;
    display: inline-block;
    margin-top: 10px;
}

.bottom-nav .filters {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 6px;
}

.bottom-nav .filters a,
.bottom-nav .filters a:visited {
    color: white;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.bottom-nav .filters a:hover,
.bottom-nav .filters a:active {
    color: rgb(240, 216, 153);
}

.bottom-nav .search-bar {
    position: absolute;
    right: 10px;
    top: 10px;
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.product-bar {
    background: #1E1E1E;
    margin-top: -200px;
    margin-bottom: -60px;
    min-width: 120px !important;
    max-width: 120px !important;
}

.product-container {
    margin-top: 70px;
    padding: 5px;
}

.product-item-container {
    width: 70px;
    height: 70px;
    max-height: 90px;
    min-height: 90px;
}

.product-side-item {
    width: 70px;
    height: 70px;
    max-height: 85px;
    min-height: 85px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bolder;
    color: #1E1E1E;
}

.product-side-item>a {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bolder;
    color: #1E1E1E;
    z-index: 10001;
}

.product-side-item>a:hover {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bolder;
    text-decoration: none;
    color: #1E1E1E !important;
    z-index: 10001;
}

.product-side-item img {
    width: 65px;
    height: 85px;
}