﻿* {
    border-radius: 0 !important;
}

body {
    font-family: "europa",sans-serif;
    color: #231f20;
}

.main {
    padding-top: 3.5rem;
}
#product-types, #product-sizes, .clickable.heading br, .pager-list.btn-group {
    display: none;
}

/*#region Headings */
    h2 {
        margin: 0 0 2rem;
        font-size: 2.25rem;
        font-weight: 300;
    }
    h3 {
        margin: 0 0 1.75rem;
        font-size: 1.75rem;
        font-weight: 400;
    }
    h4 {
        margin: 0 0 1.2rem;
        font-size: 1.25rem;
        font-weight: 600;
    }

    .page-header {
        margin: 0;
        padding: 0;
        border: none;
    }
/*#endregion */

/*#region Links */
    a {
        color: #5a5053;
        transition: all 0.25s;
    }
    a:hover, a:focus {
        color: #474244
    }
/*#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: #3e3b3b;
        border-color: #100e0e;
        color: #fff;
    }
    .btn-primary:hover, .btn-primary:focus {
        background-color: #231f20;
        border-color: #231f20;
        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: #a60052;
        color: #fff;
    }
    .btn-cart.enabled:hover, .btn-cart.enabled:focus {
        background-color: #be0661;
        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 {
        height: 5.5rem;
    }
    .navbar-brand {
        float: none;
        height: auto;
        display: block;
        text-align: center;
    }
    .navbar-brand img {
        margin: 0 auto;
        width: 100%;
        max-width: 16.5rem;
    }

    .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: 5.5rem;
        left: 0;
        width: 100%;
        height: 2.5rem;
        background-color: #c9c9c5;
        z-index: 1032;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .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: #231f20;
        display: block;
        outline: none;
        text-align: center;
        overflow: hidden;
    }
    .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,
    li.nav-account.dropdown.open > a  {
        background-color: rgba(0,0,0,0.05);
        color: #0c0b0b;
        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;
    }

    .nav-account .dropdown-menu {
        float: right;
        left: auto;
        right: 0;
    }

    .header-search {
        position: absolute;
        top: 5.5rem;
        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: #eee;
        color: #231f20;
    }
    .btn-close-search {
        right: 0;
        top: 0;
        color: #231f20;
        opacity: 0.3;
        font-size: 2rem;
    }
    .btn-close-search:hover, .btn-close-search:focus {
        color: #231f20;
        opacity: 1;
    }
    .btn-close-search span {
        position: relative;
        top: -0.25rem;
    }

    .navbar-toggle {
        position: absolute;
        top: 5.5rem;
        right: 0;
        z-index: 1033;
    }
    .navbar {
        border: none;
    }
    .navbar-collapse {
        position: absolute;
        top: 8rem;
        z-index: 1033;
        width: 100%;
        background-color: #c9c9c5;
        border: none;
    }

    .sticky .nav-user, .sticky .header-search, .sticky .navbar-toggle {
        position: fixed;
        top: 0;
    }
    .sticky .navbar-collapse {
        position: fixed;
        top: 2.5rem;
    }
/*#endregion */

/*#region Sidebar */
    #sidebar {
        margin: 1rem 0;
        display: none;
    }
    .sidebar-items h2 {
        display: none;
    }
    .sidebar-link-list {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #e6e6e1;
        text-align: center;
    }
    .sidebar-link-list li {
        border-top: 1px solid  rgba(0,0,0,0.1);
    }
    .sidebar-link-list a {
        padding: 1rem;
        display: block;
    }
    .sidebar-link-list a:hover, .sidebar-link-list a:focus {
        text-decoration: none;
        background-color: rgba(0,0,0,0.05);
        color: #231f20;
    }

    .sidebar-toggle {
        padding: 0.5em 40px;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        font-size: 0.7rem;
        color: #999;
        font-weight: 600;
        line-height: 1.42857rem;
        display: inline-block;
        width: 100%;
        margin: 0;
        background: #e6e6e1;
        border: none;
    }
/*#endregion */

/*#region Footer */
    .footer-social {
        margin-bottom: 1rem;
    }
/*#endregion */

/*#region Thumbnail items */
    .thumbnail-item-caption {
        padding: 0 1rem;
        background-color: #c9c9c5;
        min-height: 9rem;
        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-format .panel-footer { padding-left: 10px;; padding-right: 10px; }   
    
    .panel-heading h3, .panel-heading h4 {
        margin: 0;
    }
/*#endregion */

/*#region Modals */
    
/*#endregion */

/*#region Tables */
    
/*#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: #231f20;
        color: #949091;
    }
    .owl-controls > div:hover, .owl-controls > div:focus {
        background-color: #000;
        color: #fff;
    }
/*#endregion */

@media (min-width: 768px){
    .main {
        padding: 9rem 0 0;
    }
    .site-header {
        height: 13rem;
        padding: 1rem 0;
    }
    .site-header > .container {
        position: relative;
    }
    .navbar-header {
        float: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    .navbar-brand {
        width: 50%;
    }
    .navbar-brand img {
        max-width: none;
    }
    .site-header .navbar-collapse {
        padding: 0;
        position: static;
        transition: background-color 0.3s;
    }
    .header-nav {
        position: absolute;
        top: 13rem;
        left: 0;
        right: 0;
        height: 5rem;
        background-color: #c9c9c5;
        box-shadow: 0 0 2rem rgba(0,0,0,0);
        transition: height 0.3s, line-height 0.3s, box-shadow 0.3s, background-color 0.3s;
    }
    .navbar-nav > li {
        border: none;
    }
    .navbar-nav > li > a {
        padding: 0 0.5rem;
        line-height: 5rem;
        height: 5rem;
        font-size: 1rem;
        font-weight: 400;
        transition: height 0.3s, line-height 0.3s, font-size 0.3s, background-color 0.25s, color 0.25s;
    }

    .header-social {
        display: block;
        position: absolute;
        right: 1rem;
        top: 3.5rem;
    }

    .navbar-toggle { display: none; }

    .header-actions {
        /*background-color: #111;*/
        position: absolute;
        top: 13rem;
        left: 0;
        right: 0;
        height: 0;
    }
    .header-search, .nav-user {
        position: relative;
        top: 0;
        background-color:  transparent;
    }
    .nav-user {
        text-align: right;
        padding-right: 4rem;
        border: none;
        height: 0;
        transition: padding-right 0.3s;
    }
    .nav-user > li {
        display: inline-block;
        position: relative;
        right: 0;
    }
    .nav-user > li > a, .btn-search-toggle, .btn-close-search, .navbar-toggle {
        line-height: 5rem;
        height: 5rem;
        width: 4rem;
        transition: height 0.3s, line-height 0.3s, width 0.3s, background-color 0.25s, color 0.25s;
    }
    li.nav-account > a > span {
        display: none;
    }
    li.nav-basket a {
        width: auto !important;
    }
    .btn-search-toggle {
        right: 0;
    }
    #search {
        position: absolute;
        width: 100%;
    }
    .searchbox {
        font-size: 1.5rem;
        line-height: 5rem;
        height: 5rem;
        transition: height 0.3s, line-height 0.3s;
    }

    #sidebar {
        margin: 0;
    }
    .sidebar-toggle {
        display: none;
    }
    .sidebar-collapse,.sidebar-items {
        display: block;
        height: auto !important;
    }
    .sidebar {
        margin: 0 auto;
        width: 100%;
        padding: 0;
        background-color: #e6e6e1;
        position: relative;
        top: -4rem;
        transition: top 0.3s;
    }
    
    .sidebar-link-list {
        margin: 0;
    }
    .sidebar-link-list li {
        float: left;
        border: none;
    }
    .sidebar-link-list a {
        padding: 0 1rem;
        line-height: 3.5rem;
        display: block;
    }
    .sidebar-link-list a:hover, .sidebar-link-list a:focus {
        

    }


    .sticky .nav-user, .sticky .header-search, .sticky .navbar-toggle {
        position: relative;
    }
    .sticky .navbar-collapse {
        position: relative;
        top: 0;
        background-color: #231f20;
    }
    .sticky .header-actions {
        position: fixed;
        top: 0;
        width: 100%;
        height: 0;
        z-index: 1035;
    }
    .sticky .header-nav {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1033;
        background-color: #231f20;
    }

    .sticky .nav-user > li > a, 
    .sticky .btn-search-toggle, 
    .sticky .btn-close-search, 
    .sticky .navbar-toggle, 
    .sticky .searchbox,
    .sticky .header-nav, 
    .sticky .navbar-nav > li > a {
        line-height: 3rem;
        height: 3rem;
    }
    .sticky .nav-user > li.nav-account > a,
    .sticky .nav-user > li.nav-basket > a.disabled, 
    .sticky .btn-search-toggle, 
    .sticky .navbar-nav > li > a {
        color: #ccc;
    }
    .sticky .nav-user > li.nav-account > a:hover, .sticky .nav-user > li.nav-account > a:focus, 
    .sticky .btn-search-toggle:hover, .sticky .btn-search-toggle:focus, 
    .sticky .navbar-nav > li > a:hover, .sticky .navbar-nav > li > a:focus {
        background-color: #000;
    }
    .sticky .header-nav {
        box-shadow: 0 0 0.2rem rgba(0,0,0,0.7);
    }
    
    .sticky .nav-user > li > a, 
    .sticky .btn-search-toggle, 
    .sticky .btn-close-search, 
    .sticky .navbar-toggle {
        width: 3rem;
    }
    .sticky .nav-user {
        padding-right: 3rem;
    }

    .sticky .sidebar {
        top: -6rem
    }
}
@media (min-width: 992px){
    .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;
    }
}