@media ( max-width : 992px) {
	.table-products table, .table-products thead, .table-products tbody,
		.table-products th, .table-products td, .table-products tr {
		display: inline-block;
	}
	.title-column {
		width: 100%;
	}
	.table-products td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		white-space: normal;
		text-align: left;
	}
	.table-products td:first-child {
		padding-top: 17px;
	}
	.table-products td:last-child {
		padding-bottom: 16px;
	}
	.table-products td:first-child:before {
		top: 17px;
	}
	.table tbody tr {
		border-top: 1px solid #ddd;
	}
	.table tbody tr td {
		border: none;
	}
}

.cms-search-form {
	display:flex;
	flex-direction:row;
	padding:2px;
}

.cms-search-form input{
	flex-grow:2;
}

.cms-search-form button{
	position: relative;
	display: inline;
	cursor: pointer;
	background-color: Transparent;
	background-repeat:no-repeat;
	border: none;
	font-size: 20px;
	color: var(--main-color-accent);
}


.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 0;
	border: none;
	background-color: inherit;
	box-shadow: none;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	font-size: 20px;
	color: blue;
	text-align: center;
	text-shadow: none;
}

.carousel-control.left {
	background-image: none;
	color: grey
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: none;
	color: grey
}

.carousel-control {
	padding-top: 10.25%;
	width: 5%;
}

div.header, .blue-btn {
	margin-bottom: 20px;
}

h1 {
	margin-bottom: 10px;
}

.carousel-indicators {
	bottom: -40px;
	z-index: revert;
}

.carousel-indicators li {
	background-color: #FFF;
	border-color: var(--main-color-accent);
}

.carousel-indicators li.active {
	background-color: var(--main-color-accent);
}

.row-equal{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.products-shortcode-inner {
	clear: both;
	padding-top: 30px;
}

.products-shortcode-inner .title {
	color: #74809e;
}

.products-shortcode-inner .item {
	text-align: center;
}

.products-shortcode-inner .item .item-title {
	margin-top: 20px;
}

.products-shortcode-inner .item .item-text {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.products-shortcode-inner .cart-buttons {
	max-width: 220px;
	padding-left: 9px;
	margin: 20px auto 30px;
}

.products-shortcode-inner .cart-buttons .qty {
	padding-right: 0;
}

.products-shortcode-inner .cart-buttons .qty input {
	max-width: 100%;
	padding: 0;
	text-align: center;
}

.products-shortcode-inner .cart-buttons .add-to-cart {
	max-width: 100%;
}

.products-shortcode-inner .thumbnail {
	min-height: auto;
}

@media ( max-width : 767px) {
	.products-shortcode-inner .cart-buttons input {
		margin: auto auto 17px;
	}

	.products-shortcode-inner .cart-buttons .qty {
		padding-right: 15px;
	}

	.products-shortcode-inner .cart-buttons {
		padding-left: 0;
	}
}

.new-release.item {
	display: flex;
	flex-direction: column;
	flex-direction: column;
}

.feed-image {
	width: 120px;
	height: 120px;
	display: inline-block;
}

.feed-image img {
	width: 100%;
	height: 100%;
	border-radius: 60px;
}

.feed-description .wp-post-image {
	display: none;
}

.feed-item {
	margin-bottom: 40px;
}

.feed-title {
	margin-bottom: 15px;
}

.feed-title a {
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

@media ( max-width : 767px) {
	.feed-item .left-side {
		text-align: center;
		margin-bottom: 25px;
	}
}

.new-release.item.printed-item {
	padding: 25px 20px;
	color: #29357A;
}

@media (min-width : 768px) {
	.new-release.item.printed-item {
		border: 2px #e6e6e6 solid;
		border-top: 0;
	}
}

.new-release.item.printed-item .release-item, .new-release.item.printed-item .release-item a {
	color: #29357A;
}

.new-release.item.printed-item .cart-buttons {
	margin-top: auto;
	margin-bottom: 0;
}

.new-release.item.printed-item.no-begin-border {
	border-left: 0;
}

.new-release.item.printed-item.no-end-border {
	border-right: 0;
}

.new-release.item.printed-item.no-bottom-border {
	border-bottom: 0;
}

.new-release.item.printed-item.no-middle-border {
	border-left: 0;
	border-right: 0;
}

.new-release.item.printed-item.no-all-border {
	border: none;
}

.artist-product p{
	font-size: 12px;
	font-style: italic;
	color:  #7e88c2;
}
.description-product {
	border: 1px solid rgba(167, 167, 204, 0.3);
	border-radius: 10px;
	min-height: 67px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	background-color: #f9fafc;
}

.description-product p {
	font-size: 10px;
}

.item-title {
	font-weight: bold;
}

.release-item {
	min-height: 159px;
}

@media (max-width: 991px) and (min-width: 768px) {
	.caption {
		min-height: 80px;
	}

	.subtitle-product {
		min-height: 75px;
	}

	.cart-buttons {
		min-height: 76px;
	}
}

@media (min-width: 991px) {
	.caption {
		min-height: 80px;
	}
	.cart-buttons {
		min-height: 76px;
	}
}