* {
	border-radius: 0 !important;
} 
 body {
 	font-family: Arial, Helvetica, sans-serif;
 	background-color: #222;
 	color: #fff;

}
.modal {
	color: #000;
}
.bg-success {
    background-color: rgba(177, 123, 61, 0.56);
    color: #fff!important;
}

mark {
	display: inline-block!important;
	padding: 2px 6px!important;
	}

h2,h3,h4 {
	/*font-family: 'Abel', Arial, Helvetica, sans-serif;*/
}
.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 {
	display: block;
}

h2 {
	text-transform: uppercase;
}
h2 a {
	color: #fff;
	text-decoration: none;
}

a {
	color: #ddd;
}
a:hover,a:focus {
	color: #fff;
}
.modal a {
	color: #999;
}
.modal a:hover,.modal a:focus {
	color: #000;
}


hr {
	border-top: 3px solid #333;
}
.content hr:last-child {
  display: none;
}

button, input, optgroup, select, textarea {
	color: #222;
}



.modal .btn-primary {
	background-color: #FEE100;
  border-color: #FEE100;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.modal .btn-primary:hover,.modal .btn-primary:focus {
	background-color: #000;
  border-color: #FEE100;
  color: #fff;
}
.btn-primary,
.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: #000;
  border-color: #000;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:focus:active {
  background-color: #000;
  border-color: #FEE100;
  color: #fff;
}



.site-footer {
	background-color: #1a1a1a;
	border-top: 1px dotted #2a2a2a;
	margin: 3rem 0 0;
	padding: 3rem 0;
}

/*#region Header */
    .site-header {
	    margin: 2.5rem 0 3em;
	    text-align: center;
	    border-bottom: 1px dotted #444;
	    background-color: #000;
    }
    .header-logo {
	    display: block;
	    text-align: center;
    }
    .header-logo > img {
      height: auto;
      max-width: 100%;
    }

    .header-actions {
        transition: background-color 0.3s;
    }
    .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: #222;
        z-index: 1032;
        transition: background-color 0.3s;
    }
    .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;
    }
    .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;
        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;
    }

    .sticky .nav-user, .sticky .header-actions {
        background-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;*/
		padding: 10px 0 0;
	}
	.thumbnail-item-heading, .media-view .media-heading {
		margin-top: 0;
		/* min-height: 4.5rem; */
	}
	.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 {
color: #000;
background: rgb(254, 225, 0);
border-bottom: 2px solid #000;
text-transform: uppercase;
font-weight: bold;
	}
	.caption.discount h2:after {		
		color: #FFF;
	}

	.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 {
		background-color: rgba(0,0,0,0.5);
		/*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(255,255,255,0.5);
		color: #000;
		cursor: pointer;
		display: inline-block;
	}
	.owl-controls > div:hover,.owl-controls > div:focus {
		background-color: #fff;
		color: #000;
	}
	.owl-next {
		margin-left: 3px;
	}
/* #endregion */

/* #region Sidebar */
.navbar-fixed-top {
        position: static;
        min-height: 0;
        margin: 0;
    }
    #sidebar {
        position: static;
        z-index: 1033;
    }
    .navbar-fixed-top .navbar-collapse {
        /*position: absolute;
        left: 0;
        top: 6.25rem;*/
        position: fixed;
        left: 0;
        top: 2.5rem;
        width: 100%;
        background: #000;
        z-index: 1033;
    }
    .navbar-brand  {
        display: none !important;
    }

	.sidebar-nav h2 {
  		display: none;
	}
	.sidebar-link-list {
		margin: 0 0 1.5em;
		padding: 0;
		list-style: none;
	}
	.sidebar-link-list a {
		padding: 0.5em;
		text-transform: capitalize;
		display: block;
		border-bottom: 1px dotted #444;
		color: #fff;
	}
	.sidebar-link-list a:hover,.sidebar-link-list a:focus {
		background-color: rgba(0,0,0,0.5);
		text-decoration: none;
		color: #fff;
	}

    .navbar-toggle {
        /*right: 0;
        top: 3.75rem;*/
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1033;
    }
/* #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);
}

.tab-content {
  padding-top: 2rem;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
	color: #000;
}

@media (min-width: 768px){
	.sidebar-nav .navbar-header {
		float: none;
	}
	.btn-cart {
		margin-bottom: 1.5rem;
	}
	.footer-social {
		text-align: right;
	}
	.newletter-text {
		/*float: left;*/
		margin-right: 1rem;
		line-height: 2;
	}
	.input-group.newletter-input {
		float: left;
		width: 280px;
	}
	.site-header > .container {
		position: relative;
	}
	.header-social {
		float: none;
		position: absolute;
		left: 15px;
		top: 0;
	}

    .header-actions {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1034;
        height: 2.5rem;
        background-color: #222;
    }
    .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;
	}
}
@media (min-width: 992px){
	.owl-controls {
		margin-top: 0.8em;
		text-align: right;
	}
}
@media (min-width: 1200px){
	
}

@media screen and (max-width: 767px){
}