        .affiliate-link {
            margin-top: .5em;
            font-family: "Quicksand", sans-serif;
            font-size: .9em;
            background-color: teal;
            border: none;
            color: white;
        }

        .hash-tag-link {
            font-size: 1.1em;
        }
        /*MARQUEE*/
        .marquee {
            width: 100%;
            font-family: "Quicksand", sans-serif;
            background-color: #c6a186;
            color: white;
            font-weight: 500;
            padding-top: .5em;
            padding-bottom: .5em;
            overflow: hidden;
            border: 1px solid #ccc;
        }
        #message-list {
            position: relative;
            /*margin-right: 1.5em;*/
        }
        #mail-box {
            text-decoration: none;
            font-size: 1.3em;
        }
        .mess-num {
            position: absolute;
            color: #333;
            top: -10px;
            right: -10px;
            z-index: 5;
        }
        .cart-num {
            position: absolute;
            color: green;
            top: -10px;
            right: -9px;
            z-index: 5;
        }
        form label {
            /*font-family: "Quicksand", sans-serif;*/
            font-family: "Montserrat", sans-serif;
            font-size: .9em;
            font-weight: 600;
            text-transform: uppercase;
            margin-top: 1.5em;
            color: black;
        }
        form input {
            font-family: "Poppins", sans-serif;
            border: none;
            width: 100%;
            border-bottom: 1px solid #AAA;
        }
        .modal-title {
            font-family: "Quicksand", sans-serif;
            font-size: 1em;
            text-transform: uppercase;
        }
        button[type='submit'] {
            text-transform: uppercase;
            /*background-color: #333;*/
            color: black;
            font-size: .8em;
            padding: .3em 1em;
            width: 100%;
            margin-top: 1.5em;
        }

        /**/

        #sign-up-invitation {
            margin-top: 2em;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
        }

        #sign-up-invitation a {
            font-family: "Quicksand", sans-serif;
            background-color: #EEE;
            padding: .3em 1.2em;
            border: 1px solid #DDD;
            color: black;
        }

        /*NAVBAR*/
        #login-button {
            color: #333;
            font-family: "Quicksand", sans-serif;
            font-size: .8em;
            border: none;
            background-color: transparent;
            font-size: 16px;
        }

        .burger {
            display: none;
        }

        #close-main-nav {
            display: none;
        }

        nav {
            padding-left: 1.5em;
            padding-right: 1.5em;
            padding-top: 1em;
            margin-bottom: 2em;
            background-color: white;
            position: relative;
            height: 65px;
            display: flex;
            align-items: center;
        }

        .logo {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1em;
            position: relative;
            /*overflow: hidden;*/
        }

        .logo-link {
            display: flex;
            justify-content: space-around;
            align-items: center;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase;
            color: #333;
            text-decoration: none;
            font-size: 20px;
            letter-spacing: 2px;
        }

        .logo-link:hover {
            text-decoration: none;
            color: black;
        }

        .profile-icons {
            width: 20%;
            display: flex;
            justify-content: space-around;
            align-items: center;
            list-style: none;
            height: 100%;
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .profile-icons a {
            color: rgba(0, 51, 51, .8);
            font-size: 16px;
            color: #333;
        }
        .profile-icons li {
            position: relative;
        }
        .main-menu {
            display: flex;
            justify-content: space-around;
            align-items: center;
            list-style: none;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase;
            width: 60%;
            margin-bottom: 0px;
        }

        .main-menu .navlink {
            text-decoration: none;
            display: flex;
            /*flex-direction: column;*/
            justify-content: center;
            align-items: center;
            font-family: "Quicksand", sans-serif;
        }

        .main-menu .navlink span {
            font-size: 1.5em;
            margin-bottom: .25em;
        }

        .category-view-more {
            display: none;
        }

        .main-menu .navlink .pd-category {
            font-size: 1em;
            margin-bottom: 0px;
        }

        .navlink {
            position: relative;
        }

        .navlink:hover {
            cursor: pointer;
        }

        .navlink::before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #CCC;
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            transition: width 0.3s ease 0s, left 0.3s ease 0s;
        }

        .navlink.active::before {
            width: 100%;
            left: 0;
        }

        .menu {
            position: relative;
        }

        .sub-menu {
            display: none;
            position: absolute;
            left: 0;
            top: 80px;
            z-index: 3;
            background-color: white;
            width: 100%;
            border-radius: 15px;
            box-shadow: 5px 5px 5px #666;
            animation: dropdown-effect 500ms ease-out
        }

        .sub-menu.active {
            display: block;
        }

        .sub-categories {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            list-style: none;
            flex-wrap: wrap;
        }

        .sub-categories li {
            width: 32%;
        }

        .sub-categories li a {
            text-decoration: none;
            color: #111;
            font-family: "Quicksand", sans-serif;
            font-size: .9em;
        }

        .view-all-products-link {
            padding-top: 1.5em;
            padding-left: 1.5em;
            margin-bottom: 1em;
        }

        .view-all-products-link a {
            text-decoration: none;
            color: black;
            font-family: "Quicksand", sans-serif;
            font-size: .9em;
            font-weight: 500;
            text-transform: uppercase;
        }

        #footer {
            background-color: #e1d7ce;
            color: black;
            padding: 2em 1em;
            border-radius: 15px;

        }

        .footer-info-div .title {
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            padding-left: 1.5em;
            margin-bottom: 1em;
        }

        .footer-news-update .footer-menu {
            list-style: none;
        }

        .footer-menu {
            list-style: none;
        }

        .footer-info-div .footer-menu a {
            font-family: "Quicksand", sans-serif;
            color: #333;
            font-size: .9em;
        }

        .footer-news-update li {
            list-style: none;
            font-family: "Quicksand", sans-serif;
            color: #333;
            font-size: .9em;
        }

        #id_nl_email {
            width: 100%;
            font-family: "Quicksand", sans-serif;
            height: 35px;
        }

        #newsletter-form button {
            background-color: white;
            color: rgba(0, 51, 51, 1.0);
            width: 100%;
            margin-top: 10px;
            transition: all 1s;
            padding: .5em 1em;
        }

        #newsletter-form button:hover {
            background-color: rgba(0, 51, 51, 1.0);
            color: white;
        }

        .sub-menu-li {
            display: none;
        }

        a.navlink-link {
            color: #333;
            /*font-weight: 500;*/
        }

        .loading {
            position: relative;
        }
        .loading::before {
            animation: 1.5s linear infinite spinner;
            animation-play-state: inherit;
            border: solid 5px #cfd0d1;
            border-bottom-color: #1c87c9;
            border-radius: 50%;
            content: "";
            height: 30px;
            width: 30px;
            position: absolute;
            top: 10px;
            left: -20px;
            transform: translate3d(-50%, -50%, 0);
            will-change: transform;
        }

        .icon-shopping-cart {
            font-size: 1.15em;
        }
        @media screen and (max-width: 1000px) {
            .profile-icons {
                width: 20%;
            }

            .logo-link {
                width: 40%;
            }

            .main-menu {
                display: none;
                position: fixed;
                z-index: 10;
                width: 50%;
                top: 0;
                bottom: 0;
                left: 0;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                background-color: #1c1b1b;
                color: white;
                overflow-y: auto;
            }

            .main-menu.active {
                display: flex;
            }

            .main-menu .main-menu-li {
                width: 85%;
                margin-left: 0px;
                padding-left: 0px;
                border-bottom: 1px solid #777;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .main-menu .main-menu-li:not(:last-child) {
                margin-bottom: 10px;
            }

            .main-menu .main-menu-li:first-child {
                margin-top: 20px;
            }

            .main-menu .main-menu-li span {
                font-size: 15px;
                font-family: "Quicksand", sans-serif;
                letter-spacing: 1px;
            }

            .main-menu .navlink {
                justify-content: space-between;
                align-items: flex-start;
            }

            .main-menu .main-menu-li {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            #close-main-nav {
                display: block;
                margin-bottom: 1em;
            }

            #close-main-nav button {
                border: none;
                background-color: transparent;
                color: white;
                font-size: 2em;
            }

            .category-view-more {
                display: block;
                border: none;
                background-color: transparent;
                color: white;
                font-size: 1.2em;
                font-weight: bold;
            }

            .category-view-more:focus {
                outline: none;
            }

            .navlink::before {
                width: 0px;
                height: 0px;
            }

            .sub-menu-li {
                display: block;
                width: 85%;
            }

            .sub-menu-li ul {
                list-style: none;
            }

            .sub-menu-li ul li {
                text-align: right;
            }

            .sub-menu-li ul li a {
                font-family: "Quicksand", sans-serif;
                font-size: .8em;
                color: #CCC;
                text-align: right;
            }

            .burger {
                display: block;
            }

            .menu-bars {
                border: none;
                background-color: transparent;
                font-size: 1.3em;
            }
        }


        @media screen and (max-width: 800px) {
            a.navlink-link {
                color: white;
                font-weight: 500;
                margin-top: .25em;
            }
            .profile-icons {
                width: 30%;
                justify-content: space-between;
                margin-left: 0px;
                padding-left: 5px;
            }

            .profile-icons a {
                font-size: .8em;
            }

            .logo-link {
                width: 60%;
            }

            .sub-categories li {
                width: 48%;
            }

            .main-menu {
                width: 95%;
            }

            .sub-menu-li {
                display: block;
                width: 85%;
            }
        }

        @keyframes dropdown-effect {
            0% {
                transform: translateY(-20%);
                opacity: 0;
            }

            40% {
                transform: translateY(-10%);
                opacity: .5;
            }

            100% {
                transform: translateY(1);
                opacity: 1;
            }
        }

        @keyframes shining-effect {
            0% {
                transform: translateX(-200%);
            }

            40% {
                transform: translateX(800%);
            }

            100% {
                transform: translateX(800%);
            }
        }

          @keyframes spinner {
            0% {
              transform: translate3d(-50%, -50%, 0) rotate(0deg);
            }
            100% {
              transform: translate3d(-50%, -50%, 0) rotate(360deg);
            }
          }