﻿@import url("https://use.typekit.net/wlv0asp.css");
* {
    border-radius: 0 !important;
}

body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    color: #2c2c33;
}

.main {
    padding-top: 3.5rem;
}
#product-types, #product-sizes, .clickable.heading br, .pager-list.btn-group {
    display: none;
}

/*#region Headings */
    h2, h3, h4 {
        font-family: "din-2014",sans-serif;
        letter-spacing: -0.02em;
    }
    h2 {
        margin: 0 0 2rem;
        font-size: 1.95rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    h3 {
        margin: 0 0 1.75rem;
        font-size: 1.75rem;
        font-weight: 600;
    }
    h4 {
        margin: 0 0 1.2rem;
        font-size: 1.25rem;
        font-weight: 600;
    }

    .page-header {
        margin: 0;
        padding: 0;
        border: none;
    }

    .content hr {
        display: none;
    }
/*#endregion */

/*#region Links */
    a {
        color: #ed1c24;
        transition: all 0.2s;
    }
    a:hover, a:focus {
        color: #a32b18
    }
    h2 a {
        color: inherit;
        /*border-bottom: 1px dotted #a32b18;*/
    }
    h2 a:hover,h2 a:focus {
        border-bottom: none;
        text-decoration: none;
    }
/*#endregion */

/*#region Buttons */
    .btn {
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        font-size: 0.7rem;
        line-height: 1.25rem;
        transition: all 0.25s;
    }

    .btn-primary {
        background-color: #2c2c33;
        border-color: #2c2c33;
        color: #fff;
    }
    .btn-primary:hover, .btn-primary:focus {
        background-color: #a32b18;
        border-color: #a32b18;
        color: #fff;
    }
    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-color: #231f20;
        border-color: #231f20;
        color: #fff;
    }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        background-color: #050505;
        border-color: #050505;
        color: #fff;
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #100e0e;
        border-color: #100e0e;
        color: #fff;
    }

    .btn-cart.enabled {
        background-color: #cc331b;
        color: #fff;
    }
    .btn-cart.enabled:hover, .btn-cart.enabled:focus {
        background-color: #a32b18;
        color: #fff;
    }
/*#endregion */

/*#region Social */
    .list-social ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .list-social li {
        float: left;
        margin-left: 0.5rem;
    }
    .list-social a {
        display: block;
        text-align: center;
        background-color: #fff;
        padding: 0.25rem;
        border: 1px solid #b7b7af;
        border-radius: 50% !important;
    }
    .list-social a:hover, .list-social a:focus {
        background-color: #e6e6e1;
    }
    .list-social svg, .list-social img {
        width: 2rem;
        height: 2rem;
        vertical-align: middle;
        opacity: 0.5;
        transition: all 0.25s;
    }
    .list-social a:hover svg, .list-social a:focus svg,
    .list-social a:hover img, .list-social a:focus img{
        opacity: 1;
    }
/*#endregion */

/*#region Header */
    .site-header {
        background-color: #ed1c24;
        padding: 3rem 0 1rem;
        text-align: center;
    }
    .navbar-brand {
        float: none;
        height: auto;
        display: block;
    }
    .navbar-brand img {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .navbar-nav {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-nav li {
        border-top: 1px solid  rgba(0,0,0,0.1);
    }
    .navbar-nav > li > a {
        line-height: 2.5rem;
        font-size: 1.2rem;
        color: #231f20;
        font-weight: 300;
    }
    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
        background-color: rgba(0,0,0,0.05);
        color: #231f20;
    }

    .header-social {
        display: none;
    }

    .header-actions {
        
    }
    .actions-container {

    }

    .nav-user {
        margin: 0;
        padding: 0;
        list-style: none;
        /*position: absolute;
        top: 3.75rem;*/
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 2.5rem;
        background-color: #212121;
        z-index: 1032;
    }
    .nav-user > li, .btn-search-toggle, .btn-close-search, .navbar-toggle {
        position: absolute;
        
    }
    .nav-user > li > a, .btn-search-toggle, .btn-close-search, .navbar-toggle {
        font-size: 1rem;
        line-height: 2.5rem;
        height: 2.5rem;
        width: 2.5rem;
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
        color: #fff;
        display: block;
        outline: none;
        text-align: center;
        font-family: "din-2014",sans-serif;
        text-transform: uppercase;
    }
    .nav-user > li > a:hover, .btn-search-toggle:hover, .btn-close-search:hover, .navbar-toggle:hover,
    .nav-user > li > a:focus, .btn-search-toggle:focus, .btn-close-search:focus, .navbar-toggle:focus {
        background-color: #000;
        color: #fff;
        text-decoration: none;
    }
    .nav-account {
        right: 5rem;
        top: 0;
    }
    .nav-basket {
        left: 0;
        top: 0;
    }
    .btn-search-toggle {
        right: 2.5rem;
    }
    li.nav-basket a {
        padding: 0 1rem;
        width: auto;
    }
    li.nav-basket a.enabled {

    }

    .header-search {
        /*position: absolute;
        top: 3.75rem;*/
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1034;
    }
    #search {
        display: none;
        position: relative;
    }
    .searchbox {
        border:none;
        padding: 0 3rem 0 1rem;
        margin:0;
        line-height: 2.5rem;
        height: 2.5rem;
        width: 100%;
        outline: none;
        background-color: #f5f5f5;
    }
    .btn-close-search {
        right: 0;
        top: 0;
        color: #999;
        font-size: 2rem;
    }
    .btn-close-search:hover, .btn-close-search:focus {
        background: #eee;
        color: #000;
    }
/*#endregion */

/*#region Sidebar */
    .navbar-fixed-top {
        position: static;
        min-height: 0;
        margin: 0;
    }
    #sidebar {
        position: fixed;
        z-index: 1033;
        top: 2.5rem;
        width: 100%;
        background-color: #fff;
    }
    .sidebar-items {
        margin: 0 -15px;
        padding: 0;
        background: #eee;
    }
    .navbar-fixed-top .navbar-collapse {
        position: fixed;
        left: 0;
        top: 2.5rem;
        width: 100%;
        background: #eee;
        z-index: 1033;
        padding: 0;
    }

    .sidebar-items h2 {
        display: none;
    }
    .sidebar-link-list {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #212121;
        text-align: center;
    }
    .sidebar-link-list li {
        border-top: 1px solid  rgba(255,255,255,0.05);
    }
    .sidebar-link-list a {
        padding: 1rem;
        display: block;
        font-family: "din-2014",sans-serif;
        font-size: 1.113rem;
        text-transform: uppercase;
        color: #fff;
    }
    .sidebar-link-list a:hover, .sidebar-link-list a:focus {
        text-decoration: none;
        background-color: rgba(255,255,255,0.05);
        color: #fff;
    }

    .sidebar-toggle {
        padding: 0;
        position: absolute;
        right: 0;
        top: -2.5rem;
        z-index: 1033;
        width: 2.5rem;
        height: 2.5rem;
        text-indent: 200%;
        white-space: normal;
        border: none;
        background: transparent
    }
    .sidebar-toggle:hover, .sidebar-toggle:focus {
        background-color: #000;
        color: #fff;
    }
    .sidebar-toggle::before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 1rem;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-indent: 0;
    }
/*#endregion */

/*#region Footer */
    .footer-social {
        margin-bottom: 1rem;
    }
    .site-footer {
        padding: 3rem 0;
        background-color: #212121;
        color: #fff;
    }
/*#endregion */

/*#region Thumbnail items */
    .thumbnail-item-caption {
        padding: 0.5rem 0;
        /* background-color: #2c2c33; */
        color: #333;
        min-height: 4rem;
        display: flex;
        /* align-items: center; */
        /*justify-content: center;*/
    }
    .thumbnail-item-heading {
        margin: 0;
        font-size: 1.375rem;
    }
    .thumbnail-item-heading small {
        margin-top: 0.2rem;
    }
/*#endregion */

/*#region Panels */
    .panel {
        border: none;
        box-shadow: none;
    }
    .panel-heading, .panel-body, .panel-footer {
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
    .panel > .panel-heading {
        background-color: transparent;
    }
    .panel-footer {
        background-color: transparent;
    }   
    .panel-heading h3, .panel-heading h4 {
        margin: 0;
    }
/*#endregion */

/*#region Modals */
    
/*#endregion */

/*#region Tables */
    
/*#endregion */

/*#region Tabs */
    .news-headlines .nav-pills  li.active > a {
        padding: 0;
        background-color: transparent;
        text-align: left;
        margin: 0 0 1.75rem;
        font-family: "din-2014",sans-serif;
        letter-spacing: -0.02em;
        font-size: 1.75rem;
        font-weight: 600;
        color: #2c2c33;
    }
/*#endregion */

/*#region jPlayer */
    
/*#endregion */

/*#region Owl controls */
    .owl-controls > div {
        transition: all 0.25s;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.3rem;
        font-size: 1.5rem;
        background-color: #f5f5f5;
        color: #212121;
    }
    .owl-controls > div:hover, .owl-controls > div:focus {
        background-color: #eee;
        color: #212121;
    }
/*#endregion */

@media (min-width: 768px) {
    .main {
        padding: 5rem 0 0;
        position: relative;
        background-color: #fff;
     
    }
    .site-header {
        height: 16.5rem;
        padding: 5rem 0 1rem 0;
        background: #212121 url(../img/bg-head.jpg) no-repeat 50% 0;
        background-attachment: fixed;
    }
    .site-header > .container {
        /*position: relative;*/
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar-brand {
        display: inline-block;
    }
    .navbar-brand img {
        max-width: 300px;
        /*! opacity: 0.95; */
    }

    .header-social {
        display: block;
        position: absolute;
        right: 1rem;
        top: 3.5rem;
    }

    .navbar-toggle {
        display: none;
    }
    .header-actions {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1034;
        /*height: 3.5rem;*/
        height: 39px;
        background-color: rgba(0,0,0,0.9);
    }
    .nav-user {
        position: relative;
        top: 0;
        left: 0;
        /*! height: 2.5rem; */
        background-color:transparent;
    }
    .nav-user > li > a, .btn-search-toggle, .btn-close-search, .navbar-toggle {
        line-height: 2.2rem;
        height: 2.5rem;
    }
    .nav-user > li > a {
        padding: 0 1rem;
        width: auto;
        
    }
    li.nav-account > a > span {
    display: none;
}
    .nav-account {
        right: 2.5rem;
    }

    .header-search {
        position: relative;
        top: 0;
        left: 0;
    }
    .btn-search-toggle {
        right: 0;
    }
    #search {
        position: absolute;
        width: 100%;
        height: 3.5rem;
    }
    .searchbox {
        line-height: 3.5rem;
        height: 3.5rem;
    }

    .navbar-toggle {
        display: none;
    }
    .navbar-fixed-top .navbar-collapse {
        position: static;
        background: transparent;
    }
    .sidebar-collapse, .sidebar-items {
        display: block;
        height: auto !important;
    }

    #sidebar {
        padding: 0;
        position: absolute;
        top: 0;
        background-color: #ed1c24;
        border-top: 1px solid #fff;
    }
    .sidebar-items {
        margin: 0;
        background-color: transparent;
    }
    .sidebar-link-list {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
        background: transparent;
    }
    .sidebar-link-list li {
        display: inline;
    }
    .sidebar-link-list a {
        padding: 0 1.4rem;
        display: inline-block;
        border-top: none;
        line-height: 3rem;
    }
    .sidebar-link-list a:hover, .sidebar-link-list a:focus {
        background-color: rgba(0,0,0,0.1);
    }

    .sticky #sidebar {
        position: fixed;
        top: 39px;
        left: 0;
        right: 0;
    }
}
@media (min-width: 992px){

       .container {
        width: 80%;
    }
    
    .navbar-nav > li > a {
        padding: 0 1rem;
        font-size: 1.25rem;
        font-weight: 300;
    }
    .sticky .navbar-nav > li > a {
        font-size: 1.2rem;
    }
}
@media (min-width: 1060px){
    .navbar-nav > li > a {
        padding: 0 1rem;
        font-size: 1.5rem;
    }
}
@media (min-width: 1200px){
    
}

@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: none;
    }
}