div.sticky-header {
    min-height: 0;
    z-index: 99;
}
.topMargin {
    margin-top: 120px;
}
.mobileNavigation .logo img {
    max-width: 100% !important;
}
span.currency-mobile {
    white-space: nowrap;
}
a.readmore-btn {
    display: none;
}
figure {
    margin: 0 0 1rem;
    text-align: center;
}
.navigation .linksContain .dropdown-menu a {
    font-size: 0.93rem;
    color: #171717 !important;
    padding-left: 30px;
    margin-left:0;
}

.navigation .one-d-category-dropdown {
    font-size: 0.90rem !important;
    font-weight: 300 !important;
}
.alert-success {
    margin-top: 100px;
}
.navigation .linksContain .dropdown-menu {
    background-color: #ffffff;
    color: #171717;
    box-shadow: 1px 0 2px 1px rgba(10,10,10,0.125);
    border-radius: 0;
    z-index: 1000;
    float: left;
    min-width: 16rem;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 26px;
}
.currencyDropdown {
    display: none;
    position: absolute;
    z-index: 1000;
    padding: 20px;
    background: #000000;
    max-width: 100% !important;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(2, 3, 3, 0.2);
    -moz-box-shadow: 0px 5px 12px 0px rgba(2, 3, 3, 0.2);
    box-shadow: 0px 5px 12px 0px rgba(2, 3, 3, 0.2);
    margin-top: 30px;
}
.currencyDropdownButton {
    cursor: pointer;
}
