
.v-desktop {
    display: block;
}

.v-mobile {
    display: none;
}

body, html {
    font-family: 'Libre Franklin', sans-serif !important;
    font-weight: 400 !important;
    overflow-x: hidden;
    max-width: 100%;
    color: #000 !important;
    line-height: 1.5;
}

body {
    margin: 142px 0 0 0 !important;
}

svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

input[type="submit"],
input[type="button"],
button {
    font-family: 'Libre Franklin', sans-serif !important;
}

.no-scroll {
    overflow: hidden;
}

.teal-bg {
    background: #00b388 !important;
}

.orange-bg {
    background: #ffa04d !important;
}

.green-bg {
    background: #00b388 !important;
}

.clearfix {
    clear: both;
}

.clearfix-list {
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    clear: both;
}

.hide-box {
    display: none;
}

.generic-background {
    background-image: url('../../images/unlocked/generic-background.jpg');
    background-size: cover;
}


.generic-backgroundRegster {
    background-color: #FFFFFF;
    background-size: cover;
}

.registerNew-result-container {
    background: rgba(0,0,0,0);
    height: 100%;
    padding: 0 40px;
    display: table;
    width: calc(100% - 80px);
}

.vh-height {
    height: calc(100vh - 78px);
    position: relative;
}

.button-secondary {
    background: #eee !important;
    color: #333 !important;
}

/* CONTENT WRAPPER DEFAULTS */
.master-wrapper-content {
    min-height: calc(100vh - 95px);
}

/* NOTIFICATIONS */
.bar-notification {
    display: none;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000000;
}

    .bar-notification.success {
        background: #00b388;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification.error {
        background: #e4444c;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification .close {
        background: url(../../images/unlocked/ico-close-notification-bar.png) no-repeat;
        width: 20px;
        height: 20px;
        float: right;
        margin: 29px;
        cursor: pointer;
    }

    .bar-notification p.content {
        padding: 26px;
        margin: 5px 0px;
        text-align: center;
    }

        .bar-notification p.content a {
            text-decoration: underline;
            color: #FFFFFF;
        }

            .bar-notification p.content a:hover {
                text-decoration: none;
                color: #FFFFFF;
            }

    .bar-notification.error p.content {
        margin: 5px 0px;
        padding: 26px;
        text-align: center;
        font-size: 14px;
    }

/* SITE HEADER */

header#unlocked-header {
    width: 100%;
    height: 76px;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    /*font: 400 14px/22px 'Libre Franklin' !important;*/
    background-color: #FFF;
    top: 0;
    z-index: 99;
    position: fixed !important;
    margin: 0 0 66px;
    z-index: 0;
}

    /* SITE HEADER LOGO */

    header#unlocked-header .header-logo {
        padding: 13px 20px 5px 20px;
        float: left;
        width: 215px;
    }

        header#unlocked-header .header-logo a {
            display: block;
        }

            header#unlocked-header .header-logo a img {
                height: 45px;
            }

    /* SITE HEADER NAV */

    header#unlocked-header .header-menu {
        float: left;
    }

        header#unlocked-header .header-menu ul.header-nav-bar {
            list-style: none;
        }

            header#unlocked-header .header-menu ul.header-nav-bar li {
                display: inline-block;
            }

                header#unlocked-header .header-menu ul.header-nav-bar li.active a {
                    color: #00b388;
                }

                header#unlocked-header .header-menu ul.header-nav-bar li a {
                    text-decoration: none;
                    color: #000;
                    font-size: 1.25em;
                    font-weight: 400;
                    margin: 27px 20px;
                    display: inline-block;
                    font-family: 'Libre Franklin', sans-serif !important;
                }

                /*hide the login or logout control in desktop mode*/
                header#unlocked-header .header-menu ul.header-nav-bar li.auth-mobile {
                    display: none !important;
                }

/*hide the mobile menu directional button*/
.sb-toggle-submenu {
    display: none;
}


/* SITE HEADER META */

header#unlocked-header section.header-meta {
    float: right;
    height: 76px;
}

    /* SITE HEADER META CART */

    header#unlocked-header section.header-meta .header-cart {
        float: right;
        margin: 0 10px 0 0;
        height: 76px;
    }

        header#unlocked-header section.header-meta .header-cart ul {
            list-style: none;
        }

            header#unlocked-header section.header-meta .header-cart ul li {
                float: left;
            }

                header#unlocked-header section.header-meta .header-cart ul li a {
                    color: #333;
                    text-decoration: none;
                    margin: 0;
                    display: inline-block;
                    padding: 0 10px;
                }

                    header#unlocked-header section.header-meta .header-cart ul li a i {
                        position: relative;
                        font-size: 1.4em;
                        display: table;
                        width: 35px;
                        height: 76px;
                        float: left;
                    }

                        header#unlocked-header section.header-meta .header-cart ul li a i:before {
                            display: table-cell;
                            vertical-align: middle;
                            text-align: center;
                        }

                        header#unlocked-header section.header-meta .header-cart ul li a i .header-link-sup-text {
                            background: #00b388;
                            position: absolute;
                            top: 20px;
                            right: -3px;
                            color: #FFF;
                            width: 16px;
                            border-radius: 17px;
                            display: table;
                            height: 16px;
                        }

                            header#unlocked-header section.header-meta .header-cart ul li a i .header-link-sup-text div {
                                display: table-cell;
                                vertical-align: middle;
                                font-size: .5em;
                                font-family: 'Libre Franklin', sans-serif !important;
                                font-weight: 400;
                                color: #FFF;
                                text-align: center;
                                line-height: 0;
                            }

                    header#unlocked-header section.header-meta .header-cart ul li a .customer-name {
                        position: relative;
                        font-size: 20px;
                        display: table;
                        height: 76px;
                        float: left;
                        top: 27px;
                        font-family: 'Libre Franklin', sans-serif !important;
                        color: #000 !important;
                        margin-top: -3px;
                    }

/* HOMEPAGE CATEGORY GRID */
#home-page-itme-grid {
    width: 100%;
    height: calc(100vh - 78px);
}

    #home-page-itme-grid .item-box {
        width: 33%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        display: block;
    }

        #home-page-itme-grid .item-box.split {
            width: 34%;
        }

        #home-page-itme-grid .item-box .half {
            height: 50%;
            overflow: hidden;
            position: relative;
            display: block;
        }

#ProfileImage {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 20px;
    margin-right: 5px;
    position: relative;
    font-size: 1.4em;
    display: table;
    float: left;
}

.remember-width{
width:131px !important;
}
.forgot-width {
    width: 172px !important;
}
.register-width {
    width: 146px !important;
}
.tscs-width {
    width: 210px !important;
}

        #home-page-itme-grid .item-box a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            color: #FFF;
            text-decoration: none;
            background: #000;
        }

            #home-page-itme-grid .item-box a .image-hover {
                position: absolute;
                background-size: cover;
                background-position: center;
                transition: transform .2s;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                color: #FFF;
                text-decoration: none;
                z-index: 1;
                transform: scale(1.002);
                opacity: .6;
            }

            #home-page-itme-grid .item-box a:hover > .image-hover {
                transform: scale(1.1);
            }

            #home-page-itme-grid .item-box a .item-box-description {
                position: absolute;
                bottom: 50px;
                right: 20px;
                left: 20px;
                z-index: 2;
            }

                #home-page-itme-grid .item-box a .item-box-description .item-heading {
                    padding: 3px 8px;
                    background: #00b388 !important;
                    display: inline-block;
                    font-size: 1.2em;
                    font-weight: 400;
                    margin: 0 0 15px;
                    line-height: 1.4em;
                    text-transform: uppercase;
                }



                #home-page-itme-grid .item-box a .item-box-description .item-description {
                    width: 90%;
                    text-shadow: 1px 1px 1px #000;
                    line-height: 1.4em;
                    margin: 0 0 20px;
                    font-size: 1.4em;
                }

                #home-page-itme-grid .item-box a .item-box-description .price-position {
                    width: 90%;
                    text-shadow: 1px 1px 1px #000;
                    line-height: 1.4em;
                    margin: 0 0 20px;
                    font-size: 1.4em;
                }

                    #home-page-itme-grid .item-box a .item-box-description .price-position strong {
                        font-weight: 500;
                    }

                #home-page-itme-grid .item-box a .item-box-description .item-info {
                    text-shadow: 1px 1px 1px #000;
                    font-size: .85em;
                }

/* SITE FOOTER */
#unlocked-footer {
    background: #000;
    padding: 15px 10px;
    color: #545454;
    height: auto;
    /*margin-top:10px*/
}

    #unlocked-footer .footer-links {
        float: left;
        width: auto;
        margin-top: 14px;
    }

    #unlocked-footer .footer-info {
    }

    #unlocked-footer div.footer-menu-regulatory {
    }

    #unlocked-footer .footer-links a {
        color: #d8d8d8;
        font-size: .8em;
    }

    #unlocked-footer .footer-links ul {
        list-style: none;
        background-color: red;
        float: left
    }

        #unlocked-footer .footer-links ul li {
            padding: 0 2px 0 0;
            display: inline-block;
        }

            #unlocked-footer .footer-links ul li a {
                padding: 5px 5px 5px;
                display: block;
                margin: 5px 0;
                font-size: .9em;
                font-weight: 400;
                text-decoration: none;
                color: #777;
            }

        /*footer social menu*/
        #unlocked-footer .footer-links ul.footer-menu-social {
            list-style: none;
            background-color: black;
            float: left;
        }

            #unlocked-footer .footer-links ul.footer-menu-social li {
                padding: 0 20px 0 0;
                display: inline-block;
            }

                #unlocked-footer .footer-links ul.footer-menu-social li a {
                    padding: 5px 5px 5px;
                    display: block;
                    margin: 0 0;
                    font-size: .9em;
                    font-weight: 400;
                    text-decoration: none;
                    /*color: #777;*/
                }
    /*footer menu*/
    /*footer social menu*/
    #unlocked-footer /*.footer-links*/ ul.footer-menu {
        list-style: none;
        background-color: black;
        float: right;
        margin-top: 8px;
    }

        #unlocked-footer /*.footer-links*/ ul.footer-menu li {
            padding: 0 2px 0 0;
            display: inline-block;
            /*            float:right;*/
        }

            #unlocked-footer /*.footer-links*/ ul.footer-menu li a {
                padding: 5px 12px 5px 10px;
                display: block;
                margin: 5px 0;
                font-size: 14px;
                font-weight: 400;
                text-decoration: none;
                line-height: 18px;
                color: #BBBBBB;
            }


    #unlocked-footer ul.footer-menu-regulatory {
        list-style: none;
        background-color: black;
        float: left;
        margin-top: 10px;
    }

        #unlocked-footer ul.footer-menu-regulatory li {
            padding: 0px;
            display: inline-block;
        }

            #unlocked-footer ul.footer-menu-regulatory li a {
                padding: 5px 0px 5px 0px;
                display: block;
                margin: 5px 0;
                font-size: 10px;
                font-weight: 400;
                text-decoration: none;
                line-height: 12px;
                height: 12px;
                letter-spacing: -0.01px;
                color: #BBBBBB;
                text-align: left;
            }

    #unlocked-footer ul.footer-menu-social li {
        display: inline-block;
    }

        #unlocked-footer ul.footer-menu-social li a {
            padding: 5px 10px 5px;
            font-size: 1.2em;
            font-weight: 400;
            text-decoration: none;
            color: #b3b3b3;
            /*margin: 30px 15px 0 0;*/
            display: inline-block;
        }

.footer-menu {
    /*padding: 20px 0 0 0;*/
    border-width: 0;
}

.footer-menu-regulatory {
    /*padding: 20px 0 0 0;*/
    border-width: 0;
}

.footer-logo-image {
    height: 33px;
    float: left;
    margin-right: 30px;
}

/*#unlocked-footer {
    background: #000;
    padding: 15px 10px;
    color: #545454;
    height: 90px;
}

    #unlocked-footer .footer-links {
        float: left;
        width: auto;
        margin-top: 14px;
    }

        #unlocked-footer .footer-links .footer-logo img {
            height: 33px;
            float: left;
            margin-right: 30px;
        }

        #unlocked-footer .footer-links .footer-links-section {
            padding: 40px 0 0 0;
        }

            #unlocked-footer .footer-links .footer-links-section strong {
                padding: 0 0 40px 0;
                font-size: 1.2em;
                display: block;
                font-weight: 400;
                color: #999;
            }

        #unlocked-footer .footer-links .footer-info ul {
            list-style: none;
        }

            #unlocked-footer .footer-links .footer-info ul li {
                padding: 0 0 30px 0;
            }

                #unlocked-footer .footer-links .footer-info ul li a {
                    font-size: .9em;
                    font-weight: 400;
                    text-decoration: none;
                    color: #777;
                }

            #unlocked-footer .footer-links .footer-links-section .social-links {
                padding: 0 0 40px 0;
            }

                #unlocked-footer .footer-links .footer-links-section .social-links a {
                    font-size: 1.2em;
                    font-weight: 400;
                    text-decoration: none;
                    color: #b3b3b3;
                    margin: 10px 15px 0 0;
                    display: inline-block;
                }

    #unlocked-footer .footer-call-to-action {
        width: 66.66666%;
        float: right;
        height: 335px;
        position: relative
    }

        #unlocked-footer .footer-call-to-action .inner-background {
            background-image: url('../../images/unlocked/generic-background.jpg');
            background-size: cover;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            opacity: .3;
            z-index: 1;
        }

        #unlocked-footer .footer-call-to-action .inner-content {
            color: #FFF;
            z-index: 2;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 140px;
        }

            #unlocked-footer .footer-call-to-action .inner-content .item {
                width: calc(25% - 40px);
                float: left;
                text-align: center;
                padding: 0 20px;
            }

                #unlocked-footer .footer-call-to-action .inner-content .item.title {
                    font-size: 1.2em;
                    font-weight: 600;
                    text-transform: uppercase;
                    line-height: 1.4em;
                    padding: 70px 20px 0;
                }

                #unlocked-footer .footer-call-to-action .inner-content .item.list {
                    padding: 55px 20px 0;
                    line-height: 1.4em;
                    font-weight: 400;
                }

                    #unlocked-footer .footer-call-to-action .inner-content .item.list i {
                        padding: 10px;
                        border-radius: 50%;
                        background: #DDD;
                        font-size: .8em;
                        text-transform: none;
                        display: inline-block;
                        width: 16px;
                        height: 16px;
                        font-style: normal;
                        line-height: 1.4em;
                        margin: 0 0 20px 0;
                    }

        #unlocked-footer .footer-call-to-action .cta-content {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 60px;
            z-index: 2;
            background: #FFF;
            margin: 20px;
            padding: 20px;
        }

            #unlocked-footer .footer-call-to-action .cta-content .strap {
                color: #000;
                position: absolute;
                width: calc(66.666666% - 80px);
                height: 80px;
                left: 10px;
                top: 10px;
                font-size: 1.2em;
                line-height: 1.2em;
                font-weight: 500;
                text-align: center;
                display: table;
            }

                #unlocked-footer .footer-call-to-action .cta-content .strap span {
                    display: table-cell;
                    vertical-align: middle;
                }

            #unlocked-footer .footer-call-to-action .cta-content a.button {
                position: absolute;
                top: 10px;
                right: 10px;
                background: #00b388;
                padding: 20px;
                color: #FFF;
                text-decoration: none;
                width: 33.3333333%;
                height: 40px;
                display: table;
                text-align: center;
                font-size: 1.2em;
            }

                #unlocked-footer .footer-call-to-action .cta-content a.button span {
                    display: table-cell;
                    vertical-align: middle;
                }

    #unlocked-footer .footer-copyright {
        clear: both;
        padding: 40px 0 0 0;
        text-align: center;
        font-size: .8em;
        font-weight: 300;
        color: #999;
    }*/

/* LOGIN PAGE */

#customer-login-page {
    padding: 44px;
    color: #333;
}

    #customer-login-page a {
        text-decoration: none;
        color: #00b388;
        display: block;
        padding: 0;
        margin: 0;
        line-height: normal;
        font-weight: 600;
    }

    @media (min-width:1000px){
        #customer-login-page a {
            margin-left: 2rem;
            margin-top: -1.8rem;
        }
    }
    #customer-login-page .login-wrapper {
        width: calc(50% - 80px);
        padding: 40px;
        background: #FFF;
        min-height: calc(100vh - 238px);
        max-width: 550px;
        min-width: 433px;
    }

        #customer-login-page .login-wrapper .login-info-text {
            text-align: center;
            color: #333;
            font-weight: 400;
            line-height: 1.6em;
        }

            #customer-login-page .login-wrapper .login-info-text h1 {
                font-weight: 500;
                font-size: 1.2em;
                padding: 0 0 20px 0;
            }

    #customer-login-page .login-page-title {
        padding: 0 0 30px 0;
    }

        #customer-login-page .login-page-title h1 {
            font-size: 3em;
            font-weight: 700;
            text-align: left;
        }
#customer-login-page .login-page-sub-title {
    font-size: 1.4em;
    text-align: left;
    line-height: 1.4em;
    font-weight: 400;
    padding: 0 0 40px;
}
        @media(max-width:700px){
            #customer-login-page .login-page-title h1 {
                text-align: center;
            }
            #customer-login-page .login-page-sub-title {
                text-align: center;
            }
        }

    

    #customer-login-page .login-external-authentication {
        text-align: center;
        padding: 0 0 40px 0;
    }

        #customer-login-page .login-external-authentication .title {
            padding: 0 0 20px 0;
        }


        #registration-page .external-authentication .google-login-block,
        #registration-page .external-authentication .twitter-login-block,
        #registration-page .external-authentication .facebook-login-block,
        #customer-login-page .login-external-authentication .google-login-block,
        #customer-login-page .login-external-authentication .twitter-login-block,
        #customer-login-page .login-external-authentication .facebook-login-block {
            display: inline-block;
        }

            #registration-page .external-authentication .google-login-block a.google-btn,
            #registration-page .external-authentication .twitter-login-block a.twitter-btn,
            #registration-page .external-authentication .facebook-login-block a.facebook-btn,
            #customer-login-page .login-external-authentication .google-login-block a.google-btn,
            #customer-login-page .login-external-authentication .twitter-login-block a.twitter-btn,
            #customer-login-page .login-external-authentication .facebook-login-block a.facebook-btn {
                height: 23px;
                width: 26px;
                font-family: "Font Awesome 5 Brands";
                color: #a5a5a5;
                background: none;
                font-size: 20px;
                margin: 10px 10px;
                display: inline-table;
            }

                #registration-page .external-authentication .facebook-login-block a.facebook-btn:before,
                #customer-login-page .login-external-authentication .facebook-login-block a.facebook-btn:before {
                    content: "\f39e";
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

                #registration-page .external-authentication .twitter-login-block a.twitter-btn:before,
                #customer-login-page .login-external-authentication .twitter-login-block a.twitter-btn:before {
                    content: "\f099";
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

                #registration-page .external-authentication .google-login-block a.google-btn:before,
                #customer-login-page .login-external-authentication .google-login-block a.google-btn:before {
                    content: "\f1a0";
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

    #customer-login-page .login-wrapper .external-auth-errors ul {
        padding: 0;
        margin: 0 0 15px 0;
        list-style: none;
        font-size: 1em;
        font-weight: 400;
        color: #F00;
        line-height: 1.6em;
    }

        #customer-login-page .login-wrapper .external-auth-errors ul li {
            padding: 5px 0;
        }
/* REGISTRATION PAGE */
#registration-page {
    padding: 40px;
    color: #333;
}

    #registration-page .registration-page-sub-title {
        font-size: 1.2em;
        text-align: center;
        line-height: 1.4em;
        font-weight: 400;
        padding: 0 0 40px;
    }

    #registration-page a {
        text-decoration: none;
        color: #940EAF;
    }

    #registration-page .registration-wrapper {
        width: calc(50% - 80px);
        padding: 40px;
        background: #FFF;
        min-height: calc(100vh - 238px);
        max-width: 550px;
        min-width: 400px;
    }

    #registration-page .registration-page-title {
        padding: 0 0 30px 0;
    }

        #registration-page .registration-page-title h1 {
            font-size: 2em;
            font-weight: 700;
            text-align: left;
        }

    #registration-page .registration-page-sub-title {
        font-size: 1.2em;
        text-align: left;
        line-height: 1.4em;
        font-weight: 400;
        /*padding: 0 0 60px;*/
    }

    #registration-page .external-authentication {
        text-align: center;
        padding: 0 0 40px 0;
    }

        #registration-page .external-authentication .title {
            padding: 0 0 20px 0;
        }

/* CUSTOMER PAGES */

#customer-pages {
    padding: 0;
    position: relative;
    min-height: calc(100vh - 158px);
    background: #fff;
}

    #customer-pages .customer-page-navigation {
        width: calc(20% + 80px);
        background: #FFF;
        padding: 40px 0 0 0;
        float: left;
    }

        #customer-pages .customer-page-navigation .title strong {
            font-size: 1.4em;
            font-weight: 500;
            text-align: left;
            padding: 0 0 30px 0;
            display: block;
        }

        #customer-pages .customer-page-navigation .listbox {
            margin: 75px 0 0;
        }

        #customer-pages .customer-page-navigation ul {
            list-style: none;
        }

            #customer-pages .customer-page-navigation ul li {
            }

                #customer-pages .customer-page-navigation ul li:last-child {
                }

                #customer-pages .customer-page-navigation ul li a {
                    color: #000;
                    text-decoration: none;
                    font-weight: 400;
                    font-size: 1.3em;
                    display: block;
                    padding: 20px 0 20px 40px;
                    width: 210px;
                }

                    #customer-pages .customer-page-navigation ul li a.active {
                        background: #eee;
                        border-right: 10px solid #940EAF;
                        width: 403px;
                    }

    #customer-pages .customer-page-content {
        width: calc(80% - 160px);
        float: right;
        background: #FFF;
        padding: 40px;
        color: #333;
        min-height: calc(100vh - 160px);
    }

        #customer-pages .customer-page-content .link-nedbank-id {
            padding: 20px;
            border: 1px solid #333;
            position: relative;
            display: table;
            margin: 0 0 40px 0;
            width: calc(100% - 40px);
        }

            #customer-pages .customer-page-content .link-nedbank-id .cell {
                display: table-cell;
                vertical-align: middle;
                width: calc(100% - 280px);
                text-align: center;
                font-size: 1.2em;
                position: relative;
                line-height: 1.2em;
            }

        #customer-pages .customer-page-content .link-nedbank-id-button {
            padding: 17px 0;
            text-align: center;
            color: #FFF;
            background: #00b388;
            border: 0;
            cursor: pointer;
            border-radius: 4px;
            font-size: 1.2em;
            font-weight: 300;
            width: 260px;
            float: right;
        }

        #customer-pages .customer-page-content a {
            text-decoration: none;
            color: #00b388;
        }

        #customer-pages .customer-page-content .customer-page-title,
        #customer-pages .customer-page-content .page-title {
            padding: 20px 0;
            margin: 0 0 30px;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

            #customer-pages .customer-page-content .customer-page-title h1,
            #customer-pages .customer-page-content .page-title h1 {
                font-size: 2em;
                font-weight: 500;
                text-align: left;
                color: #000;
            }

        #customer-pages .customer-page-content input[type="submit"] {
            width: calc(33.33333333% - 15px);
            max-width: 200px;
        }

        #customer-pages .customer-page-content .add-more-external-records {
            font-weight: 400;
            line-height: 1.6em;
            padding: 20px;
            border: 1px solid #eee;
        }

            #customer-pages .customer-page-content .add-more-external-records .external-auth-button {
                padding: 17px 30px;
                text-align: center;
                color: #000;
                background: #eee;
                border: 0;
                cursor: pointer;
                border-radius: 4px;
                font-size: 1.2em;
                font-weight: 400;
                display: inline-block;
                margin: 20px 0 0 0;
            }

        #customer-pages .customer-page-content table {
            width: 100%;
            font-weight: 400;
            margin: 0 0 20px 0;
        }

            #customer-pages .customer-page-content table th {
                padding: 20px 0;
                border-bottom: 1px solid #eee;
                border-top: 1px solid #eee;
                font-weight: 500;
            }

            #customer-pages .customer-page-content table td {
                padding: 20px 0;
                border-bottom: 1px solid #eee;
            }
/* FORM INPUTS*/
.form-input-section {
    width: 100%;
    text-align: left !important;
}

    .form-input-section .form-item {
        width: 100%;
        padding: 0 0 20px 0;
    }

        .form-input-section .form-item.first-half {
            width: calc(50% - 15px);
            float: left;
        }

        .form-input-section .form-item.second-half {
            width: calc(50% - 15px);
            float: right;
        }

        .form-input-section .form-item label {
            display: block;
            color: #666;
            font-size: .75em;
            font-weight: 400;
            padding: 0 0 10px;
            font-family: 'Libre Franklin', sans-serif !important;
        }

        .form-input-section .form-item .date-picker-wrapper {
            width: 100%;
        }

            .form-input-section .form-item .date-picker-wrapper select {
                padding: 15px;
                border: 2px solid #ddd;
                width: calc(33.33333% - 15px);
                font-size: .9em;
                font-family: 'Libre Franklin', sans-serif !important;
                margin: 0 7.5px;
            }

                .form-input-section .form-item .date-picker-wrapper select:first-child {
                    width: calc(33.33333% - 7.5px);
                    margin: 0 7.5px 0 0;
                }

                .form-input-section .form-item .date-picker-wrapper select:last-child {
                    width: calc(33.33333% - 7.5px);
                    margin: 0 0 0 7.5px;
                }

        .form-input-section .form-item textarea {
            padding: 15px;
            border: 2px solid #ddd;
            width: calc(100% - 34px);
            font-size: .9em;
            font-family: 'Libre Franklin', sans-serif !important;
            height: 100px;
            resize: none;
        }

        .form-input-section .form-item input[type="number"],
        .form-input-section .form-item input[type="text"],
        .form-input-section .form-item input[type="tel"],
        .form-input-section .form-item input[type="email"],
        .form-input-section .form-item input[type="password"],
        .form-input-section .form-item select {
            padding: 15px;
            border: 2px solid #ddd;
            width: 100%;
            font-size: .9em;
            font-family: 'Libre Franklin', sans-serif !important;
        }

        .form-input-section .form-item select {
            width: 100%;
        }

            .form-input-section .form-item input[type="number"]:focus,
            .form-input-section .form-item input[type="text"]:focus,
            .form-input-section .form-item input[type="tel"]:focus,
            .form-input-section .form-item input[type="email"]:focus,
            .form-input-section .form-item input[type="password"]:focus,
            .form-input-section .form-item select:focus {
                outline: none;
                border: 2px solid #DDD;
            }

        .form-input-section .form-item textarea:focus {
            outline: none;
            border: 2px solid #DDD;
        }

        .form-input-section .form-item input[type="number"].valid,
        .form-input-section .form-item input[type="text"].valid,
        .form-input-section .form-item input[type="tel"].valid,
        .form-input-section .form-item input[type="email"].valid,
        .form-input-section .form-item input[type="password"].valid
        .form-input-section .form-item select.valid {
            border: 2px solid #940EAF;
        }

        .form-input-section .form-item textarea.valid {
            border: 2px solid #940EAF;
        }

        .form-input-section .form-item input[type="number"].input-validation-error,
        .form-input-section .form-item input[type="text"].input-validation-error,
        .form-input-section .form-item input[type="tel"].input-validation-error,
        .form-input-section .form-item input[type="email"].input-validation-error,
        .form-input-section .form-item input[type="password"].input-validation-error,
        .form-input-section .form-item select.input-validation-error {
            border: 2px solid #db0000;
        }

        .form-input-section .form-item textarea.input-validation-error {
            border: 2px solid #db0000;
        }

        .form-input-section .form-item .field-validation-error {
            color: #db0000;
            font-size: .8em !important;
            font-weight: 400;
            display: block;
            padding: 10px 0 10px;
            font-family: 'Libre Franklin', sans-serif !important;
        }

    .form-input-section .validation-summary-errors {
        color: #db0000;
        font-size: .9em !important;
        font-weight: 400;
    }

        .form-input-section .validation-summary-errors strong {
            font-weight: 500;
        }

        .form-input-section .validation-summary-errors ul {
            list-style: none;
            padding: 10px 0;
            margin: 0;
            font-family: 'Libre Franklin', sans-serif !important;
        }

            .form-input-section .validation-summary-errors ul li {
                padding: 10px 0;
                display: block;
            }

    .form-input-section .form-check-box-item {
        width: 100%;
        padding: 10px 0 20px 0;
    }

        .form-input-section .form-check-box-item .checkbox-container {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 12px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #333;
            font-weight: 400;
            font-size: .9em;
        }

            /* Hide the browser's default checkbox */
            .form-input-section .form-check-box-item .checkbox-container input {
                position: absolute;
                opacity: 0;
                cursor: pointer;
                height: 0;
                width: 0;
            }

        /* Create a custom checkbox */
        .form-input-section .form-check-box-item .checkmark {
            position: absolute;
            top: -6px;
            left: 0;
            height: 22px;
            width: 22px;
            background-color: #fff;
            border: 2px solid #ddd;
            border-radius: 4px;
        }

        /* On mouse-over, add a grey background color */
        .form-input-section .form-check-box-item .checkbox-container:hover input ~ .checkmark {
            background-color: #FFF;
            /*border: 2px solid #006341;*/
        }

        /* When the checkbox is checked, add a blue background */
        .form-input-section .form-check-box-item .checkbox-container input:checked ~ .checkmark {
            background-color: #FFF;
            /*border: 2px solid #00b388;*/
        }

#customer-login-page .form-input-section .form-check-box-item .checkbox-container input:checked ~ .checkmark {
    background-color: #940EAF;
    border: #940EAF;
}
#registration-page .form-input-section .form-check-box-item .checkbox-container input:checked ~ .checkmark {
    background-color: #940EAF;
    border: #940EAF;
}

        /* Create the checkmark/indicator (hidden when not checked) */
        .form-input-section .form-check-box-item .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        /* Show the checkmark when checked */
        .form-input-section .form-check-box-item .checkbox-container input:checked ~ .checkmark:after {
            display: block;
        }

        /* Style the checkmark/indicator */
.form-input-section .form-check-box-item .checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#customer-login-page .form-input-section .form-check-box-item .checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#register-page .form-input-section .form-check-box-item .checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width:1000px) {
    #signin-btn {
        width: 93% !important;
    }
}

    .form-input-section .form-radio-box-item {
        width: 100%;
        padding: 0 0 20px 0;
    }


        .form-input-section .form-radio-box-item .radio-container {
            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 12px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #333;
            font-weight: 400;
            font-size: .9em;
            float: left;
            padding-right: 30px;
            padding-top: 5px;
        }

        .form-input-section .form-radio-box-item .radio-heading-label {
            display: block !important;
            color: #666 !important;
            font-size: .75em !important;
            font-weight: 400 !important;
            padding: 0 0 10px !important;
        }

        /* Hide the browser's default radio button */
        .form-input-section .form-radio-box-item .radio-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

        /* Create a custom radio button */
        .form-input-section .form-radio-box-item .radio-container .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 21px;
            width: 21px;
            background-color: #FFF;
            border-radius: 50%;
            border: 2px solid #ddd;
        }

        /* On mouse-over, add a grey background color */
        .form-input-section .form-radio-box-item .radio-container:hover input ~ .checkmark {
            background-color: #FFF;
        }

        /* When the radio button is checked, add a blue background */
        .form-input-section .form-radio-box-item .radio-container input:checked ~ .checkmark {
            background-color: #FFF;
        }

        /* Create the indicator (the dot/circle - hidden when not checked) */
        .form-input-section .form-radio-box-item .radio-container .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        /* Show the indicator (dot/circle) when checked */
        .form-input-section .form-radio-box-item .radio-container input:checked ~ .checkmark:after {
            display: block;
        }

        /* Style the indicator (dot/circle) */
        .form-input-section .form-radio-box-item .radio-container .checkmark:after {
            top: 2px;
            left: 2px;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #940EAF;
        }

    .form-input-section .form-item input[type="button"],
    .form-input-section .form-item input[type="submit"] {
        width: 100%;
        padding: 17px 0;
        text-align: center;
        color: #FFF;
        background: #940EAF;
        border: 0;
        cursor: pointer;
        border-radius: 4px;
        font-size: 1.2em;
        font-weight: 300;
    }

        .form-input-section .form-item input[type="submit"]:disabled {
            background: #DDD;
            color: #9c9c9c;
            cursor: not-allowed;
        }
/* FORGOT PASSWORD TEXT */
.forgot-password {
    text-align: center;
    padding: 20px 0 0 0;
}

    .forgot-password a {
        color: #666 !important;
        font-size: .9em;
        font-weight: 400;
    }

.login-submit-padding {
    margin: 30px 0 0;
}

.registration-submit-padding {
    margin: 30px 0 0 0;
}


/* CUSTOMER ADDRESS ITEMS */
#address-items {
}

    #address-items .address-item {
        padding: 30px 0;
        border-bottom: 2px solid #ddd;
    }

        #address-items .address-item:last-child {
            border: none;
        }

        #address-items .address-item .title {
            padding: 0 0 20px 0;
            font-weight: 500;
            font-size: 1.3em;
        }

            #address-items .address-item .title .text {
                display: inline-block;
                padding: 17px 0;
            }

            #address-items .address-item .title .buttons {
                width: 50%;
                float: right;
                text-align: right;
            }

                #address-items .address-item .title .buttons input[type="button"] {
                    width: 100%;
                    padding: 17px 0;
                    text-align: center;
                    color: #FFF;
                    background: #940EAF;
                    border: 0;
                    cursor: pointer;
                    border-radius: 4px;
                    font-size: .8em;
                    font-weight: 300;
                    max-width: 160px;
                }

        #address-items .address-item .info {
            list-style: none;
            font-weight: 400;
        }

            #address-items .address-item .info li {
                padding: 20px 0;
                border-bottom: 1px solid #eee;
            }

                #address-items .address-item .info li:last-child {
                    border: none;
                }

                #address-items .address-item .info li label {
                    font-weight: 500;
                    width: 30%;
                    float: left;
                }

    #address-items .add-button {
        padding: 30px 0;
    }

        #address-items .add-button input[type="button"] {
            width: 50%;
            padding: 17px 0;
            text-align: center;
            color: #FFF;
            background: #940EAF;
            border: 0;
            cursor: pointer;
            border-radius: 4px;
            font-size: 1.2em;
            font-weight: 300;
            max-width: 200px;
        }

/* SHOPPING CART PAGE */

#shopping-cart-page {
    padding: 40px;
}

    #shopping-cart-page .page-title {
        margin: 0 0 40px;
    }

        #shopping-cart-page .page-title h1 {
            font-size: 2em;
            font-weight: 500;
            text-align: center;
            color: #000;
        }

    #shopping-cart-page .page-body {
    }

        #shopping-cart-page .page-body .order-summary-content {
        }

            #shopping-cart-page .page-body .order-summary-content .no-data {
                padding: calc(50vh - 160px) 0 0 0;
                text-align: center;
                font-size: 1.8em;
                color: #666;
                border-top: 1px solid #ddd;
            }

            #shopping-cart-page .page-body .order-summary-content table.cart {
                display: table;
                width: 100%;
                background-color: #F9F9F9;
            }

                #shopping-cart-page .page-body .order-summary-content table.cart td {
                    display: table-cell;
                    vertical-align: middle;
                    font-size: .9em;
                    font-weight: 400;
                    line-height: 1.4em;
                    padding: 20px 0;
                    background-color: #fff;
                }

                #shopping-cart-page .page-body .order-summary-content table.cart thead {
                }

                    #shopping-cart-page .page-body .order-summary-content table.cart thead tr.cart-header-row {
                        border-top: 1px solid #eee;
                        border-bottom: 1px solid #eee;
                    }

                        #shopping-cart-page .page-body .order-summary-content table.cart thead tr.cart-header-row th {
                            font-weight: 500;
                            color: #000;
                            font-size: 1em;
                            text-align: left;
                            width: 1%;
                            padding: 20px 20px 20px 0;
                        }

                            #shopping-cart-page .page-body .order-summary-content table.cart thead tr.cart-header-row th.products-title {
                                width: 94%;
                            }

                #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row {
                    border-bottom: 1px solid #eee;
                }


                    #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row td {
                        font-weight: 400;
                        color: #000;
                        font-size: .9em;
                        text-align: left;
                        width: 1%;
                        padding: 20px 20px 20px 0;
                        white-space: nowrap;
                    }

                        #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row td.product {
                            width: 94%;
                        }

                            #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row td.product a {
                                text-decoration: none;
                                color: #000;
                                font-weight: 500;
                                font-size: 1.1em;
                            }


                        #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row td.product-picture a {
                            width: 80px;
                            height: 80px;
                            display: block;
                            background-size: cover;
                        }

                        #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row td.product .attributes {
                            padding: 20px 0 0;
                        }

                        #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row td.product .edit-item {
                            padding: 20px 0 0;
                        }

                            #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row td.product .edit-item a {
                                text-decoration: none;
                                color: #940EAF;
                                font-weight: 500;
                                font-size: 1em;
                            }

                        #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row td.product .message-error ul {
                            padding: 20px 0 0 0;
                            list-style: none;
                        }

                            #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row td.product .message-error ul li {
                                padding: 0 0 10px 0;
                                color: #db0000;
                            }

                        #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row td .add-remove-padding {
                            padding: 20px 0;
                        }

                    #shopping-cart-page .page-body .order-summary-content table.cart tbody tr.cart-item-row .qty input {
                        padding: 15px 10px;
                        text-align: center;
                        font-family: 'Libre Franklin', sans-serif !important;
                        width: 45px;
                        line-height: normal;
                        border: 2px solid #eee;
                    }

            #shopping-cart-page .page-body .order-summary-content .update-continue-button {
                padding: 30px 0;
                text-align: right;
                border-bottom: 1px solid #eee;
            }


                #shopping-cart-page .page-body .order-summary-content .update-continue-button input[type="submit"] {
                    width: 25%;
                    padding: 17px 0;
                    text-align: center;
                    color: #FFF;
                    background: #940EAF;
                    border: 0;
                    cursor: pointer;
                    border-radius: 4px;
                    font-size: 1.2em;
                    font-weight: 300;
                    display: inline-block;
                    float: right;
                    margin: 0 0 0 15px;
                    max-width: 280px;
                }

    #shopping-cart-page .checkout-attribute {
        padding: 30px 0;
        border-bottom: 1px solid #eee;
    }

        #shopping-cart-page .checkout-attribute .checkout-attributes {
            width: calc(33.33333% - 15px);
            float: left;
        }

        #shopping-cart-page .checkout-attribute .selected-checkout-attributes {
            float: right;
            padding: 40px 10px 0 0;
            text-align: right;
            font-size: 1em;
            font-weight: 400;
        }

    #shopping-cart-page .cart-footer {
        padding: 30px 0;
    }

        /*#shopping-cart-page .cart-footer .cart-collaterals {
            float: left;
            width: calc(33.3333% - 15px);
            margin-right: 15px;
        }*/

        #shopping-cart-page .cart-footer .cart-collaterals {
            float: left;
            width: calc(50% - 15px);
            margin-right: 15px;
        }

        #shopping-cart-page .cart-footer .shipping {
            float: left;
            width: calc(50% - 30px);
            margin: 0 15px;
        }

        /*#shopping-cart-page .cart-footer .totals {
            float: left;
            width: calc(33.3333% - 15px);
            margin-left: 15px;
        }*/

        #shopping-cart-page .cart-footer .totals {
            float: left;
            width: calc(50% - 15px);
            margin-left: 15px;
        }

        #shopping-cart-page .cart-footer .cart-collaterals .coupon-box .title strong {
            font-size: 1.1em;
            font-weight: 500;
            padding: 0 0 30px 0;
            display: block;
        }

        #shopping-cart-page .cart-footer .cart-collaterals .coupon-box .message-failure {
            color: #F00;
            font-weight: 400;
            font-size: .9em;
            line-height: 1.4em;
            padding: 0 0 20px 0;
            text-align: center;
        }

        #shopping-cart-page .cart-footer .cart-collaterals .coupon-box .message.bg-success {
            color: #00b388;
            font-weight: 400;
            font-size: .9em;
            line-height: 1.4em;
            padding: 0 0 20px 0;
            text-align: center;
        }

        #shopping-cart-page .cart-footer .cart-collaterals .coupon-box .current-code {
            width: 100%;
            padding: 10px 0;
            clear: both;
        }

            #shopping-cart-page .cart-footer .cart-collaterals .coupon-box .current-code span {
                width: 100%;
            }

            #shopping-cart-page .cart-footer .cart-collaterals .coupon-box .current-code .remove-discount-button {
                float: right;
                background: #FFF;
                padding: 0;
                border: none;
                cursor: pointer;
                color: #F00;
                font-family: 'Libre Franklin', sans-serif !important;
                font-size: .9em;
                margin: -3px 0 0 0;
                line-height: 1em;
            }


        #shopping-cart-page .cart-footer .cart-collaterals .giftcard-box .title strong {
            font-size: 1.1em;
            font-weight: 500;
            padding: 0 0 30px 0;
            display: block;
        }

        #shopping-cart-page .cart-footer .cart-collaterals .giftcard-box .message-failure {
            color: #F00;
            font-weight: 400;
            font-size: .9em;
            line-height: 1.4em;
            padding: 0 0 20px 0;
            text-align: center;
        }

        #shopping-cart-page .cart-footer .cart-collaterals .giftcard-box .message.message-success {
            color: #00b388;
            font-weight: 400;
            font-size: .9em;
            line-height: 1.4em;
            padding: 0 0 20px 0;
            text-align: center;
        }

        #shopping-cart-page .cart-footer .shipping .title strong {
            font-size: 1.1em;
            font-weight: 500;
            padding: 0 0 30px 0;
            display: block;
        }


        #shopping-cart-page .cart-footer .shipping .estimate-shipping-result {
        }

            #shopping-cart-page .cart-footer .shipping .estimate-shipping-result ul.shipping-results {
                list-style: none;
            }

                #shopping-cart-page .cart-footer .shipping .estimate-shipping-result ul.shipping-results li {
                    padding: 10px 0;
                    font-size: 1em;
                    font-weight: 400;
                    line-height: 1.3em;
                }

                    #shopping-cart-page .cart-footer .shipping .estimate-shipping-result ul.shipping-results li strong {
                        display: block;
                        padding: 0 0 5px 0;
                    }


        #shopping-cart-page .cart-footer .totals .totals-padding {
            padding: 30px;
            background: #eee;
            /* margin: 70px 0 0 0;*/
            margin: 45px 0 0 0;
            font-weight: 400;
        }

            #shopping-cart-page .cart-footer .totals .totals-padding .terms-of-service {
                padding: 10px 0 30px 0;
                line-height: 1.4em;
            }

table.cart-total {
    width: 100%;
}

    table.cart-total .grand-total-title,
    table.cart-total .grand-total-prices {
        font-size: 1.2em;
        font-weight: 500;
        padding: 15px 0 15px 0;
        border-bottom: 1px solid #333;
    }


    table.cart-total td {
        padding: 5px 0;
    }

tr.will-earn-reward-points {
    border-top: 1px solid #333;
}

    tr.will-earn-reward-points td {
        padding: 15px 0;
    }

#terms-of-service-warning-box {
    display: none;
}

#shopping-cart-page .terms-of-service .form-input-section .form-check-box-item {
    padding: 0;
}

#shopping-cart-page .cart-footer .totals .totals-padding .terms-of-service {
    padding: 10px 0 10px 0;
    line-height: 1.4em;
}

    #shopping-cart-page .cart-footer .totals .totals-padding .terms-of-service a {
        color: #00b388;
    }

#shopping-cart-page .terms-of-service .form-input-section .form-check-box-item .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
}

/* ORDER ITEMS */
#order-items .order-item {
    padding: 30px 0;
    border-bottom: 2px solid #ddd;
}

    #order-items .order-item:last-child {
        border-bottom: none;
    }

    #order-items .order-item .title {
        padding: 0 0 20px 0;
        font-weight: 500;
        font-size: 1.3em;
    }

    #order-items .order-item .order-item-detail ul {
        list-style: none;
        font-weight: 400;
    }

        #order-items .order-item .order-item-detail ul li {
            padding: 20px 0;
            border-bottom: 1px solid #eee;
        }

            #order-items .order-item .order-item-detail ul li strong {
                float: left;
                width: 30%;
                font-weight: 500;
            }

    #order-items .order-item .order-item-detail .buttons {
        padding: 30px 0 0 0;
    }

        #order-items .order-item .order-item-detail .buttons input[type="button"] {
            width: 100%;
            padding: 17px 0;
            text-align: center;
            color: #FFF;
            background: #00b388;
            border: 0;
            cursor: pointer;
            border-radius: 4px;
            font-size: 1em;
            font-weight: 400;
            max-width: 160px;
            font-family: 'Libre Franklin', sans-serif !important;
        }

/* ORDER DETAILS PAGE*/
#order-details-page {
    padding: 40px;
    max-width: 1000px;
    margin: auto;
}

    #order-details-page .page-title {
        margin: 0 0 40px;
    }

        #order-details-page .page-title h1 {
            font-size: 2em;
            font-weight: 500;
            text-align: center;
            color: #000;
        }



    #order-details-page .page-body h4 {
        font-size: 1.2em;
        padding: 0 0 30px 0;
        font-weight: 500;
    }

    #order-details-page .page-body ul {
        list-style: none;
    }

        #order-details-page .page-body ul li {
            padding: 20px 0;
            border-bottom: 1px solid #eee;
            font-weight: 400;
        }

            #order-details-page .page-body ul li strong.label {
                float: left;
                width: 33%;
                font-weight: 500;
            }

    #order-details-page .page-body .title {
        padding: 50px 0 20px;
        font-size: 1.2em;
        font-weight: 500;
        border-bottom: 1px solid #eee;
    }

        #order-details-page .page-body .title strong {
            font-weight: 500;
        }

    #order-details-page .page-body .products table {
        width: 100%;
    }


        #order-details-page .page-body .products table thead tr {
            border-bottom: 1px solid #eee;
        }

            #order-details-page .page-body .products table thead tr th {
                font-weight: 500;
                color: #000;
                font-size: 1em;
                text-align: left;
                width: 1%;
                padding: 20px 20px 20px 0;
            }

        #order-details-page .page-body .products table tbody tr {
            border-bottom: 1px solid #eee;
        }

            #order-details-page .page-body .products table tbody tr td {
                display: table-cell;
                vertical-align: middle;
                font-size: .9em;
                font-weight: 400;
                line-height: 1.4em;
                padding: 20px 20px 20px 0;
                white-space: nowrap;
            }


                #order-details-page .page-body .products table tbody tr td.name {
                    width: 94%;
                }

                #order-details-page .page-body .products table tbody tr td a {
                    text-decoration: none;
                    color: #000;
                    font-weight: 500;
                    font-size: 1.1em;
                }


                #order-details-page .page-body .products table tbody tr td .attributes {
                    padding: 20px 0 0;
                }

    #order-details-page .page-body .options {
        padding: 30px 0;
        border-bottom: 1px solid #eee;
    }

    #order-details-page .page-body .row {
        padding: 40px 0 0 0;
    }

        #order-details-page .page-body .row table {
            width: 50%;
            background: #eee;
            float: right;
            border: 20px solid #eee;
        }

            #order-details-page .page-body .row table td {
                padding: 10px;
                font-weight: 400;
            }


    #order-details-page .page-body .buttons {
        text-align: right;
        padding: 40px 0 0 0;
    }

        #order-details-page .page-body .buttons input[type="button"] {
            width: 100%;
            padding: 17px 0;
            text-align: center;
            color: #FFF;
            background: #00b388;
            border: 0;
            cursor: pointer;
            border-radius: 4px;
            font-size: 1.2em;
            font-weight: 300;
            max-width: 200px;
        }

/* REWARDS POINTS PAGE */
#reward-points-page {
}

    #reward-points-page .reward-points-history {
        padding: 30px 0;
    }

        #reward-points-page .reward-points-history .title {
            padding: 0 0 20px 0;
        }

            #reward-points-page .reward-points-history .title strong {
                font-weight: 500;
                font-size: 1.3em;
            }

/* PRODUCT REVIEW LIST PAGE*/
#my-product-reviews-list-page {
}

    #my-product-reviews-list-page .product-review-item {
        padding: 30px 0;
        border-bottom: 1px solid #eee;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.4em;
    }

        #my-product-reviews-list-page .product-review-item:first-child {
            padding-top: 0;
        }

        #my-product-reviews-list-page .product-review-item .review-title {
            padding: 0 0 20px 0;
        }

            #my-product-reviews-list-page .product-review-item .review-title strong {
                font-weight: 500;
                font-size: 1.2em;
            }

        #my-product-reviews-list-page .product-review-item .review-info {
            padding: 20px 0 0 0;
            font-size: .85em;
            color: #777;
        }


/* PAGER*/
.pager {
    width: 100%;
    clear: both;
    padding: 20px 0;
    font-size: 1em;
    font-weight: 400;
}

    .pager ul {
        list-style: none;
        float: right;
    }

        .pager ul li {
            display: inline-block;
            /*padding: 10px;*/
            background: #eee;
            margin: 0 1px 0 0;
            color: #ababab !important;
        }

            .pager ul li a {
                color: #333 !important;
                text-decoration: none;
                padding: 10px;
                display: inline-block;
                min-width: 15px;
                text-align: center;
            }

            .pager ul li.current-page {
                display: inline-block;
                padding: 10px;
                background: #f1f1f1;
                margin: 0 1px 0 0;
                min-width: 15px;
                text-align: center;
                color: #ababab !important;
            }

/* CHECKOUT PAGE */
#checkout-page {
    padding: 40px;
}

    #checkout-page .please-wait {
        padding: 20px 0 0 0;
        display: block;
        text-align: center;
    }

    #checkout-page .page-title {
        margin: 0 0 40px;
    }

        #checkout-page .page-title h1 {
            font-size: 2em;
            font-weight: 500;
            text-align: center;
            color: #000;
        }

    #checkout-page .checkout-data {
        font-size: 1em;
        font-weight: 400;
    }

        #checkout-page .checkout-data ol {
            list-style: none;
        }

            #checkout-page .checkout-data ol li .step-title {
                background: #eee;
                padding: 30px 20px 30px 108px;
                margin: 0 0 1px 0;
                position: relative;
            }

                #checkout-page .checkout-data ol li .step-title .number {
                    display: inline-block;
                    font-size: 1.2em;
                    font-weight: 400;
                    position: absolute;
                    width: 19px;
                    height: 19px;
                    top: 0;
                    left: 0;
                    padding: 30px;
                    text-align: center;
                    border-right: 1px solid #FFF;
                }

            #checkout-page .checkout-data ol li.allow {
                cursor: pointer;
            }

                #checkout-page .checkout-data ol li.allow.active {
                    cursor: initial;
                }

            #checkout-page .checkout-data ol li.active .step-title {
                color: #FFF;
                background: #00b388;
            }

            #checkout-page .checkout-data ol li .step-title .number {
                display: inline-block;
                font-size: 1.2em;
                font-weight: 400;
            }

            #checkout-page .checkout-data ol li .step-title h2 {
                display: inline-block;
                font-size: 1.2em;
                font-weight: 400;
            }


            #checkout-page .checkout-data ol li .step.a-item {
                padding: 30px 20px;
            }

                #checkout-page .checkout-data ol li .step.a-item .buttons {
                    width: 300px;
                    float: left;
                }

                #checkout-page .checkout-data ol li .step.a-item .back-link {
                    display: inline-block;
                    padding: 20px 0;
                    margin: 0 50px;
                    color: #666;
                    text-decoration: none;
                }

                #checkout-page .checkout-data ol li .step.a-item .single-pickup-point ul {
                    padding: 20px 0;
                    list-style: none;
                }

                    #checkout-page .checkout-data ol li .step.a-item .single-pickup-point ul li {
                        padding: 5px 0;
                    }


                #checkout-page .checkout-data ol li .step.a-item .method-list {
                    list-style: none;
                }

                    #checkout-page .checkout-data ol li .step.a-item .method-list li {
                        padding: 25px 0 0 0;
                        border-bottom: 1px solid #eee;
                    }

                        #checkout-page .checkout-data ol li .step.a-item .method-list li:last-child {
                            border: none;
                            padding: 25px 0;
                        }


                        #checkout-page .checkout-data ol li .step.a-item .method-list li strong {
                            padding: 0 0 10px 35px;
                            display: inline-block;
                            font-weight: 500;
                            font-size: 1.1em;
                        }


    #checkout-page #payment-method-block {
        display: table;
        margin: 0 auto 30px;
    }

        #checkout-page #payment-method-block li {
            float: left;
            clear: left;
            padding: 40px;
            /*            text-align: center;*/
            width: 590px;
            height: 86px;
            border: none;
        }


    #checkout-page .payment-info {
        line-height: 1.4em;
        padding: 0 0 30px 0;
    }

        #checkout-page .payment-info p {
            padding: 0 0 1.4em 0;
        }

    #checkout-page #opc-payment_info table select,
    #checkout-page #opc-payment_info table input {
        padding: 15px;
        border: 2px solid #ddd;
        font-size: .9em;
        font-family: 'Libre Franklin', sans-serif !important;
    }

    #checkout-page #opc-payment_info table td {
        padding: 10px 0;
    }

    #checkout-page #opc-confirm_order .billing-info-wrap .billing-info {
        margin: 0 0 50px 0;
    }

        #checkout-page #opc-confirm_order .billing-info-wrap .billing-info .title strong {
            font-size: 1.2em;
            padding: 0 0 30px 0;
            font-weight: 500;
            display: block;
        }

        #checkout-page #opc-confirm_order .billing-info-wrap .billing-info ul.info-list {
            list-style: none;
        }

            #checkout-page #opc-confirm_order .billing-info-wrap .billing-info ul.info-list li {
                padding: 20px 0;
                border-bottom: 1px solid #eee;
                font-weight: 400;
            }

    #checkout-page #opc-confirm_order .billing-info-wrap .payment-method-info {
        margin: 0 0 50px 0;
    }

        #checkout-page #opc-confirm_order .billing-info-wrap .payment-method-info .title strong {
            font-size: 1.2em;
            padding: 0 0 30px 0;
            font-weight: 500;
            display: block;
        }

        #checkout-page #opc-confirm_order .billing-info-wrap .payment-method-info ul.info-list {
            list-style: none;
        }

            #checkout-page #opc-confirm_order .billing-info-wrap .payment-method-info ul.info-list li {
                padding: 20px 0;
                border-bottom: 1px solid #eee;
                font-weight: 400;
            }


    #checkout-page #opc-confirm_order .shipping-info-wrap .shipping-info {
        margin: 0 0 50px 0;
    }

        #checkout-page #opc-confirm_order .shipping-info-wrap .shipping-info .title strong {
            font-size: 1.2em;
            padding: 0 0 30px 0;
            font-weight: 500;
            display: block;
        }

        #checkout-page #opc-confirm_order .shipping-info-wrap .shipping-info ul.info-list {
            list-style: none;
        }

            #checkout-page #opc-confirm_order .shipping-info-wrap .shipping-info ul.info-list li {
                padding: 20px 0;
                border-bottom: 1px solid #eee;
                font-weight: 400;
            }



    #checkout-page #opc-confirm_order .shipping-info-wrap .shipping-method-info {
        margin: 0 0 50px 0;
    }

        #checkout-page #opc-confirm_order .shipping-info-wrap .shipping-method-info .title strong {
            font-size: 1.2em;
            padding: 0 0 30px 0;
            font-weight: 500;
            display: block;
        }

        #checkout-page #opc-confirm_order .shipping-info-wrap .shipping-method-info ul.info-list {
            list-style: none;
        }

            #checkout-page #opc-confirm_order .shipping-info-wrap .shipping-method-info ul.info-list li {
                padding: 20px 0;
                border-bottom: 1px solid #eee;
                font-weight: 400;
            }

    #checkout-page #opc-confirm_order .order-summary-body #shopping-cart-form table {
        width: 100%;
    }


        #checkout-page #opc-confirm_order .order-summary-body #shopping-cart-form table thead tr {
            border-bottom: 1px solid #eee;
            border-top: 1px solid #eee;
        }

            #checkout-page #opc-confirm_order .order-summary-body #shopping-cart-form table thead tr th {
                font-weight: 500;
                color: #000;
                font-size: 1em;
                text-align: left;
                width: 1%;
                padding: 20px 20px 20px 0;
            }

        #checkout-page #opc-confirm_order .order-summary-body #shopping-cart-form table tbody tr {
            border-bottom: 1px solid #eee;
        }

            #checkout-page #opc-confirm_order .order-summary-body #shopping-cart-form table tbody tr td {
                display: table-cell;
                vertical-align: middle;
                font-size: .9em;
                font-weight: 400;
                line-height: 1.4em;
                padding: 20px 20px 20px 0;
                white-space: nowrap;
            }

                #checkout-page #opc-confirm_order .order-summary-body #shopping-cart-form table tbody tr td.product {
                    width: 97%;
                }


                #checkout-page #opc-confirm_order .order-summary-body #shopping-cart-form table tbody tr td a {
                    text-decoration: none;
                    color: #000;
                    font-weight: 500;
                    font-size: 1.1em;
                }

                #checkout-page #opc-confirm_order .order-summary-body #shopping-cart-form table tbody tr td .attributes {
                    padding: 20px 0 0;
                }

    #checkout-page #opc-confirm_order .order-summary-body .form-input-section {
        padding: 30px 0;
        border-bottom: 1px solid #eee;
    }

    #checkout-page #opc-confirm_order .order-summary-body .checkout-attribute {
        width: 100%;
        font-weight: 500;
    }

    #checkout-page #opc-confirm_order .order-summary-body table.cart-total {
        width: 50% !important;
        background: #eee;
        float: right;
        border: 20px solid #eee;
        margin: 30px 0;
    }

        #checkout-page #opc-confirm_order .order-summary-body table.cart-total td {
            padding: 10px !important;
            font-weight: 400 !important;
        }

            #checkout-page #opc-confirm_order .order-summary-body table.cart-total td .cart-total-left {
                font-weight: 600;
            }

/* ORDER COMPLETE PAGE */
.order-completed-page {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    background: #FFF;
    display: table;
    width: calc(80% - 80px);
    height: 80%;
    padding: 40px;
}

    .order-completed-page .content-container {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #333;
    }

        .order-completed-page .content-container h1 {
            font-size: 2.4em;
            font-weight: 400;
            padding: 0 0 40px 0;
        }

        .order-completed-page .content-container strong {
            font-weight: 400;
        }

        .order-completed-page .content-container ul {
            list-style: none;
        }

            .order-completed-page .content-container ul li {
                padding: 10px 0;
            }

        .order-completed-page .content-container a {
            color: #00b388;
            text-decoration: none;
        }

        .order-completed-page .content-container input[type="button"] {
            width: 100%;
            padding: 17px 0;
            text-align: center;
            color: #FFF;
            background: #00b388;
            border: 0;
            cursor: pointer;
            border-radius: 4px;
            font-size: 1.2em;
            font-weight: 300;
            max-width: 240px;
            margin: 40px 0 0 0;
        }

/* WISHLIST PAGE */
#customer-wishlist-page {
    padding: 40px;
    min-height: calc(100vh - 158px);
}

    #customer-wishlist-page .no-data {
        padding: calc(50vh - 150px) 0 0 0;
        text-align: center;
        border-top: 1px solid #ddd;
        font-size: 1.8em;
        color: #666;
    }

    #customer-wishlist-page .page-title {
        margin: 0 0 40px;
    }

        #customer-wishlist-page .page-title h1 {
            font-size: 2em;
            font-weight: 500;
            text-align: center;
            color: #000;
        }


    #customer-wishlist-page table {
        display: table;
        width: 100%;
        margin: 0 0 30px 0;
    }

        #customer-wishlist-page table thead tr {
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }


            #customer-wishlist-page table thead tr th {
                font-weight: 500;
                color: #000;
                font-size: 1em;
                text-align: left;
                width: 1%;
                padding: 20px 20px 20px 0;
                white-space: nowrap;
                vertical-align: middle;
            }

        #customer-wishlist-page table tbody tr {
            border-bottom: 1px solid #eee;
        }

            #customer-wishlist-page table tbody tr td {
                font-weight: 400;
                color: #000;
                font-size: .9em;
                text-align: left;
                width: 1%;
                padding: 20px 20px 20px 0;
                vertical-align: middle;
                line-height: 1.4em;
                white-space: nowrap;
            }

                #customer-wishlist-page table tbody tr td.product-picture a {
                    width: 80px;
                    height: 80px;
                    display: block;
                    background-size: cover;
                }

                #customer-wishlist-page table tbody tr td.product {
                    width: 94%;
                }

                    #customer-wishlist-page table tbody tr td.product .attributes {
                        padding: 20px 0 0;
                    }

                    #customer-wishlist-page table tbody tr td.product a {
                        text-decoration: none;
                        color: #000;
                        font-weight: 500;
                        font-size: 1.1em;
                    }

                    #customer-wishlist-page table tbody tr td.product .edit-item {
                        padding: 20px 0 0;
                    }

                        #customer-wishlist-page table tbody tr td.product .edit-item a {
                            text-decoration: none;
                            color: #00b388;
                            font-weight: 500;
                            font-size: 1em;
                        }

                #customer-wishlist-page table tbody tr td.qty input {
                    padding: 15px 10px;
                    text-align: center;
                    font-family: 'Libre Franklin', sans-serif !important;
                    width: 45px;
                    line-height: normal;
                    border: 2px solid #eee;
                }


                #customer-wishlist-page table tbody tr td.remove-from-cart .form-input-section .form-check-box-item,
                #customer-wishlist-page table tbody tr td.add-to-cart .form-input-section .form-check-box-item {
                    padding: 10px 0;
                }

    #customer-wishlist-page .buttons input[type="submit"] {
        width: 25%;
        padding: 17px 0;
        text-align: center;
        color: #FFF;
        background: #00b388;
        border: 0;
        cursor: pointer;
        border-radius: 4px;
        font-size: 1.2em;
        font-weight: 300;
        display: inline-block;
        float: right;
        margin: 0 0 0 15px;
        max-width: 280px;
    }

/* SIMPLE PRODUCT PAGE */
#simple-product-page {
    position: relative;
}

    #simple-product-page .product-countdown {
        border: 2px solid #00b388;
        background: rgba(255,255,255,.98);
        padding: 10px 0;
        color: #00b388;
        text-shadow: none;
        font-weight: 400;
        border-radius: 4px;
        position: absolute;
        top: 40px;
        z-index: 2;
        right: 60px;
        width: 350px;
    }

        #simple-product-page .product-countdown .day,
        #simple-product-page .product-countdown .hour,
        #simple-product-page .product-countdown .minute,
        #simple-product-page .product-countdown .second {
            float: left;
            width: calc(25% - 1px);
            text-align: center;
            border-left: 1px solid #00b388;
            font-weight: 500;
            line-height: 17px;
            padding: 4px 0 0 0;
        }

        #simple-product-page .product-countdown .day {
            border: none;
        }


            #simple-product-page .product-countdown .day span,
            #simple-product-page .product-countdown .hour span,
            #simple-product-page .product-countdown .minute span,
            #simple-product-page .product-countdown .second span {
                display: block;
                text-transform: uppercase;
                font-size: 9px;
                font-weight: 400;
            }

    #simple-product-page .product-image-header {
        width: 100%;
        height: 400px;
        background-position: center;
        background-size: cover;
        position: relative;
    }

    #simple-product-page .title {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 0;
        height: 400px;
        display: table;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    }

    #simple-product-page .back-button {
        position: absolute;
        height: 30px;
        width: 30px;
        top: 10px;
        left: 10px;
        z-index: 999;
    }

    #simple-product-page .title h1 {
        color: #FFF;
        font-size: 3.2em;
        font-weight: 500;
        max-width: 1120px;
        padding: 60px 200px;
        margin: auto;
        /*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
        display: table-cell;
        vertical-align: bottom;
    }

    #simple-product-page #content-section {
        width: 100%;
        padding: 40px 0;
        position: relative;
    }

        #simple-product-page #content-section .content-section-share {
            position: relative;
            text-align: center;
            padding: 0 40px;
            float: left;
            width: calc(25% - 80px);
        }

            #simple-product-page #content-section .content-section-share .category-name {
                top: -71px;
                position: absolute;
                width: calc(100% - 80px);
            }

                #simple-product-page #content-section .content-section-share .category-name span {
                    padding: 8px 23px;
                    background: #00b388;
                    color: #FFF;
                    text-transform: uppercase;
                    font-size: 1.2em;
                }

            #simple-product-page #content-section .content-section-share strong {
                color: #a7a7a7;
                font-size: .9em;
                display: block;
                padding: 0 0 20px 0;
                font-weight: 600;
            }

            #simple-product-page #content-section .content-section-share .product-share-button {
                text-align: center;
            }

            #simple-product-page #content-section .content-section-share .share-block {
                display: block;
                font-size: 1.6em;
                padding: 20px 0 0px 0;
            }

                #simple-product-page #content-section .content-section-share .share-block a {
                    color: #333;
                }

                    #simple-product-page #content-section .content-section-share .share-block a:hover {
                        color: #000;
                    }

        #simple-product-page #content-section .product-description {
            font-size: 1em;
            font-weight: 400;
            line-height: 2em;
            padding: 0 40px;
            width: calc(75% - 560px);
            margin: auto;
            float: left;
        }


    /* GOUPED PRODUCTS */

    #simple-product-page.product-grouped #content-section .product-description {
        width: calc(75% - 80px);
    }

        #simple-product-page.product-grouped #content-section .product-description .product-variant-line {
            float: left;
            width: 100%;
            background: #f7f7f7;
            margin: 40px 0;
            color: #333;
            position: relative;
        }

            #simple-product-page.product-grouped #content-section .product-description .product-variant-line .variant-name {
                font-size: 1.8em;
                font-weight: 500;
                padding: 0 0 20px 0;
                margin: 0 0 20px 0;
                border-bottom: 1px solid #bbb;
            }

            #simple-product-page.product-grouped #content-section .product-description .product-variant-line .availability {
                font-size: 1.6em;
                line-height: 1em;
                padding: 0 0 20px 0;
            }


            #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-price {
                font-size: 1.6em;
                padding: 0 0 20px 0;
                margin: 0 0 20px 0;
                border-bottom: 1px solid #bbb;
                line-height: 1em;
            }

                #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-price span {
                    font-weight: 500;
                }

            #simple-product-page.product-grouped #content-section .product-description .product-variant-line .variant-picture {
                width: 380px;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                background-size: cover;
                background-position: center;
            }

                #simple-product-page.product-grouped #content-section .product-description .product-variant-line .variant-picture img {
                    width: 100%;
                }

            #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-variant-wrapper {
                padding: 40px 40px 40px 420px;
                position: relative;
            }

                #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-variant-wrapper .add-to-cart {
                    position: relative;
                    float: left;
                    width: 50%;
                }

                    #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-variant-wrapper .add-to-cart button {
                        padding: 17px 0;
                        text-align: center;
                        color: #FFF;
                        background: #00b388;
                        border: 0;
                        cursor: pointer;
                        border-radius: 4px;
                        font-size: 1.2em;
                        font-weight: 300;
                        display: inline-block;
                        width: 100%;
                    }

                        #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-variant-wrapper .add-to-cart button i {
                            display: inline-block;
                            padding: 0 10px 0 0;
                        }

                #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-variant-wrapper .overview-buttons {
                    float: left;
                }


                    #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-variant-wrapper .overview-buttons i {
                        padding: 20px 20px 15px 20px;
                        font-size: 1.3em;
                        cursor: pointer;
                    }
    /* ============================ */
    #simple-product-page #content-section .product-description .gallery {
        padding: 20px 0;
        margin: 20px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

        #simple-product-page #content-section .product-description .gallery .picture-thumbs {
            line-height: 0;
        }

            #simple-product-page #content-section .product-description .gallery .picture-thumbs a {
                display: block;
                width: 100%;
                height: 0;
                padding: 100% 0 0 0;
                display: block;
                float: left;
                background-position: center;
                background-size: cover;
                cursor: pointer;
            }

                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-16,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-17,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-33 {
                    width: calc(33.333333% - 1px);
                    padding: 33.333333% 0 0 0;
                    margin: 1px 1px 0 0;
                }


                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-50 {
                    width: calc(50% - 1px);
                    padding: 50% 0 0 0;
                    margin: 1px 1px 0 0;
                }


                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-3,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-4,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-5,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-6,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-7,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-8,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-9,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-10,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-12,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-13,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-14,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-15,
                #simple-product-page #content-section .product-description .gallery .picture-thumbs a.image-size-25 {
                    width: calc(25% - 1px);
                    padding: 25% 0 0 0;
                    margin: 1px 1px 0 0;
                }

    #simple-product-page #content-section .product-description p {
        padding: 0 0 2em 0;
    }

    #simple-product-page #content-section .product-description strong {
        font-weight: 500;
    }

    #simple-product-page #content-section .product-description ol,
    #simple-product-page #content-section .product-description ul {
        padding: 0 0 2em 30px;
    }

    #simple-product-page #content-section .product-description h1,
    #simple-product-page #content-section .product-description h2,
    #simple-product-page #content-section .product-description h3,
    #simple-product-page #content-section .product-description h4,
    #simple-product-page #content-section .product-description h5,
    #simple-product-page #content-section .product-description h6 {
        padding: 0 0 30px 0;
        font-weight: 500;
    }

    #simple-product-page #content-section .product-description h1 {
        font-size: 1.8em;
    }

    #simple-product-page #content-section .product-description h2 {
        font-size: 1.6em;
    }

    #simple-product-page #content-section .product-description h3 {
        font-size: 1.4em;
    }

    #simple-product-page #content-section .product-description h4 {
        font-size: 1.2em;
    }

    #simple-product-page #content-section .product-description h5 {
        font-size: 1.1em;
    }

    #simple-product-page #content-section .product-description h6 {
        font-size: 1.1em;
    }

    #simple-product-page #content-section .product-description blockquote,
    #simple-product-page #content-section .product-description q {
        quotes: none;
        font-style: italic;
        padding: 20px;
        border-left: 10px solid #ddd;
        margin: 0 0 30px 0;
    }

    #simple-product-page #content-section .product-description .picture {
        line-height: 0;
    }

        #simple-product-page #content-section .product-description .picture img {
            width: calc(100% - 1px);
        }

    #simple-product-page #content-section .content-section-buy {
        padding: 0 40px;
        float: right;
        width: 400px;
        position: relative;
        right: 0;
        font-weight: 400;
    }

        #simple-product-page #content-section .content-section-buy .availability .stock {
            font-size: 1.6em;
            font-weight: 400;
            padding: 0 0 20px 0;
            line-height: 1em;
        }

            #simple-product-page #content-section .content-section-buy .availability .stock strong {
                font-weight: 500;
            }

        #simple-product-page #content-section .content-section-buy .product-price {
            /*padding: 0 0 20px 0;
            font-size: 1.3em;
            border-bottom: 1px solid #bbb;
            margin: 0 0 20px 0;*/
        }

            #simple-product-page #content-section .content-section-buy .product-price span {
                font-weight: 500;
            }

        #simple-product-page #content-section .content-section-buy .content-section-buy-container {
            padding: 40px;
            background: #f7f7f7;
        }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .external-link a {
                padding: 17px 0;
                text-align: center;
                color: #FFF;
                background: #00b388;
                border: 0;
                cursor: pointer;
                border-radius: 4px;
                font-size: 1.2em;
                font-weight: 500;
                display: inline-block;
                width: 100%;
                text-indent: -99999999px;
                overflow: hidden;
                position: relative;
                height: 22px;
                font-family: 'Libre Franklin', sans-serif !important;
            }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .external-link a:after {
                    padding: 19px 0;
                    text-align: center;
                    color: #FFF;
                    border: 0;
                    cursor: pointer;
                    border-radius: 4px;
                    font-size: 1em;
                    display: inline-block;
                    text-indent: initial;
                    content: "Enquire Now";
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 100%;
                    font-weight: 500;
                }



            #simple-product-page #content-section .content-section-buy .content-section-buy-container .tier-prices {
                line-height: 1.4em;
                padding: 0 0 20px 0;
                margin: 0 0 20px;
                border-bottom: 1px solid #bbb;
            }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .tier-prices .prices-header strong {
                    font-weight: 500;
                }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .tier-prices .prices-list table {
                    width: 100%;
                    margin: 20px 0 0 0;
                }

                    #simple-product-page #content-section .content-section-buy .content-section-buy-container .tier-prices .prices-list table td {
                        padding: 5px 0;
                    }

                        #simple-product-page #content-section .content-section-buy .content-section-buy-container .tier-prices .prices-list table td.field-header {
                            font-weight: 500;
                        }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .prices {
                padding: 0 0 15px 0;
                font-size: 1.1em;
                border-bottom: 1px solid #bbb;
                margin: 0 0 20px 0;
            }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .prices .old-price {
                    padding: 0 0 10px 0;
                    font-size: 1em;
                }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .prices .non-discounted-price {
                    font-size: 1.1em;
                }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .prices .price-box {
                    font-size: 1em;
                    padding: 5px 0;
                }

                    #simple-product-page #content-section .content-section-buy .content-section-buy-container .prices .price-box .nedbank-id-info {
                        color: #00b388;
                        margin: 0 0 0 20px;
                    }

                    #simple-product-page #content-section .content-section-buy .content-section-buy-container .prices .price-box:last-child {
                    }

                    #simple-product-page #content-section .content-section-buy .content-section-buy-container .prices .price-box span {
                        font-weight: 500;
                    }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes {
            }

                /*****************************************************/

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .color-squares {
                    list-style: none;
                    padding: 0 0 40px 0;
                }

                    #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .color-squares li {
                        float: left;
                        padding: 1px;
                        border: 2px solid #f7f7f7;
                        cursor: pointer;
                    }

                        #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .color-squares li.selected-value {
                            padding: 1px;
                            border: 2px solid #333;
                        }

                        #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .color-squares li label {
                            padding: 0;
                            cursor: pointer;
                        }

                        #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .color-squares li .color {
                            width: 30px;
                            height: 30px;
                            display: block;
                        }

                        #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .color-squares li input {
                            display: none;
                        }

                /*****************************************************/


                #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .image-squares {
                    list-style: none;
                    padding: 0 0 80px 0;
                }

                    #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .image-squares li {
                        float: left;
                        padding: 1px;
                        border: 2px solid #f7f7f7;
                        cursor: pointer;
                    }

                        #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .image-squares li.selected-value {
                            padding: 1px;
                            border: 2px solid #333;
                        }

                        #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .image-squares li label {
                            padding: 0;
                            cursor: pointer;
                        }

                        #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .image-squares li .image {
                            width: 75px;
                            height: 75px;
                            display: block;
                        }

                        #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .image-squares li input {
                            display: none;
                        }

            /*****************************************************/

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .form-radio-box-item {
                padding: 0;
            }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .radio-container,
            #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .checkbox-container {
                margin-bottom: 0 !important;
            }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .form-check-box-item {
                width: 100%;
                padding: 10px 0 0 0;
            }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .attributes .form-check-box-item .checkbox-container {
                    margin-bottom: 0 !important;
                }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart .min-qty-notification {
                padding: 0 0 20px 0;
            }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart button {
                padding: 17px 0;
                text-align: center;
                color: #FFF;
                background: #00b388;
                border: 0;
                cursor: pointer;
                border-radius: 4px;
                font-size: 1.2em;
                font-weight: 300;
                display: inline-block;
                width: 100%;
            }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart button.deals-btn {
                    padding: 17px 0;
                    text-align: center;
                    color: #FFF;
                    background: #00b388;
                    border: 0;
                    cursor: pointer;
                    border-radius: 4px;
                    font-size: 1.2em;
                    font-weight: 300;
                    display: inline-block;
                    width: calc(100% + 60px);
                }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart .deal-ended,
            #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart .deal-comming-soon {
                padding: 17px 0;
                text-align: center;
                color: #FFF;
                background: #bbb;
                border: 0;
                cursor: default;
                border-radius: 4px;
                font-size: 1.2em;
                font-weight: 300;
                display: inline-block;
                width: calc(100% + 60px);
                font-family: 'Libre Franklin', sans-serif;
            }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart button i {
                display: inline-block;
                padding: 0 10px 0 0;
                width: 20px;
                height: 13px;
            }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart button i:before {
                    background-position: left;
                    left: 0;
                    margin: -11px 0 0 0;
                }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .manufacturers {
                padding: 0 0 20px 0;
                border-bottom: 1px solid #bbb;
                margin: 0 0 20px 0;
            }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .manufacturers strong {
                    font-weight: 500;
                }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .manufacturers a {
                    text-decoration: none;
                    color: #00b388;
                }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .min-qty-notification {
                padding: 0 0 20px 0;
                font-size: .85em;
                text-align: center;
                color: #666;
            }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-wishlist {
                float: left;
            }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-wishlist i {
                    font-size: 1.4em;
                    padding: 0;
                    cursor: pointer;
                    display: table;
                    height: 56px;
                    width: 60px;
                }

                    #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-wishlist i:before {
                        display: table-cell;
                        vertical-align: middle;
                        text-align: center;
                    }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart {
                width: calc(100% - 60px);
                float: left;
            }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart .quantity-box .qty-input {
                    width: 180px;
                    float: left;
                }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart .quantity-box .increase-quantity {
                    background: #ddd;
                    float: left;
                    padding: 19px;
                    color: #333;
                    margin-left: 1px;
                    cursor: pointer;
                }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .add-to-cart .quantity-box .decrease-quantity {
                    background: #ddd;
                    float: left;
                    padding: 19px;
                    color: #333;
                    margin-left: 1px;
                    cursor: pointer;
                }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .download-sample-button {
                padding: 20px;
                color: #333;
                display: block;
                margin: 0 0 40px 0;
                background: #dcdcdc;
                text-align: center;
                border-radius: 3px;
                text-decoration: none;
                font-size: 1.2em;
            }

            #simple-product-page #content-section .content-section-buy .content-section-buy-container .delivery {
                padding: 0 0 20px 0;
                margin: 0 0 20px 0;
                border-bottom: 1px solid #bbb;
            }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .delivery strong {
                    font-weight: 500;
                }

                #simple-product-page #content-section .content-section-buy .content-section-buy-container .delivery .delivery-date {
                    padding: 10px 0 0 0;
                }

    #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-variant-wrapper .variant-description {
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #bbb;
    }

    #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-variant-wrapper .delivery {
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #bbb;
    }

        #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-variant-wrapper .delivery strong {
            font-weight: 500;
        }

        #simple-product-page.product-grouped #content-section .product-description .product-variant-line .product-variant-wrapper .delivery .delivery-date {
            padding: 0 0 20px 0;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #bbb;
        }

    #simple-product-page #content-section .content-section-buy .product-variant-line {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #bbb;
        clear: both;
    }

        #simple-product-page #content-section .content-section-buy .product-variant-line .variant-name {
            font-size: 1.6em;
            font-weight: 500;
            padding: 0 0 20px 0;
        }

        #simple-product-page #content-section .content-section-buy .product-variant-line:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }

    #simple-product-page #content-section .content-section-buy .variant-picture {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #bbb;
        clear: both;
    }

        #simple-product-page #content-section .content-section-buy .variant-picture img {
            width: 100%;
        }
/* ITEM FOOTER */
#item-footer {
    width: 100%;
    clear: both;
}

    #item-footer .item-footer-heading {
        font-size: 2em;
        padding: 80px 0 40px 60px;
    }

    #item-footer .category {
        width: 50%;
        float: left;
        background: #00b388;
        color: #FFF;
        display: block;
        height: 180px;
        text-decoration: none;
    }

        #item-footer .category .category-strap {
            padding: 64px 0 0 60px;
            display: block;
            font-size: 1.2em;
            font-weight: 400;
        }

        #item-footer .category .category-title {
            padding: 0 0 0 60px;
            display: block;
            font-size: 2em;
            font-weight: 400;
        }

    #item-footer .product {
        width: 50%;
        float: left;
        display: block;
        height: 180px;
        background-size: cover;
        text-decoration: none;
        color: #FFF;
        background-position: center;
        position: relative;
    }

        #item-footer .product .product-strap {
            padding: 64px 60px 0 0;
            display: block;
            font-size: 1.2em;
            font-weight: 400;
            text-align: right;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.3);
        }

        #item-footer .product .product-title {
            padding: 0 60px 0 0;
            display: block;
            font-size: 2em;
            font-weight: 400;
            text-align: right;
            position: absolute;
            top: 85px;
            left: 0;
            right: 0;
            bottom: 0;
        }


/* TOPICS PAGE */
.topic-page {
    padding: 40px;
}

    .topic-page .page-title {
        margin: 0 0 40px;
        border-bottom: 1px solid #eee;
        padding: 0 0 40px;
    }

        .topic-page .page-title h1 {
            font-size: 2em;
            font-weight: 500;
            text-align: center;
            color: #000;
        }

    .topic-page .page-body {
        font-size: 1em;
        font-weight: 400;
        line-height: 1.4em;
    }

        .topic-page .page-body p {
            padding: 0 0 1.4em 0;
        }

        .topic-page .page-body a {
            color: #000;
        }

        .topic-page .page-body strong {
            font-weight: bolder;
        }

        .topic-page .page-body ol,
        .topic-page .page-body ul {
            padding: 0 0 2em 30px;
        }

.contact-block {
    margin-left: 20px;
    margin-bottom: 0px;
}

.clause {
    margin-left: 20px;
    margin-bottom: -20px;
}

.page-a {
    color: #005a9c !important;
    text-decoration: none !important;
}

.subclause {
    margin-left: 40px;
    margin-bottom: -20px;
}

.table-style {
    border-collapse: collapse;
    width: 100%;
}

.td-style {
    border: 1px solid #333;
    padding: 8px;
    text-align: left;
}

#tscs-table {
    margin-left: 57px;
}


.topic-page .page-body h1,
.topic-page .page-body h2,
.topic-page .page-body h3,
.topic-page .page-body h4,
.topic-page .page-body h5,
.topic-page .page-body h6 {
    padding: 0 0 30px 0;
    font-weight: 500;
}

.topic-page .page-body h1 {
    font-size: 1.8em;
}

.topic-page .page-body h2 {
    font-size: 1.6em;
}

.topic-page .page-body h3 {
    font-size: 1.4em;
}

.topic-page .page-body h4 {
    font-size: 1.2em;
}

.topic-page .page-body h5 {
    font-size: 1.1em;
}

.topic-page .page-body h6 {
    font-size: 1.1em;
}

.topic-page .page-body blockquote,
.topic-page .page-body q {
    quotes: none;
    font-style: italic;
    padding: 20px;
    border-left: 10px solid #ddd;
    margin: 0 0 30px 0;
}

.topic-page .page-body table {
    margin: 0 0 20px 0;
}

.topic-page .page-body td {
    padding: 10px;
    border: 1px solid #666;
}
/* CATEGORY PAGE */
#generic-category-page {
    position: relative;
}

    #generic-category-page .pager-category-footer {
        padding: 40px;
        width: calc(100% - 80px);
    }

    #generic-category-page .category-sidebar {
        float: left;
        width: calc(20% - 80px);
        padding: 80px 40px 40px 40px;
        text-align: right;
    }

        #generic-category-page .category-sidebar.hidden {
            width: 50px;
            overflow: hidden;
            padding: 0;
            height: 50px;
        }

            #generic-category-page .category-sidebar.hidden * {
                display: none;
            }

    #generic-category-page .catalog-toggle {
        height: 40px;
        width: 100px;
        position: absolute;
        top: 20px;
        left: calc(20% - 160px);
        cursor: pointer;
        display: table;
    }

        #generic-category-page .catalog-toggle.hidden {
            left: 5px;
            width: 40px;
        }

        #generic-category-page .catalog-toggle div {
            display: table-cell;
            vertical-align: middle;
            text-align: right;
        }

            #generic-category-page .catalog-toggle div .fa-chevron-right {
                display: none;
            }

        #generic-category-page .catalog-toggle.hidden div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            #generic-category-page .catalog-toggle.hidden div .fa-chevron-right {
                display: block;
            }

            #generic-category-page .catalog-toggle.hidden div span {
                display: none;
            }

    #generic-category-page .category-sidebar .title {
        padding: 0 0 20px 0;
        border-bottom: 1px solid #ddd;
        margin: 0 0 20px 0;
    }

        #generic-category-page .category-sidebar .title strong {
            font-weight: 500;
            font-size: 1.2em;
            padding: 0 20px 0;
        }

    #generic-category-page .category-sidebar .page-title {
        padding: 0 0 20px 0;
        border-bottom: 1px solid #ddd;
        margin: 0 0 20px 0;
    }

        #generic-category-page .category-sidebar .page-title h1 {
            font-size: 1.6em;
            font-weight: 500;
            padding: 0 20px;
        }

    #generic-category-page .category-sidebar .product-viewmode {
        float: left;
        font-size: 1.2em;
        padding: 5px 0 5px 20px;
    }

        #generic-category-page .category-sidebar .product-viewmode a {
            color: #c5c5c5;
        }

            #generic-category-page .category-sidebar .product-viewmode a.selected {
                color: #333;
            }

    #generic-category-page .category-sidebar .product-selectors {
        padding: 0 0 40px 0;
    }

    #generic-category-page .category-sidebar .product-sorting {
        padding: 10px 20px;
    }

    #generic-category-page .category-sidebar .product-page-size {
        padding: 10px 20px;
    }

    #generic-category-page .category-sidebar .product-selectors select {
        border: none;
        font-family: 'Libre Franklin', sans-serif !important;
        text-align: right;
        font-size: 1em;
        padding: 0;
        margin: 0;
        line-height: 0;
        border-bottom: 1px solid #333;
        background: #FFF;
    }

        #generic-category-page .category-sidebar .product-selectors select:focus {
            outline: none;
        }


    #generic-category-page .category-sidebar .product-filters-price {
        padding: 0 0 40px 0;
    }

        #generic-category-page .category-sidebar .product-filters-price .filter-title {
            padding: 0 0 20px 0;
            border-bottom: 1px solid #ddd;
            margin: 0 0 20px 0;
        }

            #generic-category-page .category-sidebar .product-filters-price .filter-title strong {
                font-weight: 500;
                font-size: 1.2em;
                padding: 0 20px 0;
            }

        #generic-category-page .category-sidebar .product-filters-price ul {
            list-style: none;
        }

        #generic-category-page .category-sidebar .product-filters-price .selected-price-range {
            padding: 10px 15px 10px 0;
            border-right: 5px solid #FFF;
        }

        #generic-category-page .category-sidebar .product-filters-price .remove-filter a {
            padding: 15px 15px;
            margin: 10px 15px 10px 0;
            display: inline-block;
            background: #eee;
            color: #333;
            text-decoration: none;
        }

        #generic-category-page .category-sidebar .product-filters-price ul li {
            padding: 10px 15px 10px 0;
            border-right: 5px solid #FFF;
        }

            #generic-category-page .category-sidebar .product-filters-price ul li.active {
                border-right: 5px solid #dedede;
            }

            #generic-category-page .category-sidebar .product-filters-price ul li a {
                color: #333;
                text-decoration: none;
                /*border-bottom: 1px dotted #929292;*/
            }

    #generic-category-page .category-sidebar .product-filters-spec {
        padding: 0 0 40px 0;
    }

        #generic-category-page .category-sidebar .product-filters-spec .filter-title {
            padding: 0 0 20px 0;
            border-bottom: 1px solid #ddd;
            margin: 0 0 20px 0;
        }

            #generic-category-page .category-sidebar .product-filters-spec .filter-title strong {
                font-weight: 500;
                font-size: 1.2em;
                padding: 0 20px 0;
            }

        #generic-category-page .category-sidebar .product-filters-spec ul {
            list-style: none;
            margin: 0 20px 20px 0;
        }

            #generic-category-page .category-sidebar .product-filters-spec ul li {
                padding: 10px 0;
                border: none;
            }

                #generic-category-page .category-sidebar .product-filters-spec ul li.filter-item-title {
                    font-weight: 500;
                    clear: both;
                    padding: 0;
                }

                #generic-category-page .category-sidebar .product-filters-spec ul li.filter-item-title-padding {
                    padding: 10px 0 20px;
                    border: none;
                    line-height: 0;
                }

                    #generic-category-page .category-sidebar .product-filters-spec ul li.filter-item-title-padding span {
                        width: 20px;
                        display: inline-block;
                        height: 2px;
                        background: #ddd;
                    }

                #generic-category-page .category-sidebar .product-filters-spec ul li.color-item {
                    float: right;
                    padding: 0 1px 0 0;
                }

                    #generic-category-page .category-sidebar .product-filters-spec ul li.color-item:first-child {
                        padding: 10px 15px 10px 0;
                        border-right: 5px solid #FFF;
                    }

                    #generic-category-page .category-sidebar .product-filters-spec ul li.color-item .color {
                        background-color: #8a374a;
                        width: 28px;
                        display: inline-block;
                        height: 28px;
                    }

                #generic-category-page .category-sidebar .product-filters-spec ul li.item.item-0 {
                    padding: 0 0 10px 0;
                }

                #generic-category-page .category-sidebar .product-filters-spec ul li.item a {
                    color: #333;
                    text-decoration: none;
                    /*border-bottom: 1px dotted #929292;*/
                    font-weight: 400;
                }

        #generic-category-page .category-sidebar .product-filters-spec .already-filtered-items {
        }

            #generic-category-page .category-sidebar .product-filters-spec .already-filtered-items .filter-item-title {
                font-weight: 500;
                font-size: 1.2em;
                padding: 0 20px 20px 0;
                border-bottom: 1px solid #ddd;
                margin: 0 0 20px 0;
            }

            #generic-category-page .category-sidebar .product-filters-spec .already-filtered-items .item {
                font-weight: 400;
                padding: 10px 20px 0;
            }

        #generic-category-page .category-sidebar .product-filters-spec .remove-filter a {
            padding: 15px 15px;
            margin: 10px 15px 10px 0;
            display: inline-block;
            background: #eee;
            color: #333;
            text-decoration: none;
        }

    #generic-category-page .category-sidebar .listbox {
        padding: 0 0 40px 0;
        font-weight: 400;
    }

        #generic-category-page .category-sidebar .listbox a {
            color: #333;
            text-decoration: none;
            /*border-bottom: 1px dotted #929292;*/
        }

        #generic-category-page .category-sidebar .listbox ul {
            list-style: none;
        }

            #generic-category-page .category-sidebar .listbox ul li {
                /*padding: 10px 15px 10px 0;*/
                /*border-right: 5px solid #FFF;*/
            }

                #generic-category-page .category-sidebar .listbox ul li.active {
                    /*border-right: 5px solid #dedede;*/
                }

                #generic-category-page .category-sidebar .listbox ul li a {
                    padding: 10px 15px 10px 0;
                    display: block;
                    /*border-right: 5px solid #fff;*/
                }

                #generic-category-page .category-sidebar .listbox ul li.active.last a {
                    /*padding: 10px 15px 10px 0;*/
                    display: block;
                    font-weight: 500;
                    color: #00b388;
                }

                #generic-category-page .category-sidebar .listbox ul li.active.last .inactive a {
                    font-weight: 400;
                    color: #000;
                }

                #generic-category-page .category-sidebar .listbox ul li ul {
                    padding: 0 15px 0 0;
                }

                    #generic-category-page .category-sidebar .listbox ul li ul li {
                        border-right: 2px solid #bbb;
                        margin: 0 6px 0 0;
                    }

    #generic-category-page .category-sidebar .view-all {
        padding: 15px 15px 10px 0;
        border-right: 5px solid #FFF;
    }

    #generic-category-page .category-content {
        float: left;
        width: 80%;
        position: relative;
    }

        #generic-category-page .category-content.hidden {
            width: calc(100% - 50px);
        }

        #generic-category-page .category-content .product-tags-list {
            list-style: none;
        }

            #generic-category-page .category-content .product-tags-list li {
                width: calc(33.3333% - 41px);
                padding: 20px;
                float: left;
                background: #f1f1f1;
                margin: 1px 1px 0 0;
                display: table;
                height: 100px;
            }

                #generic-category-page .category-content .product-tags-list li a {
                    font-size: 1em !important;
                    color: #333;
                    text-decoration: none;
                    text-align: center;
                    display: table-cell;
                    vertical-align: middle;
                }

        #generic-category-page .category-content .page-title {
            padding: 0 0 20px 0;
            border-bottom: 1px solid #ddd;
            margin: 0 0 20px 0;
            position: relative;
        }

            #generic-category-page .category-content .page-title h1 {
                font-weight: 500;
                font-size: 1.2em;
            }

        #generic-category-page .category-content .product-selectors {
            position: absolute;
            top: 0;
            right: 0;
            width: 60%;
        }

            #generic-category-page .category-content .product-selectors .product-sorting {
                float: left;
            }

            #generic-category-page .category-content .product-selectors .product-page-size {
                float: left;
            }

        /*#generic-category-page .category-content .page-body .product-grid .product-item {
            width: 33.3333%;
            float: left;
            position: relative;
            overflow: hidden;
            padding-bottom: 55%;
        }*/

        #generic-category-page .category-content .page-body .product-grid .product-item .image-hover {
            position: absolute;
            background-size: cover;
            background-position: center;
            transition: transform .2s;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            color: #FFF;
            text-decoration: none;
            z-index: 1;
        }

        #generic-category-page .category-content .page-body .product-grid .product-item:hover > .image-hover {
            transform: scale(1.1);
        }

        #generic-category-page .category-content .page-body .product-grid .product-item .product-countdown {
            border: 2px solid #00b388;
            background: rgba(255,255,255,.98);
            padding: 10px 0;
            color: #00b388;
            text-shadow: none;
            font-weight: 400;
            border-radius: 4px;
            position: absolute;
            top: 40px;
            z-index: 2;
            left: 40px;
            right: 40px;
        }

            #generic-category-page .category-content .page-body .product-grid .product-item .product-countdown .day,
            #generic-category-page .category-content .page-body .product-grid .product-item .product-countdown .hour,
            #generic-category-page .category-content .page-body .product-grid .product-item .product-countdown .minute,
            #generic-category-page .category-content .page-body .product-grid .product-item .product-countdown .second {
                float: left;
                width: calc(25% - 1px);
                text-align: center;
                border-left: 1px solid #00b388;
                font-weight: 500;
                line-height: 17px;
                padding: 4px 0 0 0;
            }

            #generic-category-page .category-content .page-body .product-grid .product-item .product-countdown .day {
                border: none;
            }


                #generic-category-page .category-content .page-body .product-grid .product-item .product-countdown .day span,
                #generic-category-page .category-content .page-body .product-grid .product-item .product-countdown .hour span,
                #generic-category-page .category-content .page-body .product-grid .product-item .product-countdown .minute span,
                #generic-category-page .category-content .page-body .product-grid .product-item .product-countdown .second span {
                    display: block;
                    text-transform: uppercase;
                    font-size: 9px;
                    font-weight: 400;
                }

        #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container {
            color: #FFF;
            z-index: 2;
            position: absolute;
            bottom: 40px;
            right: 40px;
            left: 40px;
            text-shadow: 1px 1px 1px #000;
            line-height: 1.4em;
        }

            #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .move-to-bottom {
                position: absolute;
                width: 100%;
                bottom: 0;
            }

            #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .title {
                font-size: 1.2em;
                color: #FFF;
                text-decoration: none;
            }

            #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .price-link {
                text-decoration: none;
                color: #FFF;
            }

            #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .price {
                font-size: 1.2em;
                font-weight: 400;
                padding: 0 0 20px 0;
            }

            #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .old-price {
                font-size: 1.6em;
                font-weight: 400;
                padding: 0 0 10px 0;
            }

            #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .price strong {
                font-weight: 500;
            }

            #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .old-price strong {
                font-weight: 500;
            }

            #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .button-add-to-cart {
                padding: 30px 0 0 0;
            }

                #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .button-add-to-cart button {
                    padding: 17px 30px 17px 20px;
                    text-align: center;
                    color: #FFF;
                    background: #00b388;
                    border: 0;
                    cursor: pointer;
                    border-radius: 4px;
                    font-size: 1.2em;
                    font-weight: 300;
                    display: inline-block;
                    min-width: 185px;
                    /*text-shadow: 1px 1px 1px rgba(0,0,0,.5);*/
                }

                #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .button-add-to-cart a.deal-ended {
                    padding: 17px 30px;
                    text-align: center;
                    color: #FFF;
                    background: rgba(0, 179, 136, 0.7);
                    border: 0;
                    cursor: pointer;
                    border-radius: 4px;
                    font-size: 1.2em;
                    font-weight: 300;
                    display: inline-block;
                    /*min-width: 185px;*/
                    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
                }

                #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .button-add-to-cart button i {
                    display: inline-block;
                    padding: 0;
                    width: 40px;
                    height: 13px;
                }

                    #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .button-add-to-cart button i:before {
                        background-position: left;
                    }

                #generic-category-page .category-content .page-body .product-grid .product-item .product-info-container .button-add-to-cart a {
                    /*padding: 17px 30px;*/
                    text-align: center;
                    color: #FFF;
                    background: #00b388;
                    border: 0;
                    cursor: pointer;
                    border-radius: 4px;
                    font-size: 1.2em;
                    font-weight: 400;
                    display: inline-block;
                    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
                    text-decoration: none;
                    font-family: 'Libre Franklin', sans-serif;
                }

        #generic-category-page .category-content .page-body .product-grid .product-item .button-wishlist {
            position: absolute;
            bottom: 48px;
            left: 235px;
            z-index: 2;
        }

            #generic-category-page .category-content .page-body .product-grid .product-item .button-wishlist i {
                cursor: pointer;
                color: #FFF;
                font-size: 1.2em;
                padding: 10px;
                text-shadow: 1px 1px 1px #000;
            }

                #generic-category-page .category-content .page-body .product-grid .product-item .button-wishlist i:hover {
                    opacity: .8;
                }

        #generic-category-page .category-content .page-body .product-grid .product-item .description {
            display: none;
        }

.activation-text {
    color: black !important;
}

#generic-category-page .category-content .page-body .product-list {
    padding: 0 40px 0 0;
}

    #generic-category-page .category-content .page-body .product-list .product-item {
        border-bottom: 1px solid #eee;
        padding: 20px 0;
        min-height: 150px;
        position: relative;
    }

        #generic-category-page .category-content .page-body .product-list .product-item:first-child {
            margin: 85px 0 0 0px;
            border-top: 1px solid #ddd;
        }

        #generic-category-page .category-content .page-body .product-list .product-item .image-hover {
            width: 280px;
            height: 280px;
            background-size: cover;
            float: left;
            margin: 0 20px 0 20px;
            background-position: center;
        }

        #generic-category-page .category-content .page-body .product-list .product-item .product-countdown {
            border: 2px solid #00b388;
            background: #FFF;
            padding: 8px 0;
            color: #00b388;
            text-shadow: none;
            font-weight: 400;
            border-radius: 4px;
            position: absolute;
            top: 140px;
            z-index: 2;
            right: 20px;
            width: 210px;
        }

            #generic-category-page .category-content .page-body .product-list .product-item .product-countdown .day,
            #generic-category-page .category-content .page-body .product-list .product-item .product-countdown .hour,
            #generic-category-page .category-content .page-body .product-list .product-item .product-countdown .minute,
            #generic-category-page .category-content .page-body .product-list .product-item .product-countdown .second {
                float: left;
                width: calc(25% - 1px);
                text-align: center;
                border-left: 1px solid #00b388;
                font-weight: 500;
                line-height: 17px;
                padding: 4px 0 0 0;
            }

            #generic-category-page .category-content .page-body .product-list .product-item .product-countdown .day {
                border: none;
            }

                #generic-category-page .category-content .page-body .product-list .product-item .product-countdown .day span,
                #generic-category-page .category-content .page-body .product-list .product-item .product-countdown .hour span,
                #generic-category-page .category-content .page-body .product-list .product-item .product-countdown .minute span,
                #generic-category-page .category-content .page-body .product-list .product-item .product-countdown .second span {
                    display: block;
                    text-transform: uppercase;
                    font-size: 9px;
                    font-weight: 400;
                }

        #generic-category-page .category-content .page-body .product-list .product-item .product-info-container {
            float: left;
            padding: 50px 240px 20px 0;
            width: calc(100% - 560px);
            position: relative;
        }

            #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .price-position {
                position: absolute;
                right: 0;
                top: 0px;
                width: 100%;
                height: 30px;
            }

            #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .price-link {
                color: #000;
                text-decoration: none;
            }

            #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .price {
                font-size: 1.4em;
                font-weight: 400;
                padding: 5px 0;
                /*position: absolute;*/
                right: 20px;
                top: 10px;
                float: left;
            }

            #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .nb-price .price {
                font-weight: 400;
                padding: 5px 15px 5px 0px;
                right: 20px;
                top: 10px;
                float: left;
                margin: 0 15px 0 0;
                border-right: 1px solid #000;
                color: #00B388;
            }

            #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .old-price {
                font-size: 1.4em;
                font-weight: 400;
                padding: 0 0 10px 0;
                /*position: absolute;*/
                right: 20px;
                top: 10px;
            }

                #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .old-price strong,
                #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .price strong {
                    font-weight: 500;
                }

            #generic-category-page .category-content .page-body .product-list .product-item .product-info-container a.title {
                font-size: 1.4em;
                font-weight: 400;
                padding: 0 0 20px 0;
                color: #333;
                text-decoration: none;
            }

            #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .button-add-to-cart {
                position: absolute;
                width: 160px;
                top: 45px;
                right: 20px;
            }

                #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .button-add-to-cart a {
                    padding: 17px 0;
                    text-align: center;
                    color: #FFF;
                    background: #00b388;
                    border: 0;
                    cursor: pointer;
                    border-radius: 4px;
                    font-size: 1.2em;
                    font-weight: 300;
                    display: inline-block;
                    width: 100%;
                    font-family: 'Libre Franklin', sans-serif;
                    text-decoration: none;
                }

                #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .button-add-to-cart button {
                    padding: 17px 0;
                    text-align: center;
                    color: #FFF;
                    background: #00b388;
                    border: 0;
                    cursor: pointer;
                    border-radius: 4px;
                    font-size: 1.2em;
                    font-weight: 300;
                    display: inline-block;
                    width: 100%;
                }

                    #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .button-add-to-cart button i {
                        display: inline-block;
                        padding: 0 10px 0 0;
                        width: 20px;
                        height: 13px;
                    }

                        #generic-category-page .category-content .page-body .product-list .product-item .product-info-container .button-add-to-cart button i:before {
                            left: 0;
                            margin: -11px 0 0 0;
                        }

        #generic-category-page .category-content .page-body .product-list .product-item .button-wishlist {
            position: absolute;
            top: 85px;
            right: 200px;
            font-size: 1.3em;
        }

        #generic-category-page .category-content .page-body .product-list .product-item .description {
            display: block;
            font-weight: 400;
            line-height: 1.4em;
            padding: 20px 0 0 0;
            font-size: 1em;
        }


#generic-category-page .category-content .page-body .product-grid .product-item.manufacturer {
    width: 33.3333333%;
    float: left;
    position: relative;
    overflow: hidden;
    padding-bottom: calc(33% - 1px);
}


#generic-category-page .category-content .page-body .product-grid .product-item {
    width: 33.3333333%;
    float: left;
    position: relative;
    overflow: hidden;
    padding-bottom: calc(66% - 1px);
}

    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-1,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-2,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-3,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-4,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-6,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-7 {
        width: 33.3333333%;
        float: left;
        position: relative;
        overflow: hidden;
        padding-bottom: 33%;
    }

    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-5,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-8 {
        width: 66.66666666%;
        float: left;
        position: relative;
        overflow: hidden;
        padding-bottom: 33%;
    }



    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-1.placeholder,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-2.placeholder,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-3.placeholder,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-4.placeholder,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-6.placeholder,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-7.placeholder {
        width: calc(33.3333333% - 1px);
        padding-bottom: calc(33% - 1px);
    }

    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-5.placeholder,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-8.placeholder {
        width: calc(66.66666666% - 1px);
        padding-bottom: calc(33% - 1px);
    }

    #generic-category-page .category-content .page-body .product-grid .product-item.placeholder {
        background: #f1f1f1;
        margin: 0 0 1px 1px;
    }

    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-5 .product-countdown,
    #generic-category-page .category-content .page-body .product-grid .product-item.item-count-8 .product-countdown {
        width: calc(50% - 80px);
    }

.manufacturer-grid .category-content .page-body .product-grid .product-item .image-hover {
    position: absolute;
    background-size: 75% !important;
    background-position: center;
    transition: transform .2s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    text-decoration: none;
    z-index: 1;
    background-repeat: no-repeat;
    padding-bottom: 100% !important;
}
/* SEARCH PAGE */
#search-page-content {
}

    #search-page-content .validation-summary-errors {
        padding: calc(50vh - 130px) 0 0 0;
        border-top: 1px solid #ddd;
        margin: 86px 0 0 0;
        text-align: center;
    }

/* SITE HEADER META SEARCH */
header#unlocked-header section.header-meta .header-search-box {
    float: left;
}

    header#unlocked-header section.header-meta .header-search-box.full-width {
        width: 100%;
    }
/* HEADER SEARCH BOX */
#small-search-box-form {
    height: 76px;
    position: relative;
}

    #small-search-box-form i.search-icon {
        position: relative;
        font-size: 1.4em;
        margin: 0 10px;
        cursor: pointer;
        width: 35px;
        height: 76px;
        display: table;
        padding: 0;
        float: left;
    }

        #small-search-box-form i.search-icon:before {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

    #small-search-box-form #small-searchterms {
        border: 0;
        font-family: 'Libre Franklin', sans-serif !important;
        font-weight: 400;
        font-size: 1.25em;
        padding: 25px 0;
        color: #000;
        width: 0;
        top: 0;
        opacity: 0;
    }


    #small-search-box-form #ajax-search-box-results {
        background: #000;
    }


        #small-search-box-form #ajax-search-box-results ul.ui-autocomplete {
            background: #FFF;
        }


/* FLYOUT CART */
.flyout-cart-wrapper {
    position: absolute;
    background: #FFF;
    width: 400px;
    right: 0;
    top: 77px;
    padding: 40px;
    border: 1px solid #eee;
    border-top: none;
    display: none;
}

    .flyout-cart-wrapper .item {
        padding: 20px 0 !important;
        border-bottom: 1px solid #ddd;
    }

        .flyout-cart-wrapper .item a {
            padding: 0 !important;
        }

        .flyout-cart-wrapper .item .picture a {
            height: 50px;
            width: 50px;
            background-size: cover;
            display: block;
            position: relative;
            background-color: white;
            float: left;
            margin: 0 20px 0 0 !important;
            padding: 0 !important;
        }

        .flyout-cart-wrapper .item .name {
            width: 180px;
            float: left;
            margin: 0 20px 0 0;
        }

            .flyout-cart-wrapper .item .name a {
                padding: 0 !important;
                margin: 0 !important;
            }

        .flyout-cart-wrapper .item .quantity {
            float: left;
            width: 30px;
            margin: 0 20px 0 0;
        }

        .flyout-cart-wrapper .item .price {
            float: left;
            width: 80px;
            text-align: right;
        }

    .flyout-cart-wrapper .count {
        font-size: 1.1em;
        line-height: 1em;
        font-weight: 500;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #ddd;
    }

        .flyout-cart-wrapper .count.count-empty {
            font-size: 1.1em;
            line-height: 1em;
            font-weight: 500;
            padding: 0;
            border-bottom: none;
        }

        .flyout-cart-wrapper .count a {
            padding: 0 !important;
            margin: 0 !important;
            /*border-bottom: 1px dotted #333;*/
        }


    .flyout-cart-wrapper .totals {
        padding: 20px 0;
    }

        .flyout-cart-wrapper .totals strong {
            float: right;
        }

    .flyout-cart-wrapper .buttons {
        clear: both;
    }

        .flyout-cart-wrapper .buttons input[type="button"] {
            padding: 17px 0;
            text-align: center;
            color: #FFF;
            background: #00b388;
            border: 0;
            cursor: pointer;
            border-radius: 4px;
            font-size: 1.3em;
            font-weight: 300;
            display: inline-block;
            width: 100%;
        }

/* GIFT BOX */

/* PAGE NOT FOUND */
#page-not-found {
    position: relative;
    /*display: table;*/
    width: 100%;
    height: 100%;
}

    #page-not-found .page-not-found-content {
        display: table-cell;
        color: #FFF;
        vertical-align: middle;
        padding: 40px;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0,0,0,.5);
        background: rgba(0,0,0,.5);
    }

        #page-not-found .page-not-found-content h1 {
            font-size: 2em;
            font-weight: 500;
            padding-bottom: 1em;
        }

        #page-not-found .page-not-found-content ul {
            list-style: none;
            padding: 1em 0;
        }

            #page-not-found .page-not-found-content ul li {
                padding: 5px 0;
            }

/* DATE PICKER */
#ui-datepicker-div {
    background: #FFF;
    min-width: 260px;
}

    #ui-datepicker-div .ui-datepicker-header {
        display: block;
    }

        #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
            display: block;
            padding: 10px;
            border-left: 1px solid #ddd;
            width: calc(25% - 22px);
            float: left;
            font-weight: 400;
            cursor: pointer;
        }

        #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
            display: block;
            padding: 10px;
            border-right: 1px solid #ddd;
            width: calc(25% - 22px);
            float: right;
            text-align: right;
            font-weight: 400;
            cursor: pointer;
        }

        #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
            padding: 10px;
            border: 1px solid #ddd;
            width: calc(50% - 22px);
            float: left;
            text-align: center;
            font-weight: 500;
            border-top: none;
            border-bottom: none;
        }

    #ui-datepicker-div table {
        min-width: 260px;
    }

        #ui-datepicker-div table th {
            padding: 10px;
            text-align: center;
            border: 1px solid #ddd;
            width: 14.3%;
            background: #eaeaea;
            font-weight: 500;
        }

        #ui-datepicker-div table td {
            padding: 10px;
            text-align: center;
            border: 1px solid #ddd;
            cursor: pointer;
            font-weight: 400;
        }

            #ui-datepicker-div table td a {
                color: #333;
                text-decoration: none;
            }

            #ui-datepicker-div table td.ui-datepicker-today {
                background: #ddd;
            }

            #ui-datepicker-div table td.ui-datepicker-week-end {
                background: #f5f5f5;
            }

            #ui-datepicker-div table td.ui-datepicker-other-month {
                background: #fff;
            }


.register-result-container {
    background: transparent;
    height: 100%;
    padding: 0 40px;
    display: table;
    width: calc(100% - 90px);
    margin-left: 40px;
}

    .register-result-container .register-result-container-cell {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-weight: 800;
        color: black;
    }

        .register-result-container .register-result-container-cell h1 {
            color: var(--Neutral-Dark-grey, #333);
            text-align: center;
            font-family: "Libre Franklin", sans-serif !important;
            font-size: 30px;
            font-style: normal;
            font-weight: 700;
            line-height: 40px;
        }

        .register-result-container .register-result-container-cell .description {
            font-weight: 400;
            font-size: 1.2em;
            padding: 0 0 40px 0;
            line-height: 1.4em;
        }

            .register-result-container .register-result-container-cell .description a {
                color: black;
            }

            .register-result-container .register-result-container-cell .description p {
                margin: 20px 0;
            }

        .register-result-container .register-result-container-cell .buttons a {
            padding: 18px 30px;
            text-align: center;
            color: #FFF;
            background: rgba(0,0,0,.3);
            cursor: pointer;
            border-radius: 4px;
            font-size: 1.2em;
            font-weight: 600;
            display: inline-block;
            min-width: 160px;
            text-shadow: none;
            border: 2px solid #FFF;
            font-family: 'Libre Franklin', sans-serif !important;
            text-decoration: none;
            vertical-align: middle;
            margin: 0 0 20px 0;
        }

        .register-result-container .register-result-container-cell [type="submit"] {
            padding: 17px 30px;
            text-align: center;
            color: #FFF;
            background: rgba(0,0,0,.3);
            cursor: pointer;
            border-radius: 4px;
            font-size: 1.2em;
            font-weight: 600;
            display: inline-block;
            min-width: 160px;
            text-shadow: none;
            border: 2px solid #FFF;
            margin: 0 0 20px 0;
        }

[tooltip] {
    margin: 20px;
    position: relative;
}

    [tooltip]:hover::after, [tooltip]:hover::before {
        display: block;
    }

    [tooltip]::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 6px 0 6px;
        border-style: solid;
        border-color: rgba(0,0,0,0.7) transparent transparent transparent;
        z-index: 100;
        display: none;
    }

    [tooltip]::after {
        content: attr(tooltip);
        position: absolute;
        left: 50%;
        top: -6px;
        transform: translateX(-50%) translateY(-100%);
        background: rgba(0,0,0,0.7);
        text-align: center;
        color: #fff;
        padding: 10px;
        font-size: .7em;
        min-width: 160px;
        border-radius: 0;
        pointer-events: none;
        line-height: 1.4em;
        font-weight: 400;
        display: none;
    }


/* NEDBANK ID INFO PAGE */
#ph-topic.nedbankid-info-page {
    max-width: 1360px;
    margin: 0 auto;
}

    #ph-topic.nedbankid-info-page .nedbank-id-image {
        background-image: url('../../images/unlocked/nedbank-id-info.jpg');
        background-position: center;
        background-size: cover;
        width: 66.6666%;
        height: 400px;
        float: right;
        margin: 0 0 40px 0;
    }

    #ph-topic.nedbankid-info-page a {
        text-decoration: none;
        color: #00b388;
    }

        #ph-topic.nedbankid-info-page a i {
            font-size: 10px;
            display: inline-block;
            position: relative;
            top: -1px;
        }

    #ph-topic.nedbankid-info-page .third {
        float: left;
        width: 33.33333%;
        margin: 0 0 40px 0;
    }

        #ph-topic.nedbankid-info-page .third.spacer {
            margin: 0 30px 0 0;
            padding: 0 30px 0 0;
            border-right: 2px solid #ddd;
            min-height: 250px;
            width: calc(33.33333% - 62px);
        }

            #ph-topic.nedbankid-info-page .third.spacer.no-boarder {
                border-right: none;
            }

#share-hover {
    position: relative;
}

#deal-tips {
    width: 100%;
    position: fixed;
    overflow-y: auto;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    padding: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

    #deal-tips .inner {
        position: absolute;
        left: 10%;
        right: 10%;
        top: 0;
        bottom: 0;
        background: #fff;
        padding: 40px;
        overflow: auto;
    }

    #deal-tips .deal-tops-button {
        padding: 17px 30px;
        text-align: center;
        color: #FFF;
        background: #00b388;
        border: 0;
        cursor: pointer;
        border-radius: 4px;
        font-size: 1.2em;
        font-weight: 300;
        display: block;
        min-width: 185px;
        text-shadow: 1px 1px 1px rgba(0,0,0,.5);
        margin: 80px auto 0;
        position: relative;
    }


    #deal-tips .topic-html-content-title.panel-heading {
        margin: 0 0 40px;
        border-bottom: 1px solid #eee;
        padding: 0 0 40px;
    }

        #deal-tips .topic-html-content-title.panel-heading h1 {
            font-size: 2em;
            font-weight: 500;
            text-align: center;
            color: #000;
            padding: 0;
        }

.wish-active {
    font-weight: 900;
}

/************************************/

.icon {
    display: table;
    font-style: normal;
    position: relative;
    margin: auto;
}

    .icon:before {
        content: "";
        height: 20px;
        width: 20px;
        background-position: center;
        background-repeat: no-repeat;
        display: table-cell;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -10px;
    }

    .icon.search:before {
        background-image: url('../../images/icons/black_search.svg');
    }

    .icon.profile:before {
        background-image: url('../../images/icons/black_profile.svg');
    }

    .icon.rewards:before {
        background-image: url('../../images/icons/medal.svg');
    }

    .icon.cart:before {
        background-image: url('../../images/icons/black_shopping_cart.svg');
    }

    .icon.cart.white:before {
        background-image: url('../../images/icons/white_shopping_cart.svg');
        fill: red;
    }

    .icon.close:before {
        height: 14px;
        width: 14px;
        background-image: url('../../images/icons/black_cross.svg');
        margin: -7px 0 0 -7px;
    }

    .icon.menu:before {
        height: 14px;
        width: 14px;
        background-image: url('../../images/icons/black_menu.svg');
        margin: -7px 0 0 -7px;
    }


#opc-confirm_order .message-error.pop-over {
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000000;
    background: #e4444c;
    color: #FFFFFF;
    margin: 0 0 10px;
}

    #opc-confirm_order .message-error.pop-over .close {
        background: url(../../images/unlocked/ico-close-notification-bar.png) no-repeat;
        width: 20px;
        height: 20px;
        float: right;
        margin: 29px;
        cursor: pointer;
        position: absolute;
        right: 0;
    }

    #opc-confirm_order .message-error.pop-over ul {
        margin: 5px 0px;
        padding: 17px 80px;
        text-align: center;
        font-size: 14px;
        list-style: none;
    }

        #opc-confirm_order .message-error.pop-over ul li {
            padding: 10px 0;
        }

/* -------------------------------------------------- */
header#unlocked-header .header-logo {
    float: left;
    padding: 18px 23px;
    margin: 0 13px 0 0;
    width: 210px;
}

    header#unlocked-header .header-logo a img {
        height: 44px;
    }

header#unlocked-header {
    border-top: none;
}

    header#unlocked-header .header-menu ul.header-nav-bar li a {
        font-weight: 500;
        font-size: 1.25em;
        text-transform: uppercase;
        padding: 10px;
        margin: 21px 12px;
        display: block;
        line-height: 1;
        font-family: 'Libre Franklin', sans-serif !important;
    }

#sub-unlocked-header ul.header-nav-bar {
    list-style: none;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #e9e9e9;
    background: #fbfbfb;
    height: 60px;
}

    #sub-unlocked-header ul.header-nav-bar li {
        display: inline-block;
    }

        #sub-unlocked-header ul.header-nav-bar li a {
            text-decoration: none;
            color: #000;
            font-size: .9em;
            font-weight: 400;
            margin: 25px 20px;
            display: inline-block;
            text-transform: uppercase;
        }

        #sub-unlocked-header ul.header-nav-bar li.active a {
            color: #00b388;
        }

header#unlocked-header .header-menu ul.header-nav-bar li.lifestyle-selected a {
    color: #00b388;
}

/*header#unlocked-header .header-menu ul.header-nav-bar li a.lifestyle-selected {
}

header#unlocked-header .header-menu ul.header-nav-bar li.lifestyle-selected ul{
    display: block;
}*/

#sub-unlocked-header ul.header-nav-bar li ul {
    display: none;
}

#sub-unlocked-header {
    position: absolute;
    /* z-index: 9999;*/
    width: 100%;
    top: 77px;
    display: none;
}

    #sub-unlocked-header.show {
        position: absolute;
        z-index: 9999;
        width: 100%;
        height: 70px;
        display: block;
        top: 75px;
    }



#page-not-found .page-not-found-content h1 {
    font-size: 3.5em;
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
    padding: 0 0 20px 0;
}

#page-not-found .page-not-found-content p {
    font-size: 1.2em;
    color: #FFF;
    font-weight: 400;
    margin: 0 0 20px 0;
}

#page-not-found .page-not-found-content a {
    color: #FFF;
}

.generic-404-background {
    background-image: url('../../images/unlocked/404Screen.jpg');
    background-size: cover;
    background-position: center;
}

.product-info-container .button-add-to-cart .external-link a {
    padding: 17px 0;
    text-align: center;
    color: #FFF;
    background: #00b388;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1.2em;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-indent: -99999999px;
    overflow: hidden;
    position: relative;
    height: 22px;
    font-family: 'Libre Franklin', sans-serif !important;
}

    .product-info-container .button-add-to-cart .external-link a:after {
        padding: 19px 0;
        text-align: center;
        color: #FFF;
        border: 0;
        cursor: pointer;
        border-radius: 4px;
        font-size: 1em;
        display: inline-block;
        text-indent: initial;
        content: "Enquire Now";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        font-weight: 500;
    }

.cart-qty-button {
    border: 1px solid #BBBBBB;
    background-color: #fff;
    color: black;
    height: 37px;
    width: 30px;
    font-size: 12px;
    cursor: pointer;
}

.qty-button-left {
    border-right: 0px;
    margin-right: -5px;
    border-radius: 5px 0px 0px 5px
}

.qty-button-right {
    border-left: 0px;
    margin-left: -3px;
    border-radius: 0px 5px 5px 0px
}


.btn-main {
    height: 55px;
    border-width: 0;
    border-radius: 5px;
    background-color: #009639;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.btn-main-alt {
    height: 55px;
    border-width: 0;
    border-radius: 5px;
    background-color: #009639;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

#header-nav-bar-drop-down {
    display: none;
}

.btn-primary-RegisterResult {
    border-radius: 5px;
    background-color: #940EAF;
    color: white !important;
    border-color: #940EAF;
    border: 1px solid #940EAF;
    height: 50px;
    width: 270px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 30px;
}
.RegisterResult-header {
    font-weight: 700;
    font-size: 32px
}
.RegisterResult-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.RegisterResult-background {
    background-color: #FFFFFF !important;
}
.RegisterResult-font {
    font-size: 30px;
    color: #000000;
}
@media (max-width:650px){
    .RegisterResult-font {
        font-size: 20px;
        color: #000000;
    }
}

.Getanaccount {
    width: 120px;
    height: 27.5px;
    background: transparent;
    border-color: #009639;
    font-size: 14px;
    letter-spacing: normal;
    color: #009639;
    font-weight: bold !important;
    text-align: center;
    vertical-align: middle;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-style: solid;
    cursor: pointer;
}

.GetanaccountMobile {
    /*width: 120px;
    height: 22.5px;*/
    background: transparent;
    border-color: #009639;
    font-size: 12px;
    letter-spacing: normal;
    color: #009639;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-style: solid;
    padding-block-end: 1px;
    padding-block-start: 1px;
    padding-inline-end: 6px;
    padding-inline-start: 6px;
    font-family: 'Libre Franklin', sans-serif !important;
    text-decoration: none !important;
    line-height: normal;
    display: inline-block;
}

/*===================Pagination=======================*/
.pagination {
    display: inline-block !important;
    float: right;
    max-width: 660px;
    padding-bottom: 60px;
    right: -16px;
    margin-top: -15px;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: #4CAF50;
            color: white;
            border-radius: 5px;
            color: #ffffff !important;
            text-decoration: none !important;
        }

        .pagination a.Inactive {
            background-color: #FFFFFF;
            color: #000000 !important;
            text-decoration: none !important;
        }

        .pagination a:hover:not(.active) {
            color: #4CAF50 !important;
            border-radius: 5px;
            text-decoration: underline !important;
        }
/*=====================end pagination=======================*/

/*=====================Blog Article css=====================*/
#blog-article #main-bar {
    height: 360px;
    position: relative;
    background-size: cover;
    background-color: rgb(0, 0, 0);
    background-position: center;
}

    #blog-article #main-bar a.back-button {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 999999;
    }

.image-underlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8 !important;
    background-position: center;
    background-size: cover;
    z-index: 1;
    transition: transform .2s;
}

#main-bar .image-underlay {
    opacity: 1;
}

#blog-article .title {
    display: table;
    top: 56px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 360px;
    position: absolute;
    z-index: 2;
    margin: auto;
}

#blog-article .share {
    display: table;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 360px;
    position: absolute;
    z-index: 2;
    margin: auto;
}

#blog-article .title h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-size: 2.4em;
    font-weight: 400;
    padding: 20px 160px;
    text-shadow: 1px 1px 1px #000;
}

#blog-article #article-content .category-block span.cat-lifestyle {
    background-color: #00b388;
}

.title .category-block span.cat-lifestyle {
    background-color: #00b388;
}
/*Blog Body content*/
#blog-article #article-content .category-block {
    position: absolute;
    top: -75px;
    left: 0;
    width: 160px;
    text-align: center;
    padding: 0;
    margin: 0;
    z-index: 9;
}

#blog-article #article-content .up {
    top: -142px !important;
}

#blog-article #article-content .category-block span {
    padding: 7px 10px;
    display: inline-block;
    color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2em;
}

#blog-article .category-block .social-share {
    position: absolute;
    left: 0;
    top: 70px;
    width: 160px;
    font-size: .9em;
}

.category-block .social-share .title {
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
    text-align: center;
    height: 20px;
}

.category-block .social-share .icons {
    text-align: center;
    padding: 40px 0 0 0;
    z-index: 9;
    position: relative;
}

.category-block .social-share .icons {
    text-align: center;
    padding: 40px 0 0 0;
    z-index: 9;
    position: relative;
}

    .category-block .social-share .icons a {
        display: table;
        margin: auto;
        padding: 10px 15px;
        z-index: 9;
        color: #000 !important;
    }

    .category-block .social-share .icons a {
        display: table;
        margin: auto;
        padding: 10px 15px;
        z-index: 9;
        color: #000 !important;
    }

#blog-article #article-content .article-author {
    padding: 1.4em 0;
    margin: 1.4em 0;
    border-top: 1px solid rgba(151, 151, 151, 0.25);
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
    clear: both;
}

    #blog-article #article-content .article-author .article-author-photo {
        background-position: center;
        background-size: cover;
        width: 70px;
        height: 70px;
        border-radius: 40px;
        float: left;
        margin: 0 1.4em 0 0;
    }

    #blog-article #article-content .article-author .article-author-info {
        float: left;
        display: table;
        height: 70px;
        font-size: .9em;
        line-height: 1.4em;
    }

        #blog-article #article-content .article-author .article-author-info .cell {
            display: table-cell;
            vertical-align: middle;
        }

            #blog-article #article-content .article-author .article-author-info .cell strong,
            #article-content .article-author .article-author-info .cell span {
                display: block;
            }

#blog-article #article-content {
    width: 100%;
    max-width: 860px;
    position: relative;
    margin: 40px auto;
    padding: 0 160px;
    line-height: 1.8em;
    font-size: 1.1em;
    min-height: 300px;
}

    #blog-article #article-content p {
        margin: 1.4em 0;
        clear: both;
    }

    #blog-article #article-content ul {
        margin: 1.4em 0 1.4em 1.4em;
        border: 0px;
    }

#article-footer {
    clear: both;
}
/*===================== end Blog Article =====================*/

.MobileYouthxSubMenu {
    padding: 5px 15px 5px 50px !important;
    display: block !important;
    color: #333 !important;
}

/**=============== Home page CSS =============== */

#home-page .block .content-hover h2 {
    color: #FFF;
    font-size: 2.6em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 25% 0 25%;
}

#home-page .block .content-hover p {
    font-size: 1.25em;
    line-height: 1.5625em;
    margin: 0 0 15px;
}

    #home-page .block .content-hover p.v-desktop a {
        font-size: 1.4em;
        color: #FFF !important;
        font-weight: 500;
        line-height: 1.2em;
    }


    #home-page .block .content-hover p.v-desktop img.desktop-arrow {
        float: right;
        margin-right: 10px;
    }

#home-page .block .content-hover span {
    font-size: 1.4em;
    color: #FFF;
    font-weight: 500;
}

#home-page .block .content-hover {
    vertical-align: middle;
    text-align: center;
    padding: 15px;
    color: #FFF;
    z-index: 2;
    position: relative;
    display: none;
    text-shadow: 1px 1px 1px #000;
}

#home-page .block .content-strap-line .line {
    width: 160px;
    height: 8px;
    margin: auto;
    margin-bottom: 30px;
}

#home-page .block .content-strap-line .strap-line {
    color: #FFF;
    font-size: 2em;
    font-weight: 500;
    margin: 0 0 5px 0;
    display: block;
}

#home-page .block .content-strap-line h3 {
    color: #FFF;
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px 0;
}

#home-page .block .content-strap-line span {
    font-size: 1.4em;
    color: #FFF;
    font-weight: 500;
    padding: 10px;
    display: block;
}

#home-page .block .content-strap-line {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    color: #FFF;
    z-index: 2;
    position: relative;
    text-shadow: 1px 1px 1px #000;
}

#home-page .block .image-hover {
    transition: transform .2s;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#home-page .block .table {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
}

#home-page .block {
    float: left;
    height: calc(70vh - 60px);
    position: relative;
    overflow: hidden;
    width: 33%;
}

    #home-page .block.last {
        float: left;
        height: calc(70vh - 60px);
        position: relative;
        overflow: hidden;
        width: 34%;
    }

    #home-page .block.youthx {
        float: left;
        height: calc(37vh - 57px);
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        #home-page .block.youthx .content-strap-line .line {
            background: #940EAF;
        }

        #home-page .block.youthx .content-hover {
            background: rgba(50, 255, 108, 0.5);
        }

            #home-page .block.youthx .content-hover .line {
                background: #940EAF;
                width: 160px;
                height: 8px;
                margin: auto;
                margin-bottom: 30px;
                margin-top: 30px;
            }

    #home-page .block.lifestyle .content-strap-line .line {
        background: #00b388;
    }

    #home-page .block.lifestyle {
        background: #008e6b;
    }

    #home-page .block.money .content-strap-line .line {
        background: #009639;
    }

    #home-page .block.money {
        background: #007305;
    }

    #home-page .block.potential .content-strap-line .line {
        background: #d22630;
    }

    #home-page .block.potential {
        background: #7b0014;
    }

    #home-page .block:hover > .image-hover {
        transform: scale(1.1);
        opacity: .4;
    }

    #home-page .block:hover > .table .content-hover {
        display: table-cell !important;
    }

    #home-page .block:hover > .table .content-strap-line {
        display: none;
    }

    #home-page .block .content-hover .potentialline {
        width: 160px;
        height: 8px;
        margin: auto;
        margin-bottom: 30px;
        background-color: white;
        display: none;
    }


    #home-page .block .content-hover h3 {
        color: #FFF;
        font-size: 3.5em;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 0 30px 0;
    }

    #home-page .block .youthx-image-hover {
        transition: transform .2s;
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

#avo-popup .modal-dialog {
    min-width: 800px;
}

#avo-popup .avopopup-header {
    color: #009639;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    margin-bottom: 30px;
}

#avo-popup .avopopup-images {
    display: grid;
    column-gap: 10px;
    justify-items: center;
    grid-template-columns: auto auto auto;
    margin-bottom: 30px;
}

    #avo-popup .avopopup-images img {
        height: 216px;
        width: 208px;
    }

#avo-popup .avopopup-buttons {
    margin-bottom: 10px;
}

    #avo-popup .avopopup-buttons button {
        height: 50px;
        width: 205px;
        border-radius: 5px;
    }

        #avo-popup .avopopup-buttons button.avopopup-btn-primary {
            background-color: #009639;
            color: white;
            font-size: 16px;
            font-weight: 500;
            font-family: 'Libre Franklin', sans-serif;
            border: 2px solid #009639;
            margin-right: 10px;
        }

        #avo-popup .avopopup-buttons button.avopopup-btn-secondary {
            background-color: white;
            color: #009639;
            font-size: 16px;
            font-weight: 500;
            font-family: 'Libre Franklin', sans-serif;
            border: 2px solid #009639;
            margin-left: 10px;
        }


.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

#YouthxMobieHomepage {
    color: white !important;
    font-size: 20px;
    background-color: transparent;
    text-decoration: none !important;
    cursor: pointer;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

#YouthxMobieHomepageImg {
    color: white !important;
    font-weight: 600 !important;
    font-size: 30px;
    background: transparent;
    text-decoration: none !important;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border-style: none;
    vertical-align: middle;
}


#RightArrowDashboard {
    background-color: transparent;
    padding: 0px;
}

#divAccountActivation {
    background-color: transparent;
    border-color: transparent;
}

#divHeaderMenu {
    padding-left: 45px;
}

header#unlocked-header {
    z-index: 999999 !important;
}


/*Error Popup CSS*/
/* Error Popup CSS */
#md-ProfileError {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: 70%;
    background-color: rgba(0, 0, 0, 0.4);
}

    #md-ProfileError .modal-content {
        background-color: #fff;
        border: 2px solid red;
        border-radius: 10px;
        width: 90%;
        max-width: 400px;
        height: 50%; /* Default desktop */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        position: relative;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
        text-align: center;
        overflow: hidden;
    }

        #md-ProfileError .modal-content p {
            margin-bottom: 1rem;
            font-size: 1rem;
        }

        #md-ProfileError .modal-content strong {
            font-weight: bold;
        }

    #md-ProfileError .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #888;
        background: none;
        border: none;
        cursor: pointer;
        line-height: 1;
        width: 32px;
        height: 32px;
        text-align: center;
    }

        #md-ProfileError .close-btn:hover {
            color: #000;
        }

    #md-ProfileError .update-btn {
        background-color: #00b894;
        color: white;
        padding: 10px 20px;
        font-size: 1rem;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s;
        margin-top: 1rem;
    }

        #md-ProfileError .update-btn:hover {
            background-color: #019374;
        }


.MobileSubmenu {
    position: fixed;
    top: 60px;
    width: 100%;
    background-color: white;
}

#main-category-selection li {
    float: left;
    width: 25%;
    text-align: center;
    height: 40px;
    display: table !important;
}

    #main-category-selection li a {
        display: table-cell;
        vertical-align: middle;
        font-weight: 500;
        text-transform: uppercase;
        text-decoration: none;
        color: #000 !important;
        position: relative; /* for underline positioning */
        transition: color 0.3s ease;
    }

    /* Active link styling */
    #main-category-selection li.active a {
        color: #940EAF !important; /* purple text */
    }

        /* Custom underline for active link */
        #main-category-selection li.active a::after {
            content: "";
            position: absolute;
            left: 10%; /* slightly shorter than text */
            bottom: 2px; /* very small space under text */
            width: 80%; /* underline width */
            height: 3px; /* underline thickness */
            background-color: #940EAF;
            border-radius: 2px;
            transform: scaleX(1);
            transform-origin: center;
            transition: all 0.3s ease;
        }

    /* Optional hover effect */
    #main-category-selection li a:hover::after {
        content: "";
        position: absolute;
        left: 10%;
        bottom: 2px;
        width: 80%;
        height: 3px;
        background-color: #ccc;
        border-radius: 2px;
        transform: scaleX(1);
        opacity: 0.6;
        transition: all 0.3s ease;
    }

    /* Optional animation: fade in / slide effect */
    #main-category-selection li a::after {
        transform: scaleX(0);
        opacity: 0;
    }

    #main-category-selection li.active a::after {
        transform: scaleX(1);
        opacity: 1;
    }

    /* Optional hover effect for non-active links (subtle underline preview) */
    #main-category-selection li a:hover::after {
        content: "";
        position: absolute;
        left: 10%;
        bottom: -6px;
        width: 80%;
        height: 3px;
        background-color: #ccc;
        border-radius: 2px;
        transform: scaleX(1);
        opacity: 0.6;
        transition: all 0.3s ease;
    }

.addressEdit {
    background-color: #8e24aa !important;
    color: #ffffff !important;
    border: 1px solid #8e24aa !important;
    border-radius: 6px;
}

    .addressEdit:hover {
        background-color: #7b1fa2 !important;
        border-color: #7b1fa2 !important;
    }

/* DELETE – outline purple */
.addressDelete {
    background-color: transparent !important;
    color: #8e24aa !important;
    border: 1px solid #8e24aa !important;
    border-radius: 6px;
}

    .addressDelete:hover {
        background-color: #8e24aa !important;
        color: #ffffff !important;
    }



/* Overlay */
#addressDeleteModal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: none; 
}

/* Modal box */
#addressDeleteModalBox {
    background: #fff;
    width: 420px;
    max-width: 90%;
    padding: 32px 24px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

/* Close icon */
#addressDeleteModalClose {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 20px;
    cursor: pointer;
}

/* Title */
#addressDeleteModalTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #000;
}

/* Button wrapper */
#addressDeleteModalActions {
    display: flex;
    justify-content: center;
    gap: 14px;
}

    /* Button sizing */
    #addressDeleteModalActions input {
        min-width: 130px;
        height: 42px;
    }

/* Cancel */
#addressDeleteModal .addressCancel {
    background: transparent !important;
    color: #8e24aa !important;
    border: 1px solid #8e24aa !important;
    border-radius: 6px;
}

/* Delete */
#addressDeleteModal .addressDelete {
    background: #8e24aa !important;
    color: #fff !important;
    border: 1px solid #8e24aa !important;
    border-radius: 6px;
}

/* ===== MOBILE VIEW ===== */
@media (max-width: 768px) {
    #addressDeleteModalBox {
        width: 320px;
        padding: 28px 20px;
    }

    #addressDeleteModalActions {
        flex-direction: column;
    }

        #addressDeleteModalActions input {
            width: 100%;
        }

    #addressDeleteModal .addressDelete {
        order: 1;
    }

    #addressDeleteModal .addressCancel {
        order: 2;
    }
}
#ChangePasswordvalidationSummary {
    color: red !important;
}

.form-item:has(#ChangePasswordvalidationSummary) #OldPassword {
    border: 1.5px solid #e53935 !important;
    box-shadow: 0 0 0 1px rgba(229, 57, 53, 0.25);
}
#PasswordRecoveryResult {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

    /* card */
    #PasswordRecoveryResult .PasswordRecoveryResult_card {
        width: 100%;
        padding: 50px 40px;
        text-align: center;
    }

    /* icon */
    #PasswordRecoveryResult .PasswordRecoveryResult_icon {
        width: 120px;
        margin-bottom: 25px;
    }

    /* title */
    #PasswordRecoveryResult .PasswordRecoveryResult_title {
        font-size: 28px;
        font-weight: 700;
        color: #2d2d2d;
        margin-bottom: 15px;
    }

    /* text */
    #PasswordRecoveryResult .PasswordRecoveryResult_text {
        font-size: 16px;
        color: #555;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    /* button */
    #PasswordRecoveryResult .PasswordRecoveryResult_button {
        max-width:320px;
        width: 100%;
        height: 48px;
        border: none;
        border-radius: 6px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        background: linear-gradient(180deg,#9c27b0,#7b1fa2);
    }