﻿/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/
.menu-golden > a{
    color:#B98D27 !important;
    font-weight:700 !important;
}
.menu-golden a:hover{
    color: #000 !important;
}
.mega-menu .row-wrapper .box .subcategory-item a, .mega-menu .sublist-wrap .sublist li a {
    text-transform: uppercase;
}
@media all and (max-width:991px) {
    .mega-menu {
        display: none !important;
    }

    .header-menu .mega-menu-responsive > li {
        border-bottom: 0;
        clear: both;
    }
    /* RESPONSIVE NAV WRAPPER */
    .responsive-nav-wrapper {
        position: relative;
        background-color: #fff;
        text-align: center;
        font-size: 0;
        width: calc(100% - 20px);
        margin: 0 auto;
    }

        .responsive-nav-wrapper:after {
            content: "";
            display: block;
            clear: both;
        }

        .responsive-nav-wrapper > div {
            position: relative;
            display: inline-block;
            vertical-align: top;
        }

            .responsive-nav-wrapper > div > span,
            .responsive-nav-wrapper > div > a {
                position: relative;
                display: block;
                font-size: 0;
                cursor: pointer;
            }

                .responsive-nav-wrapper > div > span:before,
                .responsive-nav-wrapper > div > a:before {
                    display: inline-block;
                }

        .responsive-nav-wrapper .menu-title,
        .responsive-nav-wrapper .search-wrap {
            float: left;
        }
    /* RESPONSIVE MENU */
    .overlayOffCanvas {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1060;
        background-color: rgba(0,0,0,0);
        transition: background 0.3s ease;
    }

        .overlayOffCanvas.show {
            background-color: rgba(0,0,0,0.4);
        }

    .scrollYRemove {
        overflow: hidden !important;
        -ms-touch-action: none !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .header-menu.ps-container .ps-scrollbar-y-rail {
        visibility: hidden !important;
        display: none;
    }

    .header-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
        text-align: left;
        margin-top: 0 !important;
        opacity: 1;
        padding: 0;
        border-radius: 0;
        pointer-events: auto;
        transition: all 0.3s ease;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        box-shadow: none;
        z-index: 1070 !important;
        overflow-y:scroll;
    }

        .header-menu.open {
            left: 0;
        }

        .header-menu > .container {
            padding-left: 8px;
            padding-right: 8px;
        }

        .header-menu .close-menu,
        .close-side-menu {
            display: inline-block;
            color: #111;
            width: 100%;
        }

            .close-menu .close-menu-text,
            .close-side-menu .close-side-menu-text {
                font-weight: 700;
                letter-spacing: 1px;
            }

        .header-menu .mega-menu-responsive > li.root-category-items a,
        .all-categories .labelfornextplusbutton, .menu-myaccount-wrapper li a,
        .menu-myaccount-wrapper .labelfornextplusbutton {
            display: block;
            position: relative;
            z-index: 0;
            padding: 10px 20px !important;
            font-size: 13px;
            line-height: 17px;
            color: #000;
            font-weight: 400;
        }
    .menu-golden a {
        font-weight: 400 !important;
    }
            .header-menu .mega-menu-responsive > li.root-category-items a:hover,
            .menu-myaccount-wrapper li a:hover {
                color: #B98D27;
            }

        .header-menu .top-menu > li {
            border-bottom: 0;
        }

        .header-menu > ul li:last-child,
        .header-menu > ul li:last-child,
        .header-menu > ul li.back-button {
            border-bottom: 0;
        }

        .header-menu .mega-menu-responsive > li .with-subcategories, .all-categories .labelfornextplusbutton,
        .menu-myaccount-wrapper .labelfornextplusbutton {
            float: left;
            width: calc(100% - 50px);
            cursor:pointer;
        }

        .header-menu .mega-menu-responsive li.root-category-items, .main-menu, .menu-myaccount-wrapper ul li {
            display: inline-block;
            width: 100%;
            float:left;
        }

    .plus-button {
        position: relative;
        z-index: 1;
        float: right;
        width: 50px;
        height: 36px;
        cursor: pointer;
        background: url(../Content/img/next-arrow.svg) no-repeat center center;
        opacity: 1;
    }
    /* END ACCOUNT STYLING */
    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 320px;
        height: 100%;
        overflow: hidden;
        background-color: #fff !important;
        transition: all 0.3s ease;
        left: -100%;
    }

        .header-menu .sublist-wrap.active {
            left: 0;
            width: 100% !important;
        }

    .header-menu ul .mobile-header-title {
        display: inline-block;
        border-bottom: 1px solid #E5E5E5;
        padding: 21.5px 15px;
        width: 100%;
        margin-bottom: 6px;
    }

    .header-menu .back-button.menu-back-button {
        background: url(../Content/img/back-arrow.svg) no-repeat left center;
        height: 18px;
        width: 18px;
        display: inline-block;
        font-size: 0 !important;
        text-align: left;
        vertical-align: middle;
    }

    .menu-logo {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #E5E5E5;
        padding: 10px 15px;
        margin-bottom: 6px;
    }

        .menu-logo a img {
            max-width: 66px;
        }

    .close-menu-btn {
        position: absolute;
        right: 20px;
        top: 20px;
        background: url(../Content/img/close-cart.svg) no-repeat center center;
        height: 25px;
        width: 25px;
        font-size: 0 !important;
    }

    .sublist-wrap .close-menu-btn {
        position: inherit;
        right: inherit;
        top: inherit;
        float: right;
    }

    .mobile-menu-items, .search-box-items {
        clear: both;
    }

    .search-box-select{
        display: none;
    }

    .mega-menu-responsive {
        display: inline-block;
        width: 100%;
    }

    .search-box-text.form-control.k-state-default {
        float: left;
        width: calc(100% - 100px);
        border-top: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2;
    }

    .search-box-text::before {
        position: absolute;
        content: "";
        height: 48px;
        width: 18px;
        background: url(../Content/img/search.svg) no-repeat left center;
        z-index: 1;
        left: 20px;
    }

    .search-box-text.form-control.k-input {
        height: 48px;
        border: none;
        padding-left: 54px !important;
        opacity: 0.4;
        height:48px !important;
    }

    .search-box-items .search-box-button {
        background-color: #212121;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        height: 50px;
        float: left;
        width: 100px;
        text-transform: capitalize !important;
    }

        .search-box-items .search-box-button:hover {
            background-color: #414141;
        }

    .search-box form {
        display: inline-block;
        width: 100%;
    }

    .search-box .k-animation-container.instantSearch.resize, .search-box #small-searchterms-list {
        width: 100% !important;
    }

    body.hidescroll {
        overflow: hidden;
    }

    .language-mobile-menu-items .dropdown #dropdownMenuLink, .currency-mobile-menu-items .dropdown #dropdownMenuLink,
    .myaccount-mobile-menu-items #topwishlistlink {
        display: none !important;
    }

    .language-mobile-menu-items .dropdown-menu img {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .language-mobile-menu-items .dropdown-menu span {
        vertical-align: middle;
        display: inline-block;
        margin-top: -3px;
    }

    .language-mobile-menu-items .dropdown-item:focus, .language-mobile-menu-items .dropdown-item:hover,
    .currency-mobile-menu-items .dropdown-item:focus, .currency-mobile-menu-items .dropdown-item:hover {
        background-color: transparent;
    }

    .menutitle {
        display: inline-block;
        width: 93%;
        margin: 0 auto;
        margin-left: auto;
        text-align: center;
        font-family: 'Old Standard TT';
        font-weight: 400;
        font-size: 24px;
        vertical-align: top;
        line-height: 18px;
    }
    .myaccount-mobile-menu-items .header-links li {
        margin: 0;
    }
        .myaccount-mobile-menu-items .header-links li a {
            text-transform: capitalize;
            font-size: 14px;
            display: inline-block;
            width: 100%;
            padding: 15px 20px !important
        }
    .myaccount-mobile-menu-items .ico-register, .myaccount-mobile-menu-items .ico-login {
        transition: .5s ease;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        text-align:center;
        margin-bottom:5px !important;
    }
    .myaccount-mobile-menu-items .ico-login {
        margin-top:10px !important;
    }
    .myaccount-mobile-menu-items .ico-login:hover, .myaccount-mobile-menu-items .ico-register:hover {
        background: #212121;
        border: 1px solid #212121;
        font-weight: 700;
        color: #fff;
    }
        .myaccount-mobile-menu-items .ico-register, .myaccount-mobile-menu-items .ico-login {
            background-color: transparent;
            border: 1px solid #989898;
        }
            .myaccount-mobile-menu-items .ico-login:hover a, .myaccount-mobile-menu-items .ico-register:hover a {
                color: #fff;
            }
    .myaccount-mobile-menu-items .ico-register, .myaccount-mobile-menu-items .ico-login{
        line-height: 30px;
        width: 100%;
        color: #989898;
        padding:0 !important
    }
    .myaccount-mobile-menu-items .login-register{
        margin: 0px 15px;
    }
    .mega-menu-responsive .search-box-section {
        display: inline-block;
        width: 100%;
    }
    .mega-menu-responsive .all-categories {
        display: none;
    }
    .search-box-items {
        margin: 10px 0px 10px;
        display: inline-block;
        width: 100%;
    }
}
@media (min-width:480px) and (max-width:767px) {
    .menutitle {
        width: 89%;
    }
}
@media (min-width:360px) and (max-width:479px) {
    .menutitle {
        width:85%;
    }
}
@media (min-width:320px) and (max-width:359px) {
    .menutitle {
        width: 82%;
    }
}
@media all and (min-width:992px) {
    /* RESETS */
    .menu-title,
    .plus-button,
    .mega-menu-responsive, .mobile-header-title{
        display: none !important;
    }
    .mega-menu .sublist li {
        position: relative;
        margin-bottom:5px;
        width:100%;
    }
        .mega-menu .sublist li:last-child{
            margin-bottom:0px;
        }
        .mega-menu .sublist li a {
            position: relative;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            line-height: 30px;
        }
    .mega-menu .sublist-wrap .sublist-wrap {
        top: -31px;
        left: 118% !important;
    }

    /* dropdown */
    .category-navigation-list > li .dropdown {
        position: absolute;
        top: -16px;
        left: 100%;
        padding: 15px 0;
        background: url(img/shadow-top.png) top left repeat-x, url(img/shadow-bottom.png) bottom left repeat-x;
        opacity: 0;
        max-width: calc(88vw - 290px);
        pointer-events: none;
        transition: all .3s ease;
    }
    .category-navigation-list .dropdown .row-wrapper {
        border: 1px solid #eee;
        padding: 30px;
        background: #fff;
    }
    .category-navigation-list > li:hover .dropdown {
        opacity: 1;
        pointer-events: auto;
    }
    .category-navigation-list .dropdown .row {
        white-space: nowrap;
        max-width: 100%;
        margin-top: 20px;
    }
    .category-navigation-list .dropdown .row:first-child {
        margin-top: 0;
    }
    .category-navigation-list .dropdown .box,
    .category-navigation-list .dropdown .empty-box{
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
        width: 210px;
    }
    .category-navigation-list .dropdown .box:first-child {
        margin-left: 0 !important;
    }
    .category-navigation-list .dropdown.boxes-4 .box {
        max-width: calc(25% - 14px);
    }
    .category-navigation-list .dropdown.boxes-5 .box {
        max-width: calc(20% - 15px);
    }
    .category-navigation-list .dropdown.boxes-6 .box {
        max-width: calc(16.66% - 16px);
    }
    .category-navigation-list .dropdown.boxes-7 .box {
        max-width: calc(14.28% - 17px);
    }
    .category-navigation-list .dropdown.boxes-8 .box {
        max-width: calc(12.5% - 18px);
    }
    .category-navigation-list .dropdown .box .title a {
        white-space: normal;
        text-overflow: initial;
        height: auto;
        line-height: 1.2;
        padding: 7px 0;
        color: #000;
    }
        .category-navigation-list .dropdown .box .title a:hover {
            color: #B98D27;
        }
    .category-navigation-list .dropdown .box .subcategory-item a {
        height: auto;
        line-height: 1.2;
        padding: 7px 0;
        font-weight: 400;
        color: #000;    
        white-space: normal;
        text-overflow: initial;
    }
        .category-navigation-list .dropdown .box .subcategory-item a:hover {
            background-color: transparent;
            color: #B98D27;
        }
    .category-navigation-list .dropdown .box .picture {
        margin-bottom: 10px;
    }
    .category-navigation-list .dropdown .box .picture a {
        white-space: normal;
        text-overflow: initial;
        padding: 0;
        height: auto;
        width: auto;
        font-size: 0;
        line-height: 1;
    }
    .category-navigation-list .dropdown .box .picture a:before {
        content: "";
        display: block;
        padding-top: 70%;
    }
    .category-navigation-list .dropdown .box .picture a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
        max-width: none;
    }
    .mega-menu .has-sublist {
        position: relative;
    }
        .mega-menu .has-sublist .sublist-wrap {
            left: -130px;
        }
    .mega-menu .has-sublist .sublist-wrap .plus-button{
        display: none !important;
    }
    .mega-menu .has-sublist.with-dropdown-in-grid {
        position: static;
    }
    .mega-menu .has-sublist.with-dropdown-in-grid:hover {
        overflow: visible;
    }
    .mega-menu .row {
        overflow: hidden;
    }
    .mega-menu .row + .row {
        margin-top: 20px;
    }
    .mega-menu .box {
        float: left;
        padding: 0 10px;
    }
    .mega-menu .boxes-1 .box {
        width: 100%;
    }
    .mega-menu .boxes-2 .box {
        width: 50%;
    }
    .mega-menu .boxes-3 .box {
        width: 33.333%;
    }
    .mega-menu .boxes-4 .box {
        width: 25%;
    }
    .mega-menu .boxes-5 .box {
        width: 20%;
    }
    .mega-menu .boxes-6 .box {
        width: 16.666%;
    }
    .mega-menu .boxes-7 .box {
        width: 14.28%;
    }
    .mega-menu .boxes-8 .box {
        width: 12.5%;
    }
    .mega-menu .boxes-9 .box {
        width: 11.1%;
    }
    .mega-menu .boxes-10 .box {
        width: 10%;
    }
    .mega-menu .manufacturers .box,
    .mega-menu .vendors .box {
        text-align: center;
    }
    .mega-menu .manufacturers .picture,
    .mega-menu .vendors .picture {
        position: relative;
        border: 1px solid #eee;
        border-radius: 3px;
        overflow: hidden;
        transition: all .2s ease;
    }
    .mega-menu .manufacturers .picture a:before,
    .mega-menu .vendors .picture a:before {
        content: "";
        display: block;
        padding-top: 70%;
    }
    .mega-menu .manufacturers .picture a img,
    .mega-menu .vendors .picture a img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 100%;
        max-width: 100%;
    }
    .mega-menu .manufacturers .title,
    .mega-menu .vendors .title {
        padding: 7px 0;
        font-size: 15px;
        font-weight: 700;
        color: #8c8c8c;
        transition: all .2s ease;
    }
    .mega-menu .manufacturers .box:hover .title,
    .mega-menu .vendors .box:hover .title {
        color: #000;
    }
    .mega-menu .manufacturers .box:hover .picture,
    .mega-menu .vendors .box:hover .picture {
        opacity: .8;
    }

    .main-menu {
        width: 100%;
    }
    .mega-menu {
        text-align: center;
    }
        .mega-menu > li, .header-menu .mega-menu .root-category-items {
            display: inline-block;
        }
            .mega-menu > li > a, .mega-menu > li > span {
                font-size: 14px;
                padding: 13px 25px;
                display: inline-block;
                font-weight: 300;
            }
    .menu-title, .close-menu, .header-menu .back-button {
        display: none;
    }
    .header-menu {
        padding: 0;
    }
    .mega-menu .sublist-wrap, .mega-menu .dropdown {
        position: absolute;
        width: 100%;
        box-shadow: 0 3px 6px rgba(0,0,0,.15);
        background-color:#fff;
        padding: 0;
        text-align: left;
        border-top: none;
        z-index: 99999999;
        left: 0;
        right: 0;
        -webkit-transition: transform .3s,opacity .3s;
        transition: transform .3s,opacity .3s;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        pointer-events: none;
        opacity: 0;
        padding-bottom:50px !important;
    }
        .mega-menu .dropdown.fullWidth {
            left: 0;
            width: 100%;
        }
        .mega-menu .sublist-wrap.active, .mega-menu .dropdown.active {
            -webkit-transition: transform .3s,opacity .3s;
            transition: transform .3s,opacity .3s;
            -webkit-transform: translateY(1px);
            -ms-transform: translateY(1px);
            transform: translateY(1px);
            pointer-events: auto;
            opacity: 1;
        }
    .mega-menu .boxes-3 .row-wrapper .four-coloumn-row {
        width: 61%;
        display: inline-block;
        margin-top: 30px;
    }
    .mega-menu .boxes-3 .category-addright-banner {
        display: inline-block;
        vertical-align: top;
        width: 38%;
        float: right;
        margin-top: 35px;
        position: relative
    }
    .mega-menu .boxes-2 .row-wrapper .four-coloumn-row {
        width: 42%;
        display: inline-block;
        margin-top: 30px;
    }
    .mega-menu .boxes-2 .category-addright-banner {
        display: inline-block;
        vertical-align: top;
        width: 57%;
        float: right;
        margin-top: 35px;
        position: relative
    }
    .mega-menu .row-wrapper .row {
        width: 100%;
        overflow: hidden;
    }
    .mega-menu .fullWidth.categories .box {
        min-width: 0;
        padding:0px;
    }
    .mega-menu .box .title {
        margin-bottom:16px;
    }
    .mega-menu .sublist-wrap .sublist > li > a, .mega-menu .row-wrapper .box .picture-title-wrap .title a {
        color: #000;
        font-size: 13px;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase;
    }
        .mega-menu .sublist-wrap .sublist > li > a:hover, .mega-menu .row-wrapper .box .picture-title-wrap .title a:hover,
        .mega-menu .box .subcategory-item a:hover, .mega-menu .sublist li:hover > a{
            color: #B98D27;
        }
        .mega-menu .box li a {
            display: inline-block;
            position: relative;
            font-size: 13px;
            color: #000;
            font-weight: 300;
            width:auto;
        }
    .mega-menu .box .subcategory-item {
        margin-bottom:16px;
    }
    .mega-menu .sublist-wrap {
        width: 365px;
        padding:30px 48px!important;
    }
        .mega-menu .sublist-wrap .sublist li a {
            font-size: 13px;
            color: #000;
            font-weight: 200;
            display:inline-block;
            width:auto;
        }
    .search-box-items, .mobile-menu-items, .menu-myaccount-wrapper{
        display: none;
    }
}
@media (min-width:992px) and (max-width:1366px){
    .mega-menu .sublist-wrap {
        width: 200px;
        padding: 15px 20px !important;
    }
    .mega-menu .has-sublist .sublist-wrap {
        left: -35px;
    }
}
@media (min-width:992px) and (max-width:1460px) {
    .boxes-3 .category-addright-banner .nivo-caption {
        width: 60%;
        left: 4%;
        top: 10%;
    }
    .boxes-2 .category-addright-banner .nivo-caption {
        width: 45%;
        left: 4%;
        top: 10%;
    }
        .category-addright-banner .nivo-caption h3 {
            font-size: 20px;
        }
}
@media (min-width:1461px) and (max-width:1920px) {
    .boxes-3 .category-addright-banner .nivo-caption {
        width: 60%;
        left: 4%;
        top: 10%;
    }
    .boxes-2 .category-addright-banner .nivo-caption {
        width: 45%;
        left: 4%;
        top: 10%;
    }
}
@media (min-width: 1367px) {
    .colum-content {
        padding: 0px 8%;
    }
}