@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
html {
  font-size: 1.4rem;
}

body {
  font-family: 'DM Sans', sans-serif;
  background-color: #141414;
  color: #fff;
  padding-bottom: 3rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
    border-radius: 0 !important;
} 

modal-body {
  background-color: black;
}



.table > tbody > tr > td, .table tbody > tr > th {
    border-top: 1px solid #141414;
}

hr { border-color: transparent;}

h2.page-heading {
    font-size: 1.4rem;
    text-transform: uppercase;
  }

.header-brand img {
    width: 150px;

}

.container.header {
    width: 80%; /* Adjust the width as necessary */
    line-height: 130px; /* Adjust based on your header's height */
}



#social-menu {
    float: c; /* Aligns the social media icons to the right */
    list-style-type: none; /* Removes bullet points from the list */
    margin: 0; /* Ensures no default margin is applied */
    padding: 0; /* Ensures no default padding is applied */
}

#social-menu li {
    display: inline-block; /* Displays the list items inline */
}

#social-menu li a {
    padding: 0 10px; /* Adjust padding as needed, ensures spacing between icons */
}

i.fa-long-arrow-left { display: none; }




.header-brand {
    text-align: center;

}

#label-products { margin-right: 15px; }

* {
    border-radius: 0 !important;
}



.page-header {
    margin: 0;
    padding: 0;
    border: none;
}

.main {
    padding-top: 2rem;
}

#product-types, #product-sizes, .clickable.heading br, .clickable.heading + .pager-list.btn-group {
    display: none;
}



.page-mproduct .content .col-md-7 img {
    width: 100%;
    margin-bottom: 0.2rem;
}

p { 
    margin: 0 0 0.625rem; 
}

/*#region Headings */
    h1, h2, h3, h4, h5, h6 {
        font-family: refrigerator-deluxe, sans-serif;
        text-transform: uppercase;
  
    }
    h1 {
  
    }
    h2 {
        font-size: 0.9rem;
        font-weight: 800;
        margin: 1.5rem 0 1.5rem;
        text-transform: capitalize;
    }
    h3 {
        font-size: 0.8rem;
        margin: 2rem 0 0;
        text-transform: uppercase;
        font-weight: 800;
    }   
    h4 {
        font-size: 0.9rem;
        margin: 1.2rem 0 1rem;
    }
    h5 {
        font-size: 1rem;
        font-weight: bold;
        margin: 1rem 0 0.625rem;
    }
    h2.group em { font-size: 60%; 
      text-transform: uppercase;}

    span.product-price { font-weight: 800; }

    #product-description ul { margin-left: -25px; } 

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        color: inherit;
        opacity: 0.7;
        display: block;
        margin-top: 0.2em;
        font-family: refrigerator-deluxe, sans-serif;
        margin-top: 4px;
        /* color: #000000; */
    }

    .thumbnails-static img.img-responsive {
  margin-bottom: 5px;
}

div#product-images a.MagicZoom {
  margin-bottom: 5px;
}

.panel-body {
  padding: 15px 0;
}


#label-products h3.thumbnail-item-heading {
  line-height: 1.2;
  font-size: 0.8rem;
}

#label-products h4.thumbnail-item-price {
  font-size: 0.8rem;
}


/*#endregion */

/*#region Links */
    a {
        transition: all 0.15s;
        color: #ffffff;
    }
    a:hover,a:focus {
        color: #ababab;
    }

    #modal-login a {
        /* color: #141414; */
    }
    #modal-login a:hover, #modal-login a:focus {
        /* color: #ababab; */
    }
/*#endregion */

/* #region Buttons */
    button {
        transition: all 0.15s;
    }
    .btn {
        text-transform: uppercase;
        box-shadow: none;
        /*font-weight: 600;*/
        letter-spacing: 0.0625rem;
        font-size: 0.8rem;
        line-height: 1.25rem;
        transition: all 0.15s;
        font-weight: 400;
    }
    .btn-default {
        background-color: #eee;
        color: #303030;
    }
    .btn-default:hover,.btn-default:focus {
        background-color: #424242;
        color: #fff;
        border-color: #424242;
    }
    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-color: #fff;
        box-shadow: none;
    }
    .btn-primary {
        background-color: #d3d3d3;
        border: 2px solid #d3d3d3;
        color: #141414;
    }
    .btn-primary:hover,.btn-primary:focus {
        background-color: #424242;
        border-color: #424242;
        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: #424242;
        border-color: #424242;
        color: #fff;
    }
    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-color: #424242;
        border-color: #424242;
        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: #7c5d3c;
        border-color: #424242;
        color: #fcd5b1;
    }
    
    .btn-cart.enabled {
        background-color: #f9f9f9;
        color: #141414;
    }
    .btn-cart.enabled:hover, .btn-cart.enabled:focus {
        background-color: #757575;
    }
/* #endregion */

/*#region Lists */
    .list-social {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }
    .list-social li {
        display: inline;
    }
    .list-social a {
        padding: 0;
        display: inline-block;
        font-size: 1rem;
        line-height: 2rem;
        width: 2rem;
        height: 2rem;
        background-color: #888;
        color: #fff;
        border-radius: 50% !important;
        text-align: center;
    }
    .list-social a:hover, .list-social a:focus {
        background-color: #0a0a0a;
    }
/*#endregion */

/*#region Header */
    .site-header {
        background-color: #141414;
        text-align: center;
        padding: 3rem 0 1rem;
    }
    .site-header > .container {
        position: relative;
    }
    .header-logo {
        display: block;
        margin-bottom: 0;
    }
    .header-logo img {
        max-width: 100%;
width: 600px;
height: auto;
    }

    .header-social {
        margin-top: 1.5rem;
    }
    .header-links {
        margin: 1.5rem 0 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }
    .header-links li {
        display: inline;
    }

    .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: #141414;
        z-index: 1032;
        color: #fff;
    }
    .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: 0.9rem;
        line-height: 2.1rem;
        height: 2.5rem;
        width: 2.5rem;
        padding: 0;
        margin: 0;
        border: none;
        background: transparent;
        /* color: #fff; */
        display: block;
        outline: none;
        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: transparent;
        /* color: #8f8f8f; */
        text-decoration: none;
    }
    .nav-account {
        right: 5rem;
        top: 0;
    }
    .nav-basket {
        left: -15px;
        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;
        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: #141414;
    }
/*#endregion */

/* #region Panels */
    .panel {
        background-color: transparent;
    }
    .panel,.panel-group .panel {
        border: none;
        border-radius: 0;
    }
    .panel-heading {
        margin-top: 0;      
    }
    .panel-default > .panel-heading {
        background-color: transparent;
        color: inherit;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid rgba(0,0,0,0.03);
    }
    .panel-footer {
        padding: 15px;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }   
/* #endregion */

/*#region Modals */
    .modal h3 {
        margin-top: 0;
    }
/*#endregion */

/* #region Thumbnail items */
.thumbnails-static {
    position: fixed;
    width: 80px;
    float: left;
    margin-left: -85px;
    bottom: 45px;
}

    #products-artwork.row, .row.artwork {
        margin-left: -2px;
        margin-right: -2px;
    }    
    .owl-carousel .owl-item, .artwork-view.col-md-3, .artwork-view.col-md-4, .artwork-view.col-lg-3 {
        padding: 2px;
        border: none;
    }
    .owl-carousel {
        padding: 13px;
    }

    .owl-carousel-also {display: none;}

    .thumbnail {
        background-color: rgba(255,255,255,0.2);
        border: 1px dotted rgba(0,0,0,0.3);
        border-radius: 0;
    }
    a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
        border: 1px solid #141414;
    }
    a.thumbnail.MagicZoomPlus.active, a.thumbnail.MagicZoomPlus:focus, a.thumbnail.MagicZoomPlus:hover {
        border: 1px solid rgba(0,0,0,0.3);
    }

    .thumbnail-item {
        
    }

    .artwork-view.release img {
    border: 1px solid #e8e8e8;
}

    .thumbnail-item-caption {
        padding: 0.5rem 0;
    }
    .caption.preorder, .pre-order, .caption.discount, .discount, .caption.offer, .offer {
        background-color: #656565e8 !important;
        color: #fff !important;
        opacity: 0.9;
        font-weight: 700;
        /* display: none; */
    }
    .thumbnail-item-heading, .media-view .media-heading {
        margin: 0;
        font-size: 1rem;
        font-weight: 800;
        /* line-height: 2.263rem; */
        min-height: 2.5rem;
        text-transform: uppercase;
        text-align: left;
    }
    .thumbnail-item-heading small {
        font-size: 1em;
    }

    .thumbnail-item-price {
        font-weight: 400;
        text-align: center;
        margin: 0;
    }

    .thumbnail-item-sizes {
        font-weight: 200;
        font-size: 0.7rem;
        text-align: center;
    }
    
    .caption.discount .caption-heading {
        font-size: 0.625rem;
        font-weight: 500;
    }
    .thumbs .tall-thumbnail-item .caption {
        padding: 0.2rem;
        font-size: 0.625rem;
    }
    
    .owl-controls {
        padding-right: 15px;
        text-align: left;
    }
    .owl-stage-outer + .owl-controls {
        display: none;
    }
    .owl-controls > div {
        font-size: 2rem;
        height: 2.2rem;
        width: 2.2rem;
        line-height: 2.2rem;
        text-align: center;
        background-color: #141414;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        transition: all 0.15s;
        border-radius: 50% !important;
        position: relative;
    }
    /*.owl-controls > div::before {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        background-color: #eee;
        height: 2.2rem;
        width: 2.2rem;
        content: "";
        z-index: -1;
        transition: all 0.2s;
        transform: scale(0.9);
    }
    .owl-controls > div:hover::before, .owl-controls > div:focus::before{
        transform: scale(1.3);
    }*/
    .owl-controls > div .fa {
        line-height: inherit;
    }
    .owl-controls > div:hover,.owl-controls > div:focus {
        background-color: #141414;
        color: #717171;
    }
    .owl-prev {
        text-indent: -0.1rem;
    }
    .owl-next {
        margin-left: 5px;
        text-indent: 0.1rem;
    }

/* #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: #141414;
    }
    .sidebar-items {
        margin: 0 -15px;
        padding: 0;
        background: #1b1b1b;
    }
    .navbar-fixed-top .navbar-collapse {
        position: fixed;
        left: 0;
        top: 2.5rem;
        width: 100%;
        background: #eee;
        z-index: 1033;
        padding: 0;
    }
    .navbar-brand  {
        display: none !important;
    }

    .sidebar-item h2 {
        display: none;
    }
    .sidebar-link-list {
        margin: 0 0 1.5em;
        padding: 0;
        list-style: none;
    }
    .sidebar-link-list a {
        padding: 0 1rem;
        display: block;
        font-size: 1rem;
        font-weight: 200;
        line-height: 2.5rem;
        border-top: 1px dotted rgba(0,0,0,0.15);
        text-transform: uppercase;
    }
    .sidebar-link-list a:hover,.sidebar-link-list a:focus {
        /*! background-color: rgba(0,0,0,0.05); */
        text-decoration: none;
        /* color: #757575; */
    }

    .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;
        color: #141414;
    }
    .sidebar-toggle:hover, .sidebar-toggle:focus {
        background-color: #1b1b1b;
        color: #141414;
    }
    .sidebar-toggle::before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 1rem;
        color: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-indent: 0;
    }
/* #endregion */

/*#region jPlayer */
    a.jp-button { color: #888; }
    a.jp-button:hover,a.jp-button:focus { color: #0a0a0a; }
    .jp-play-bar { background-color: rgba(0,0,0,0.25); }
/*#endregion */

/*#region Tabs */
    .tab-content {
        border:none;
        padding: 1.5rem 1rem 1rem;
        background-color: #fff3;
        color: #141414;
    }
    .modal .tab-content {
        border: none;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #fff;
        cursor: default;
        background-color: #fff3;
        border: none;
    }

    .nav-tabs {
        border-bottom: none
      }

        .page-mproduct .content .col-md-5 { width: 50%; float: left; }
    .page-mproduct .content .col-md-7 { width: 50%; float: left; }

/*#endregion */

@media (min-width: 768px){


    .main {
        padding: 0rem 0;
        position: relative;
    }
    .sidebar-nav .navbar-header {
        float: none;
    }

    .header-logo img {
        max-width: 100%;
        /* width: 350px; */
        height: auto;
        right: 0;
        /*! display: block; */
    }

    .header-actions {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1034;
        height: 2.5rem;
        background-color: #141414;
    }
    .nav-user {
        position: relative;
        top: 0;
        left: 0;
    }
    .nav-user > li > a {
        padding: 0 1rem;
        width: auto;
    }
    .nav-account {
        right: 2.5rem;
    }

    .header-search {
        position: relative;
        top: 0;
        left: 0;
    }
    .btn-search-toggle {
        right: 0;
    }
    #search {
        position: absolute;
        width: 100%;
    }

    .navbar-toggle {
        display: none;
    }
    .navbar-fixed-top .navbar-collapse {
        position: static;
        background: transparent;
    }
    .sidebar-collapse,.sidebar-items {
        display: block;
        height: auto !important;
    }

    #sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 36px;
        z-index: 1034;
    }
    .sidebar-items {
        margin: 0;
        background-color: transparent;
    }
.sidebar-link-list {
  margin: 0 0 10px -15px;
  padding: 0;
  list-style: none;
  text-align: left;
  font-family: refrigerator-deluxe, sans-serif;
}
    .sidebar-link-list li {
        display: inline;
    }
    .sidebar-link-list a {
        padding: 0 1rem;
        display: inline-block;
        border-top: none;
    }
}
@media (min-width: 992px){

        .container { width: 80%; }
        
    .owl-controls {
        margin-top: 0;
        text-align: right;
    }

        .page-mproduct .content .col-md-7 {
        padding-top: 1rem;
        position: sticky;
        top: 0;
        /* height: 100vh; */
        overflow-y: hidden;
        bottom: 20px;
    }
}
@media (min-width: 1200px){
}
@media (min-width: 1440px){
    .page-mproduct .content .col-md-5 { width: 40%; }
    .page-mproduct .content .col-md-7 { width: 60%; }
}
@media (max-width: 767px){
    

  .container.header {
  width: 80%;
  line-height: unset;
    }
.header-logo {
  float: none;
  margin-bottom: -20px;
  /*! width: 100px; */
}
.header-logo img {
  width: 250px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
    .main {
        padding-top: 0;
    }
    .site-header {
        padding: 3.2rem 0 0;
    }


    .page-mproduct .content .col-md-5 { width: 100%; }
    .page-mproduct .content .col-md-7 { width: 100%; }

#social-menu { margin-bottom: 20px; margin-left: auto; margin-right: auto;}

}


/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

h2.group em {
  color: #fff;
}

/* Links */
a {
  color: #fff;
  transition: all 0.15s;
}
a:hover, a:focus {
  color: #a5a5a5;
  text-decoration: none;
}

/* Buttons */
.btn-default {
  background-color: #ffd288;
  color: #ff3500;
  font-weight: 900;
}
.btn-default:hover, .btn-default:focus {
  background-color: #ffa13c;
  color: #ff3401;
  border-color: #424242;
}

.btn-primary {
  background-color: #fff;
  border: 2px solid #333;
  color: #ff3401;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #fff69;
  border-color: #fff5245;
  color: #fff;
}

/* Utility */
hr {
  border-color: #333;
}

.table > tbody > tr > td, .table tbody > tr > th {
  border-top: 1px solid #333;
}

/* Panels and containers */
.panel,
.panel-footer,
.panel-default > .panel-heading,
.modal-body,
.tab-content,
.site-header,
.nav-user,
#sidebar,
.sidebar-items {
  background-color: #141414 !important;
  color: #fff !important;
}

/* Search box */
.searchbox {
  background-color: #1e1e1e;
  color: #fff;
}

/* Owl carousel controls */
.owl-controls > div {
  background-color: #2b2b2b;
  color: #fff;
}
.owl-controls > div:hover {
  background-color: #444;
  color: #ffffff;
}

/* Sidebar toggle icon */
.sidebar-toggle::before {
  color: #fff;
}

/* Product captions and prices */
.caption,
.caption-heading,
.thumbnail-item-heading,
.thumbnail-item-price {
  color: #fff;
  /* font-weight: 800; */
}

/* Ensure all smaller text variants also follow the color scheme */
small, .small {
  color: #fff;
  opacity: 0.8;
}
