    /* ADD FONTS */
    @font-face {
        font-family: 'Andara Script';
        src: url('../fonts/AndaraScript-Demo.eot');
        src: url('../fonts/AndaraScript-Demo.eot?#iefix') format('embedded-opentype'),
            url('../fonts/AndaraScript-Demo.woff') format('woff'),
            url('../fonts/AndaraScript-Demo.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    #return-to-top {
        color: #999999;
        position: fixed;
        bottom: 60px;
        right: 20px;
        /*background: rgb(0, 0, 0);*/
        /*background: rgba(0, 0, 0, 0.7);*/
        width: 50px;
        height: 50px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 76px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #return-to-top:hover {
        /*background: rgba(0, 0, 0, 0.9);*/
    }
    #return-to-top:hover i {
        color: #fff;
        top: 5px;
    }
    /* CUSTOM OVERRIDES, ADDENDUMS */
    .usermenus-stay-up {
        float: right;
        right: 8px;
        top: -30px;
    }
    .usermenus-stay-up li a {
        color: #706e6f;
    }    
    .nav-anchor:hover, .nav-anchor:focus {
      color: #777;
      background: white;
    }
    .drop-down__anchor.active + .drop-down__pop {
        z-index: 10;
    }
    div#topmost_banner { 
        position: fixed; 
        top: 0; 
        left: 0; 
        z-index: 10;
        background-image: url('../img/bg-free-shipping.jpg');
        width: 100%; 
        padding: 4px;
    }
    .topmost_banner-content {
        font-size: 11.3px;
        font-weight: bolder;
        letter-spacing: 0.1em;
    }
    .topmost_banner-content a {
        color: white;
        text-decoration: none;
    }
    .topmost_banner-content a:hover {
        text-decoration: underline;
    }
    /* Additional CSS styles */
    .float-center {
        float: right;
        position: relative;
        left: 50%; /* or right 50% */
        text-align: left;
    }
    .float-center > .child {
        position: relative;
        left: 50%;
    }
    /* Below is a rough override on current class styles defined before. */
    .site-header {
        top: 25px;
    }
    @media screen and (min-width: 64em) {
        .logo img {
            height: 25px;
        }
    }
    /* Mine. */
    .upper-bar {
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 87.5%;
        background: transparent;
    }
    .upper-bar a {
        display: inline-block;
        padding: 0 1em;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 2.8em;
        color: currentcolor;
    }
    .upper-bar a:hover {
        color: #c0c0c0;
    }
    .nav li a:hover {
        background-color: transparent!important;
    }
    /* Highlight 50K */
    .highlight50k {
        float: right;
        right: -5px!important;
        z-index: 3;
        position: absolute;
        width: 210px;
        top: 60px;
        background-image: url('../img/background-50K.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        font-weight: bolder;
        letter-spacing: 0.3em;
        text-transform: none;
        font-size: 12px;
    }
    .highlight50k a {
        color: white;
        top: -2px;
        padding-left: 40px;
        text-decoration: none;
        font-weight: bolder;
    }
    .highlight50k a:hover {
        color: #87888c;
    }
    /* Banner as cover. */
    .img-cover img {
        object-fit: cover;
        height: 100%;
        max-height: 900px;
        width: auto;
    }
    /* Override */
    .site-header {
        border-bottom: 0px;
    }
    .site-main {
        padding-top: 120px;
    }
    .newsletter {
        background-color: #1e1e1e;
        color: white;
    }
    /* Fontz, y'all */
    label,
    input,
    button,
    select,
    textarea {
      font-family: "Century Gothic", "Open Sans", sans-serif;
    }
    /* Product thumbnails */
    .product-thumb-name,
    .product-thumb-category,
    .product-thumb-price {
        text-align: center!important;
    }

    /*.product-thumb-name {
        font-weight: bolder;
    }*/
    .collection-line {
        border-bottom: 1px solid #474747;
    }
    
    /* We customize slick dots here. For main banner,
       we need to put the dots inside the container. */
    .main-banner .slick-dots {
        bottom: 20px;
        opacity: 1;
    }
    .main-banner .slick-dots li button:before{
        opacity: 1;
        color: white;
        font-size: 40px;
    }
    .main-banner .slick-dots li.slick-active button:before {
        opacity: 1;
        color: grey;
    }
    /* For instagram feeds, we use arrows. */
    .instagramfeed .slick-prev:before, .slick-next:before {
        color: black;
    }
    .instagramfeed .slick-next:before {
        content: '❭';
    }
    .instagramfeed .slick-prev:before {
        content: '❬';
    }
    /* Login/register */
    .auth-box-header {
        text-align: center; 
        background-color: #eceaea;
        font-weight: bolder;
        letter-spacing: 1.7px;
        padding: 10px;
        text-transform: uppercase;
    }
    .newcomer-header {
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
    }
    .newcomer-box {
        top: 20px;
        border-top: 1px dashed black;
        border-bottom: 1px dashed black;
        padding: 10px;
        width: 80%;
        text-align: center;
    }
    
    .wider {
        margin-left: 2em;
        padding: 0 1em!important;
        line-height: 60px;
        margin-top: 17px;
    }

    .mega-wrap {
      display: flex;
      background: white;
      padding: 5px;
      position: absolute;
      padding-bottom: 20px;
    }

    nav > ul li a:hover {
        color: #c0c0c0;
    }

    .mega-item-link {
        text-transform: none;
        line-height: 1px!important;
        padding: 0px!important;
    }

    .separator {
        padding-top: 4px;
        border-bottom: 2px solid black;
        margin-bottom: 2px;
    }

    .mega-inner-col {
      display: flex;
      margin: 10px;
      flex-direction: row;
      padding: 2px;
    }

    .inner-text-content {
        width: 150px!important;
    }

    .inner-media-content {
        width: 150px!important;
        height: 210px;
    }

    .inner-media-medium-content {
        width: 200px!important;
        height: 200px;
    }

    .inner-menu-header {
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 10px;
    }

    .inner-section-header {
        font-weight: bolder;
        font-size: 15px;
        padding-bottom: 30px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .inner-header-link {
        font-weight: bolder;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        line-height: 35px!important;
        padding: 0px!important;
    }

    .mega-img-wrapper .caption {
        position: relative;
        bottom: 55px;
        left: 0px;
        text-align: center;
        font-weight: bold;
        background-color: rgba(255,255,255,0.7);
        height: 60px;
        overflow: hidden;
        visibility: hidden;
    }

    .mega-img-wrapper:hover .caption {
        visibility: visible;
    }

    nav ul {
      padding: 0;
      margin: -10px 0 0 -60px;
      list-style: none;
      position: relative;
      text-align: center;
    }

    nav ul li {
      display: inline-block;
      transition: 0.3s;
    }

    nav a {
      display: block;
      padding: 0;
      color: black;
      text-transform: uppercase;
      font-weight: bolder;
      text-align: left;
      text-decoration: none;
      transition: 0.3s;
    }

    /* Hide Dropdowns */
    nav:not(.nav) ul ul {
      display: none;
      opacity: 0.0;
      position: absolute;  
      top: 70px;
    }
    /* Dropdowns on Hover */
    nav:not(.nav) ul li:hover > ul {
      display: inherit;
      opacity: 1.0;
      /*animation-name: fadein;*/
      animation-duration: 0.5s;
      z-index: -1;
    }

    .gift-card-name {
        font-weight: bolder;
        margin-bottom: 0px;
    }
    @keyframes fadein {
      from {
        opacity: 0.0;
        left: 0px;
      }
      to {
        opacity: 1.0;
        left: 65px;
      }
    }

    /* Register form's customizations. */
    .form-register .field-group {
        margin-bottom: 5px;
    }

    .font-bolder {
        font-weight:bolder;
    }
    .counter{
        text-align: center;
    }
    @media screen and (min-width: 480px) {
        .hide-content{
            display:none;
        }
        .show-content{
            display:block;
        }
    }

    .site-header-section{
        padding-bottom:35px;
    }
    .site.shrink .site-header{
        top:-5px !important;
    }
    .site.shrink .site-header-section{
        padding-bottom:0px !important;
    }

    .thumb-navigation .slick-prev:before, .slick-next:before {
        color: black;
    }
    .thumb-navigation .slick-next:before {
        content: '<i class="fa fa-chevron-up" aria-hidden="true"></i>';
    }
    .thumb-navigation  .slick-prev:before {
        content: '<i class="fa fa-chevron-down" aria-hidden="true"></i>';
        padding-bottom: 5px !important;
    }
    .my-dressing-point-header{
      width: 70%;
    }
    .my-dressing-point-content{
      border-bottom: none;
      text-transform: none;
      font-family: 'Century Gothic';
      font-size: 20px;
      text-align: center; 
      line-height: 1.2;
    }
    .my-dressing-point-content-xx-large{
        font-size: xx-large;
        font-style: italic;
    }
    .toggle-dropdown+.mega-item-link-dropdown{
        display:none;
        padding:11px 0px 0px 5px;
    }
    .toggle-dropdown{
        display:inline-block;
        top:-11px;
        float:right;
        cursor: pointer;
        
    }
    .active +.mega-item-link-dropdown{
        display:block !important;
    }

    @media screen and (max-width: 768px) {
        .site.shrink .site-header{
            top:23px !important;
        }
    }