@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,600,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
* {
    border-radius: 0 !important;
} 
 body {
    font-family: 'Libre Franklin',Arial,Helvetica,sans-serif;
    background-color: #0b0b0b;
    color: #fff;
    padding-bottom: 3rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-image: url('/custom/img/filled_tileable_fishtales.png');
  background-repeat: repeat;
  background-attachment: fixed; /* Optional: makes the background fixed during scrolling */
  background-size: auto; /* Adjust size as needed */
}


.list-social {
    margin: 30px 0 -18px;
    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;
    text-align: center;
    color: #d9d9d9;
}
.list-social a:hover, .list-social a:focus {
    background-color: transparent;
    color: #e0cbdb;
}


.modal {
    color: #000;
}

.main {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

mark {
    display: inline-block!important;
    padding: 2px 6px!important;
    }

h2,h3,h4 {
    font-family: 'Noto Serif', serif;
    font-weight: 600;
    text-transform: capitalize;
    /* letter-spacing: 1.6px; */

}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small {
    display: block;
    color: inherit;
    opacity: 0.65;
}

h2 {
    text-transform: capitalize;
    font-size: 26px;

}
h2 a {
    color: #fff;
    text-decoration: none;
}
h2 a .fa {
        color: #ffffff;
    }
h2 a:hover,h2 a:focus,
h2 a:hover .fa,h2 a:focus .fa {color: #8c8c8c;}

h3.discount {
    padding: 0 0.25rem;
}

a {
    color: #ffffff;
}
a:hover,a:focus {
    color: #8c8c8c;
    text-decoration: none;
}
.modal a {
    color: #999;
}
.modal a:hover,.modal a:focus {
    color: #000;
}


hr {
    border-top: 1px solid #2b2b2b;
}
.content hr:last-child {
  display: none;
}

button, input, optgroup, select, textarea {
    color: #222;
}

    mark.bg-success {
    background: #fff;
    opacity: 1;
    color: #000;
}

.btn {
    font-weight: normal;
}
.btn-cart, .modal .btn-primary {
    background-color: #313131;
  border-color: #313131;
  text-transform: uppercase;
  color: #fff;
}
.btn-cart:hover,.btn-cart:focus,.btn-cart:active,.btn-cart:focus:active,
.modal .btn-primary:hover,.modal .btn-primary:focus {
    background-color: #313131;
  border-color: #313131;
  color: #fff;
}
.btn-primary, .btn-default,
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .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: #b5b5b5;
  border-color: #b5b5b5;
  text-transform: uppercase;
  color: #0b0b0b;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:focus:active,
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default:focus:active {
  background-color: #313131;
  border-color: #000000;
  color: #ffffff;
}

.js .thumbnail-item-actions {
    background-color: #ffffffd4;
}

.thumbnail-item-actions .btn {
    background-color: #000;
    color: #fff;
    border-color: #000;
    padding: 10px;
}

.thumbnail-item-actions .btn:hover, .thumbnail-item-actions .btn:focus, .thumbnail-item-actions .btn:active {
    background-color: #3e3e3e;
    color: #fff;
}


/*#region Header */
    .site-header {
        height: 9rem;
    }
    .header-logo {
        
text-align: center;
        
/* margin-right: auto; */
    }
    .header-logo > img {
      
margin-left: auto;
      
margin-right: auto;
    }

    .header-actions {
        
    }
    .actions-container {

    }

    .nav-user {
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    background-color: #000;
    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: 0.9rem;
    line-height: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    color: #fff;
    display: block;
    outline: none;
    text-align: center;
    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;
    }
    .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 {

background-color: #b5b5b5;

color: #000;
}

    .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;
    }
    .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 Panels */
    .panel {
        background-color: rgba(50,50,50,0.5);
        color: #fff;
        border-color: transparent;
    }
    .panel > .panel-heading {
        background-color: transparent;
        color: #fff;
        border-color: transparent;
    }
    .panel-footer {
        padding: 15px;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }   

    .panel-footer.pre-order {
    background-color: rgba(52, 150, 114, 0.18);
}
/* #endregion */

/* #region Thumbnail items */
    .thumbnail {
        background-color: rgba(0,0,0,0.5);
        border: 1px dotted rgba(0,0,0,0.5);
        border-radius: 0;
    }
    a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
        border: 1px solid #000;
    }
    a.thumbnail.MagicZoomPlus.active, a.thumbnail.MagicZoomPlus:focus, a.thumbnail.MagicZoomPlus:hover {
        border: 1px solid rgba(0,0,0,0.3);
    }

    .thumbnail-item {
        /* margin-bottom: 0; */
    }
    .thumbnail-item-caption {
    /* border-bottom: 1px dotted #444; */
    font-size: 20px!important;
    padding: 10px 0 0;

}
    .thumbnail-item-heading, .media-view .media-heading {
    font-size: 20px;
    margin-top: 0;
    text-transform: capitalize;

}
    .thumbnail-item-heading small {
        text-transform: none;
        margin-top: 5px;
    }
    .artwork-view:hover .thumbnail-item,.artwork-view:focus .thumbnail-item,
    .media-view .thumbnail:hover,.media-view .thumbnail:focus,
    .thumbnails .thumbnail:hover,.thumbnails .thumbnail:focus {
        
    }
    
    .featured-item {
        padding: 15px;
    }

    .caption.discount {
        
    }
    .caption.discount h2:after {        
        
    }

    .col-media {
        padding-bottom: 15px;
        padding-top: 15px;
        border: 1px solid transparent;
    }
    .media:not(.cart-item .media) {
        padding-bottom: 15px;
        border-bottom: 1px dotted #000;
    }
    .media-object:not(.cart-item .media-object) {
        border-right: 5px solid;
        max-width: 100px;
    }
    .owl-carousel .owl-item, .artwork-view.col-md-3 {
        padding: 15px 15px 0;
        margin-bottom: 0;
        border: 1px solid transparent;
    }
    .owl-carousel .owl-item:hover,.owl-carousel .owl-item:focus,
    .col-media:hover,.col-media:focus,
    .artwork-view.col-md-3:hover,.artwork-view.col-md-3:focus,
    .artwork-view.col-md-4:hover,.artwork-view.col-md-4:focus {
        background-color: #000;
        /*border: 1px dotted rgba(0,0,0,0.3);*/
    }
    .owl-controls {
        padding-right: 15px;
        text-align: left;
    }
    .owl-stage-outer + .owl-controls {
        display: none;
    }
    .owl-controls > div {
        font-size: 2em;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.1;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
    }
    .owl-controls > div:hover,.owl-controls > div:focus {
        background-color: #313131;
        color: #ffffff;
    }
    .owl-next {
        margin-left: 3px;
    }
/* #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: rgba(11, 11, 11, 0.03);

}
    .sidebar-items {
        margin: 0 -15px;
        padding: 0;
        background: #ffffff;
    }
    .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: 400;
        line-height: 2.5rem;
        border-top: 1px dotted rgba(0,0,0,0.15);
        text-transform: uppercase;
        color: #000;
        text-align: right;
    }
    .sidebar-link-list a:hover,.sidebar-link-list a:focus {
        background-color: rgba(0,0,0,0.05);
        text-decoration: none;
    }

    .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: #fff;
        color: #0b0b0b;
    }
    .sidebar-toggle::before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 1rem;
        color: #fff;
        position: absolute;
        left: 0;
        top: 2px;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-indent: 0;
    }
/* #endregion */

a.jp-play,a.jp-pause {
  color: #fff;
}
a.jp-play:hover,a.jp-play:focus,
a.jp-pause:hover,a.jp-pause:focus {
    color: #ccc;
}
.jp-play-bar {
    background-color: rgba(255,255,255,0.1);
}
td.track {
  vertical-align: middle !important;
}

.checkout .radio.control-label {
  position: relative;
  right: 2em;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(255,255,255,0.1);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {border-color: #2b2b2b;}

.tab-content {
  padding-top: 2rem;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    color: #000;
}

@media (min-width: 768px){
  
  .sidebar-link-list a {

    color: #fff;
    text-align:center;
}

  
    body {
        padding-top: 2rem;
    }
    .sidebar-nav .navbar-header {
        float: none;
    }
    .btn-cart {
        margin-bottom: 1.5rem;
    }
    .site-header {
        margin-bottom: 2rem;
        margin-top: 2.5rem;
        background: transparent;
        height: auto;
    }
    .site-header > .container {
        position: relative;
    }
    .header-col {
        padding-top: 1rem;
        min-height: 113px;
    }
    .header-col::before {
        position: relative;
        top: -1rem;
        width: 100%;
        height: 1px;
        background-color: #00B0F4;
        content: "";
        display: block;
    }
    .header-col:first-child::after {
        content: url(../img/logo-corner.png);
        position: absolute;
        left: 15px;
        top: 1px;
    }

    .header-actions {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1034;
        height: 2.5rem;
        background-color: #111;
    }
    .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%;
    }

   .main {
        padding: 0rem 0;
        position: relative;
    }
    .sidebar-nav .navbar-header {
        float: none;
    }

    .header-logo img {
        max-width: 100%;
        width: 620px;
        height: auto;
        display: block;
    
    }

    .header-actions {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1034;
        height: 2.5rem;
        background-color: rgba(0, 0, 0, 0);
    
    }
    .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: black;
    
    }
    .sidebar-link-list {
        margin: 0 0 10px;
        padding: 0;
        list-style: none;
        text-align: center;
    }
    .sidebar-link-list li {
        display: inline;
    }
    .sidebar-link-list a {
        padding: 0 1rem;
        display: inline-block;
        border-top: none;
    }
}
@media (min-width: 992px){
    .owl-controls {
        margin-top: 0.8em;
        text-align: right;
    }
}
@media (min-width: 1200px){
    
}

@media screen and (max-width: 767px){
  
    
    .list-social {
  margin: 80px 0 -18px;
  padding: 0;
  list-style: none;
  text-align: center;
}
    h2 a { font-size: 24px;
    }
    .header-logo > img {
        margin-left: auto;
        margin-right: auto;
        width: 280px;
        display: block;
        position: relative; 
        top: 72px;
    }
}

