@font-face {
    font-family: AveriaLibreRegular;
    src: url("../fonts/AveriaLibre-Regular.ttf");
}

@font-face {
    font-family: AveriaLibreBold;
    src: url("../fonts/AveriaLibre-Bold.ttf");
}

@font-face {
    font-family: AveriaLibreLight;
    src: url("../fonts/AveriaLibre-Light.ttf");
}

html, body {
	background-color:#E5E4E2;
	font-family: "AveriaLibreBold", sans-serif;
}

header.header {
	background-color:transparent;
	margin-bottom:70px;
}

.navbar {
	border:0px solid #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
}

.logo {
	width:150px;
	height:auto;
	margin-top:-100px;
	margin-left:10px;
}

@media (max-width: 767px) {
	.logo {
		width:215px;
		height:auto;
		margin-top:-11px;
		margin-left:0px;
	}
}

@media (min-width: 768px) and (max-width: 990px) {
	.logo {
		width:100px;
		height:auto;
		margin-top:-80px;
		margin-left:15px;
	}
}

.footer {
	margin-top: 75px;
	background-color: #000;
	padding-top: 30px;
}

.footer .footer-logo img {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin-bottom: 20px;
}

.footer .copyright {
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: "AveriaLibreBold", sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.footer .footer-menu p {
	color: #fff;
	font-size: 26px;
	font-family: "AveriaLibreBold", sans-serif;
	border-bottom: 2px solid #fff;
}

.footer .footer-menu ul {
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 25px;
}

.footer .footer-menu ul li a {
	color: #fff;
	text-decoration: none;
	font-family: "AveriaLibreRegular", sans-serif;
	font-size: 20px;
}

.footer .footer-menu ul li a:hover {
	text-decoration: underline;
}

.navbar-collapse {
	margin-top: 5px;
	margin-bottom: 5px;
}

.nav.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar-right {
	margin-right: 0;
}

@media screen and (min-width:768px){
	.navbar {
		box-shadow: none;
	}
	
	.navbar-brand-centered {
		position: absolute;
		left: 50%;
		display: block;
		width: 200px;
		text-align: center;
		margin-top:0px;
		padding-top:100px;
		padding-bottom:100px;
		background-color:transparent;
	}
	
	.navbar>.container .navbar-brand-centered, 
	.navbar>.container-fluid .navbar-brand-centered {
		margin-left: -100px;
	}
	
	.navbar-nav {
		padding-top:60px;
		padding-bottom:60px;
	}
	
	.navbar-nav>li {
		margin-left:10px;
		margin-right:10px;
	}
	
	.navbar-nav>li.dropdown>ul.dropdown-menu {
		left: 0;
		right: 0;
		min-width: auto;
		border: 1px solid #000;
		border-radius: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.navbar-nav>li.dropdown>ul.dropdown-menu>li>a {
		padding-top: 7px;
		padding-bottom: 7px;
		font-family: "AveriaLibreBold", sans-serif;
	}
	
	.navbar-nav>li>a {
		padding:10px 30px 10px 30px;
		border:2px solid #000;
		color:#000 !important;
		text-transform:uppercase;
		font-family: "AveriaLibreBold", sans-serif;
		font-size:16px;
	}
	
	.navbar-default {
		background-color:transparent;
		border-bottom:none;
	}
	
	.product-listing .product.bal {
		text-align:right;
	}
	
	.product-listing .product.bal .cover {
		padding-right:0px;
	}
	
	.product-listing .product.bal .description {
		padding-left:0px;
	}
	
	.product-listing .product.jobb {
		text-align:left;
	}
	
	.product-listing .product.jobb .cover {
		padding-left:0px;
	}
	
	.product-listing .product.jobb .description {
		padding-right:0px;
	}
}

.product-listing {
	padding-top:30px;
}

.product-listing .product img {
	width:100%;
	height:auto;
	border:6px solid #FFF;
}

.product-listing .product .info  {
	padding:15px 20px;
	border-top:3px solid #BDBCBA;
	border-bottom:3px solid #BDBCBA;
	min-height:200px;
}

.product-listing .product .info p {
	margin-bottom:0px;
}

.product-listing .product .info .badge {
	background-color:#000;
	color:#fff;
	border-radius:0px;
	font-size:20px;
	font-weight:initial;
	text-transform:uppercase;
}

.product-listing .product .date {
	color:#877E6D;
	font-size:22px;
	padding:10px 20px;
	margin-bottom:0px;
}

.product-listing .product .info .title {
	margin-top:10px;
}

.product-listing .product .info .title a {
	color:#000;
	font-size:20px;
}

.page-header {
	background-color:#000;
	font-family: "AveriaLibreBold", sans-serif;
	font-size:36px;
	color:#fff;
	padding:10px 25px;
	text-align:center;
	margin:0px;
}

.news-container {
	border-width: 0px 5px 5px 5px;
	border-style: solid;
	border-color: #ccc;
	padding:25px;
}

.media-heading {
	margin-bottom:5px;
}

.media-heading,
.media-heading a {
	font-family: "AveriaLibreBold", sans-serif;
	color:#000;
	font-size:25px;
}

.media-date {
	font-family: "AveriaLibreLight", sans-serif;
	color:#000;
	font-size:11px;
}

.media-description {
	font-family: "AveriaLibreRegular", sans-serif;
	color:#000;
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
}

.media-object {
	max-width:150px;
}

@media (max-width: 990px) {
	.media-left {
		display:block;
		padding:0px;
	}
	
	.media-object {
		max-width:100%;
		width:100%;
		height:auto;
		margin-bottom:15px;
	}
	
	.media {
		padding-bottom:10px;
		border-bottom: 1px solid #ccc;
	}
}

.news-single .news-container {
	font-family: "AveriaLibreRegular", sans-serif;
	color:#000;
	font-size:16px;
}

.gallery {
	padding-left:14px;
	padding-right:14px;
}

.gallery .gallery-item {
	padding:1px;
}

.gallery .gallery-item img {
	width:100%;
	height:auto;
}

.releases-container {
	border-width: 0px 5px 5px 5px;
	border-style: solid;
	border-color: #ccc;
	padding:25px;
}

.releases-container .media {
	margin-bottom: 30px;
}

.releases-container .media-heading {
	font-size:22px;
	margin-bottom:10px;
}

.releases-container .media-heading a {
	font-size: 22px;
}

.releases-container .media-heading .release-code {
	font-size:0.8em;
}

.releases-container .media-description {
	margin-top: 0;
	margin-bottom: 0;
}

.releases-container p {
	font-size:16px;
}

.about {
	font-family: "AveriaLibreRegular", sans-serif;
	color:#000;
	font-size:16px;
}

.about-content {
	border-width: 0px 5px 5px 5px;
	border-style: solid;
	border-color: #ccc;
	padding:25px;
}

.about-content h2 {
	margin-top:0px;
}

.product {
	padding: 0 15px 30px 15px;
}

.product--image img {
	border: 5px solid #fff;
	width: 100%;
	height: auto;
}

.product--description--date {
	color: #877E6D;
	text-transform: uppercase;
	font-family: "AveriaLibreBold", sans-serif;
}

.product--description--title {
	padding-top: 5px;
	padding-bottom: 5px;
}

.product--description--title a {
	display: block;
	margin-top: 5px;
	font-family: "AveriaLibreBold", sans-serif;
	color: #000;
}

.product--description--title .label {
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	border-radius: 0px;
	font-family: "AveriaLibreBold", sans-serif;
}

@media (min-width: 769px) {
	.product--description--date {
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.product--left .product--image {
		padding-right: 0px;
	}
	
	.product--left .product--description {
		text-align: right;
		padding-left: 0px;
	}
	
	.product--right .product--image {
		float: right;
		padding-left: 0px;
	}
	
	.product--right .product--description {
		padding-right: 0px;
	}
	
	.product--description--title {
		padding: 5px;
		border-top: 2px solid #BDBCBA;
		border-bottom: 2px solid #BDBCBA;
	}
}

@media (min-width: 992px) {
	.product--description--date {
		font-size: 20px;
		padding: 5px 10px;
	}
	
	.product--description--title {
		padding: 15px;
	}
	
	.product--description--title a {
		font-size: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product--description--title {
		min-height: 190px;
	}
}

@media (min-width: 1200px) {
	.product--description--title {
		/* min-height: 240px; */
		min-height: 150px;
	}
}

.product--single .breadcrumb li,
.product--single .breadcrumb li a {
	color: #000;
}

.product--single .breadcrumb li {
	font-family: "AveriaLibreBold", sans-serif;
}

.product--single .breadcrumb li a {
	font-family: "AveriaLibreRegular", sans-serif;
}

.product--single .breadcrumb li a:hover {
	text-decoration: none;
}

.product--single .slider img {
	width: 100%;
	height: auto;
}

.product--single .info .title {
	font-family: "AveriaLibreBold", sans-serif;
	font-size: 36px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.product--single .info .date {
	font-family: "AveriaLibreRegular", sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	color: #877E6D;
}

.product--single .info .status {
	margin-bottom: 15px;
}

.product--single .info .status span {
	font-family: "AveriaLibreBold", sans-serif;
	color: #fff;
	font-size: 18px;
	background-color: #000;
	padding: 3px 10px;
}

.product--single .info .white-bg {
	background-color: #fff;
	padding: 15px;
}

.product--single .info .size {
	padding-bottom: 15px;
}

.product--single .info .qty .qty-label,
.product--single .info .size .size-label {
	font-family: "AveriaLibreBold", sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 42px;
}

.product--single .info .qty .qty-input .form-control,
.product--single .info .size .size-input .form-control {
	border-radius: 0;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "AveriaLibreBold", sans-serif; 
	text-align: right;
	border: 1px solid #000;
	height: 42px;
}

.product--single .info .qty .add-to-cart {
	background-color: #000;
	color: #fff;
	font-family: "AveriaLibreBold", sans-serif;
	text-align: center; 
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid #000;
	font-size: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 42px;
}

.product--single .info .price {
	font-family: "AveriaLibreBold", sans-serif;
	font-size: 30px;
	margin-bottom: 15px;
}

.product--single .info .price .current {
	color: #000;
}

.product--single .info .price .old {
	color: #877E6D;
	text-decoration: line-through;
}

.product--single .similar-products .title,
.product--single .description .title {
	font-family: "AveriaLibreBold", sans-serif;
	font-size: 30px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}

.product--single .description {
	padding-top: 10px;
	padding-bottom: 20px;
}

.product--single .similar-products,
.product--single .similar-products p,
.product--single .description,
.product--single .description p {
	font-family: "AveriaLibreRegular", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: justify;
}

.product--single .similar-products p,
.product--single .description p {
	margin-bottom: 5px;
}

.product--single .similar-product {
	padding: 5px;
	background-color: #fff;
	margin-bottom: 15px;
}

.product--single .similar-product .img img {
	width: 100%;
	height: auto;
}

.product--single .similar-product .similar-info {
	padding: 5px 10px;
}

.product--single .similar-product .similar-info .similar-name {
	margin-bottom: 10px;
}

.product--single .similar-product .similar-info .similar-name a {
	color: #000;
	font-size: 18px;
}

.product--single .similar-product .similar-info .btn-black {
	background-color: #000;
	color: #fff;
	border-radius: 0;
	font-family: "AveriaLibreRegular", sans-serif;
	font-size: 18px;
}

.product--single .similar-product .similar-info .similar-price {
	font-size: 16px;
	line-height: 18px;
	text-align: right;
}

.product--single .similar-product .similar-info .similar-price .current {
	font-size: 24px;
	font-weight: bold;
}

.product--single .similar-product .similar-info .similar-price .old {
	color: #877E6D;
	text-decoration: line-through;
}

@media (max-width: 990px) {
	.product--single .info .qty .qty-label {
		text-align: left;
	} 
	
	.product--single .info .qty .qty-input .form-control,
	.product--single .info .qty .add-to-cart {
		margin-bottom: 15px;
	}
	
	.product--single .info .price {
		font-size: 20px;
		text-align: left;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.product--single .info .qty .qty-label {
		font-size: 20px;
	}
	
	.product--single .info .title {
		margin-top: 15px;
		font-size: 20px;
	}
}

.alphabet-container {
	padding-bottom: 10px;
}

.alphabet-container table.table tbody tr td {
	border: 1px solid #E5E4E2;
	background-color: #000;
}

.alphabet-container table.table tbody tr td a {
	font-family: "AveriaLibreBold", sans-serif;
	color: #fff;
}

.alphabet-container table.table tbody tr td.active {
	background-color: transparent;
}

.alphabet-container table.table tbody tr td.active a {
	color: #000;
	text-decoration: underline;
}

.pagination-container ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pagination-container .pagination-info {
	line-height: 36px;
	font-family: "AveriaLibreBold", sans-serif;
	color: #000;
	font-size: 22px;
}

.pagination-container ul li a {
	font-family: "AveriaLibreBold", sans-serif;
	color: #000;
	border: 2px solid #000;
	border-radius: 0px;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 16px;
}

.pagination-container ul li.disabled a {
	background-color: transparent;
	border-color: #777;
}

.pagination-container ul li.disabled a:hover {
	background-color: transparent;
}

.empty-result {
	margin-bottom: 30px;
	text-align: center;
	font-size: 40px;
	padding-top: 75px;
	padding-bottom: 75px;
	font-family: "AveriaLibreLight", sans-serif;
	line-height: 1.2em;
}

.empty-result a {
	font-size: 25px;
}

@media (max-width: 990px) {
	.empty-result {
		font-size: 25px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.empty-result a {
		font-size: 20px;
	}
}

.fluid-width-video-wrapper {
	margin-bottom: 30px;
}

.cart-container {
	border-width: 0px 5px 5px 5px;
	border-style: solid;
	border-color: #ccc;
	padding:25px;
}

.cart-table .empty-cart {
	margin-top: 75px;
	margin-bottom: 75px;
	text-align: center;
	font-family: "AveriaLibreLight", sans-serif;
	font-size: 22px;
}

#notificationModal .modal-content {
	border-radius: 0px;
}

#notificationModal .modal-header {
	border-bottom: none;
	padding-bottom: 0px;
}

#notificationModal .modal-image {
	text-align: center;
	padding-bottom: 20px;
}

#notificationModal .modal-image img {
	width: 100%;
	height: auto;
	max-width: 130px;
}

#notificationModal .modal-title {
	padding-bottom: 20px;
	text-align: center;
	font-family: "AveriaLibreBold", sans-serif;
	font-size: 18px;
}

#notificationModal .btn {
	border-radius: 0;
	font-family: "AveriaLibreBold", sans-serif;
	font-size: 16px;
}

#notificationModal .btn-default {
	border: 2px solid #000;
	background-color: #fff;
}

#notificationModal .btn-success {
	border: 2px solid #000;
	background-color: #000;
	color: #fff;
}

.cart-list h1 {
	border-bottom: none;
}

.cart-list .alert {
	margin-top: 15px;
	margin-bottom: 15px;
}

.count-input {
	position: relative;
	width: 90px;
	max-width: 165px;
	height: 24px;
}
.count-input input {
	width: 100%;
	height: 24px;
	border: 1px solid #000;
	border-radius: 2px;
	background: none;
	text-align: center;
}
.count-input input:focus {
	outline: none;
}
.count-input .incr-btn {
	display: block;
	position: absolute;
	width: 30px;
	height: 25px;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	line-height: 25px;
	top: 50%;
	right: 0;
	margin-top: -13px;
	text-decoration:none;
}
.count-input .incr-btn:first-child {
	right: auto;
	left: 0;
	top: 46%;
}
.count-input.count-input-sm {
	max-width: 125px;
}
.count-input.count-input-sm input {
	height: 36px;
}
.count-input.count-input-lg {
	max-width: 200px;
}
.count-input.count-input-lg input {
	height: 70px;
	border-radius: 3px;
}
.count-input a {
	color: #000;
}

.cart-view .cart-table { border: none; border-bottom:none; margin-bottom: 15px; background-color: #f0f0f0; }
.cart-view .cart-table table {width:100%; }
.cart-view .cart-table table th {border-bottom:5px solid #E5E4E2; border-top:5px solid #E5E4E2; font-family: "AveriaLibreBold", sans-serif; text-transform: uppercase; line-height:24px; padding:10px 0; font-size:16px; color:#000; text-align:center; font-weight:600; }
.cart-view .cart-table table th:first-child {text-align:left; padding-left:20px; max-width:35%; }
.cart-view .cart-table .product-img {display:inline-block; width:100%; vertical-align:top; max-width:120px; }
.cart-view .cart-table .product-img img {border: 1px solid #000; max-width:100%;}
.cart-view .cart-table .product-info {display:inline-block; width:100%; padding:0 0 0 20px; vertical-align:top; max-width:68%;}
.cart-view .cart-table .product-info .product-name {display:block; font-family: "AveriaLibreRegular", sans-serif; line-height:30px; font-size:16px; color:#000; margin:0 0 5px 0;}
.cart-view .cart-table .product-info p { text-transform: uppercase; font-size:14px; color:#000; line-height:26px; margin-bottom:0px; font-family: "AveriaLibreBold", sans-serif; }
.cart-view .cart-table .product-info p span {color:#000; padding:0 5px 0 0; text-transform: initial; font-family: "AveriaLibreRegular", sans-serif; }
.cart-view .cart-table .small-text {display:none; font-family: "AveriaLibreBold", sans-serif; text-transform: uppercase; }
.cart-view .cart-table table td {text-align:center; font-size:16px; padding:20px 0; border-bottom: 5px solid #E5E4E2; vertical-align:top; font-family: "AveriaLibreRegular", sans-serif;}
.cart-view .cart-table table .quanitity-input {width:50px; height:30px; line-height:28px; border: 1px solid #000; background:#000; text-align:center;}
.cart-view .cart-table table td:first-child {text-align:left; padding-left:20px;}
.cart-view .cart-table table td:last-child  {padding:20px 10px;}
.cart-view .cart-table table .fa {display:inline-block; font-size:20px; color:#000; padding:0 5px; }
.cart-view .cart-table table .fa:hover {color:#3fc977;}
.cart-view .cart-total {display:inline-block; text-align:right; padding:20px 0 0 0; width:49%; vertical-align:top; float:right; }
.cart-view .cart-total .total-row {display:block; width:100%; }
.cart-view .cart-total .total-row p {max-width:400px; border-bottom: 1px solid #000; display:inline-block; line-height:30px; font-size:14px; color:#000; text-align:left; width:100%; padding:10px 0;}
.cart-view .cart-total .total-row p span {display:inline-block; text-align:right; float:right;}
.cart-view .cart-btnBlock {display:inline-block; padding:20px 0 0 0; width:100%;}
.cart-view .cart-btnBlock a .fa {padding:0 10px 0 0; }
.cart-view .cart-btnBlock a.pull-right .fa {padding:0 0 0 10px; }
.cart-view .descount-box {display:inline-block; vertical-align:top; width:49%; padding:30px 20px 0 0;}
.cart-view .descount-box h3 {text-align:left; margin:0px; font-size:16px; padding-bottom:10px; }
.cart-view .descount-box .descount-input {display:block; width:100%; padding-right:168px; position:relative; }
.cart-view .descount-box .descount-input label {display:block; line-height:30px; font-size:14px; color:#000;  font-weight:normal;}
.cart-view .descount-box .descount-input input[type="text"] {width:100%; border: 1px solid #e0e0e0; height:37px; }
.cart-view .descount-box .descount-input input[type="submit"]  {position:absolute; bottom:0px; right:0px;}

@media (max-width: 991px) {
	.cart-view .cart-table table td { border-bottom: 1px solid #E5E4E2; }
	.cart-view .cart-table .small-text  {display:inline-block; width:200px; font-size:14px; color:#000; font-weight:bold; }
	.cart-view .cart-table table th {display:none;}
	.cart-view .cart-table table td {display:block; width:100%; max-width:100%; text-align:left; padding:20px 15px;}
	.cart-view .cart-table table td:first-child { width:100%; max-width:100%; }
	.cart-view .cart-table table td:first-child .small-text {display:block; padding-bottom:20px;}
	.cart-view .cart-table table td:last-child {text-align:center; border-bottom: 5px solid #E5E4E2;}
	.cart-view .cart-table table tr:last-child td:last-child { border-bottom: none}
	.cart-view .descount-box {width:100%; padding-right:0px; }
	.cart-view .cart-total {width:100%; }
	.cart-view .cart-btnBlock a {float:none !important; margin-bottom:10px; min-width:265px; text-align:center; }
	.count-input {display: inline-block;}
}

.remove-from-cart.lnk:hover i {
	color: #d9534f !important;
}

.remove-from-cart.btn {
	border-radius: 0;
	border-color: #d9534f;
}

.clearfix {
	clear: both;
}

.button-row .btn {
	display: inline-block !important;
	border-radius: 0;
	border: 2px solid #000;
	font-family: "AveriaLibreBold", sans-serif;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
}

.summary .summary-table-container {
	padding: 10px;
	background-color: #f0f0f0;
	margin-bottom: 15px;
}

.summary .table {
	margin-bottom: 0;
}

.summary .table tr th,
.summary .table tr td {
	border-top: 0px solid #E5E4E2;
	vertical-align: middle;
	padding: 8px;
	font-size: 16px;
}

.summary .table tr th {
	font-family: "AveriaLibreBold", sans-serif;
}

.summary .table tr td {
	font-family: "AveriaLibreRegular", sans-serif;
	text-align: right;
}

.summary .table tr td.table-header {
	text-align: left;
	font-family: "AveriaLibreBold", sans-serif;
	font-size: 22px;
	border-bottom: 2px solid #E5E4E2;
}

.summary .table tr td.or-caption {
	text-align:center;
}

.summary .table tr td select {
	border-radius: 0;
	border-color: #000;
	border-width: 2px;
}

.summary .table tr td .btn {
	border-radius: 0;
	border: 2px solid #000;
}

.summary .table tr td .btn-default {
	background-color: transparent;
	color: #000;
}

.summary .table tr td .btn-success {
	background-color: #000;
	color: #fff;
}

.form-control.has-error {
	border-color: #d9534f !important;
}

.required-field {
	color: #d9534f;
}

.summary .button-row .btn-default {
	background-color: transparent;
	color: #000;
}

.summary .button-row .btn-success {
	background-color: #000;
	color: #fff;
}

.felsocsik {
	background-color: #000;
	padding-top: 3px;
	padding-bottom: 5px;
}

.felsocsik a {
	color: #fff;
	font-family: "AveriaLibreBold", sans-serif;
	font-size: 16px;
}

@media (min-width: 992px) {
	.felsocsik {
		margin-bottom: 10px;
	}
	
	.felsocsik a {
		padding-right: 10px;
	}
}

.checkout h1 {
	margin-bottom: 30px;
}

.checkout h4 {
	font-size: 22px;
	font-family: "AveriaLibreBold", sans-serif;
	color: #000;
	border-bottom: 2px solid #000;
	padding-bottom: 8px;
	line-height: 1.42857143;
	margin-top: 0px;
}

@media (min-width: 992px) {
	.checkout h4 {
		margin-top: 18px;
	}
}

.checkout .order-info {
	font-family: "AveriaLibreBold", sans-serif;
	color: #000;
	margin-bottom: 15px;
}

.checkout .order-info .form-control {
	border-radius: 0;
	border: 2px solid #000;
}

.checkout .order-info textarea {
	height: 100px;
}


.thank-you-container {
	border-width: 0px 5px 5px 5px;
	border-style: solid;
	border-color: #ccc;
	padding:85px 25px;
	text-align: center;
}

.thank-you-container p {
	font-family: "AveriaLibreRegular", sans-serif;
	color: #000;
	font-size: 20px;
}

.thank-you-container p:first-child {
	font-family: "AveriaLibreBold", sans-serif;
	font-size: 26px;
}

.pending-orders {
	margin-top: 5px;
	margin-bottom: 0px;
}

.cart-list h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 22px;
	font-family: "AveriaLibreBold", sans-serif;
}

.pending-orders table {
	margin-bottom: 0;
	font-size: 16px;
	font-family: "AveriaLibreRegular", sans-serif;
	background-color: #f0f0f0;
}

.pending-orders table thead th {
	font-family: "AveriaLibreBold", sans-serif;
	text-transform: uppercase;
	border-top: 5px solid #E5E4E2 !important;
	border-bottom: 5px solid #E5E4E2 !important;
	padding: 10px 20px;
}

.pending-orders table tbody td {
	border-top: 5px solid #E5E4E2;
	vertical-align: middle;
	font-size: 18px;
	padding: 10px 20px;
}

.pending-orders table tbody td .btn {
	border-radius: 0px;
	background-color: #000;
	color: #fff;
	font-family: "AveriaLibreBold", sans-serif;
	border: 2px solid #000;
	text-transform: uppercase;
}

.cart-list .pending-orders.table-responsive {
	border: 0px solid #000 !important;
}

.alert {
	font-family: "AveriaLibreBold", sans-serif;
	border-radius: 0px;
	font-size: 16px;
}

.alphabet-container {
	padding-left: 0px;
}

.searchbar-container {
	padding: 1px;
}

@media (max-width: 990px) {
	.searchbar-container {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}
}

.searchbar-container .form-control {
	border: 2px solid #000;
	border-radius: 0px;
	height: 36px;
}

.searchbar-container .btn {
	background-color:#000;
	border-radius: 0;
	border-color: #000;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
}

.product--list .product--relative {
	position: relative;
}

.product--list .product--image .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.product--list .product--image:hover .overlay {
	display: block;
	background-color: rgba(0, 0, 0, 0.7);
}

.product--list .product--image:hover .overlay a {
	text-decoration: none;
}

.product--list .product--image .overlay .product--price {
	font-size: 30px;
	color: #fff;
}

.product--list .product--image .tbl {
	display: table;
	width: 100%;
	height: 100%;
}

.product--list .product--image .tbl-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* sticky header */
.headerWrapper .stickyHeader {
	display: none;
	animation-duration: 0.3s;
}

.headerWrapper.sticky .stickyHeader {
	display: block;
}

@media (max-width: 768px) {
	.headerWrapper.sticky .stickyHeader {
		display: none;
	}
}

.stickyHeader {
	background-color: #E5E4E2;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
}

.stickyHeader .navbar {
	margin-bottom: 0;
}

.stickyHeader .wrapper {
	padding-left: 5px;
	padding-right: 5px;
}

.stickyHeader .nav {
	padding-top: 5px;
	padding-bottom: 0;
}

.stickyHeader .nav li {
	margin-left: 5px;
	margin-right: 5px;
}

.stickyHeader .nav li a {
	text-align: center;
	padding: 10px 10px;
	border: none;
}

.stickyHeader .nav li a:hover {
	text-decoration: underline;
}

.stickyHeader .logo {
	width: 200px;
	margin-top: -9px;
}

@media (max-width: 991px) {
	.stickyHeader .logo {
		width: 150px;
		margin-top: -5px;
	}
}

@media (max-width: 768px) {
	body {
		padding-top: 130px;
	}
	.sticky-on-mobile {
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		border-radius: 0;
		border-width: 0 0 1px;
		z-index: 10;
	}
}

.bandcamp {
	text-align: center;
	margin-top: 30px; 
	margin-bottom: 0;
}

.bandcamp a {
	color: #000;
	font-size: 18px; 
	border: 2px solid #000; 
	padding: 10px 30px 10px 30px; 
	display: inline-block;
}