/* Header
-------------------------------------------------------------- */

header {
    position: relative;
    width: 100%;
    padding: 0;
    z-index: 99;
}
header .header { clear: both; }

/* Hide Mobile elements */

.mobile-top,
.mobile-title,
header .social { display: none; }

/* Super-promo
-------------------------------------------------------------- */

.super-promo {
    padding: 16px 0;
    background: #c20f25;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.super-promo p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}
.super-promo a {
    color: #fff;
    border-bottom: dotted 1px #fff;
}

/* Top Aux
-------------------------------------------------------------- */

/* Shipping Message */

.top-promo-msg {
    width: 100%;
    padding: 20px 0;
    background: #000;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.top-promo-msg .shipping-guide {
    cursor: pointer;
}
.top-promo-msg .shipping-guide .mobile {
    display: none;
}
.top-aux {
    display: block;
    min-height: 30px;
    background: #e6e6e6;
}

/* Search
-------------------------------------------------------------- */

.top-search {
    clear: both;
    float: left;
    margin-top: 4px;
    background: #fff;
}
.top-search label {
    display: none;
}
.top-search .input-text {
    float: left;
    width: 85px;
    height: 10px;
    margin: 0;
    padding: 6px 22px 6px 10px;
    border: none;
    background-color: transparent;
    text-align: left;
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    color: #6c6a6a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-search .input-text:active,
.top-search .input-text:focus {
    background: #fff;
}


/* button */

.top-search button.button {
    float: right;
    width: 11px;
    height: 11px;
    min-height: 11px;
    min-width: 0;
    margin: 6px 6px 0 0;
    padding: 0px;
    border: none;
    background: none;
    cursor:pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .top-search:hover button.button,
    .top-search .input-text:focus ~ button.button {
        opacity: 1;    
    }
    .top-search button span span {
        text-indent: -9999em;
    }
    .top-search button.button span span:before {
        content: 's';
        float: left;
        width: 11px;
        height: 11px;
        font-size: 11px;
        text-align: center;
        padding-top: 0px;
        font-family: "fredericks" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        color: #999;
        text-indent: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: color .3s ease;
        -moz-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;    
    }
    .top-search button:hover span span:before {
        color: #c20f25;
    }

/* Autocomplete */
.top-search .search-autocomplete {
    margin-left: 0px;
    padding: 0;
    border: solid 1px #d1d1d1;
    border: none;
}
    .top-search .search-autocomplete ul {
        border: solid 1px #d1d1d1;
        float: left;
        width: 100%;
        background: #fff;
    }
    .top-search .search-autocomplete ul li {
        clear: both;
        float: left;
        width: 90%;
        padding: 5px 5%;
        cursor: pointer;
        text-transform: uppercase;
        font-size:10px;
        line-height: 12px;
        color: #1a1818;
        -webkit-transition: color .3s ease;
        -moz-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
    }
    .top-search .search-autocomplete li .amount {
        background: #999;
        padding: 1px;
        font-size: 7px;
        min-width: 10px;
        margin-top: 0px;
        margin-left: 5px;
        border-radius: 1px;
        color: #b2b2b2;
        text-align: center;
        float: right;
    }
    .top-search .search-autocomplete li:hover {
        color: #c20f25;
        text-decoration: underline;
    }

/* Top Links
-------------------------------------------------------------- */

.top-commerce { float: right; }
.top-links { float: left; }

.top-links .links li {
    float: left;
    margin-top: 8px;
    padding: 0;
}
.top-links .links li a {
    margin: 0;
    padding: 0 6px;
    border-right: solid 1px #7d7d7e;
    font-weight: 400;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: .3px;
    color: #1a1818;
    text-transform: none;
    text-decoration: none;
}
.top-links .links li a:hover { text-decoration: underline; }

/* Mini Cart
-------------------------------------------------------------- */

#miniCartContainer { float: right; }
#mini-cart { float: right; }

.after-mini-cart {}

/* Mini-Cart Button */
#mini-cart .dropdown-toggle { float: left; cursor: pointer; }
    #mini-cart .dropdown-toggle * { display: initial; }
    #mini-cart .dropdown-toggle:hover,
    #mini-cart.open > .dropdown-toggle.cover > div { background: none; }
    #mini-cart .dropdown-toggle > div { display: block; float: left; padding: 0; }
    #mini-cart .dropdown-toggle .icon-cart { display: none; }

    #mini-cart .dropdown-toggle .summary {
        float: left;
        margin-top: 8px;
        padding: 0 6px; 
        font-weight: 400;
        font-size: 1em;
        letter-spacing: .3px;
        color: #1a1818;
        text-decoration: none;
        text-transform: none;
    }
    #mini-cart .dropdown-toggle .summary:hover { text-decoration: underline; }
    #mini-cart .dropdown-toggle .label { padding: 0; }
    #mini-cart .dropdown-toggle:after {
        content: '';
        float: right;
        width: 16px;
        height: 19px;
        margin-top: 5px;
        background: url(../images/ico-bag.png) no-repeat 0 0;
    }

#mini-cart.is-not-empty {}

/* Mini-Cart Content */

#mini-cart .dropdown-menu {
    width: 280px;
    padding: 12px;
    border: solid 5px #e6e6e6;
    background: #fff;
    color: #6d6f72;
    box-shadow: none;
}
#mini-cart.is-empty .dropdown-menu {
    font: 400 1.1em 'Lato', Helvetica, Arial, sans-serif;
    color: #6d6f72;
}
#mini-cart.is-not-empty .dropdown-menu {
}
    #mini-cart .dropdown-menu > div {}
    #mini-cart .dropdown-menu .block-subtitle {
        margin-bottom: 10px;
        background: #eeeeef;
        padding: 4px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.6;
        text-transform: uppercase;
        color: #1a1818;
    }
    #mini-cart .dropdown-menu ol {}
    #mini-cart .dropdown-menu li {
        display: block;        
        margin-top: 12px;
        padding-bottom: 12px;
        border-bottom: solid 1px #d1d1d1;
    }
    #mini-cart .dropdown-menu li .product-image {
        float: left;
        padding-left: 0;
        text-align: left;
        width: 25%;
    }
        #mini-cart .dropdown-menu li .product-image img {
            float: left;
            width: 100%;
            height: auto;
        }
    #mini-cart .dropdown-menu li .product-details {
        float: right;
        width: 70%;
        font-size: 11px;
        color: #474747;

    }
        #mini-cart .dropdown-menu li .product-name {
            width: 88%;
            margin-bottom: 5px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            white-space: normal;
        }
        #mini-cart .dropdown-menu li .product-name a {
            color: #1a1818;
            text-decoration: none;
        }
        #mini-cart .dropdown-menu li .product-name a:hover {
            color: #c20f25;
        }
        #mini-cart .dropdown-menu li .btn-remove {
            float: right;
            width: 8%;
            margin-top: 3px;
            text-indent: 0;
            cursor: pointer;
        }
        #mini-cart .dropdown-menu li .btn-remove:before {
            display: block;
        }
        #mini-cart .dropdown-menu li strong {}
        #mini-cart .dropdown-menu li .price {}
        
        /* Details Popup */
        
        #mini-cart .dropdown-menu .truncated { position: relative; text-transform: uppercase; clear: both; display: block;}
            #mini-cart .dropdown-menu .truncated_full_value { background: #eeeeef; }
            #mini-cart .dropdown-menu .truncated dl { background: #fff; border: solid 3px #eeeeef; }
            #mini-cart .dropdown-menu .truncated dt { color: #474747; font-size: 10px; float: left; }
            #mini-cart .dropdown-menu .truncated dd { color: #474747; font-size: 9px;}
            #mini-cart .dropdown-menu .truncated .details { font-size: 10px; color: #474747; }
            #mini-cart .dropdown-menu .truncated .details:hover { color: #c20f25; }

    #mini-cart .actions {
        display: block;
        padding-top: 15px;
        text-align: right;
    }

    #mini-cart .actions button.button {
        min-width: 0;
        font-weight: 300;
        letter-spacing: .215em;
    }
        #mini-cart .actions button { width: 135px; }
        #mini-cart .actions button.btn-view-cart { float: left; background: #fff; border: solid 1px #d1d1d1;}
        #mini-cart .actions button.btn-view-cart span { color: #6d6f72; }
        #mini-cart .actions button.btn-view-cart:hover { border-color: #1a1818; }
        #mini-cart .actions button.btn-view-cart:hover span { color: #1a1818; }
        #mini-cart .actions button.btn-checkout { float: right; }

/* Logo
-------------------------------------------------------------- */

header .main {}

.logo {
    clear: both;
    display: block;
    width: 200px;
    margin: 20px auto;
}
.logo strong {
    display: none;
}
.logo a {
    overflow: hidden;
}

/* Navigation
-------------------------------------------------------------- */

header .nav {
    position: relative;
    z-index: 200;
    margin: 19px auto 12px;
    font: 700 normal 1.3em 'Lato', Helvetica, Arial, sans-serif;
    letter-spacing: .7px;
    text-align: center;
    text-transform: uppercase;
}

/* Level 0 */

header .nav ul.level-0 {
    position: relative;
    z-index: 12;
}
    header .nav ul.level-0 > li {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: solid 1px transparent;
    }
    header .nav ul.level-0 > li.dropdown:hover {
        position: relative;
        z-index: initial;
        border: solid 1px #d1d1d1;
        border-bottom: none;
        background: #fff;
    }
    header .nav ul.level-0 > li > a {
        color: #2a2a28;
        padding: 10px 18px 15px 14px;
        text-decoration: none;
    }
    header .nav ul.level-0 > li:hover > a {
        color: #c20f25;
    }

/* Level 1 */

.dropdown-menu > li > * { display: block; }
.dropdown-menu > li { white-space: normal; }

header .nav ul.dropdown-menu {
    display: none;
    position: absolute;
    top: 30px;
    z-index: -1;
    left: -1px;
    width: 197px;
    margin: 10px 0 0 0px;
    padding: 13px 0 9px;
    border: solid 1px #d1d1d1;
    background: #fff;
    text-align: left;
}
    header .nav li.dropdown:last-of-type ul.dropdown-menu { left: auto; right: -1px; }
    header .nav li.dropdown:hover > ul.dropdown-menu { display: block; }

    header .nav ul.dropdown-menu li { 
        clear: both;
        display: block;
        float: left;
        width: 197px;
    }
    header .nav ul.dropdown-menu a {
        display: block;
        padding: 5px 11px;
        color: #474747;
        font-weight: 400;
        text-decoration: none;
    }
    header .nav ul.dropdown-menu a:hover {
        color: #c20f25;
    }

/* Level 2 */

header .nav li.dropdown-submenu > a:after {
    position: relative;
    top: 3px;
    content: 'r';
    float: right;
    font-family: "fredericks" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
    header .nav li.dropdown-submenu ul.dropdown-menu,
    header .nav li.dropdown-submenu:last-of-type ul.dropdown-menu {
        top: -23px; left: 197px; right: auto; }

/* Responsive
-------------------------------------------------------------- */

/* Widescreen [[ Blue ]] */
@media only screen and (min-width: 1110)  {
}
/* Small Desktops [[ Brown ]] */
@media only screen and (min-width: 960px) and (max-width: 1109px) {
}
/* Tablet (Portrait) [[ Yellow ]] */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile Universal [[ Orange Border ]] */
@media only screen and (max-width: 767px) {

    html.nav-open { width: 100%; background: #eee; }
    body.nav-open {
        position: absolute;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    header .mobile-top {
        display: block;
        width: 100%;
        float: left;
        border-top: solid 3px #000;
    }

    /* Logo */

    header .mobile-top .logo {
        float: left;
        clear: none;
        width: 70%;
        text-align: center;
        margin: 15px 0 8px;
    }
    header .mobile-top .logo img {
        width: 160px;
    }
    .svg .mobile-top .logo img.svg-image,
    .no-svg .mobile-top .logo img.no-svg-image {
        display: inline-block;
    }

    /* shipping promo */

    .mobile-top .top-promo-msg {
        display: block;
        float: left;
        width: 100%;
        margin: 16px 0 8px;
        padding: 5px 0;
        background: #fff;
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
        font-size: 11px;
        letter-spacing: .5px;
        text-align: center;
        color: #c20f25;
    }
    .mobile-top .top-promo-msg .mobile {
        display: block;
    }
    .mobile-top .top-promo-msg .desktop {
        display: none;
    }


    /* mobile buttons */

    .btn-mobile {
        width: 10%;
        height: 35px;
        margin-top: 15px;
        padding-top: 10px;
        padding-left: 1.5%;
        padding-right: 1.5%;
        cursor: pointer;
    }
    .btn-mobile i {
        float: left;
        width: 24px;
        height: 24px;
        padding: 3px 6px 0;
        color: #999;
        font-size: 24px;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
    }
    .btn-mobile.menu {
        float: left;
        text-align: left;
    }
    .btn-mobile.menu i.icon-main {
        margin-left: -10px;
    }
    .btn-mobile.bag {
        float: right;
        margin-left: 2%;
    }
    .btn-mobile.bag .mobile-product-amount {
        float: right;
        margin-top: 2px;
        margin-right: 16px;
        font-size: 9px;
        font-style: normal;
        line-height: 20px;
        color: #1a1818;
    }
    .mobile-product-amount .item {
        display: none;
    }
    .btn-mobile.bag i.icon-bag {
        background: url(../images/ico-bag.png) no-repeat right 5px;
    }
    .btn-mobile.bag i.icon-bag:before {
        display: none;
    }
    .btn-mobile.bag.is-on .mobile-product-amount {
        display: none;
    }

    .btn-mobile.is-on { background: #c20f25; }
    .btn-mobile.is-on i { color: #fff; }
    .btn-mobile.is-on .icon-main { display: none; }
    .btn-mobile.is-on .icon-close { display: block; }

    .btn-mobile .icon-close {
        display: none;
        font-size: 20px;
        text-align: center;
    }

    header .header .logo,
    .top-promo-msg {
        display: none;
    }
    .top-aux {
        min-height: 0;
        height: auto;
        clear: both;
        width: 100%;
        margin-top: 0;
    }

     /* Search
    -------------------------------------------------------------- */

    .top-search {
        display: block;
        position: absolute;
        z-index: 201;
        top: 0;
        left: -280px;
        width: 280px;
        margin-top: 0px;        
        background: #fff;
        border-top: solid 3px #000;
        border-bottom: solid 1px #000;
    }
    .top-search .form-search {
        clear: both;
        float: left;
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    .top-search label {
        display: none;
    }
    .top-search .form-search input.input-text {
        width: 90%;
        margin-right: -57px;
        z-index: 29;
        position: relative;
        height: 15px;
        font-size: 15px;
        padding: 15px 5%;
        border: none;
        background: #fff;
        color: #000;
    }
    .top-search .form-search input.input-text:focus {
        border-color: #fff;
    }
    .top-search button.button {
        z-index: 30;
        position: relative;
        right: 0px;
        width: 45px;
        height: 45px;
        margin: 0;
        opacity: 1;
    }
    .top-search button span span {
        width: 45px;
        height: 45px;
    }
    .top-search button.button span span:before {
        content: 's';
        width: 45px;
        font-size: 20px;
        line-height: 45px;
        text-align: center;
        color: #000;
    }
    /* Autocomplete */

    .top-search .search-autocomplete {
        position: static !important;
        width: 100% !important;        
        clear: both !important; 
        float: left;
        top: 0 !important;
        left: 0 !important;
        box-shadow: none;  
        padding: 5px 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        border: none;
        background: #222;
    }
    .top-search .search-autocomplete ul {
        border: none;
    }
    .top-search .search-autocomplete ul li {
        width: 90%;
        padding: 0 5%;
        font: 300 14px/45px 'Lato', Helvetica, Arial, sans-serif;
        color: #fff;
        background: #000;
        border: none;
        border-top: solid 1px #b2b2b2;
        border-bottom: solid 1px #b2b2b2;
    }
    .top-search .search-autocomplete ul li:hover {
        color: #fff;
    }

     /* Navigation
    -------------------------------------------------------------- */

    header .nav {
        position: absolute;
        height: auto;
        width: 280px;
        left: -280px;
        top: 50px;
        margin: 0 0 30px;
    }
    header .nav li {
        display: block !important;
        width: 100% !important;
        clear: both !important;
        float: left !important;
        min-height: 45px;
        position: relative;
        z-index: 198;
        margin-left: 0;
    }
    header .nav li a {
        position: relative;
        z-index: 199;
        clear: both;
        float: left;
        
        margin: 0;
        padding: 15px 0 13px !important;
        font-size: 14px;
       
        text-transform: uppercase;
        text-align: left;
    }
    header .nav li a span { display: block; }
    header .nav li .opener {
        width: 45px;
        height: 46px;
        float: left;
        clear: both;
        margin-top: -45px;
        cursor: pointer;
        position: relative;
        z-index: 201;
        background: #999;
    }
    header .nav li .opener:before {
        float: left;
        content: 'r';
        margin: 16px;
        width: 11px;
        height: 11px;
        color: #fff;
        font-family: "fredericks" !important; 
        font-style: normal !important; 
        font-weight: normal !important; 
        font-variant: normal !important; 
        text-transform: none !important; 
        font-size: 11px;
        speak: none; 
        line-height: 1; 
        -webkit-font-smoothing: antialiased; 
        -moz-osx-font-smoothing: grayscale;
    }
    header .nav li .opener:hover { background: #c20f25; }

    header .nav ul.level > li:not(.parent) + li:not(.parent) {
        margin-top: 0;
    }

    header .nav li .opener.is-on:before { content: 'd'; }


    /* level 0 */

    header .nav ul.level-0 > li {
        margin-left: 0;
        border: none;
        border-bottom: solid 1px #d1d1d1;
    }
    header .nav ul.level-0 > li.dropdown:hover {
        border: none;
        background: none;
        border-bottom: solid 1px #d1d1d1;
    }
    header .nav ul.level-0 > li > a {
        margin-left: 60px;

    }
    header .nav ul.level-0 > li:hover > a {
        color: #2a2a28;
    }
    header .nav ul.level-0 > li:hover > a:hover {
        color: #c20f25;
    }

    /* Level 1 */

    header .nav ul.dropdown-menu {
        display: none !important;
        position: static !important;
        z-index: 1;
        float: left !important;
        clear: both !important;
        top: 0;
        left: 0;
        width: 100% !important;
        margin-top: 0;
        padding: 0;
        background: none;
        border: none;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        overflow: hidden;
    }
    header .nav ul.dropdown-menu.on { display: block !important; }
    header .nav li.dropdown:last-of-type ul.dropdown-menu { right: auto; }

    header .nav ul.dropdown-menu a {
        margin-left: 60px;
    }
    
    /* Level 2 */

    header .nav li.dropdown-submenu > a:after {
        display: none;
    }
    header .nav li.dropdown-submenu ul a {
        text-transform: capitalize;
        color: #999;
    }


     /* Commerce functions
    -------------------------------------------------------------- */

    .top-commerce {
        display: none;
        position: absolute;
        width: 250px;
        top: 0;
        left: 100%;
        padding: 0 15px 25px;
        margin-bottom: 20px;
        margin-top: 0;
        background: none;
        border-top: solid 3px #000;
    }
    .top-commerce.on {
        display: block;
    }

    /* top links */

    .top-links {
        width: 100%;
        margin-top: 15px;
        border-bottom: solid 1px #b2b2b2;
    }
    .top-links .links li {
        display: block;
    }
    .top-links .links > li a {
        border-left: none;
        display: block;
        font-size: 12px;
        font-weight: 700;
        line-height: 45px;
        margin-right: 12px;
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: solid 1px #b2b2b2;
    }
    .top-links .links > li:hover {
        background: none;
    }



    #miniCartContainer {
        float: left;
        width: 100%;
    }
    #miniCartContainer.on {
        display: block;
    }
    #mini-cart .dropdown-toggle {
        display: none;
    }
    #mini-cart {
        width: 100%;
    }
    #mini-cart .dropdown-menu,
    #mini-cart.is-empty .dropdown-menu,
    #mini-cart.is-not-empty .dropdown-menu {
        display: block !important;
        position: static !important;
        width: 100%;
        float: left;
        right: 0;
        left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 15px;
        border: none;
        padding: 0px 0;
        background: transparent;
        color: #000;
        box-shadow: none;
    }
    #mini-cart.is-empty .dropdown-menu {
    }
    #mini-cart .dropdown-menu li .product-image img  {
        margin-left: 0;
    }
    #mini-cart .dropdown-menu .block-subtitle {
        margin-left: 0px;
    }
    #mini-cart .dropdown-menu li .product-name a {
    }
    #mini-cart .dropdown-menu li .product-name a:hover {
    
    }
    #mini-cart .dropdown-menu li .btn-remove {
        width: 20px;
    }
    #mini-cart .dropdown-menu li .btn-remove:before {
        width: 20px;
        height: 20px;
        font-size: 15px;
    }
    #mini-cart .dropdown-menu .truncated dl {
        position: static;
        display: block;
        top: 0;
        left: 0;
        padding: 10px 0;
        border: none;
        background-color: transparent;
    }
    #mini-cart .dropdown-menu .truncated_full_value { background: transparent; }
    #mini-cart .dropdown-menu .truncated dt { font-size: 11px; }
    #mini-cart .dropdown-menu .truncated dd { font-size: 11px; }
    #mini-cart .dropdown-menu .truncated .details {
        display: none;
    }
    #mini-cart .btn-view-cart {
        margin-left: 20px;
    }
    #mini-cart .btn-view-cart:hover {
        border-color: #1a1818;
    }
    #mini-cart .actions button.btn-view-cart:hover {
        
    }
    #mini-cart .btn-view-cart:hover span {
        color: #1a1818;
    }
    #mini-cart .actions button {
        clear: both;
        float: none !important;
        display: block;
        margin: 0 auto 15px;
    }

}
/* Mobile (Landscape) [[ Pink ]] */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
/* Mobile (Landscape - Large Mobile, iPhone 5, etc.) [[ Purple ]] */
@media only screen and (min-width: 640px) and (max-width: 767px) {    

}
/* Mobile (Portrait) [[ Gray ]] */
@media only screen and (min-width: 320px) and (max-width: 479px) {
 
}