html, body {
  scroll-behavior: smooth;
	font-family: 'Arial';
}
a. a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
p {
	margin-top: 0;
  margin-bottom: 0;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color: #cccccc;
}
.bg-black {
	background-color: #000000;
}

.text-black {
	color: #000000;
}
.text-black:hover {
	color: #000000;
}
.main-typeface {
	font-family: 'Antonio';
}
.menu-item {
	padding: 15px;
	font-family: 'Antonio';
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
	display: inline-block;
}
.menu-item:hover {
	background-color: #000000;
	color: #ffffff;
}
.menu-active {
	background-color: #000000;
	color: #ffffff;
}
.product-list {
	height: 420px;
}
.artist-list {
	height: 350px;
}
.product-image:hover {
	filter: grayscale(100%);
}
.artist-image {
	border: 4px solid #000000;
	margin-bottom: 14px;
	outline: 4px solid #ffffff;
}
.product-image {
	position:absolute; 
	top: 0px; 
	left: 0px; 
	border: 4px solid #000000; 
	margin-bottom: 14px; 
	outline: 4px solid #ffffff; 
	z-index:1; 
	width:200px; 
	height:200px;
	margin-bottom: 14px;
}
.product-image-top-container {
	background: url('/storage/assets/images/layout/background-image.png') left bottom repeat-x scroll;
}
.artist-image-top-container {
	background: url('/storage/assets/images/layout/background-image.png') left bottom repeat-x scroll;
}
.product-image-inside-container {
	width:200px; 
	height:200px; 
	margin:0px auto; 
	position:relative;
}
.product-title-container {
	height: 60px;
	text-transform: uppercase;
}
.product-hover-div {
	position:absolute; 
	display:none; 
	width:100%; 
	height:100%; 
	background-color:rgba(0, 0, 0, 0.8); 
	color:#ffffff; 
	z-index:99; 
	top:0px; 
	left:0px; 
	padding-top:75px;
}
.product-hover-button {
	color:#ffffff; 
	font-size: 1.2em;
	margin-left:20px; 
	margin-right:20px; 
	text-align:center; 
	padding:5px;
	margin-bottom: 20px;
}
.artist-container a {
	text-decoration: none;
	color: #000000;
}
.cursor-pointer{
  cursor: pointer;
}
.mobile-menu-item {
	padding: 15px;
	font-family: 'Antonio';
	font-size: 1.5em;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}
.mobile-menu-item:hover {
	color: #ffffff;
}
.button {
	background-color: #000000;
	color: #ffffff;
	font-size: 1.5em;
	border: 0px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.accordion-button:not(.collapsed) { 
	color: #000000 !important;
	background-color: #ffffff !important;
	border: 0px !important;
	box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.page-item.active .page-link {
    z-index: 3;
    color: #000000;
    background-color: #ffffff; 
    border-color: #dee2e6; 
} 
.page-link:hover {
    z-index: 2;
    color: #000000;
    background-color: #efefef;
    border-color: #dee2e6;
}
.page-link {
    color: #000000;
}
.page-link:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.sidebar-filter-value {
	text-decoration: none;
	color: #000000;
	font-size: 0.8em;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.sidebar-filters {
		display: none;
	}
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
}

#backToTop:hover {
    background-color: #333333;
}

.btn-outline-secondary {
	border: 0px;
}
.btn-outline-secondary:focus {
	border: 0px;
	outline: 0px;
}
.remove-item {
	margin-right: 34px;
}
@media only screen and (max-width: 768px) {
	.remove-item {
		margin-right: 3px;
	}
}

#dashboard-menu {
	display: none;
}
@media only screen and (min-width: 768px) {
	#dashboard-menu {
		display: block;
	}
}
table {
	margin-bottom: 0px !important;
}
/* ribbon */
.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 999999;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #333333;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #666666;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -53px;
	top: 20px;
  transform: rotate(-45deg);
}
.variation-label:hover {
	background-color: #efefef;
}
.variation-label-active {
	background-color: #efefef;
}
.carousel-control-next-icon {
	position: absolute;
	right: 10px;
}
.carousel-control-next-icon {
	position: absolute;
	right: 10px;
}
.carousel-control-prev-icon {
	position: absolute;
	left: 10px;
}
#header-logo-2 {
	display: none;
}
.header-minimized #header-logo-2 {
	display: block;
	height: 25px;
}
.header-minimized #header-logo {
	display: none;
}
.header-minimized {
  height: 50px;
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  background-color: #ffffff;
  width: 100%;
  border-bottom: 4px solid #000000;
}
.header-minimized #header-logo {
	height: 25px;
}
.header-minimized #header-left {
	padding: 8px !important;
}
.header-minimized .menu-item {
	font-size: 1em;
	padding: 13px;
}
.header-minimized #header-right-top {
	display: none;
}
.header-minimized #header-right-top-container {
	padding: 0px !important;
	display: block !important;
}
.header-minimized #header-right-menu-container {
	margin: 0px auto !important;
}
.page-title-margin-top {
	margin-top: 140px !important;	
}