body {
	background-color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	line-height: 21px;
}

p,
a,
ul,
ol {
	font-family: 'Inter', sans-serif;
	`
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
}

.title h2 {
	color: #0E0E0E;
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: -10px;
}

.title h2 span {
	color: #b61f24;
}

.sec-title {
	margin-bottom: 24px;
}

.sec-title h2 {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
	margin-block: 0px;
}

.sec-title h3 {
	color: #b61f24;
	font-family: 'Inter', sans-serif;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-block: 0;
}

.container {
	max-width: 1250px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* header style */

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-block: 25px;
	flex-wrap: wrap;
}

header {
	transition: 0.5 all ease-in-out;
}

header.site-header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 11111;
	box-shadow: 1px 1px 3px rgb(204 204 204 / 6%);
}

.header-right .menu {
	justify-content: end;
}

.header-right {
	width: calc(100% - 145px);
}

.header-inner .site-branding {
	width: 145px;
}

.header-social li a:hover path {
	fill: #b61f24;
}

.header-inner .main-navigation {
	padding-inline: 50px 50px;
	width: 100%;
}

.header-inner .main-navigation li {
	padding-inline: 30px;
}

.header-inner .main-navigation li a {
	color: #0E0E0E;
	font-size: 14px;
	line-height: 16.94px;
	font-weight: 300;
	font-family: 'Inter', sans-serif;
	transition: 0.3s all;
}

.header-inner .main-navigation li a:hover {
	color: #b61f24;
}

header .header-right {
	display: flex;
	align-items: center;
}

header a.custom-logo-link {
	display: flex;
}

/* .header-inner .custom-logo {
width: 145px;
height: auto;
} */

.header-social ul {
	list-style: none;
	display: flex;
	justify-content: end;
	align-items: center;
}

.header-social li {
	width: 24px;
	margin-inline: 15px;
	padding-inline: 0px;
}

.header-social li img {
	width: auto;
	height: auto;
}

.header-social li a {
	display: flex;
}

.header-social {
	width: 200px;
	display: none;
}

.header-social ul {
	margin: 0;
	padding-left: 0;
}

/* video banner */

.banner-section {
	padding-top: 74px;
}

.video-wrapper {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

footer {
	background-color: #fff;
	font-family: 'Inter', sans-serif;
	border-top: 1px solid #0E0E0E;
}

.footer-social svg path {
	fill: #0E0E0E;
}

.footer-inner {
	padding-block: 45px 40px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 14.52px;
	color: #0E0E0E;
}

.footer-inner p {
	font-size: 12px;
	line-height: 14.52px;
	color: #0E0E0E;
	margin-block: 0;
}

.footer-logo img {
	max-height: 30px;
	width: auto;
}

.footer-social ul {
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: end;
}

.footer-cont__info {
	padding-top: 25px;
}

.ftr-info {
	display: flex;
	color: #0E0E0E;
}

.ftr-info a {
	color: #0E0E0E;
}

.ftr-info span p {
	margin: 0;
}

ftr-info span {
	font-weight: 300;
}

.footer-cont__inner:first-child .ftr-info .email {
	border-right: 2px solid #0E0E0E;
	padding-right: 8px;
	margin-right: 8px;
}

.ftr-info a {
	text-decoration: none;
}

.ftr-info a:hover {
	color: #b61f24;
}

.footer-menu ul {
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: end;
}

.footer-menu ul li:first-child {
	border-right: 2px solid #0E0E0E;
	padding-right: 8px;
	margin-right: 8px;
}

.footer-menu ul li a {
	color: #0E0E0E;
	text-decoration: none;
}

.footer-right {
	padding-top: 20px;
}

.footer-social li {
	margin-inline: 10px;
}

.footer-social li:last-child {
	margin-right: 0;
}

.footer-menu ul li a:hover {
	color: #b61f24;
}

footer .copyright {
	font-weight: 200;
	text-align: right;
}

.footer-social img {
	max-height: 20px;
}

.footer-social li a:hover path {
	fill: #b61f24;
}


/* profile section */

.profile-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.profile-inner .profile-left {
	width: 45%;
}

.profile-left figure {
	margin-bottom: -6px !important;
	margin-top: -94px;
}

.profile-inner .profile-right {
	width: calc(100% - 45%);
}

.profile-desc {
	max-width: 660px;
	width: 100%;
}

.profile-right .profile-desc,
.profile-right .profile-desc p {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.profile-right .title {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.profile-sec {
	background-color: #fff;
}


.social-media {
	padding-top: 90px;
}

.social-media ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.social-media li {
	margin-inline: 10px;
}

.social-media li:first-child {
	margin-left: 0;
}

.social-media li:last-child {
	margin-right: 0;
}

.social-media img {
	max-height: 20px;
}

.social-media li a:hover path {
	fill: #b61f24;
}

/* milstone section */
.ms-sec {
	background-color: #fff;
}

.ms-sec .shape-btm{
	opacity: 0;
	display: none;
}

.ms-list__cont {
	max-width: 215px;
	border-left: 1px solid #5F5F5F;
	padding-inline: 7px;
	padding-block: 0px 25px;
	height: 170px;
	cursor: pointer;
	transition: 0.5s all;
}

.ms-list:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-bottom: 1px solid #5F5F5F;
	bottom: 8px;
	z-index: -1;
}

.ms-list__cont:hover {
	margin-top: 0;
	margin-bottom: -10px;
	height: 185px;
	z-index: 999;
	position: relative;
	border-left: 1px solid #b61f24;
}

.ms-list__cont:hover h4 {
	color: #b61f24;
}

.ms-list__cont h4 {
	margin-block: 9px 7px;
	color: #717171;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.ms-list__cont svg {
	width: 45px;
}

.ms-list {
	height: 175px;
	display: inline-flex !important;
	align-items: end;
}

.ms-list h3 {
	color: #717171;
	margin-block: 2px 4px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}

.ms-list__cont:hover h3 {
	color: #b61f24;
	font-size: 22px;
	font-style: normal;
	margin-top: -3px;
	margin-bottom: 2px;
	font-weight: 700;
	line-height: 24px
}

.ms-list__cont:hover svg {
	fill: #b61f24;
}

.ms-list__cont:hover svg path {
	fill: #fff;
}

.ms-list__cont:hover circle {
	stroke: #b61f24;
}

.ms-list .ms-list__cont:hover p {
	color: #b61f24;
}

.ms-inner {
	padding-block: 70px 100px;
}

.ms-list .ms-list__cont p {
	color: #717171;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-block: 0;
}

.upcoming-events {
	background-color: #fff;
}

.upcoming-inner {
	display: flex;
	justify-content: space-between;
	padding-block: 35px 75px;
	flex-wrap: wrap;
}

.location-info p {
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 270px;
	width: 100%;
}

.upcoming-inner .up-events-item {
	width: 49%;
	margin-block: 1%;
}

.up-events-cont {
	display: flex;
	padding: 10px;
	border-radius: 10px;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	background-image: url(/shubh/wp-content/uploads/2024/02/bullet-icon-1.png);
	background-repeat: no-repeat;
	background-position: 102% center;
	background-color: #0E0E0E;
}

.up-events-cont .up-events-left {
	width: 146px;
}

.past-event-item h3 {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.past-event-item {
	padding-right: 28px;
}

.past-event-block svg {
	position: absolute;
	bottom: 22px;
	right: 22px;
	cursor: pointer;
}

.past-event-block figure {
	margin: 0;
}

.past-event-block {
	position: relative;
}

.past-event-title {
	cursor: pointer;
	padding-block: 12px;
}


.past-event-inner .slick-list {
	overflow: visible;
}

.past-event .slick-wrapper {
	position: relative;
	isolation: isolate;
}

.past-event {
	padding-block: 40px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

/* .past-event:before{
content: '';
background-image: url('/shubh/wp-content/uploads/2024/02/texture-bg1-scaled.webp');
height: 100%;
width: 100%;
position: absolute;
} */

.past-event .slick-wrapper::before {
	content: '';
	position: absolute;
	right: 100%;
	background-color: #000;
	height: 100%;
	width: 9000px;
	z-index: 1;
}

.container .title-h3 {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.past-event-title h3 {
	margin: 0;
}

.past-event {
	padding-block: 90px 0px;
}

/* .past-event:before {
content: '';
background-image: url(/shubh/wp-content/uploads/2024/02/texture-bg1-scaled.webp);
height: 100%;
width: 100%;
position: absolute;
background-size: 100%;
background-repeat: no-repeat;
} */

.event-info {
	width: calc(100% - 146px);
	padding-inline: 16px;
}

.up-events-left img {
	border-radius: 10px;
}

.up-events-left figure {
	margin: 0px;
	height: 146px;
	width: 146px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
}

.up-events-cont h3 {
	margin: 0;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	text-transform: uppercase;
}

.calender-icon img {
	max-height: 16px;
	width: auto;
}

.event-desc p {
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: 'Inter', sans-serif;
}

.event-desc {
	max-width: 264px;
}

.event-short-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 4px;
}

.event-short-info .btn {
	width: 140px;
	height: 42px;
	flex-shrink: 0;
	text-align: center;
	line-height: 40px;
	display: flex;
	justify-content: center;
}

.event-short-info .ticket-btn {
	max-height: 15px;
	padding-left: 8px;
}

.event-short-info .btn a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-decoration: none;
	color: #111;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 37px;
	border: 1px solid #111;
	transition: 0.5s all;
    background: #ffffff;
}

.event-short-info .btn a:hover {
	background-color: #b61f24;
	border: 1px solid #b61f24;
    color: #ffffff;
}


.up-events-cont p {
	margin: 0;
}

.upcoming-events__title .title {
	padding-bottom: 25px;
}

.latest-video {
	background-color: #fff;
	padding-block: 85px 130px;
	overflow: hidden;
}

.latest-video-block {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.latest-video-item {
	padding-right: 28px;
}

.latest-video-block figure {
	margin: 0;
}

.latest-video-block figure img {
	height: 160.3px;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.past-event-block svg {
	position: absolute;
	bottom: 14px;
	right: 13px;
	cursor: pointer;
}

.past-event-block:hover svg path,
.latest-video-block:hover svg path {
	fill: #b61f24;
}

.past-event .title {
	margin-bottom: 30px;
}

.latest-video-title {
	cursor: pointer;
	padding-inline: 16px;
}

.latest-video-block svg {
	position: absolute;
	bottom: 14px;
	right: 13px;
	cursor: pointer;
}

.latest-video .sec-title {
	margin-bottom: 40px;
}

.latest-video-item h3 {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.latest-video .slick-wrapper {
	position: relative;
	isolation: isolate;
}

.latest-video .slick-wrapper::before {
	content: '';
	position: absolute;
	right: 100%;
	background-color: #fff;
	height: 100%;
	width: 9000px;
	z-index: 1;
}

.latest-video .slick-list {
	overflow: visible;
}

.music-left-block {
	width: 248px;
}

.music-right-block {
	width: calc(100% - 248px);
	padding-inline: 115px 70px;
}

.music-left-block .header-social ul {
	justify-content: start;
}

.music-left-block .header-social ul li:first-child {
	margin-left: 0;
}

.music-left-block figure {
	width: 248px;
	height: 248px;
	object-fit: cover;
	border-radius: 25px;
	/* box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.50); */
	overflow: hidden;
	margin-block: 0;
}

.music-left-block li {
	margin-inline: 6px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
}

.music-left-block figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}

.music-section {
	padding-top: 55px;
	overflow: hidden;
}

.music-tabs li a {
	border-radius: 37px;
	border: 1px solid #0E0E0E;
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 36px;
	text-decoration: none;
	transition: 0.5s all;
}

.music-tabs li a:hover {
	background-color: #b61f24;
	border: 1px solid #b61f24;
	color: #fff;
}

.music-tabs li a.active {
	background-color: #b61f24;
	border: 1px solid #b61f24;
	color: #fff;
}

.music-tabs li {
	margin-right: 30px;
}

.music-tabs {
	display: block;
	width: 100%;
	padding-top: 35px;
}

.music-tabs li:last-child {
	margin-right: 0;
}

.music-tabs ul {
	margin: 0 0 48px;
	padding: 0;
	display: flex;
	list-style: none;
}

.track-info {
	padding-block: 10px 20px;
}

.track-title {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8;
}

.listed-year {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.album-list_left .music-left-block .header-social li a:hover path,
.album-list_track-item .album-track_social li a:hover path{
	fill: #b61f24;
}


.music-single-inner {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

.music-right-cont {
	display: flex;
	flex-wrap: wrap;
	padding-right: 20px;
	padding-bottom: 20px;
}

.music-right-col .header-social,
.music-left-block .header-social {
	display: block;
}

.music-right-cont figure {
	width: 114px;
	height: 114px;
	border-radius: 10px;
	overflow: hidden;
	margin-block: 0;
}

.music-right-cont .header-social ul {
	margin: 0;
	padding-left: 0;
	align-items: center;
	margin-left: -3px;
	justify-content: start;
}

.music-right-cont .track-info {
	width: 100%;
	padding-top: 0;
}

.music-right-col .header-social li:first-child {
	margin-left: 0;
}

.music-right-col {
	padding-inline: 13px;
	width: calc(100% - 114px);
}

.music-right-cont figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.music-right-block .header-social li {
	margin-inline: 6px;
	padding-inline: 0px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.music-right-block .header-social li.mac-icon {
	position: relative;
	top: -2px;
}

.music-right-block {
	overflow: hidden;
}

.music-right-block .slick-prev {
	position: absolute;
	top: 21.5%;
	left: -2px;
	color: transparent;
	background-color: transparent;
	border: 0;
	background-image: url(/shubh/wp-content/uploads/2024/12/arrow-circle.svg);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transform: rotate(180deg);
	background-size: 30px;
	z-index: 1111;
}

.music-right-block .slick-next {
	right: 30px;
	position: absolute;
	top: 21.5%;
	color: transparent;
	background-color: transparent;
	border: 0;
	background-image: url(/shubh/wp-content/uploads/2024/12/arrow-circle.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	margin-right: 0;
	padding-right: 0;
	z-index: 1111;
}

.popup {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.popup .popup__content {
	max-width: 600px;
	width: 100%;
	overflow: auto;
	padding: 0;
	color: black;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	overflow: visible;
}

.popup .popup__content .close {
	position: absolute;
	right: -5px;
	top: -8px;
	width: 20px;
	height: 20px;
	background-color: #0E0E0E;
	border-radius: 50px;
	display: flex;
	z-index: 1;
	align-items: center;
	justify-content: center;
}

.popup-video iframe {
	width: 100%;
	height: 340px;
	border: 1px solid #0E0E0Ef;
	border-radius: 5px;
	overflow: hidden;
}

.popup .popup__content .close {
	cursor: pointer;
}

.popup .popup__content .close span {
	cursor: pointer;
	position: fixed;
	width: 14px;
	height: 2px;
	background: #000;
}

.popup .popup__content .close span:nth-child(1) {
	transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
	transform: rotate(135deg);
}

button {
	background: #b61f24;
	color: white;
	margin: 30px;
	padding: 5px 30px;
	cursor: pointer;
	border: none;
}

.products-section {
	padding-block: 80px 50px;
}

.products-cat .btn {
	border-radius: 37px;
	border: 1px solid #0E0E0E;
	color: #0E0E0E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 11px 28px;
	text-decoration: none;
	transition: 0.5s all;
}

.products-cat .btn:hover,
.products-cat .btn.active {
	background-color: #b61f24;
	border: 1px solid #b61f24;
	color: #1C1C1C;
}


.products-cat ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.products-cat {
	display: flex;
	padding-top: 30px;
	padding-bottom: 60px;
}

.products-cat_left {
	width: calc(100% - 190px);
}

.products-cat_right {
	width: 190px;
	text-align: right;
}


.products-cat ul li {
	margin-right: 30px;
}

.products-section .products .product {
	padding: 15px;
	border-radius: 10px;
}

.products-section .woocommerce-loop-product__title {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 7px !important;
}

.products-section span.price {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.products-inner .add_to_cart_button {
	border-radius: 37px !important;
	border: 1px solid #0E0E0E !important;
	color: #0E0E0E !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal !important;
	padding: 7px 15px 8px !important;
	text-decoration: none !important;
	transition: 0.5s all;
	background-color: transparent !important;
	position: absolute !important;
	bottom: 13px;
	right: 0;
}

.products-inner .add_to_cart_button:hover {
	background-color: #b61f24 !important;
	border: 1px solid #b61f24 !important;
	color: #1C1C1C !important;
	font-weight: 600 !important;
}

.products-inner .woocommerce-LoopProduct-link img {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
	text-align: center;
	margin-inline: auto !important;
	background-color: #363636;
	border-radius: 10px;
	min-height: 290px;
}

.products-inner .slick-slide>div {
	padding-inline: 12px;
}

.pe-overlay .shape-top {
	margin-top: -100px;
	margin-bottom: -25px;
	opacity: 0;
}

.album-track-flex {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 48px;
	margin-inline: -7px;
}

.album-track-item .music-left-block {
	width: 100%;
}

.album-track-item {
	margin-inline: 9px;
}

.album-track-item .music-left-block figure {
	width: 298px;
	height: 298px;
	cursor: pointer;
}

.tab-content>div:not(:first-child) {
	display: none;
}


.album-list-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 48px;
}

.album-list-inner .album-list_left {
	width: calc(100% - 330px);
	border-radius: 10px;
	background: #f8f8f8;
	padding: 34px;
	display: flex;
	flex-wrap: nowrap;
}

.album-track_social svg path{
	fill: #000;
}

.album-list_right-slider .music-left-block figure {
	box-shadow: none;
}

.album-list_track {
	width: calc(100% - 298px);
	padding-left: 60px;
}

.album-list_track-item ol {
	margin: 0;
	color: #0E0E0E;
}

.album-list_track-item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.album-track_name {
	width: 295px;
}

.album-list_right {
	width: 280px;
}

.album-list_right h3 {
	color: #0E0E0E;
	font-family: Inter;
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	padding-bottom: 20px;
}

.album-list_track {
	width: calc(100% - 298px);
	padding-left: 60px;
}

.album-list_track-item ol {
	color: #0E0E0E;
	padding: 0;
	margin: 0;
}

.album-list_track-item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.album-track_name {
	width: calc(100% - 130px);
}


.album-track_social {
	display: flex;
	justify-content: end;
	width: 130px;
}

.album-track_social ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}


.album-track_name li {
	color: #0E0E0E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background-color: #fff;
	padding-block: 12px;
	padding-inline: 26px;
	display: flex;
	justify-content: space-between;
}

.album-track_bg {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.album-track_social li {
	padding-inline: 8px;
}

.album-track_social li:last-child {
	padding-right: 0;
}

.album-track_social img {
	width: 24px;
}

.album-list_right h3 {
	color: #0E0E0E;
	font-family: Inter;
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	padding-bottom: 20px;
}

.album-list_right-slider {
	width: 300px;
}

.video-btn a.btn {
	border-radius: 37px;
	border: 1px solid #0E0E0E;
	color: #0E0E0E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 11px 23px;
	text-decoration: none;
	transition: 0.5s all;
}

.video-btn a.btn path {
	fill: #0e0e0e;
}

.video-btn a.btn:hover path {
	fill: #fff;
	color: #fff;
}

.video-btn a.btn:hover {
	color: #fff !important;
}

.video-btn a.btn {
	display: flex;
	align-items: center;
}

.video-btn {
	margin-top: -28px;
}

.video-btn a.btn:hover {
	background-color: #b61f24;
	border: 1px solid #b61f24;
	color: #1C1C1C;
}

.latest-video__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.video-btn a.btn svg {
	margin-right: 10px;
}

/* page csss */
.post,
.page {
	margin: 0 0 0;
}

body.woocommerce-page nav.woocommerce-breadcrumb {
	color: #0E0E0E !important;
}

.products-inner .products .slick-list {
	overflow: visible;
}

.products-inner {
	position: relative;
	isolation: isolate;
}

.products-inner .products {
	overflow: hidden;
}

.products-inner:before {
	content: '';
	position: absolute;
	right: 100%;
	background-color: #1c1c1c;
	height: 100%;
	width: 9000px;
	z-index: 1;
}

#video_loader div {
	width: 1rem;
	height: 1rem;
	margin: 2rem 0.3rem;
	background: #979fd0;
	border-radius: 50%;
	-webkit-animation: 0.9s bounce infinite alternate;
	animation: 0.9s bounce infinite alternate;
}

#video_loader {
	display: flex;
	justify-content: center;
}

#video_loader {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#video_loader div {
	width: 1rem;
	height: 1rem;
	margin: 2rem 0.3rem;
	background: #ccc;
	border-radius: 50%;
	animation: 0.9s bounce infinite alternate;
}

#video_loader div:nth-child(2) {
	animation-delay: 0.3s;
}

.loading div:nth-child(3) {
	animation-delay: 0.6s;
}

@keyframes bounce {
	to {
		opacity: 0.3;
		transform: translate3d(0, -1rem, 0);
	}
}

.product.type-product {
	max-width: 1200px;
	margin-inline: auto;
}


aside#secondary {
	display: none;
}


.single-product h1.product_title.entry-title {
	color: #0E0E0E;
	font-family: 'Oswald', sans-serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: -10px;
}

.single-product span.woocommerce-Price-amount.amount * {
	font-family: 'Inter', sans-serif;
	margin-bottom: .5em;
	font-size: .857em;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #b61f24 !important;
}

.woocommerce-page .product .single_add_to_cart_button {
	border-radius: 37px;
	color: #000 !important;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 36px;
	text-decoration: none;
	transition: 0.5s all;
	background-color: #b61f24 !important;
	border: 1px solid #b61f24 !important;
}

.woocommerce .quantity .qty {
	background-color: #b61f24;
	border: 1px solid #b61f24;
	color: #000;
	height: 38px;
	border-radius: 50px;
	width: 5em;
	outline: none;
}

.woocommerce-page .woocommerce-breadcrumb {
	padding-top: 100px;
}

body.woocommerce-page .woocommerce-breadcrumb {
	max-width: 1250px;
	width: 100%;
	margin: 0px auto -18px !important;
}

.single-product form.cart div.quantity {
	margin: 0 10px 0 0;
}

section.related.products h2 {text-transform: uppercase;
	font-size: 35px;
}

section.related.products h2 span {
	color: #b61f24;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-block: 0;
}

.woocommerce-message {
	border-top-color: #b61f24;
	max-width: 1250px;
	margin-inline: auto;
	margin-top: 35px;
	background-color: #363636;
	color: #0E0E0E;
	margin-bottom: -30px;
}

a.button.wc-forward {
	border-radius: 37px;
	border: 1px solid #0E0E0E;
	color: #0E0E0E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 8px 23px;
	text-decoration: none;
	transition: 0.5s all;
	background-color: transparent;
}

.woocommerce-message::before {
	content: "\e015";
	color: #b61f24;
}

a.button.wc-forward:hover {
	background-color: #b61f24 !important;
	border: 1px solid #b61f24 !important;
	color: #000;
}

.related-product.shape-layers {
	clear: both;
	background-color: rgb(20 19 19 / 50%);
	margin-block: 80px 0;
	display: inline-block;
	width: 100%;
}

.category-name {
	color: #0E0E0E;
	margin-block: 2px 4px;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}

body.woocommerce-page .woocommerce-breadcrumb * {
	color: #0E0E0E;
}

.products a.added_to_cart.wc-forward {
	color: #0E0E0E;
}

.product_meta .posted_in {
	color: #0E0E0E;
}

.product_meta .posted_in a {
	color: #b61f24 !important;
}

.woocommerce-page .related-product ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
	background-color: #363636;
	border-radius: 10px;
	min-height: 290px;
	max-height: 290px;
	object-fit: cover;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
	border-bottom: 1px solid rgb(95 95 95 / 46%) !important;
}

a.button.product_type_simple.add_to_cart_button {
	border-radius: 37px !important;
	border: 1px solid #0E0E0E !important;
	color: #0E0E0E !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal !important;
	padding: 7px 15px 8px !important;
	text-decoration: none !important;
	transition: 0.5s all;
	background-color: transparent !important;
	position: absolute !important;
	bottom: 13px;
	right: 0;
}

a.button.product_type_simple.add_to_cart_button:hover {
	background-color: #b61f24 !important;
	border-color: #b61f24 !important;
	color: #000 !important;
}

.wc-block-cart__submit span.wc-block-components-button__text {
	color: #000 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #b61f24 !important;
}

h2.woocommerce-loop-product__title {
	width: calc(100% - 110px);
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 7px !important;
}

.related.products h2 {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
	line-height: normal;
	color: #0E0E0E;
	padding-block: 43px;
	text-transform: capitalize;
}

.related-product .products .add_to_cart_button:hover {
	background-color: #b61f24 !important;
	border: 1px solid #b61f24 !important;
}

.woocommerce-page .product.type-product {
	max-width: 1250px;
	margin-inline: auto;
}

.related.products span.price * {
	font-weight: 400 !important;
	margin-bottom: .5em;
	font-size: 14px !important;
	color: #0E0E0E !important;
}

.related-product span.price * {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.related-product h2.woocommerce-loop-product__title {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 7px !important;
	text-transform: none;
}

.woocommerce-cart .wc-block-cart {
	flex-wrap: wrap;
	width: 100%;
	justify-content: end;
}

.woocommerce-cart .wc-block-cart .wc-block-components-main {
	width: 100%;
	clear: both;
}


.woocommerce-cart .wc-block-cart {
	flex-wrap: wrap;
	width: 100%;
	justify-content: end;
}

.woocommerce-cart .wc-block-cart .wc-block-components-main {
	width: 100%;
	clear: both;
	padding-right: 0;
	border-radius: 10px;
	background-color: #363636;
	border-radius: 10px;
	border: 1px solid #363636;
	overflow: hidden;
}

.wc-block-cart__submit-container {
	padding-top: 20px !important;
}

.woocommerce-cart .wc-block-cart {
	color: #0E0E0E;
}

span.wp-block-woocommerce-cart-order-summary-heading-block {
	padding-bottom: 18px !important;
}

thead {
	/* background-color: #DED7C5; */
	width: 100%;
}

.wc-block-cart-item__wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.wc-block-cart-item__product a.wc-block-components-product-name {
	text-decoration: none;
}

.wc-block-components-totals-wrapper {
	border-top: 1px solid rgb(95 95 95 / 46%) !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
	display: none !important; 
}

tr.wc-block-cart-items__row * {
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	vertical-align: middle !important;
}

tbody .wc-block-cart-items__row:last-child {
	border-bottom: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
	border-top: 1px solid rgb(95 95 95 / 46%) !important;
	margin-bottom: 0;
	padding-bottom: 12px !important;
}

.is-large.wc-block-cart .wc-block-cart-items {
	margin-bottom: 0 !important;
}

tr.wc-block-cart-items__header > th {
	padding-inline: 28px !important;
}

.wc-block-components-totals-coupon {
	display: none;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
	padding-right: 30px;
}

.wc-block-cart-items__row td.wc-block-cart-item__image {
	padding-left: 28px !important;
}

a.wc-block-components-product-name {
	max-width: 300px !important;
	width: 100%;
}

.wc-block-cart-item__wrap {
	padding-right: 60px;
}

.wc-block-cart-items__header-product span {
	color: transparent;
	display: none;
}

.wc-block-cart-items__header th span {
	color: #0E0E0E;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Inter', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wc-block-cart-items tbody {
	background-color: #252525;
}

.wc-block-cart-items thead {
	background-color: #363636;
	width: 100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden !important;
}

th.wc-block-cart-items__header-product {
	visibility: visible !important;
}

.wc-block-cart-items__header > th {
	padding-block: 18px !important;
	padding-inline: 15px !important;
}

.woocommerce-cart .wc-block-components-quantity-selector {
	border: 1px solid #5F5F5F;
}

.woocommerce-cart td.wc-block-cart-item__image img {
	background-color: #363636 !important;
	border-radius: 8px;
}

.wc-block-components-totals-coupon {
	display: none;
}

span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
	color: #0E0E0E;
}

.woocommerce-cart .wc-block-cart .wc-block-components-sidebar * {
	color: #0E0E0E;
}

.wc-block-cart__totals-title {
	font-size: 16px !important;
}

.woocommerce-cart .wc-block-cart .wc-block-components-sidebar {
	width: 100%;
	max-width: 350px;
	background-color: #363636;
	width: 100%;
	border-radius: 10px;
	overflow: hidden !important;
	padding: 15px;
	margin-top: 50px;
	border: 1px solid rgb(95 95 95 / 46%) !important;
}

.wp-element-button.wc-block-cart__submit-button.contained {
	border-radius: 37px;
	color: #0E0E0E;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 36px;
	text-decoration: none;
	transition: 0.5s all;
	background-color: #b61f24 !important;
	border: 1px solid #b61f24 !important;
}
.wp-block-woocommerce-checkout {
	margin: 0 0 40px;
	background-color: #363636;
	width: 100%;
	border-radius: 10px;
	overflow: hidden !important;
	padding: 25px;
	color: #0E0E0E;
}

.wc-block-components-title.wc-block-components-title {
	border: 0;
	border-radius: 0;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	color: #b61f24;
}

.wc-block-components-order-summary__button-text {
	color: #b61f24;
	font-weight: 500;
	font-size: 18px;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block{
	display: none;
}

.wc-block-components-order-summary-item * {
	color: #0E0E0E;
}

body.woocommerce-page .woocommerce-breadcrumb * {
	color: #0E0E0E;
}

.products a.added_to_cart.wc-forward {
	color: #0E0E0E;
}

.wc-block-components-order-summary-item__quantity {
	background-color: #1f1f1f !important;
}

a.wc-block-components-checkout-return-to-cart-button:hover {
	color: #b61f24;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	padding-block: 6px;
	padding-inline: 8px;
	border-radius: 4px;
	background-color: #e0e0e0;
	outline: none;
}

.related-product ul.products.columns-4 li {
	width: calc(100% / 4) !important;
	margin-right: 22px !important;
}



/* #video_loader {
width: 2rem;
height: 2rem;
margin: 2rem;
border-radius: 50%;
border: 0.3rem solid rgba(#ccc, 0.3);
border-top-color: #ccc;
animation: 1.5s spin infinite linear;
}


@keyframes spin {
to {
transform: rotate(360deg);
}
} */

.single-product .pd-top {
	padding-top: 50px;
}

.pd-top {
	padding-top: 100px;
}

.woocommerce-product-gallery__image {
	border-radius: 8px;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-product-gallery__image img {
	max-width: 100%;
	border-radius: 8px;
	margin-inline: auto;
}

.woocommerce ul.products .size-woocommerce_thumbnail {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
	background-color: #363636;
	border-radius: 10px;
	min-height: 290px;
}

.site-main header.entry-header h1 {
	font-family: 'Inter', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
	line-height: normal;
	color: #0E0E0E;
	text-transform: capitalize;
}

.header-social .cart-icon{
	position: relative;
}

.header-social span.cart-item {
	padding: 2px;
	position: absolute;
	display: flex;
	width: 19px;
	height: 19px;
	color: #000;
	font-size: 10px;
	background-color: #b61f24;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	top: -15px;
	left: 2px;
}

.wc-block-components-checkout-place-order-button.contained {
	color: #000 !important;
}


.woocommerce .woocommerce-ordering select {
	background-color: #0E0E0E;
	font-family: Inter;
	font-size: 12px;
}

.woocommerce .woocommerce-result-count{
	color: #0E0E0E;
}

.music-right-col .header-social li a:hover path,
.music-left-block .header-social li a:hover path {
	fill: #b61f24;
}

.music-right-col .header-social li a path,
.music-left-block .header-social li a path {
	fill: #0e0e0e;
}

@media screen and (max-width: 1299px) {
	.container {
		padding-inline: 18px;
		margin-left: 0;
		margin-right: 0;
	}

	.header-inner .main-navigation {
		padding-inline: 0px 0px;
		width: calc(100% - 0px);
	}
}

@media screen and (min-width: 992px){
	.profile-inner .profile-right {
		padding-right: 40px;
	}
}

@media screen and (min-width: 768px){
	button#rmp_menu_trigger-298{
		display: none;
	}

	.header-inner .main-navigation li:first-child{
		display:none;
	}

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.header-inner .main-navigation li {
		padding-inline: 16px;
	}

	.header-social li {
		margin-inline: 8px;
	}

	.main-navigation ul {
		justify-content: center;
	}
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
	.music-right-block {
		padding-inline: 80px 70px;
	}

	.products-inner .woocommerce-LoopProduct-link img {
		min-height: 230px;
	}

	.music-right-block .slick-prev {
		left: -35px;
	}
}

@media screen and (max-width: 1150px) {
	.album-list-inner .album-list_left {
		width: calc(100% - 0px);
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.rmp-container.rmp-slide-left {
		background-color: #b61f24 !important;
	}

	#rmp_menu_trigger-298 {
		left: auto !important;
	}

	.banner-section {
		padding-top: 65px !important;
	}

	header.site-header {
		box-shadow: 0px 1px 4px rgb(145 145 145) !important;
	}

	header .header-right {
		justify-content: right;
	}

	.rmp-menu-wrap {
		height: 100%;
		display: flex;
		min-height: 100vh;
		align-items: center;
	}

	.rmp-menu-wrap a.rmp-menu-item-link {
		color: #000 !important;
		font-weight: 600 !important;
	}

	button.is-active .responsive-menu-pro-inner,
	button.is-active .responsive-menu-pro-inner:after {
		background-color: #000 !important;
	}

	.header-inner {
		flex-wrap: nowrap;
	}

	.header-inner .header-social li {
		width: 24px;
		margin-inline: 6px;
		padding-inline: 0px;
	}

	.header-inner .site-branding {
		margin-left: 0px;
	}

	.rmp_menu_trigger {
		left: 2% !important;
	}
}

@media screen and (max-width: 991px) {

	.woocommerce-product-gallery__image {
		min-height: 100%;
	}

	.related-product ul.products.columns-4 li {
		width: calc(90% / 2) !important;
	}


	.products-inner .products .slick-list {
		overflow: visible;
	}

	.video-wrapper {
		height: 100%;
	}

	.video-wrapper video {
		height: 100%;
		max-height: 100%;
	}

	.music-section .container {
		padding-right: 0;
	}

	.music-right-block {
		width: calc(100% - 0px);
		padding-inline: 115px 70px;
	}

	.music-right-block button {
		display: none !important;
	}

	.music-right-block {
		width: calc(100% - 0px);
		padding-inline: 0;
	}

	.music-left-block {
		padding-bottom: 60px;
	}

	.music-right-block .slick-list {
		overflow: visible;
	}

	.music-right-block {
		padding-inline: 0 80px;
	}

	.music-single-inner {
		padding-bottom: 80px;
	}

	.music-left-block {
		width: 100%;
	}

	.music-left-block figure {
		width: 280px;
		height: 280px;
	}

	.album-track-flex .album-track-item {
		width: 50%;
	}

	.album-track-flex {
		flex-wrap: nowrap;
	}

	.album-list-inner .album-list_left {
		width: calc(96% - 0px);
	}

	.album-list_right {
		width: 100%;
		padding-top: 25px;
	}

	.album-list_track {
		width: calc(100% - 200px);
		padding-left: 20px;
	}

	.album-track-item .music-left-block {
		width: 100%;
	}

	.album-track-item .music-left-block figure {
		width: 200px;
		height: 200px;
		cursor: pointer;
	}

	.products-section {
		overflow: hidden;
	}
	body.woocommerce-page .woocommerce-breadcrumb a {
		color: #0E0E0Ef;
	}
	body.woocommerce-page .woocommerce-breadcrumb {		
		padding-inline: 20px;
	}
	.single-product h1.product_title.entry-title {
		font-size: 27px;	
	}
	.wc-block-cart-item__wrap * {
		padding-inline: 5px;
	}
}

@media screen and (max-width: 767px) {

	.header-inner {
		flex-wrap: wrap;
		justify-content: center;
	}

	#rmp_menu_trigger-298 {
		top: 20px;
	}

	#rmp_menu_trigger-298 .rmp-trigger-box {
		top: -1px;
	}  

	#rmp_menu_trigger-298 .responsive-menu-pro-inner::before {
		top: 8px;
	}
	#rmp_menu_trigger-298 .responsive-menu-pro-inner::after {
		bottom: 8px;
	}

	.footer-menu {
		padding-bottom: 10px;
	}

	/* .woocommerce-page .related-product ul.products li.product a img {
	min-height: 100%;
	max-height: 100%;	
	object-fit: contain;
} */

	.related-product.shape-layers {
		margin-block: 40px 0;
	}
	/* .related-product ul.products.columns-4 li {
	width: calc(100% / 1) !important;
	margin-inline: 0 !important;
} */

	section.related.products h2 {
		font-family: 'Inter', sans-serif;
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}

	.music-section {
		padding-top: 20px;
	}

	.ms-list .ms-list__cont p {
		font-size: 12px;
	}

	.ms-list__cont h4 {
		font-size: 12px;
	}

	.ms-list h3 {
		font-size: 18px;
	}

	.album-list_right .music-left-block figure {
		width: 155px;
		height: 155px;
	}

	.products-inner .add_to_cart_button {
		position: relative !important;
		bottom: 0;
		right: 0;
	}

	/* .products-inner .woocommerce-LoopProduct-link img {
	height: 180px !important;
	width: 180px !important;
} */

	.products-inner .woocommerce-LoopProduct-link img {
		min-height: 100%;
	}

	nav#site-navigation {
		display: none;
	}

	.album-list-inner .album-list_left {
		flex-wrap: wrap;
	}

	.album-track-item {
		width: 130px !important;
	}

	.album-list_track {
		width: calc(100% - 0px) !important;
		padding-left: 0 !important;
	}

	.album-track-item .music-left-block {
		width: 130px;
	}

	.album-track-item .music-left-block figure {
		width: 130px;
		height: 130px;
		cursor: pointer;
	}

	.header-right {
		width: 100%;
	}

	.footer-inner {
		padding-block: 60px;
		flex-wrap: wrap;
		text-align: left;
	}

	.album-track-flex {
		justify-content: flex-start;
	}

	.track-title {
		line-height: 1.1;
		margin-bottom: 4px;
	}

	.footer-right {
		width: 100%;
	}

	.footer-left {
		width: 100%;
	}

	.footer-inner>div {
		width: 100%;
	}

	.footer-social ul {
		justify-content: start;
		padding-inline: 0;
		margin: 0;
	}

	.footer-menu ul {
		justify-content: start;
		padding: 0;
		margin: 0;
	}

	footer .copyright {
		text-align: left;
	}

	.footer-inner p {
		margin-bottom: 8px;
	}

	.footer-social {
		padding-block: 15px 20px;
	}

	footer {
		background-color: #fff;
	}

	.products-cat>div {
		width: 100%;
		text-align: left;
	}

	.products-cat_right {
		order: 1;
	}

	.products-cat_left {
		order: 2;
	}

	.products-cat {
		flex-wrap: wrap;
	}

	.sec-title h2 {
		font-size: 30px;
		line-height: normal;
	}

	.sec-title h3 {
		font-size: 40px;
		line-height: normal;
	}

	.latest-video__inner {
		flex-wrap: wrap;
		padding-bottom: 40px;
	}

	.latest-video__inner .sec-title {
		width: 100%;
	}

	.video-btn {
		display: block;
	}

	.profile-inner .profile-left {
		width: 100%;
	}

	.profile-inner .profile-right {
		width: 100%;
	}

	.social-media {
		padding-top: 30px;
		padding-bottom: 110px;
	}

	.title h2 {
		font-size: 34px;
		line-height: 1.2;
	}

	.profile-right .title {
		position: relative;
		z-index: 11;
	}

	.profile-inner .profile-right {
		position: relative;
	}

	.profile-right:before {
		content: '';
		background: linear-gradient(180deg, rgb(185 185 185 / 0%) 1.21%, #fff 21.82%);
		bottom: 0;
		height: 100%;
		width: 100%;
		position: absolute;
		top: -190px;
		z-index: 1;
	}

	.profile-sec {
		background: #fff;
	}

	.profile-right .profile-desc,
	.profile-right .profile-desc p {
		position: relative;
		z-index: 1;
	}

	.products-section {
		background-color: #fff;
	}

	.products-inner:before {
		content: '';
		position: absolute;
		right: 100%;
		background-color: #fff;
		height: 100%;
		width: 9000px;
		z-index: 1;
	}

	.products-cat ul li {
		margin-bottom: 34px;
		margin-right: 12px;
	}

	.products-cat ul {
		flex-wrap: wrap;
	}

	.products-cat_right {
		padding-bottom: 70px;
		padding-top: 10px;
	}

	.products-cat {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.upcoming-inner .up-events-item {
		width: 100%;
		margin-block: 1%;
	}

	.up-events-cont .up-events-left {
		width: 100px;
	}

	.event-info {
		width: calc(100% - 100px);
		padding-inline: 5px;
	}

	.up-events-cont h3 {
		font-size: 10px;
	}

	.location-info p {
		font-size: 10px;
		padding-top: 2px;
	}

	.event-short-info {
		padding-top: 4px;
		flex-wrap: wrap;
	}

	.event-desc {
		max-width: 100%;
	}

	.up-events-left figure {
		height: 90px;
		width: 90px;
	}

	.event-short-info .btn {
		width: 125px;
		height: 36px;
		display: flex;
		justify-content: center;
	}

	.event-short-info .btn a {
		font-size: 10px;
	}

	.event-short-info .ticket-btn {
		max-height: 12px;
		padding-left: 8px;
	}

	.event-short-info .btn {
		width: 90px;
		height: 36px;
	}

	.upcoming-inner .up-events-item {
		margin-block: 2%;
	}

	.calender-icon img {
		max-height: 12px;
	}

	.event-short-info>div {
		padding-block: 3px;
	}

	.ms-inner {
		padding-block: 60px 125px;
	}

	.upcoming-inner {
		padding-block: 27px 65px;
		flex-wrap: wrap;
	}

	.latest-video {
		background-color: #fff;
		padding-block: 65px 60px;
	}

	.album-list-inner .album-list_left {
		padding: 20px;
	}

	.product_meta .posted_in {
		color: #0E0E0E;
	}
	.related.products h2{
		padding-block: 20PX;
	}
	section.related.products h2.woocommerce-loop-product__title{
		width: calc(100% - 110px);
	}
	.woocommerce-cart .wc-block-cart .wc-block-components-sidebar {
		padding: 20px !important;
	}
	.wc-block-cart-item__wrap {
		display: block;
		padding-right: 0 !important;
	}
	tr.wc-block-cart-items__row{
		border-bottom: 1px solid #4e4646;
		padding-inline: 15px !important;
	}
	tr.wc-block-cart-items__row:last-child{
		border-bottom: 0px solid #4e4646;
	}
	.wc-block-cart-items__row td.wc-block-cart-item__image {
		padding-left: 0px !important;
	}
	.wp-block-woocommerce-checkout {
		padding: 12px 12px;
	}
	.wc-block-components-order-summary-item * {
		color: #0E0E0Efff;
	}	
	.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
		background: #1c1c1c !important;
	}
	.entry-content ul.products.columns-4 li {
		width: 100% !important;
	}
	.woocommerce-result-count {
		color: #0E0E0E;
	}
}


@media screen and (max-width: 360px) {
	.music-right-block {
		padding-inline: 0 30px !important;
	}
}


.upcoming-events__outer {
	padding-top: 70px;
	padding-bottom: 50px;
}

.past-events__outer .title {
	padding-bottom: 26px;
}

.event-form {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-block: 35px;
}

.event-inner p {
	font-size: 14px;
	color: #0E0E0E;
	font-family: 'Inter';
	margin-bottom: 0;
}

.event-inner form {
	display: flex;
	justify-content: center;
	position: relative;
}

.field-input-email {
	width: 100%;
}

form .field-input-email input {
	width: calc(100% - 95px);
}

form .field-input.submit-btn {
	width: 95px;
	position: absolute;
	right: 0;
}

form .field-input.submit-btn input {
	width: 100%;
	cursor: pointer;
	background-color: #b61f24;
	color: #fff;
}

form .field-input-email input{
	width: 100%;
}

form .event-inner {
	padding-top: 40px;
	padding-bottom: 25px;
}

form .wpcf7-form-control-wrap input {
	height: 42px;
	background-color: transparent;
	border-radius: 35px;
	padding-inline: 20px;
	color: #959595;
	-webkit-text-fill-color: #959595;
	font-size: 12px;		
	border-color: #0E0E0E
}

form .field-input-email .wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 8px;
	margin-left: 20px;
	color: red;
}

.field-input input {
	padding-block: 12px !important;
}

form .field-input.submit-btn input {
	border-radius: 35px;
	width: 100%;
	font-size: 14px;
	height: 42px;
}

form .wpcf7-response-output {
	position: absolute;
	bottom: -80px;
	color: #0E0E0E;
	padding: 5px 25px !important;
	display: block;
	font-size: 12px;
}

form input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	background-color: transparent !important;
}

.products-inner.all {
	display: none;
}

.product-list-item {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
}

.product-list-item li {padding-inline: 30px; flex: 1; text-align: center;}

.product-list-item li a {color: #0E0E0E;text-decoration: none;font-size: 14px;font-family: 'Inter';}

.cs-image {
	text-align: center;
	padding-block: 50px 30px;
}

.cs-image img {
	opacity: 0.8;
}

.product-list-item li a:hover {
	color: #b61f24;
}


.footer-cont__inner {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	flex-wrap: wrap;
}

.footer-social li:first-child svg path {
	fill: #fff;
}

.footer-social li:first-child:hover svg circle{
	fill: #b61f24;
}

/* .footer-cont__inner > div {
flex: 1;
} */

.footer-cont__left {
	margin-right: 25px;
	width: 120px;
}

.footer-cont__inner .ftr-info {
	display: flex;
	color: #0E0E0E;
	width: calc(100% - 120px);
}

.footer-cont__inner:last-child {
	padding-bottom: 0;
}


@media screen and (max-width: 767px) {
	#rmp-menu-wrap-298 .rmp-menu-current-item .rmp-menu-item-link {
		color: #0E0E0E !important;
		border-top: 0;
		background-color: #fff;
	}
	.rmp-menu-item-link {
		background: #fff !important;
	}

	#rmp-menu-298 {
		display: flex;
		flex-wrap: wrap;
	}

	#rmp-menu-298 li {
		width: 50% !important;
		border: 1px solid #000;
		border-bottom: 0;
		border-right: 0;
		padding-block: 25px !important;
	}
	#rmp-container-298 {
		max-width: 100%;
		width: 100%;
		z-index: 99;
	}
	a.rmp-menu-item-link {
		padding-inline: 0 !important;
	}

	#rmp-menu-298 li.menu-item.active {
		background-color: #b61f24;
		transition: none !important;
	}
	#rmp-menu-298 li.menu-item.active a{
		color: #fff !important;
	}


	#rmp-menu-298 li:first-child a{
		color: #fff !important;
	}

	#rmp-menu-298 li:first-child, #rmp-menu-298 li:nth-of-type(3), #rmp-menu-298 li:nth-of-type(5) {
		border-left: 0;
	}

	#rmp-menu-298 li:last-child, #rmp-menu-298 li:nth-of-type(5) {
		border-bottom: 1px solid #000;
	}
	.rmp-container.rmp-slide-left {
		background-color: #fff !important;
	}
	button.is-active .responsive-menu-pro-inner, button.is-active .responsive-menu-pro-inner:after {
		background-color: #fff !important;
	}
	.rmp-menu-title{
		padding-top: 0% !important;
	}

	#rmp-menu-298 li:hover, #rmp-menu-298 li a:hover {
		background-color: #b61f24;
		transition: none !important;
	}

	#rmp-menu-298 a.rmp-menu-item-link {
		background: none !important;
	}

	#rmp-menu-298 li:hover a, #rmp-menu-298 li a:hover {
		color: #fff !important;
	}

	#rmp-menu-wrap-298 .rmp-menu-current-item:hover .rmp-menu-item-link {
		color: #fff !important;
		transition: none !important;
	}

	#rmp_menu_trigger-298 {
		background: #B61F24 !important;
	}

	div#rmp-search-box-298 {
		display: none;
	}

	/* #rmp_menu_trigger-298:hover .responsive-menu-pro-inner,
	#rmp_menu_trigger-298:hover .responsive-menu-pro-inner::before,
	#rmp_menu_trigger-298:hover .responsive-menu-pro-inner::after {
	background-color: #B61F24 !important;
} */
}

@media screen and (max-width: 575px) {
	.product-list-item li {padding-inline: 5px; flex: 1;}
	.footer-cont__left {
		width: 100%;
	}
	.footer-cont__inner {
		padding-bottom: 15px;		
	}
	.music-inner.tab-content {
		padding-top: 10px;
	}
	.music-section .music-tabs ul {
		margin: 0 0 30px;
	}
}

@media screen and (max-width: 480px) {
	.music-left-block figure {
		width: 160px;
		height: 160px;
		border-radius: 12px;
	}
}