/* latin */
/* @font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/images/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */
/* latin */
/* @font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/images/XRXW3I6Li01BKofAjsOUYevI.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */


/* Shortcuts */
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
.cl:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	color: transparent;
	font-size: 0;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}
.nw {
	white-space: nowrap;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.fix {
	position: fixed;
}
.block {
	display: block;
}
.iblock {
	display: inline-block;
}
.hide {
	display: none;
}
.oh {
	overflow: hidden;
}
.b {
	font-weight: bold;
}
.notb {
	font-weight: normal;
}
.pnt {
	cursor: pointer;
}
.move {
	cursor: move;
}
.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}

h1 {
	margin: 0;
	padding: 0 0 10px;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	border-bottom: 1px solid transparent;
}
h1.warn {
	color: #ff0;
	background-color: #333;
	font-size: 24px;
}
h2 {
	margin-top: 10px;
	letter-spacing: 1px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}
h3 {
	font-size: 14px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #0087ff;
}
button,
a.button {
	font-family: "Nunito";
	background-color: #e43f5a;
	color: #fff;
	border: none;
	vertical-align: middle;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
}
input,
textarea,
option,
select {
	margin: 0;
	padding: 5px 10px;
	height: 40px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	font-family: "Nunito", sans-serif;
	line-height: 40px;
	background: #fff;
	box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
	height: auto;
	margin: 0 4px 0 0;
}
select {
	cursor: pointer;
	padding: 4px 10px;
}
th {
	font-size: 14px;
	color: #666;
	text-align: center;
}
td {
	font-size: 14px;
}
img {
	border: none;
}
label {
	cursor: pointer;
}
body {
	margin: 0;
	font-size: 14px;
	font-family: "Nunito", sans-serif;
	background: #000 url("images/bg.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
body:after {
	content: "";
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

main {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.accents {
	margin-bottom: 20px;
}

.owl-carousel {
    touch-action: manipulation;
}

.owl-item img {
	height: auto;
}

.owl-prev, .owl-next {
	cursor: pointer;
	z-index: 2;
	top: 50%;
	position: absolute;
	height: 70px;
	width: 40px;
    margin-top: -35px;
    border-radius: 0;
    background: rgba(0, 0, 0, .5) !important;
}
.owl-prev:hover, .owl-next:hover {
    background: rgba(0, 0, 0, .8) !important;
}
.owl-prev span, .owl-next span {
	color: #FFF;
	font-size: 56px;
	line-height: 40px;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}

.faq {
	font-size: 24px;
	text-align: center;
	margin: 20px 0;
}
.b2-midi {
	background-color: #ffeeee;
	padding: 1px 3px;
}
.b2-audio {
	background-color: #eeeeff;
	padding: 1px 3px;
}
.b2-multi {
	background-color: #eeffee;
	padding: 1px 3px;
}
.b2-arranger {
	background-color: #ffeeff;
	padding: 1px 3px;
}
.row {
	height: 0px;
	font-size: 1px;
	margin: 10px auto;
	border-bottom: 1px solid #d0d2d3;
}

/* Sprite */
.spr {
	background: url(images/sprite.png) no-repeat;
	width: 1px;
	height: 1px;
	display: inline-block;
}
.icon-share {
	background-position: -479px -111px;
	width: 15px;
	height: 15px;
}

/* Notification */
.notif {
	top: 48%;
	left: 50%;
	position: fixed;
	width: auto;
	background-color: #ddd;
	border-radius: 3px;
	box-shadow: 0 4px 16px #333;
	font-size: 13px;
	cursor: pointer;
	z-index: 9999;
}
.notif > div {
	padding: 10px 20px;
	border-radius: 3px;
}
.notif .info {
	background-color: #eee;
}
.notif .warning, form .warning {
	background-color: #a00;
	color: #fff;
}
.notif .success {
	background-color: #ff9;
}

/* HTML */

.pw {
	margin: auto;
	max-width: 990px;
}

/* HEADER */
#header {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Logo */
#header .logo img {
	max-width: 100%;
}

/* Searching */
#header .search-holder {
	flex-grow: 1;
}

#header .search {
	position: relative;
	font-size: 14px;
}
#txtajaxsearch {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 3px 15px;
	font-size: 16px;
	border: 0;
	border-radius: 20px;
	background-color: #fff;
	box-sizing: border-box;
}
#header .search .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #4d4c7d;
	background-color: transparent;
}
#header .search .svg {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
}

#header .search form {
	position: relative;
}
#ajaxsearch {
	display: none;
	position: absolute;
	z-index: 20;
	top: 50px;
	left: 0px;
	width: 100%;
}
#ajaxresults {
	overflow-y: auto;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 22px -13px #000;
	max-height: 400px;
}
#ajaxresults .tabs {
	border-bottom: 1px solid #e43f5a;
}
#ajaxresults button {
	border-radius: 0px;
	color: #000;
	background-color: #fff;
}
#ajaxresults button.active {
	color: #fff;
	background-color: #e43f5a;
}
#ajaxresults a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	padding: 5px 10px;
}
#ajaxresults a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #e43f5a;
}

/* User button */
#header .user-holder {
	position: relative;
}
#header .user-holder .svg {
	display: block;
	width: 26px;
	height: 26px;
}
#header .user-holder a {
	display: block;
	padding: 7px 10px;
	color: #fff;
}

/* Cart */
.cart-holder {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 1;
	flex-grow: 0;
}

#topcart {
	position: relative;
	display: inline-flex;
	color: #fff;
}
#topcart .svg {
	width: 40px;
	height: 40px;
}
#topcart .dot {
	position: absolute;
	top: -6px;
	right: -8px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #e2031f;
	width: 20px;
	height: 14px;
	line-height: 14px;
	padding: 3px 0;
	text-align: center;
	border-radius: 16px;
}

/* MAINMENU */
.mainmenu {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
}
.mainmenu .home .svg,
.mainmenu .email .svg {
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
}
.mainmenu a {
	position: relative;
	flex-grow: 1;
	padding: 6px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 0 solid transparent;
	transition: all 150ms ease;
}

.mainmenu a.current {
	color: #fff;
	border-width: 2px;
	border-color: #e43f5a;
}
.mainmenu a.current.audio {
	border-color: #26a9e0;
}
.mainmenu a.current.multi {
	border-color: #26a950;
}
.mainmenu a.current.arranger {
	border-color: #b700b6;
}

#leftpanel {
	border-radius: 4px;
}

/* Leftbar cats */
#leftpanel .categories {
	overflow: hidden;
	border-radius: 4px;
	background-color: #FFF;
}
#leftpanel .categories a {
	position: relative;
	display: block;
	padding: 6px 10px;
	color: #333;
	transition: all 120ms ease-in-out;
}

#leftpanel .categories a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0px;
	background-color: #e43f5a;
	transition: all 120ms ease-in-out;
}
#leftpanel .categories.audio a:before {
	background-color: #26a9e0;
}
#leftpanel .categories.multi a:before {
	background-color: #26a950;
}
#leftpanel .categories.arranger a:before {
	background-color: #b700b6;
}

#leftpanel .categories a + a {
	border-top: 1px solid #CCC;
}

#leftpanel .artists {
	padding: 1px 10px 10px;
	color: #000;
	background-color: #FFF;
	margin-top: 20px;
	border-radius: 4px;
}
#leftpanel .artists-list {
	display: flex;
	flex-wrap: wrap;
}
#leftpanel .artists strong {
	display: block;
	font-size: 18px;
	margin: 10px 0 5px;
}
#leftpanel .artists a {
	color: #e43f5a;
	padding: 3px;
	line-height: 20px;
}
#leftpanel .artists.audio a {
	color: #26a9e0;
}
#leftpanel .artists.multi a {
	color: #26a950;
}
#leftpanel .artists.arranger a {
	color: #b700b6;
}


#leftpanel .bigcart {
	width: 178px;
	padding: 5px 5px;
	color: #fff;
}
#leftpanel .bigcart p {
	margin: 0;
	padding: 2px 0;
	text-align: left;
	font-size: 11px;
	border-bottom: 1px solid #bbb;
}
#leftpanel .bigcart .price {
	text-align: right;
	padding: 4px 0;
	border: none;
}

#leftpanel .voting .title a {
	display: inline-block;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}
#leftpanel .voting {
	padding: 10px;
	background-color: #FFF;
	margin-top: 20px;
	border-radius: 4px;
}
#leftpanel .voting a {
	color: #fff;
}
#leftpanel .voting a:hover {
	text-decoration: underline;
}
#leftpanel .voting ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}
#leftpanel .voting ul li {
	margin: 0;
	color: #333;
	text-indent: 0;
}
#leftpanel .voting ul li:not(:last-child) {
	margin-bottom: 6px;
}

#newmidi table,
#newaudio table,
#newmulti table,
#topmidi table,
#topaudio table,
#topmulti table {
	width: 698px;
}
#main {
	background-color: #FFF;
	border-radius: 4px;
}
#main .content {
	margin: 0;
	padding: 15px;
}
#main .content article header {
	margin-bottom: 10px;
}
#main h1,
#main h2,
#main h4 {
	border-color: #e43f5a;
}
#main .audio h1,
#main .audio h2,
#main .audio h4,
#main .content-cart h1 {
	border-color: #26a9e0;
}
#main .multi h1,
#main .multi h2,
#main .multi h4 {
	border-color: #26a950;
}
#main .arranger h1,
#main .arranger h2,
#main .arranger h4 {
	border-color: #b700b6;
}

#main .h2-ids,
#main .h1-id {
	display: block;
	color: #999;
	font-weight: normal;
	font-size: 14px;
}

#main .h2-ids {
	margin-top: 5px;
}

#main table {
	text-align: left;
	margin: auto;
	width: 100%;
}
#main .buy {
	display: inline-block;
	padding: 0 20px;
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
	text-transform: uppercase;
	border-radius: 4px;
	/* background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%); */
	background-image: linear-gradient(45deg, #874da2 0%, #c43a30 100%);
	transition: all 200ms ease;
}
#main .buy:hover {
	opacity: 0.9;
}
#main .archive {
	margin: 15px auto;
	color: #999;
	font-size: 13px;
	font-style: italic;
	white-space: nowrap;
}
#main .pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px 0;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
#main .pages:empty { margin-bottom: 0; }
#main .pages > * {
	flex-basis: 40px;
	line-height: 40px;
	text-align: center;
}
#main .pages span {
	color: #FFF;
	border-radius: 50px;
	background-color: #e43f5a;
}
#main .pages a {
	color: #000;
}
#main .pages a:hover {
	color: #e43f5a;
}
#main .audio .pages span {
	background-color: #26a9e0;
}
#main .audio .pages a:hover {
	color: #26a9e0;
}
#main .multi .pages span {
	background-color: #26a950;
}
#main .multi .pages a:hover {
	color: #26a950;
}
#main .arranger .pages span {
	background-color: #b700b6;
}
#main .arranger .pages a:hover {
	color: #b700b6;
}

#main a.mark {
	border: 1px solid #666;
	padding: 0 2px;
}
#main1 a:hover {
	text-decoration: none;
	color: #0061cd;
}
#main .icon {
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	border: 0px;
}

#main h2,
#main h4 {
	/* margin: 0 0 10px; */
	margin: 10px 0;
	padding: 0;
	font-size: 18px;
}
#main .top10 {
	list-style-type: none;
	padding: 0;
}
#main .top10 li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
}
#main .top10 li:last-child {
	border-bottom: none;
}
#main .top10 li .num {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 20px;
	margin-right: 10px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
#main .top10 li a {
	color: #333;
}
#main .top10 .title {
	flex-grow: 1;
	flex-shrink: 1;
	padding: 7px;
	line-height: 1;
}
#main .top10 .author {
	display: block;
	margin-top: 3px;
	font-size: 12px;
}

#main .contentsong {
	width: 100%;
	margin: 0px auto 20px auto;
	clear: both;
	border-spacing: 0;
}
#main .contentsong a {
	color: #e43f5a;
}
#main .audio .contentsong a {
	color: #26a9e0;
}
#main .multi .contentsong a {
	color: #26a950;
}
#main .arranger .contentsong a {
	color: #b700b6;
}
#main .contentsong tr td {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding: 4px 0;
}
#main .contentsong tr:last-child td {
	border-bottom: none;
}
#main .contentsong td.date {
	font-weight: bold;
	font-size: 17px;
	color: #555;
	padding: 20px 0 4px;
}
#main .contentsong .nw {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#main .contentsong .nw .buy {
	margin-left: 10px;
}

.vocals {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.vocals a {
	display: inline-block;
}
.vocals .remove .svg {
	margin-left: 0 !important;
}

.vocals .remove,
.vocals .buy {
	margin-bottom: 10px;
}
.vocals > div {
	flex-grow: 1;
	flex-shrink: 0;
	padding: 10px 0;
}
.vocals span {
	display: block;
}

.choose-song {
	flex-shrink: 1;
	width: 100%;
	min-width: 0;
	height: 36px;
	margin-right: 10px;
}

.vocals-mobile.hide {
	display: none !important;
}
.vocals-mobile:not(.hide) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vocals-mobile td {
	display: flex;
	align-items: center;
	justify-content: center;
}

.channels {
	padding: 20px;
	text-align: left;
}

#main .info {
	margin: auto;
}

#main .demo-save,
#main .song-info,
#main .playdemo,
#main .wish-icon,
.playvideo {
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 0;
	background: transparent;
}
#main .demo-save svg,
#main .wish-icon svg,
#main .song-info svg,
#main .playdemo svg,
.playvideo svg {
	display: block;
	width: 26px;
	height: 26px;
	color: #e43f5a;
}
#main .audio .demo-save svg,
#main .audio .song-info svg,
#main .audio .wish-icon svg,
#main .audio .playdemo svg,
.audio .playvideo svg {
	color: #26a9e0;
}
#main .multi .demo-save svg,
#main .multi .song-info svg,
#main .multi .wish-icon svg,
#main .multi .playdemo svg,
.multi .playvideo svg {
	color: #26a950;
}
#main .arranger .demo-save svg,
#main .arranger .song-info svg,
#main .arranger .wish-icon svg,
#main .arranger .playdemo svg,
.arranger .playvideo svg {
	color: #b700b6;
}
#main .wish-icon.colored svg {
	color: #e2031f;
}

#main .playvideo {
	background-image: url("images/thum_demo_play_icon.png");
}
#main .playdemo.stop svg {
	color: #333;
}
#main .remove .svg {
	display: block;
	margin: 0 0 0 10px;
	width: 26px;
	height: 26px;
	color: #e2031f;
}
#main tr:hover .remove .svg { color: #e2031f !important; }
#main .share {
	margin-top: 10px;
}
#main .facebook {
	display: inline-block;
	width: 106px;
	vertical-align: top;
}
#main .twitter {
	display: inline-block;
	width: 55px;
	vertical-align: top;
}
#main .googleplus {
	display: inline-block;
	width: 60px;
	vertical-align: top;
}
#main .row {
	border-top: 1px solid #a5a7aa;
	border-bottom: 1px solid #f0f0f1;
}
#main .description {
	display: block;
	color: #6d6e70;
	font-size: 14px;
	margin: 10px 0;
}
#main .description.bolder {
	font-weight: bold;
	font-size: 16px;
}

.prod-details {
	display: flex;
}

.prod-details .buying {
	justify-content: center;
}

.prod-details .buying-form {
	text-align: center;
}

.content a {
	color: #e43f5a;
}
.content.audio a {
	color: #26a9e0;
}
.content.multi a {
	color: #26a950;
}
.content.arranger a {
	color: #b700b6;
}

#main .tech {
	margin: 20px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#main .tech-ttl {
	margin: 15px 0 0;
}
#main dl {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 15px;
}
#main dt {
	flex-shrink: 0;
	flex-basis: 35%;
	font-weight: bold;
}
#main dd {
	flex-basis: 65%;
	margin: 0;
}
#main dl > * {
	/* flex-basis: 50%; */
}

#main div.itemprice {
	font-weight: bold;
	font-size: 58px;
	text-align: center;
}

#consent {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	padding: 12px 15px;
	color: #fff;
	text-align: center;
	background-image: linear-gradient(45deg, #874da2 0%, #c43a30 100%);
}
#consent span {
	margin-bottom: 10px;
	display: block;
}
#consent a {
	padding: 6px 8px;
	color: #AF4158;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFF;
}

.charts {
	display: flex;
	flex-wrap: wrap;
}
.charts > * {
	flex-basis: 100%;
}

.tabs-head {
	display: flex;
	font-weight: bold;
	border-top: 1px solid #e43f5a;
	border-bottom: 1px solid #e43f5a;
}
.tabs-head > * {
	cursor: pointer;
	flex-grow: 1;
	padding: 10px 0;
	text-align: center;
	transition: all 200ms ease;
}
.tabs-head > .active {
	color: #FFF;
	background-color: #e43f5a;
}

.tabs-body {}

/* Sub audio */
.audio-sub {
	font-size: 16px;
}
.audio-sub a {
	max-width: 223px;
	float: left;
	display: block;
	margin: 10px;
}
.audio-sub div {
	border-radius: 3px;
	padding: 10px;
	text-align: center;
	color: #ccc;
	height: 360px;
	background: linear-gradient(#333, #111);
}
.audio-sub .title {
	font-size: 19px;
	display: block;
}
.audio-sub .songs {
	color: #bbb;
	font-size: 14px;
}
.audio-sub div > img {
	width: 100%;
}
.audio-sub div p {
	margin-bottom: 0;
}
a:hover div,
a.current div {
	color: #fff;
}
a:hover p,
a.current p {
	color: #eee;
}
a:hover .sub-mix,
a.current .sub-mix {
	background: linear-gradient(#b40001, #740001);
}
a:hover .sub-back,
a.current .sub-back {
	background: linear-gradient(#26a9e0, #1b4ab4);
}
a:hover .sub-multi,
a.current .sub-multi {
	background: linear-gradient(#26a950, #1b4a24);
}
a:hover .sub-silver,
a.current .sub-silver {
	background: linear-gradient(#26a950, #1b4a24);
}
a:hover .sub-arr,
a.current .sub-arr {
	background: linear-gradient(#b700b6, #77007a);
}

/* Rating */
#like-stats {
	position: absolute;
	top: 0px;
	background-color: #fff;
	padding: 6px;
	border-radius: 4px;
	box-shadow: 0 1px 7px #777;
}
.rates {
	margin: 10px 0 15px;
	display: flex;
}
.rate .svg {
	cursor: pointer;
	width: 24px;
	height: 22px;
	color: #CCC;
}
.rate.on .svg {
	color: #FFCC00;
}

/* Song cover image */
.cover {
	display: block;
	margin: 10px 15px 0;
	border-radius: 4px;
	box-shadow: 0 2px 22px -13px #000;
}

/* Notify me button */
.notify-me {
	max-width: 260px;
	display: inline-flex;
	align-items: center;
	color: #333 !important;
}
.notify-me:hover {
	text-decoration: underline;
}
.notify-me .svg {
	flex-basis: 20px;
	height: 20px;
	margin-right: 5px;
}

#main .about {
	display: flex;
	margin-bottom: 20px;
}
#main .about h2 {
	margin-top: 0;
}
#main .about-content {
	margin-right: 10px;
}

#main .rate img {
	vertical-align: middle;
}
#main .rate a {
	margin: 0;
}
#main h2.comments {
	margin-top: 0px;
	font-size: 12px;
}
#main h2.comments img {
	vertical-align: middle;
}
#main div.comments {
	height: 100px;
	overflow-y: scroll;
	margin: auto;
}
#main div.sm {
	height: auto;
}
#main div.comments table {
	background-color: #fff;
	width: 500px;
}
#main div.comments table td {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
#main div.comments table td.commleft {
	width: 140px;
	vertical-align: top;
	font-weight: bold;
	font-size: 10px;
	color: #666;
}
#main div.comments textarea {
	font-size: 12px;
}

#main .bookmark {
	padding: 5px;
}
#main .bookmark a {
	margin: 0 2px;
}
#main .bookmark img {
	vertical-align: bottom;
}

#main .cont {
	clear: both;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 698px;
}
#main .cont p {
	text-align: left;
	padding: 0 10px;
}
#main .tl {
	float: left;
	background: url(images/roundtl.gif) no-repeat;
	height: 10px;
	width: 10px;
	font-size: 1px;
}
#main .t {
	float: left;
	border-top: 1px solid #ccc;
	height: 9px;
	width: 680px;
	font-size: 1px;
}
#main .tr {
	float: left;
	background: url(images/roundtr.gif) no-repeat;
	height: 10px;
	width: 10px;
	font-size: 1px;
}
#main .bl {
	float: left;
	background: url(images/roundbl.gif) no-repeat bottom;
	height: 10px;
	width: 10px;
	font-size: 1px;
}
#main .b {
	float: left;
	border-bottom: 1px solid #ccc;
	height: 9px;
	width: 680px;
	font-size: 1px;
}
#main .br {
	float: left;
	background: url(images/roundbr.gif) no-repeat bottom;
	height: 10px;
	width: 10px;
	font-size: 1px;
}
#main .info .l {
	float: left;
	padding-right: 5px;
}
#main span.price {
	color: #c00;
	font-weight: bold;
	font-size: 14px;
	border: 3px double #ff9999;
	padding: 2px 5px;
}
#main img.iconvocal {
	display: block;
	margin: 0 auto 5px;
	vertical-align: -4px;
}

#main .content-cart {
	background-color: #fff;
	border-radius: 3px;
}
#main .content-cart .payments button, .payments form { display: inline-block; text-align: center }
#main .content-cart .payments button img { height: 75px; margin: 35px 0 }
.payments input[type="image"] {
	height: auto;
	max-width: 100%;
}
#main .content-cart .payments button img {
	height: 75px;
	margin: 35px 0;
}
.payment-block { float: left; text-align: center;
	width: 29%; border:1px solid #b5b5b5; margin:0 0 1% 1%; border-radius:4px;
	background-color: #fff;  }
.payment-block.card { width: 38%; height: auto }
.payment-block select.country { width:86%; box-sizing:border-box; padding: 7px 10px }
.payment-block div.country {  margin-bottom: 5px; }
.payment-block img { margin-top: 0px; cursor:pointer}
#main .content-cart hr {
	width: 60%;
	border: none;
	border-bottom: 1px solid #ccc;
}
#main .content-cart .banks {
	margin: 30px 0;
}
#main .content-cart .banks a {
	width: 24%;
	display: inline-block;
	text-align: center;
}
#main .content-cart .banks img {
	height: 60px;
}
#main .cart {
	width: 100%;
}
#main .cart tr:first-child th {
	padding-top: 20px;
}

#main .cart tr:not(:first-child) th {
	padding-top: 50px;
}
#main .cart th.audio,
#main .cart th.mix,
#main .cart th.midi,
#main .cart th.multi,
#main .cart th.arranger {
	font-size: 16px;
	text-transform: uppercase;
}
#main .cart th.audio {
	color: #26a9e0;
}
#main .cart th.midi,
#main .cart th.mix {
	color: #e43f5a;
}
#main .cart th.multi {
	color: #26a950;
}
#main .cart th.arranger {
	color: #b700b6;
}

#main .cart .remove {
	display: inline-block;
	padding: 5px;
}

#main .cart .remove .svg {
	display: block;
	height: 20px;
	margin: 0;
}

.cart-head button {
	margin: 4px;
}

.cart-head td {
	padding-top: 50px;
}
.cart-head + tr th {
	padding-top: 5px !important;
}

#main .cart tr:hover .b2 {
	background-color: #EEE;
}
#main .cart th {
	text-align: left;
	border-bottom: 1px solid #CCC;
}
#main .cart td {
	font-size: 16px;
}
#main .cart .b2 {
	border-bottom: 1px solid #eee;
	background-color: #fff;
	box-sizing: border-box;
	padding: 5px;
}
#main .cart tr.total + tr td {
	font-size: 12px;
	font-style: italic;
}
#main .cart tr.total td {
	background-color: #ffffc8;
}
#main .cart tr.total .amount {
	font-weight: bold;
	font-size: 28px;
	color: #f00;
}
#main .payments {
	width: 100%;
	margin-bottom: 30px;
}
#main .payments tr:first-child td {
	border-bottom: 1px solid #ccc;
}
#main .payments td {
	width: 30%;
	border-left: 1px solid #ccc;
}
#main .payments td:first-child {
	border-left: none;
}
#main .download {
	font-size: 12px;
	padding-left: 100px;
	text-align: left;
}
#main .download img {
	vertical-align: middle;
	margin-left: 20px;
}
#main .download a {
	font-size: 12px;
}
#main .payment {
	width: 330px;
	float: left;
}
#main .payment .t,
#main .payment .b {
	width: 310px;
}
#main .payment .cont {
	width: 328px;
	height: 110px;
}
#main .backbuy {
	display: none;
}
#main .displayimg {
	float: left;
	margin-right: 10px;
	padding: 1px;
}

#main .software td {
	border-top: 0px solid #900;
}
#main .software h2 {
	text-align: left;
	font-size: 18px;
}

#main .voting td {
	border-top: 1px solid #ccc;
	padding: 2px;
}

#main .discount {
	width: 250px;
	border: 1px solid #aaa;
	margin-top: 10px;
	text-align: right;
}

.smallcontent {
	text-align: center;
}

.legalinfo {
	margin: 20px 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
}

#footer {
	color: #FFF;
	font-size: 14px;
	margin: 30px 0;
}
#footer a {
	color: #fff;
}
#footer .links {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#footer .links a {
	white-space: nowrap;
	margin-right: 10px;
}
#footer .links a img {
	vertical-align: bottom;
}

/* User start */
div.profile {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	right: 0;
	display: none;
	min-width: 160px;
	border-radius: 4px;
	background-color: #e43f5a;
	box-shadow: 0 2px 22px -13px #000;
}
.form-title {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
}
.profile h1 {
	border-bottom: 1px solid #bbb;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

#colorbox #login,
#colorbox #forgot,
#colorbox #register {
	padding: 20px;
}

#login .switch,
#forgot .switch {
	display: inline-block;
	font-size: 14px;
	color: #000;
}

#login input,
#forgot input {
	width: 100%;
	margin-bottom: 0;
}
#register input {
	margin-bottom: 0;
}
#register input[name="name"],
#register input[name="email"] {
	width: 100%;
	box-sizing: border-box;
}
/* #register input[name="confirm"] {
	float: right;
} */
#register button,
#login button,
#forgot button,
.profile button,
.address-firm button,
.change-password button {
	background: linear-gradient(#26a9e0, #1b49b3);
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	cursor: pointer;
}
.address-firm-submit,
.profile .skw {
	margin: 10px 10px 10px 0;
}
.subscribe {
	text-align: center;
}
#register .subscribe {
	font-size: 0.8em;
}
#register .private-data {
	font-size: 0.8em;
	color: #999;
	width: 280px;
	display: inline-block;
	padding-top: 18px;
	float: right;
}
#register .regme {
	margin-top: 10px;
}
.form-btns,
.form-half {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.form-half > * {
	flex-basis: 100%;
}
.form-half input {
	width: 100%;
}
#oregister {
	padding: 20px;
	clear: both;
	margin: 40px 40px 40px 40px;
	border-top: 1px solid #e6e6e6;
	text-align: center;
}
#oregister .form-title {
	margin: -33px auto 10px auto;
	text-align: center;
	background-color: #fff;
	width: 400px;
}
#oregister a {
	color: #fff;
	text-decoration: none;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 50px;
}
#oregister .facebook {
	color: #fff;
	background-position: -180px -1206px;
	margin: 0 -5px;
}
#oregister .google {
	color: #fff;
	background-position: -180px -1143px;
	margin: 0 -5px;
}
form.profile,
.address-firm {
	margin: 20px 0;
}
form.address {
}
form.firm {
}
form.change-password {
	margin: 20px 0;
}
a.change-password {
	margin-left: 20px;
	font-size: 0.8em;
}

#profile-pane {
	float: right;
	width: 790px;
	margin-bottom: 60px;
}
#profile-pane table {
}
#profile-pane table th {
	font-weight: bold;
	text-align: left;
}
#profile-pane table td {
	padding: 6px 4px;
	font-size: 0.8em;
	color: #808080;
}
#profile-pane table td a {
	color: #00c3f2;
}
#profile-pane .title {
	font-size: 1.5em;
	border-top: 1px solid #e6e6e6;
	padding-top: 6px;
	margin-bottom: 12px;
}
#profile-pane a.back {
	color: #00c3f2;
	margin-top: 10px;
}
#profile-menu {
	float: left;
}
#profile-menu ul a {
	color: #000;
	font-size: 15px;
	line-height: 15px;
}
#profile-menu ul ul a {
	display: block;
	padding: 5px 0 5px 20px;
	font-size: 0.8em;
}
#profile-menu ul li {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 10px;
	padding-right: 5px;
}
#profile-menu ul li.current {
	background-color: #00c3f2;
	border-bottom: 1px solid #00c3f2;
}
#profile-menu ul li.current a {
	color: #fff;
}
form.profile .label {
	display: block;
	width: 100%;
	color: #999;
	padding-left: 0;
	padding-bottom: 5px;
}

/* User end */

/* COLORBOX */
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: visible;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
}
#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	border-radius: 4px;
	height: auto !important;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
	background-repeat: no-repeat;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: 800px;
	max-height: 600px;
	margin: 1em;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#cboxOverlay {
	background: rgba(0, 0, 0, 0.8);
}
#colorbox,
#cboxContent {
	padding: 0px;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	background: #fff;
	padding: 0px;
}
#cboxLoadedContent iframe {
	display: block;
}
#cboxTitle {
	margin-top: 0.5em;
	font-size: 0.9em;
	color: #fff;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 50px;
	color: #000;
	font-size: 11px !important;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious,
#cboxNext {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 20px;
	height: 31px;
	text-indent: -9999px;
}
#cboxPrevious {
	left: 5px;
	background-position: -700px 0px;
}
#cboxPrevious:hover {
	background-position: -700px -35px;
}
#cboxNext {
	right: 5px;
	background-position: -725px 0px;
}
#cboxNext:hover {
	background-position: -725px -35px;
}
#cboxLoadingOverlay {
	background: #fff;
}
#cboxClose {
	font-family: arial;
	font-size: 30px;
	background: none;
	color: #000;
	position: absolute;
	right: -1.7em;
	top: 0px;
	display: block;
	padding: 0;
	background-image: url(images/sprite.png);
	background-position: -342px -1143px;
	width: 40px;
	height: 34px;
	text-indent: 0;
}
#cboxClose.blades-close {
	background-image: none;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	top: 5px;
	right: 25px !important;
	color: #808080;
	text-indent: 0;
	width: auto;
	height: auto;
}
#colorbox .loading {
	padding: 3em;
	background: url(images/loading.gif) center no-repeat;
}
@media screen and (max-width: 600px) {
	h1 {
		font-size: 20px;;
	}
}

@media screen and (max-width: 991px) {
	body {
		padding-top: 60px;
		background: #000 url("images/bg-mobile.jpg") no-repeat top center;
	}

	main {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		box-sizing: border-box;
	}


	.owl-prev, .owl-next {
		margin-top: -31px;
		transform: scale(0.8);
	}
	.owl-prev {
		left: -4px;
	}
	.owl-next {
		right: -4px;
	}

	.nomobile {
		display: none !important;
	}

	.form-half label + label {
		margin-top: 14px;
	}

	#header {
		z-index: 9;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		padding: 0 2.5%;
		box-sizing: border-box;
	}
	#header .search-holder::before,
	#header::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(27, 27, 47, 0.8);
	}
	/* @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
		#header .search-holder::before,
		#header::before {
			-webkit-backdrop-filter: blur(10px);
			backdrop-filter: blur(10px);
		}
	} */

	#header .logo {
		flex-grow: 1;
	}
	#header .logo img {
		max-height: 40px;
	}

	.hamburger {
		z-index: 2;
		overflow: visible;
		cursor: pointer;
		padding: 9px 0;
		display: inline-block;
		margin: 0 0 0 15px;
		outline: none;
		color: inherit;
		line-height: 0;
		text-transform: none;
		background-color: transparent;
		transition: color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
	}
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #FAAF40;
	}
	.hamburger-box {
		width: 36px;
		height: 22px;
		display: inline-block;
		position: relative;
	}
	.hamburger-inner {
		display: block;
		top: 50%;
		left: 2px;
		margin-top: -2px;
	}
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 30px;
		height: 3px;
		background-color: white;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.hamburger-inner::before,
	.hamburger-inner::after {
		content: "";
		display: block;
	}
	.hamburger-inner::before {
		top: -9px;
	}
	.hamburger-inner::after {
		bottom: -9px;
	}
	.hamburger--spin .hamburger-inner {
		transition-duration: 0.22s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger-inner::before {
		transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	}
	.hamburger-inner::after {
		transition: bottom 0.1s 0.25s ease-in,
			transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	.hamburger.is-active .hamburger-inner {
		transform: rotate(225deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.hamburger.is-active .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	}
	.hamburger.is-active .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease-out,
			transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.svg-search-mobile {
		cursor: pointer;
		width: 26px;
		height: 26px;
		margin: 0 5px 0 15px;
		color: #FFF;
	}

	/* Song cover image */
	.cover {
		margin: 20px auto 0;
	}

	#footer {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	#footer * {
		float: none !important;
		text-align: center;
	}

	/* SEARCH */
	#header .search-holder {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		padding: 0 10px 10px;
		box-sizing: border-box;
		transition: all 200ms ease;
	}
	#header .search-holder.visible {
		opacity: 1;
		visibility: visible;
	}

	body.homepage .hamburger {
		display: none;
	}

	body.homepage .mainmenu a:not(.home),
	body.homepage .mainmenu a:not(.email) {
		padding: 0 2.5%;
	}

	body.homepage .mainmenu {
		padding: 0 2.5%;
	}

	/* MAINMENU */
	.mainmenu {
		width: 100%;
		max-height: 100%;
		box-sizing: border-box;
	}
	body:not(.homepage) .mainmenu {
		opacity: 0;
		visibility: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 60px;
		left: 0;
		flex-direction: column;
		background-color: rgba(27, 27, 47, 0.95);
		transition: all 200ms ease;
	}
	body:not(.homepage) .mainmenu.visible {
		z-index: 9;
		opacity: 1;
		visibility: visible;
	}
	.mainmenu a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		border-top: 2px solid transparent;
	}

	/* LEFTMENU */
	#leftpanel {
		opacity: 0;
		visibility: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 20px;
		left: 0;
		width: 100%;
		max-height: 100%;
		padding-top: 40px;
		background-color: #FFF;
		box-sizing: border-box;
		transition: all 300ms ease;
	}
	#leftpanel.visible {
		opacity: 1;
		visibility: visible;
		top: 0;
	}

	#leftpanel .categories {
		padding: 0 2.5%;
	}

	.leftbar-toggler {
		cursor: pointer;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		margin: 2.5% auto;
		padding: 8px 15px;
		color: #FFF;
		font-weight: bold;
		text-transform: uppercase;
		border-radius: 4px;
		background-image: linear-gradient(45deg, #874da2 0%, #c43a30 100%)
	}
	.leftbar-toggler .svg {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	.close-leftbar {
		cursor: pointer;
		z-index: 2;
		position: fixed;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		font-weight: bold;
		font-size: 40px;
		line-height: 40px;
		text-align: center;
		background-color: #FFF;
	}

	#main {
		width: 95%;
		margin: 0 2.5%;
	}

	#main .about {
		flex-wrap: wrap;
	}

	#main .about > * {
		flex-basis: 100%;
	}

	#main .about-content {
		margin: 0 0 10px;
	}

	#main .contentsong,
	#main .contentsong tbody {
		display: block;
		text-align: center;
	}
	#main .contentsong tr:not(.backbuy) {
		display: flex;
		flex-wrap: wrap;
		padding: 5px 0;
	}
	#main .contentsong tr:not(:last-child) {
		border-bottom: 2px solid #CCC;
	}
	#main .contentsong td {
		flex-basis: 100%;
		justify-content: center;
	}
	#main .contentsong td:first-child {
		font-size: 16px;
	}
	#main .contentsong tr td {
		border-bottom: 0;
	}

	#main .contentsong td.nw {
		flex-basis: 100%;
		justify-content: center;
	}

	.multi .backbuy .vocals>div {
		width: 50%
	}

	#main .top {
		float: none !important;
	}

	#main .displayimg {
		float: none;
		display: block;
		max-width: 100%;
		margin-right: 0;
		padding: 0;
	}

	.prod-details {
		flex-wrap: wrap;
	}

	.prod-details .actions,
	.prod-details .buying {
		flex-basis: 100%;
	}

	#main .cart,
	#main .cart tbody {
		display: block;
		text-align: center;
	}
	#main .cart tr {
		display: flex;
		flex-wrap: wrap;
		padding: 5px 0;
	}


	#main .cart th,
	#main .cart td:empty {
		display: none;
	}
	#main .cart th.audio,
	#main .cart th.mix,
	#main .cart th.midi,
	#main .cart th.multi,
	#main .cart th.arranger {
		display: block;
		flex-basis: 100%;
	}

	#main .cart td.b2 {
		flex-basis: 33.33%;
		text-align: center;
	}

	#main .cart td.b2:nth-child(1) {
		flex-basis: 33.33%;
	}
	#main .cart td.b2:nth-child(2) {
		flex-basis: 66.66%;
		text-align: left;
	}
	#main .cart td.b2:nth-child(3) {
		flex-basis: 100%;
		padding-left: calc(33.33% + 5px);
		text-align: left;
	}
	#main .cart .total td {
		flex-basis: 100%;
		text-align: center;
	}


	.payments input[type="image"] {
		height: auto;
	}

    /* Colorbox */
    #colorbox.html { position: fixed; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; }
    #colorbox.html, #colorbox.html #cboxWrapper, #colorbox.html #cboxContent, #colorbox.html #cboxLoadedContent { overflow: auto !important; }
    #colorbox.aval, #colorbox.aval #cboxWrapper, #colorbox.aval #cboxContent, #colorbox.aval #cboxLoadedContent,
    #colorbox.grayX, #colorbox.grayX #cboxWrapper, #colorbox.grayX #cboxContent, #colorbox.grayX #cboxLoadedContent
    { height: auto !important; }
    #colorbox.html #cboxLoadedContent .pw { position: initial; }
    #colorbox .article { padding: 30px 0 4%; }
    #colorbox.html, #colorbox.html #cboxWrapper, #colorbox.html #cboxContent { background-color: #FFF; }
}

@media screen and (min-width: 992px) {
	.mobile {
		display: none !important;
	}

	.form-btns,
	.form-half {
		flex-wrap: nowrap;
	}
	.form-half > * {
		flex-basis: 49%;
	}

	/* HEADER */
	#header {
		margin: 15px 0;
	}

	/* Logo */
	#header .logo {
		overflow: hidden;
		flex-basis: 280px;
	}
	#header .logo span {
		margin-top: 2px;
		color: #fff;
		font-size: 16px;
		font-style: italic;
	}
	#header .logo img {
		margin: 0 0 0 -9px;
	}

	#header .user-holder:hover div.profile {
		opacity: 1;
		visibility: visible;
	}
	div.profile {
		opacity: 0;
		visibility: hidden;
		display: block;
		transition: all 200ms ease;
	}
	div.profile a {
		display: block;
	}
	div.profile a:hover {
		background-color: #f55d76;
	}

	/* Search */
	.search-holder {
		padding: 0 50px;
	}

	/* Cart */
	.cart-holder {
		align-items: center;
	}

	#topcart {
		margin-right: 10px;
	}

	/* Header currency */
	#header .currency {
		display: inline-flex;
		font-size: 14px;
		margin-top: 6px;
	}
	#header .currency a {
		width: 22px;
		height: 22px;
		margin: 0 2px;
		padding-top: 1px;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		line-height: 22px;
		text-align: center;
		border-radius: 50%;
	}
	#header .currency a:hover,
	#header .currency a.on {
		background-color: #1f4068;
		color: #fff;
	}

	/* MAINMENU */
	.mainmenu {
		margin: 20px 0;
	}
	.mainmenu a:hover {
		color: #fff;
		border-width: 2px;
		border-color: #e43f5a;
	}
	.mainmenu a.audio:hover {
		border-color: #26a9e0;
	}
	.mainmenu a.multi:hover {
		border-color: #26a950;
	}
	.mainmenu a.arranger:hover {
		border-color: #b700b6;
	}

	/* LEFTMENU */
	#leftpanel {
		flex-basis: 240px;
	}
	#leftpanel .categories a:hover {
		color: #e43f5a;
	}
	#leftpanel .categories.audio a:hover {
		color: #26a9e0;
	}
	#leftpanel .categories.multi a:hover {
		color: #26a950;
	}
	#leftpanel .categories.arranger a:hover {
		color: #b700b6;
	}
	#leftpanel .categories a:hover:before {
		width: 3px;
	}
	#leftpanel .artists a:hover {
		color: #333;
		text-decoration: underline;
	}

	/* MAIN CONTENT */
	#main {
		flex-basis: 730px;
	}

	#main .top {
		width: 49%;
	}

	#main:only-child {
		flex-basis: 100%;
		min-width: 0;
	}

	#main .contentsong tr:hover a,
	#main .contentsong tr:hover .svg {
		color: #333;
	}

	#main .software {
		width: 700px;
	}
	#main .software .cont {
		padding: 10px;
		width: 678px;
	}

	.charts {
		width: 100%;;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.charts > * {
		flex-basis: calc(33.33% - 10px);
		flex-grow: 0;
		flex-shrink: 0;
	}

	#colorbox #login,
	#colorbox #forgot {
		width: 250px;
		float: left;
		margin: 20px 40px 0;
	}
	#colorbox #register {
		width: 510px;
		float: right;
		margin: 20px 40px 0 0px;
		padding-left: 45px;
		border-left: 1px solid #e6e6e6;
	}
	#main .content #login,
	#main .content #forgot,
	#main .content #register {
		max-width: 80%;
		margin: auto;
	}


	.vocals:not(.wrapped) {
		flex-wrap: nowrap;
	}
	.vocals:not(.wrapped) > div {
		flex-basis: 33.33%;
	}

	.prod-details .actions {
		flex-basis: 60%;
	}

	.prod-details .buying {
		flex-basis: 40%;
	}

	#consent {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#consent span {
		margin-bottom: 0;
	}

	#consent a {
		margin-left: 10px;
	}
}
@media only screen and (max-width: 639px) {
	.payment-block, .payment-block.card { float: none; width: 100%; clear: both }
}