/*==============================
	Fonts
==============================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Inter:wght@400;500&display=swap");
/*==============================
	Common styles
==============================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body, body.light {
  height: 100%;
  --bottom-mobile-menu-background: rgba(255,255,255,0.8);
  --color-white:#ffffff;
  --color-black: rgba(20,25,31,0.95);
  --background-preloader: rgba(255,255,255,0.9);
  --body-background:#f3f3f3;
  --box-background:#fff;
  --main-title-color:#111;
  --main-text-color:#111;
  --main-border-color:#efefef;
  --box-hover-background:#efefef;
  --image-cover-overlay: linear-gradient(39deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100%);
  --text-grey:#737373;
  --text-grey-two:#737373;
  --lord-icon-primary-base:#121331 !important;
  --lord-icon-secondary-base:#08a88a !important;
  --pripomocki-wrap-background: radial-gradient(116.99% 103.56% at 50% 100%, rgba(242, 242, 242, 1) 0%, rgba(109, 165, 37, 0.21) 87.75%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  --main-input-border-color:#ced4da;
  --main-disabled-input-background:#e9ecef;
  --divide-box:#f3f3f3;
  --regular-link-hover-color:#000;
  --cookie-background:#2a2f39;
  --cookie-color:#fff;
  --back-button-color:#919191;
  --primary-color:#0BB79C;
  --song-lyric-tag--backgroud:#000;
  --song-lyric-tag--color:#000;
  --song-lyric-tag-active--backgroud:#4e4e4e;
  --song-lyric-tag-active--color:#fff;
}
body.dark {
  height: 100%;
  --color-white: rgba(20,25,31,0.95);
  --color-black: #fff;
  --background-preloader: rgba(0,0,0,0.9);
  --body-background:#23272f;
  --box-background:#2a2f39;
  --main-title-color:#dfdfdf;
  --main-text-color:#0bb79c;
  --main-border-color:#222222;
  --box-hover-background:#3a3f4b;
  --image-cover-overlay: linear-gradient(39deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 100%);
  --text-grey:#919191;
  --text-grey-two:#dfdfdf;
  --lord-icon-primary-base:#dfdfdf !important;
  --lord-icon-secondary-base:#08a88a !important;
  --pripomocki-wrap-background: radial-gradient(116.99% 103.56% at 50% 100%, rgb(37 165 106) 0%, rgb(39 44 51) 87.75%), linear-gradient(0deg, #ffffff, #ffffff);
  --main-input-border-color:#3b414d;
  --main-disabled-input-background:#23272f;
  --divide-box:#3b414d;
  --regular-link-hover-color:#71cf9f;
  --cookie-background:#f3f3f3;
  --cookie-color:#111;
  --back-button-color:#fff;
  --song-lyric-tag--backgroud:#fff;
  --song-lyric-tag--color:#fff;
  --song-lyric-tag-active--backgroud:#fff;
  --song-lyric-tag-active--color:#000;
}
@media (prefers-color-scheme: dark) {
  body.auto.dark {
    height: 100%;
    --color-white: rgba(20,25,31,0.95);
    --color-black: #fff;
    --background-preloader: rgba(0,0,0,0.9);
    --body-background:#23272f;
    --box-background:#2a2f39;
    --main-title-color:#dfdfdf;
    --main-text-color:#71cf9f;
    --main-border-color:#222222;
    --box-hover-background:#3a3f4b;
    --image-cover-overlay: linear-gradient(39deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 100%);
    --text-grey:#919191;
    --text-grey-two:#dfdfdf;
    --lord-icon-primary-base:#dfdfdf !important;
    --lord-icon-secondary-base:#08a88a !important;
    --pripomocki-wrap-background: radial-gradient(116.99% 103.56% at 50% 100%, rgb(37 165 106) 0%, rgb(39 44 51) 87.75%), linear-gradient(0deg, #ffffff, #ffffff);
    --main-input-border-color:#3b414d;
    --main-disabled-input-background:#23272f;
    --divide-box:#3b414d;
    --regular-link-hover-color:#71cf9f;
    --cookie-background:#f3f3f3;
    --cookie-color:#111;
    --back-button-color:#fff;
    --song-lyric-tag--backgroud:#fff;
    --song-lyric-tag--color:#fff;
    --song-lyric-tag-active--backgroud:#fff;
    --song-lyric-tag-active--color:#000;
  }
  body.auto.dark .icon-on-light {
    display: none;
  }
  body.auto.dark .icon-on-dark {
    display: inline-block;
  }
}
@media (prefers-color-scheme: light) {
  body.auto.light {
    height: 100%;
    --color-white:#ffffff;
    --color-black: rgba(20,25,31,0.95);
    --background-preloader: rgba(255,255,255,0.9);
    --body-background:#f3f3f3;
    --box-background:#fff;
    --main-title-color:#111;
    --main-text-color:#111;
    --main-border-color:#efefef;
    --box-hover-background:#efefef;
    --image-cover-overlay: linear-gradient(39deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100%);
    --text-grey:#737373;
    --text-grey-two:#737373;
    --lord-icon-primary-base:#121331 !important;
    --lord-icon-secondary-base:#08a88a !important;
    --pripomocki-wrap-background: radial-gradient(116.99% 103.56% at 50% 100%, rgba(242, 242, 242, 1) 0%, rgba(109, 165, 37, 0.21) 87.75%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    --main-input-border-color:#ced4da;
    --main-disabled-input-background:#e9ecef;
    --divide-box:#f3f3f3;
    --regular-link-hover-color:#000;
    --cookie-background:#2a2f39;
    --cookie-color:#fff;
    --back-button-color:#919191;
  }
  body.auto.light .icon-on-dark  {
    display: none;
  }
  body.auto.light .icon-on-light {
    display: inline-block;
  }
}
a:hover {
  color: var(--regular-link-hover-color);
}
.primary-color {
  color: var(--primary-color);
}
.w-80 {
  width: 80%;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--main-title-color);
  background-color: var(--box-background);
  background-clip: padding-box;
  border: 1px solid var(--main-input-border-color);
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:disabled, .form-control[readonly] {
  background-color: var(--main-disabled-input-background);
  opacity: 1;
}
.form-control:focus {
  background: transparent;
  border-color:var(--primary-color);
  color: var(--main-title-color);
  outline: none;
}
input:focus, input.form-control:focus {

  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.default-grey-color {
  color: var(--text-grey);
  margin-top:10px;
}
.default-black-color {
  color: var(--main-title-color)
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: var(--body-background);
  -webkit-font-smoothing: antialiased;
  color: var(--main-title-color);
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
  cursor: pointer;
}
button:focus {
  outline: none;
}
a {
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #fff;
  color: #222227;
  text-shadow: none;
}
::selection {
  background: #fff;
  color: #222227;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}
::-moz-placeholder {
  color: #111;
  opacity: 1;
}
:-moz-placeholder {
  color: #111;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #111;
  opacity: 1;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
body::-webkit-scrollbar {
  width: 16px;
}
body::-webkit-scrollbar-track {
  background: #222227;
}
body::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  outline: 1px solid #222227;
}
.tab-content {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  transition: opacity 0.4s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
:focus-visible {
  outline: 0px dotted;
}
.row--grid {
  margin-right: -10px;
  margin-left: -10px;
}
.row--grid .col-6,
.row--grid .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .row--grid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row--grid .col-6,
  .row--grid .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row--sidebar {
  margin-right: -10px;
  margin-left: -10px;
}
.row--sidebar .col-6,
.row--sidebar .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.owl-carousel .owl-item {
  -webkit-transform: none;
}
/*==============================
	Header
==============================*/
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 70px;
  background-color: #fbfcff;
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(20,25,31,0.95);

  z-index: 101;
  /*
  background: rgb(22,21,26);
  background: linear-gradient(-180deg, rgba(22,21,26,1) 0%, rgba(49,49,49,1) 100%);*/
}
.header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0 15px;
}
.header__logo {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.header__logo img {
  width: 100px;
  height: auto;
  display: block;
}
.header__actions {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 40px;
}
.header__action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: auto;
  position: relative;
  margin-left: 15px;
}
.header__action:first-child {
  margin-left: 0;
}
.header__action--cart span,
.header__action--note span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 16px;
  min-width: 16px;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
  background-color: var(--primary-color);
  position: absolute;
  top: 1px;
  left: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  pointer-events: none;
}
.header__action--cart span:empty,
.header__action--note span:empty {
  display: none;
}
.header__action--note a svg,
.header__action--note button svg {
  width: 22px;
}
.header__action--note span {
  background-color: #2f80ed;
}
.header__action--cart .header__drop {
  display: none;
}
.header__action:hover .header__drop {
  pointer-events: auto;
  opacity: 1;
  z-index: 99;
  margin-top: 0;
}
.header__action-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
}
.header__action-btn span {
  display: none;
}
.header__action-btn i {
  width: 24px;
  height: auto;
  color: var(--primary-color);
  transition: fill 0.5s ease;
  font-size: 1.4rem
}
.header__action-btn:hover i {
  color: #111;
}
.header__btn {
  position: absolute;
  width: 24px;
  height: 22px;
  display: block;
  left: 15px;
  top: 26px;
}
.header__btn span {
  position: absolute;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #c0c0c0;
  border-radius: 2px;
  transition: 0.5s ease;
}
.header__btn span:first-child {
  top: 0;
}
.header__btn span:nth-child(2) {
  top: 10px;
  width: 16px;
}
.header__btn span:last-child {
  top: 20px;
  width: 8px;
}
.header__btn:hover span {
  background-color: var(--primary-color);
}
.header__btn--active span {
  background-color: var(--primary-color);
}
.header__btn--active span:first-child {
  transform: rotate(-45deg);
  top: 9px;
}
.header__btn--active span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.header__btn--active span:last-child {
  width: 24px;
  transform: rotate(45deg);
  top: 9px;
}
.header__search {
  position: absolute;
  left: 0;
  top: -71px;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #16151a;
  z-index: 1;
  padding: 0 15px;
  border-bottom: 1px solid #222227;
  transition: top 0.5s ease;
}
.header__search input {
  width: calc(100% - 30px);
  height: 40px;
  background-color: #f1f1f1;
  color: #111;
  font-size: 14px;
  border-radius: 12px;
  border: none;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}
.header__search input:focus {
  border-color: #fff;
}
.header__search button {
  position: absolute;
  right: 60px;
  top: 15px;
  height: 40px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header__search button svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
  transition: 0.5s ease;
}
.header__search button:hover svg {
  fill: var(--primary-color);
}
.header__search button.close {
  right: 15px;
}
.header__search--active {
  top: 0;
}

.header__drop {
  position: absolute;
  top: 100%;
  right: -15px;
  background-color: rgba(20,25,31,1);
  padding: 25px;
  border-radius: 12px;
  width: 160px;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  transition: 0.4s ease;
  margin-top: -3px;
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
}

.header__note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header__note:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header__note svg {
  width: 16px;
  height: auto;
  margin-right: 5px;
  fill: #c0c0c0;
}
.header__note p {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: calc(100% - 25px);
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}
.header__note p a {
  color: #fff;
  text-decoration: underline;
}
.header__note p a:hover {
  color: #fff;
  text-decoration: none;
}
.header__note span {
  padding: 0;
  font-size: 12px;
  color: #c0c0c0;
  position: relative;
  background-color: transparent;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.header__note--succ svg {
  fill: var(--primary-color);
}
.header__note--fail svg {
  fill: #eb5757;
}
.header__note--info svg {
  fill: #c0c0c0;
}
.header__note--gift svg {
  fill: #8051d4;
}
.header__product {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;
  padding-left: 56px;
}
.header__product button {
  position: absolute;
  width: 14px;
  bottom: 5px;
  right: 0;
}
.header__product button svg {
  width: 14px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.4s ease;
}
.header__product button:hover svg {
  fill: var(--primary-color);
}
.header__product img {
  width: 46px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.header__product p {
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}
.header__product p a {
  color: #fff;
}
.header__product p a:hover {
  color: var(--primary-color);
}
.header__product span {
  padding: 0;
  font-size: 14px;
  color: #c0c0c0;
  position: relative;
  background-color: transparent;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  margin-top: 5px;
  line-height: 100%;
}
.header__product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header__all {
  display: none;
}
.header__nav a i {
  margin-right: 6px;
  margin-top:5px;
}
@media (min-width: 400px) {
  .header__action {
    margin-left: 20px;
  }
  .header__action:first-child {
    margin-left: 0;
  }
  .header__actions {
    margin-right: 44px;
  }
}
@media (min-width: 576px) {
  .header__action--signin {
    width: auto;
    padding-left: 22px;
  }

  .header__action--signin:hover a span,
  .header__action--signin:hover button span {
    color: #fff;
  }
  .header__action--signin:hover a svg,
  .header__action--signin:hover button svg {
    fill: var(--primary-color);
  }
  .header__action-btn span {
    display: block;
    white-space: nowrap;
    color: #111;
    font-size: 16px;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
    transition: color 0.5s ease;
  }
  .header__content {
    padding: 0 30px;
  }
  .header__search {
    padding: 0 30px;
  }
  .header__search button {
    right: 75px;
  }
  .header__search button.close {
    right: 30px;
  }
  .header__btn {
    right: 30px;
  }
  .header__drop {
    width: 260px;
  }
}
@media (min-width: 968px) {
  .header__action {
    margin-left: 30px;
  }
  .header__action--signin {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
    width: 100%;
  }

  .header {
    position: fixed;
    padding-left: 0px;
  }
  .header--mobile {
    display: none;
  }
  .header__logo,
  .header__btn {
    display: none;
  }
  .header__actions {
    margin-right: 0;
  }
  .header__action--search {
    display: none;
  }
  .header__action--cart .header__drop {
    display: block;
  }
  .header__search {
    position: relative;
    top: auto;
    left: auto;
  }
  .header__search input {
    padding: 0 60px 0 20px;
    width: 365px;
    padding: 0;
    border: 1px solid #353944;
    background-color: #353944;
    
    transition: border 300ms ease, background-color 300ms ease;
  }
  .header__search input:focus {
    border: 1px solid #ffffff;
    background-color: #3C414D;
  }
  .header__search button {
    position: absolute;
    top: 0px;
    right: 20px;
  }
  .header__search button.close {
    display: none;
  }
  .header__nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 40px;
  }
  .header__nav a {
    font-size: 14px;
    color: white;
    margin-right: 0px;
    font-family: 'Poppins', sans-serif;
  }
  .header__nav a:last-child {
    margin-right: 0;
  }
  .header__nav a:hover {
    color: var(--primary-color);
  }
  .header__all {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    color: #c0c0c0;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    height: 24px;
    border-radius: 8px 8px 0 0;
  }
  .header__all:hover {
    color: var(--primary-color);
  }
}
/*==============================
	Sidebar
==============================*/
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 101;
  width: 280px;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  z-index:1000;

}

.sidebar__logo {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  text-align:center;
  /*
  background: rgb(22,21,26);
  background: linear-gradient(-180deg, rgba(22,21,26,1) 0%, rgba(49,49,49,1) 100%);*/
}
.sidebar__logo img {
  width: 80px;
  height: auto;
  display: block;
}
.sidebar__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 30px 0 0;
  width: 100%;
  max-height: calc(100vh - 150px);

}
.sidebar__nav-link {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-left: 15px;
  transition: 0.4s ease;
  position: relative;
}
.sidebar__nav-link svg {
  fill: #c0c0c0;
  width: 22px;
  height: auto;
  transition: fill 0.5s;
  margin-right: 12px;
  margin-bottom: 2px;
}
.sidebar__nav-link i {
  margin-right: 12px;
  margin-bottom: 2px;
  color:#737373;
  font-size:1.2rem;
  width: 25px;
}
.sidebar__nav-link.sidebar__nav-link--active i {

  color:var(--primary-color);
}
.sidebar__nav-link svg:last-child {
  width: 16px;
  margin-right: 0;
  margin-top: 3px;
  margin-left: 2px;
  margin-bottom: 0;
}
.sidebar__nav-link:hover {
  color: var(--primary-color);
}
.sidebar__nav-link:hover svg {
  fill: var(--primary-color);
}
.sidebar__nav-link--active,
.sidebar__nav-link[aria-expanded="true"] {
  color: #222;
}
.sidebar__nav-link--active svg,
.sidebar__nav-link[aria-expanded="true"] svg {
  fill: var(--primary-color);
}
.sidebar__nav-link--active:hover svg,
.sidebar__nav-link[aria-expanded="true"]:hover svg {
  fill: var(--primary-color);
}
.sidebar__nav-link[aria-expanded="true"] {
  margin-bottom: 15px;
}
.sidebar__nav-link--active {
  cursor: default;
}
.sidebar__nav-item {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.sidebar__nav-item:last-child {
  margin-bottom: 0;
}
.sidebar__menu {
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  background-color: #222227;
  transition: 0.4s ease;
  height: auto;
}
.sidebar__menu--scroll {
  height: 165px;
  overflow: hidden;
}
.sidebar__menu li {
  padding: 0 0 0 49px;
  margin-bottom: 15px;
  position: relative;
}
.sidebar__menu li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--primary-color);
  top: 50%;
  left: 25px;
  margin-top: -2px;
}
.sidebar__menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.sidebar__menu li:last-child:before {
  top: 11px;
}
.sidebar__menu li:first-child {
  margin-top: 0;
  padding-top: 20px;
}
.sidebar__menu li:first-child:before {
  top: 31px;
}
.sidebar__menu a {
  font-size: 14px;
  color: #c0c0c0;
  display: block;
  font-weight: 400;
}
.sidebar__menu a:hover {
  color: var(--primary-color);
}
.sidebar__menu a.active {
  color: var(--primary-color);
  cursor: default;
}
.sidebar--active {
  transform: translateX(0);
}
@media (min-width: 576px) {
  .sidebar__logo {

  }
  .sidebar__nav-link {
    margin-left: 30px;
  }
  .sidebar__menu li {
    padding: 0 0 0 64px;
  }
  .sidebar__menu li:before {
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    transform: translateX(0);
    display: none !important;
  }
  .sidebar__nav {
    max-height: calc(100vh - 332px);
  }
}
/*==============================
	Player
==============================*/
.player {
  position: fixed;
  z-index: 102;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
.mobile-wrap-adjustments {
  position:sticky;
  top:110px;
}
.player__cover {
  width: 100%;
  max-width: 90px;
}
.player__cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin-bottom: 10px;
}
.player__track {
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #c0c0c0;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.player__track b {
  font-weight: 600;
  color: #fff;
}
.player__content {
  width: 100%;
}
.player__btn {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #16151a;
  border-radius: 12px 12px 0 0;
  height: 40px;
  width: 90px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 103;
  color: #fff;
  font-size: 14px;
  border: 1px solid #222227;
  border-bottom: none;
}
.player__btn svg {
  width: 18px;
  height: auto;
  fill: var(--primary-color);
  margin-right: 8px;
}
.player--active {
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .player {
    width: 278px;
    padding: 20px 30px;
    transform: translateY(0);
  }
  .player__btn {
    display: none;
  }
}
.plyr__control {
  padding: 0;
}
.plyr__control svg {
  width: 24px;
  height: 24px;
  transition: fill 0.4s ease;
}
.plyr__control:hover {
  background-color: transparent !important;
}
.plyr__control:hover svg {
  fill: var(--primary-color);
}
.plyr__controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.plyr__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.plyr__actions button {
  margin: 0 5px;
}
.plyr__tooltip {
  background-color: #222227;
  box-shadow: none;
  color: #fff;
  font-size: 14px !important;
}
.plyr__tooltip:before {
  border-top-color: #222227;
}
.plyr__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.plyr__time {
  margin-left: 10px;
  color: #c0c0c0;
  font-size: 14px;
  line-height: 100%;
}
.plyr__volume {
  margin-right: auto;
}
.plyr__progress {
  width: 100%;
}
.plyr--audio .plyr__controls {
  padding: 0;
  color: #fff;
  background-color: transparent;
}
.plyr--full-ui input[type="range"] {
  color: var(--primary-color);
}
/*==============================
	Main
==============================*/
.main {
  position: relative;
  margin-top: 70px;
  padding: 20px 0 60px;
}
.main__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 60px;
}
.main__title h1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--main-title-color);
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 0;
  position: relative;
}
.main__title h1 b {
  font-weight: 500;
}
.main__title h1 a {
  color: #fff;
}
.main__title h1 a:hover {
  color: var(--primary-color);
}
.main__title h2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--main-title-color);
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
  line-height: 1.7rem;
  margin-bottom:20px;
}
.main__title h2 i {

  height: auto;
  color: var(--primary-color);
  margin-right: 10px;
  border-radius: 50px;
  text-align: center;
  line-height: 46px;

  margin-top: -3px;
  margin-right: 10px;
}
.main__title h2 b {
  font-weight: 500;
}
.main__title h2 a {
  color: #222;
}
.main__title h2 a:hover {
  color: var(--primary-color);
}
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
.main__title h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #111;
  margin-bottom: 0;
  line-height: 100%;
  position: relative;
}
.main__title p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #c0c0c0;
  margin-top: 20px;
  margin-bottom: 0;
}
.main__title p b {
  font-weight: 600;
}
.main__title p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.main__title p a:hover {
  text-decoration: none;
}
.main__title ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  margin-bottom: 0;
}
.main__title ol ol {
  padding-left: 15px;
  margin-top: 10px;
}
.main__title ol ol ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main__title ol ol ol li {
  margin-top: 5px;
}
.main__title ol h4 {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.main__title ol li {
  font-size: 16px;
  line-height: 24px;
  color: #c0c0c0;
  position: relative;
}
.main__title ol li b {
  font-weight: 600;
  color: #c0c0c0;
}
.main__title ol li a {
  color: #eb5757;
}
.main__title ol li a:hover {
  color: #eb5757;
  text-decoration: underline;
}
.main__title ol li:last-child {
  margin-bottom: 0;
}
.main__title ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.main__title--page {
  margin-bottom: 0;
  margin-top: 50px;
}
.main__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #c0c0c0;
  font-weight: 400;
}
.main__link svg {
  width: 22px;
  height: auto;
  fill: #c0c0c0;
  margin-left: 5px;
  transition: fill 0.5s ease;
}
.main__link:hover {
  color: #fff;
}
.main__link:hover svg {
  fill: var(--primary-color);
}
.main__carousel-wrap {
  position: relative;
}
.main__carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.main__carousel .owl-dot {
  margin-right: 10px;
}
.main__carousel .owl-dot:last-child {
  margin-right: 0;
}
.main__carousel .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 2px;
  background-color: #c0c0c0;
  transition: 0.5s ease;
}
.main__carousel .owl-dot.active span {
  width: 20px;
  background-color: var(--primary-color);
}
.main__nav {
  display: none;
}
.main__list {
  margin-top: 0px;
  background: var(--box-background);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;


}
.main__list.cats {
  border:1px solid var(--main-border-color);
  padding:20px;
}
.main__list--dashbox {
  margin-top: 0;
}
.main__list--dashbox .single-item__title {
  max-width: 80px;
}
.main__list--dashbox .single-item__time {
  font-size: 12px;
}
.main__filter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #16151a;
  position: relative;
}
.main__filter:before {
  content: '';
  position: absolute;
  display: block;
  left: -15px;
  right: -15px;
  width: auto;
  top: 0;
  border-top: 1px solid #222227;
  border-bottom: 1px solid #222227;
  bottom: 0;
  background-color: #16151a;
}
.main__filter-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.main__filter-search {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.main__filter-search input {
  width: 100%;
  height: 40px;
  background-color: #222227;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  border: none;
  padding: 0 60px 0 20px;
  font-family: 'Poppins', sans-serif;
}
.main__filter-search input:focus {
  border-color: #222227;
}
.main__filter-search button {
  position: absolute;
  right: 20px;
  top: 0;
  height: 40px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main__filter-search button svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
  transition: 0.5s ease;
}
.main__filter-search button:hover svg {
  fill: var(--primary-color);
}
.main__load {
  width: 160px;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 30px auto 0;
}
.main__load:hover {
  color: var(--primary-color);
  background-color: #222227;
}
.main__tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.main__tabs li {
  margin-top: 15px;
  margin-right: 15px;
}
.main__tabs li:last-child {
  margin-right: 0;
}
.main__tabs a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  color: #c0c0c0;
  font-size: 17px;
}
.main__tabs a span {
  font-size: 15px;
  font-weight: 600;
  margin-right: 3px;
  margin-top: 3px;
  color: #c0c0c0;
  transition: color 0.5s ease;
}
.main__tabs a:hover {
  color: #fff;
}
.main__tabs a.active {
  color: #fff;
}
.main__tabs a.active span {
  color: var(--primary-color);
}
.main__table {
  width: 100%;
  min-width: 520px;
  border-spacing: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.scroll-content {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.main__table thead {
  border-bottom: 1px solid #222227;
}
.main__table thead th {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 0 10px 20px 0;
  line-height: 100%;
  margin-bottom: 0;
  border: none;
}
.main__table thead th a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #c0c0c0;
}
.main__table thead th a svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.main__table thead th a:hover {
  color: #fff;
}
.main__table thead th a:hover svg {
  fill: var(--primary-color);
}
.main__table thead th a.active {
  color: #fff;
}
.main__table thead th a.active svg {
  width: 16px;
  fill: var(--primary-color);
}
.main__table tbody tr {
  border-bottom: none;
  background-color: transparent;
  border-top: 1px solid var(--main-border-color);
}
.main__table tbody td {
  padding: 0;
  background-color: transparent;
  border: 0px solid transparent;
}
.main__table tbody td:first-child .main__table-text {
  border-radius: 12px 0 0 12px;
}
.main__table tbody td:last-child .main__table-text,
.main__table tbody td:last-child .main__table-btns {
  border-radius: 0 12px 12px 0;
}
.main__table tbody td .main__table-text {
  background-color: transparent;
  padding: 12px 20px 12px 0;
}
.main__table-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #c0c0c0;
  font-weight: 400;
  line-height: 30px;
  padding: 20px;
  white-space: nowrap;
}
.main__table-text svg {
  width: 18px;
  height: auto;
  transition: fill 0.5s ease;
  fill: #c0c0c0;
  margin-right: 5px;
}
.main__table-text a {
  font-size: 16px;
  color: #fff;
}
.main__table-text a:hover {
  color: var(--primary-color);
}
.main__table-text--number a {
  font-size: 14px;
  line-height: 22px;
  border-bottom: 2px dashed var(--primary-color);
}
.main__table-text--price {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #c0c0c0;
  font-size: 16px;
}
.main__table-text--red {
  color: #eb5757;
}
.main__table-text--red svg {
  fill: #eb5757;
}
.main__table-text--green {
  color: var(--primary-color);
}
.main__table-text--green svg {
  fill: var(--primary-color);
}
.main__table-text--grey {
  color: #c0c0c0;
}
.main__table-img {
  width: 100px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px 20px 15px 0;
}
.main__table-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (min-width: 400px) {
  .main__list--dashbox .single-item__title {
    max-width: 110px;
  }
}
@media (min-width: 576px) {
  .main {
    padding: 20px 15px 50px;
  }
  .main__list--dashbox .single-item__title {
    max-width: 150px;
  }
  .main__list--dashbox .single-item__time {
    font-size: 14px;
  }
  .main__filter:before {
    left: -30px;
    right: -30px;
  }
}
@media (min-width: 768px) {
  .main {
    padding: 30px 15px 70px;
  }
  .main__title {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .main__title h1 {
    font-size: 36px;
  }
  .main__title h2 {
    font-size: 22px;
  }
  .main__title h2 svg {
    width: 30px;
  }
  .main__title p:last-child {
    margin-bottom: 10px;
  }
  .main__title--sidebar {
    margin-bottom: 10px;
  }
  .main__carousel .owl-dots {
    margin-top: 30px;
  }
  .main__list {
    margin-top: 30px;
  }
  .main__list.cats {
    margin-top: 0px;
  }
  .main__list--dashbox {
    margin-top: 0;
  }
  .main__filter {
    padding: 0;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    height: 70px;
  }
  .main__filter-wrap {
    padding: 0;
  }
  .main__load {
    margin: 40px auto 0;
  }
  .main__tabs li {
    margin-top: 20px;
    margin-right: 20px;
  }
  .main__tabs li:last-child {
    margin-right: 0;
  }
  .main__filter-search {
    margin-bottom: 0;
    width: 180px;
    margin-right: 30px;
  }
  .main__filter-search input {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .main__filter-search {
    margin-bottom: 0;
    width: 250px;
  }
  .main__filter-search input {
    width: 250px;
  }
  .main__title--sidebar {
    margin-top: 30px;
  }
  .main__list--dashbox .single-item__title {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .main {
    padding: 0 15px 70px 15px;
    margin-top: 90px;
  }
  .main__carousel .owl-dots {
    justify-content: flex-end;
    padding-right: 68px;
  }
  .main__nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    right: 0;
    bottom: -14px;
    z-index: 2;
  }
  .main__nav svg {
    width: 30px;
    height: auto;
    fill: #c0c0c0;
    transition: fill 0.5s ease;
  }
  .main__nav:hover svg {
    fill: var(--primary-color);
  }
  .main__nav--prev {
    right: 25px;
  }
  .main__nav--next {
    right: -5px;
  }
  .main__nav--hero {
    bottom: 15px;
  }
  .main__nav--hero svg {
    fill: #fff;
  }
  .main__nav--hero.main__nav--prev {
    right: 95px;
  }
  .main__nav--hero.main__nav--next {
    right: 65px;
  }
  .main__nav--hero:hover svg {
    fill: var(--primary-color);
  }
  .main__filter {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
    border: none;
  }
  .main__filter-search {
    margin-bottom: 0;
    width: 220px;
  }
  .main__filter-search input {
    width: 220px;
  }
}
/*==============================
	Breadcrumb
==============================*/
.breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.breadcrumb__item {
  font-size: 14px;
  color: #737373;
  transition: 0.5s ease;
  position: relative;
  margin-right: 34px;
}
.breadcrumb__item:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 1px;
  bottom: 0;
  width: 34px;
  background: url("../img/breadcrumb.svg") no-repeat center/16px auto;
}
.breadcrumb__item:hover {
  color: #c0c0c0;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}
.breadcrumb__item:last-child:before {
  display: none;
}
.breadcrumb__item--active {
  cursor: default;
  margin-right: 0;
}
.breadcrumb__item--active:before {
  display: none;
}
.breadcrumb__item--active:hover {
  color: #c0c0c0;
}
.breadcrumb a {
  color: #737373;
}
.breadcrumb a:hover {
  color: var(--primary-color);
}
@media (min-width: 1200px) {
  .breadcrumb--hidden-desk {
    display: none;
  }
}
/*==============================
	Profile
==============================*/
.profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #16151a;
  padding: 20px 20px 0;
  border-radius: 12px;
  position: relative;
  margin-top: 20px;
  border: 1px solid #222227;
}
.profile__tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.profile__tabs li {
  margin-right: 20px;
}
.profile__tabs li:last-child {
  margin-right: 0;
}
.profile__tabs a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  color: #c0c0c0;
  position: relative;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.profile__tabs a:hover {
  color: #fff;
}
.profile__tabs a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-color: var(--primary-color);
  transition: 0.5s ease;
  transform: translateY(2px);
  opacity: 0;
  border-radius: 2px 2px 0 0;
}
.profile__tabs a.active {
  color: #fff;
  cursor: default;
}
.profile__tabs a.active:before {
  opacity: 1;
  transform: translateY(0);
}
.profile__logout {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
.profile__logout span {
  display: none;
  font-size: 16px;
  color: #c0c0c0;
  margin-right: 10px;
  transition: 0.5s ease;
  font-family: 'Poppins', sans-serif;
}
.profile__logout svg {
  fill: #c0c0c0;
  width: 24px;
  height: auto;
  transition: fill 0.5s ease;
}
.profile__logout:hover span {
  color: #fff;
}
.profile__logout:hover svg {
  fill: var(--primary-color);
}
.profile__user {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.profile__meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.profile__meta h3 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
  line-height: 100%;
}
.profile__meta span {
  color: #c0c0c0;
  font-size: 12px;
  line-height: 100%;
}
.profile__avatar {
  display: block;
  position: relative;
  width: 40px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 15px;
}
.profile__avatar img {
  width: 100%;
}
@media (min-width: 768px) {
  .profile {
    margin-top: 30px;
    padding: 0 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .profile__tabs {
    border-bottom: none;
    margin-bottom: 0;
    width: auto;
    margin-right: auto;
  }
  .profile__tabs li {
    margin-right: 30px;
  }
  .profile__tabs li:last-child {
    margin-right: 0;
  }
  .profile__tabs a {
    align-items: center;
    height: 70px;
    font-size: 16px;
  }
  .profile__user {
    margin-bottom: 0;
    margin-right: 60px;
  }
  .profile__logout {
    position: relative;
    top: auto;
    right: auto;
  }
  .profile__logout span {
    display: block;
  }
}
/*==============================
	Hero
==============================*/
.hero {
  display: block;
  width: 100%;
}
.hero .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.hero .owl-dot {
  margin-right: 10px;
}
.hero .owl-dot:last-child {
  margin-right: 0;
}
.hero .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 2px;
  background-color: #c0c0c0;
  transition: 0.5s ease;
}
.hero .owl-dot.active span {
  width: 20px;
  background-color: var(--primary-color);
}
.hero .owl-stage-outer {
  border-radius: 12px;
}
.hero__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  border-radius: 12px;
  overflow: hidden;
  padding: 40px 20px;
  position: relative;
}
.hero__slide:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.hero__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  line-height: 130%;
}
.hero__text {
  position: relative;
  z-index: 2;
  color: #c0c0c0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 15px;
}
.hero__btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.add-song {
  padding:2px 14px 2px 14px;
  color:#fff !important;
  background:transparent;
}
.add-song i {
  color:var(--primary-color) !important;
}
.add-song:hover {
  color:var(--primary-color) !important;
}
.hero__btn {
  width: auto;
  min-width: 120px;
  height: 50px;
  border-radius: 12px;
  background-color: #222227;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 20px;
  margin-top: 20px;
  margin-right: 20px;
}
.hero__btn svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.hero__btn:last-child {
  margin-right: 0;
}
.hero__btn:hover {
  color: var(--primary-color);
}
.hero__btn--video {
  text-transform: none;
  font-size: 16px;
}
.hero__btn--video svg {
  fill: var(--primary-color);
  width: 28px;
  height: auto;
  margin-right: 10px;
  transition: fill 0.5s ease;
}
.hero__btn--video:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.hero__btn--video:hover svg {
  fill: #fff;
}
.hero__btn--green {
  background-color: var(--primary-color);
  color: #fff;
}
.hero__btn--green:hover {
  background-color: #222227;
  color: var(--primary-color);
}
@media (min-width: 576px) {
  .hero__slide {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .hero .owl-dots {
    margin-top: 30px;
  }
  .hero__slide {
    padding: 40px 30px;
    padding-right: 10%;
    min-height: 460px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__btn {
    margin-top: 30px;
    margin-right: 30px;
    min-width: 160px;
    padding: 0 25px;
  }
  .hero__btn:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .hero__slide {
    padding-right: 25%;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin-top: 30px;
  }
  .hero .owl-dots {
    justify-content: flex-end;
    margin-top: -34px;
    margin-bottom: 30px;
    padding-right: 124px;
    z-index: 2;
  }
  .hero .owl-dot span {
    background-color: rgba(255,255,255,0.6);
  }
  .hero .owl-dot.active span {
    background-color: #fff;
  }
  .hero__title {
    font-size: 44px;
  }
  .hero__text {
    font-size: 17px;
    line-height: 28px;
  }
  .hero__btn {
    margin-top: 40px;
  }
  .hero__slide {
    padding: 60px;
    padding-right: 33%;
  }
}
@media (min-width: 1900px) {
  .hero__slide {
    padding-right: 50%;
  }
}
/*==============================
	Album
==============================*/
.album {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
}
.album__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.album__cover img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 0.5s ease;
}
.album__cover a {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  border-radius: 12px;
  background-color: #222227;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.5s ease;
  border: 1px solid rgba(255,255,255,0.05);
}
.album__cover a i {
  color: #fff;
  width: 24px;
  height: auto;
  margin: 1px 0 0 1px;
  transition: fill 0.5s ease;
  font-size: 1.5rem;
}
.album__cover a:hover i {
  color: var(--primary-color);
}
.album__cover:hover img {
  opacity: 0.6;
  transform: scale(1.08);
}
.album__cover:hover a {
  opacity: 1;
  transform: scale(1);
}
.album__cover:hover .album__stat {
  opacity: 1;
  transform: scale(1);
}
.album__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.album__title h3 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.album__title h3 a {
  color: var(--main-text-color);
}
.album__title h3 a:hover {
  color: var(--primary-color);
}
.album__title span {
  display: block;
  width: 100%;
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.album__title span a {
  color: #737373;
}
.album__title span a:hover {
  color: var(--primary-color);
}
.album__stat {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.5s ease;
}
.album__stat span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
}
.album__stat span:last-child {
  margin-right: 0;
}
.album__stat svg {
  width: 14px;
  height: auto;
  fill: #fff;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .album {
    margin-top: 30px;
  }
  .album--sidebar {
    margin-top: 20px;
  }
  .album__stat {
    font-size: 13px;
  }
  .album__stat span {
    margin-right: 20px;
  }
  .album__stat span:last-child {
    margin-right: 0;
  }
  .album__stat svg {
    width: 16px;
  }
}
/*==============================
	Releases
==============================*/
.release {
  margin-top: 20px;
  padding: 0px;
  border-radius: 12px;
  position: release;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;

}
.release__cover {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.release__cover img {
  width: 100%;
}
.release__list {
  position: relative;
  height: 330px;
  width: 100%;
  overflow: hidden;
  padding-right: 14px;
  margin-top: 20px;
}
.release__stat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #737373;
  font-size: 14px;
  transition: 0.5s ease;
  width: 100%;
  margin-top: 15px;
}
.release__stat span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}
.release__stat span:last-child {
  margin-right: 0;
}
.release__stat svg {
  width: 20px;
  height: auto;
  fill: var(--primary-color);
  margin-right: 5px;
}
.release__buy {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 25px;
  margin-top: 15px;
}
.release__buy svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.release__buy:hover {
  background-color: #222227;
  color: #fff;
}
@media (min-width: 968px) {
  .release {
    flex-direction: row;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {

  .release__list {
    margin-top: 0;
    width: calc(100% - 250px);
  }
  .release__content {
    width: 230px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .release__list {
    width: calc(100% - 310px);
    height: 388px;
  }
  .release__content {
    width: 230px;
  }
}

/*==============================
	Store-item
==============================*/
.store-item {
  margin-top: 20px;
  border: 1px solid #efefef;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  position: release;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.store-item__cover {
  display: block;
  position: release;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.store-item__cover img {
  width: 100%;
}
.store-item__description {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.store-item__buy {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 25px;
  margin-top: 15px;
}
.store-item__buy svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.store-item__buy:hover {
  background-color: #222227;
  color: #fff;
}
.store-item__content {
  width: 100%;
  display: block;
}
.store-item__carousel {
  position: relative;
  width: 100%;
}
.store-item__carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.store-item__carousel .owl-dot {
  margin-right: 10px;
}
.store-item__carousel .owl-dot:last-child {
  margin-right: 0;
}
.store-item__carousel .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 2px;
  background-color: #c0c0c0;
  transition: 0.5s ease;
}
.store-item__carousel .owl-dot.active span {
  width: 20px;
  background-color: var(--primary-color);
}
@media (min-width: 768px) {
  .store-item {
    flex-direction: row;
  }
  .store-item__description {
    margin-top: 0;
    width: calc(100% - 250px);
  }
  .store-item__content {
    width: 230px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .store-item__description {
    width: calc(100% - 310px);
  }
  .store-item__content {
    width: 290px;
  }
}
/*==============================
	Artist
==============================*/
.artist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.artist__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.artist__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(37,165,106,0.8) 0%, rgba(37,165,106,0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.artist__cover img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.artist__title {
  z-index: 3;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  transition: color 0.5s ease;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.artist:hover .artist__cover:before {
  opacity: 0.3;
}
.artist:hover .artist__title {
  color: var(--primary-color);
}
@media (min-width: 768px) {
  .artist {
    margin-top: 30px;
  }
}
/*==============================
	Event
==============================*/
.event {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  height: 300px;
}
.event:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.6;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.event__date {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.event__time {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #c0c0c0;
  font-weight: 400;
  margin-bottom: 20px;
}
.event__title {
  position: relative;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  margin-bottom: 5px;
  width: 100%;
}
.event__title a {
  color: #fff;
}
.event__title a:hover {
  color: var(--primary-color);
}
.event__address {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
}
.event__ticket {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 130px;
  height: 40px;
  border-radius: 12px;
  background-color: #222227;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,0.05);
}
.event__ticket svg {
  width: 18px;
  height: auto;
  margin-right: 7px;
  fill: var(--primary-color);
  transition: fill 0.5s ease;
}
.event__ticket:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.event__ticket:hover svg {
  fill: #fff;
}
.event__out {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 120px;
  height: 40px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 15px;
}
.event:hover:before {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .event {
    margin-top: 30px;
    height: 320px;
  }
  .event__title {
    font-size: 26px;
  }
}
/*==============================
	Single
==============================*/
.single-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top:8px;
  padding-bottom:8px;
  border-bottom: 1px solid transparent;
  height: 38px;
  flex-direction: column;
}
.single-item .single-item__time a {
  color: var(--text-grey-two);
}
.single-item:hover {
  background: var(--box-hover-background);
}
.single-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;

}
.single-item__number {
  color: #c0c0c0;
  font-size: 22px;
  min-width: 20px;
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.single-item__rate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #c0c0c0;
  width: 24px;
  margin-right: 10px;
}
.single-item__rate svg {
  fill: var(--primary-color);
  width: 20px;
  height: auto;
}
.single-item__rate--red svg {
  fill: #eb5757;
}
.single-item__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s ease;
}
.single-item__cover img {
  width: 48px;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease;
  position: relative;
}
.single-item__cover svg {
  position: absolute;
  opacity: 0;
  fill: #fff;
  width: 24px;
  height: auto;
  margin: 1px 0 0 1px;
  transition: 0.5s ease;
}
.single-item__cover svg:last-child {
  opacity: 0;
}
.single-item__cover:hover svg {
  fill: var(--primary-color);
}
.single-item__cover.active {
  background-color: #000;
}
.single-item__cover.active img {
  opacity: 0.35;
}
.single-item__cover.active svg {
  fill: var(--primary-color);
}
.single-item__cover.pause svg {
  opacity: 1;
}
.single-item__cover.pause svg:last-child {
  opacity: 0;
}
.single-item__cover.play svg {
  opacity: 0;
}
.single-item__cover.play svg:last-child {
  opacity: 1;
}
.single-item__title {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: auto;
}
.single-item__title h4 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-width: 170px;
  overflow: hidden;
}
.single-item__title h4 a {
  color: #222;
}
.single-item__title h4 a:hover {
  color: var(--primary-color);
}
.single-item__title span {
  display: block;
  width: 100%;
  color: #c0c0c0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.single-item__title span a {
  color: #737373;
}
.single-item__title span a:hover {
  color: var(--primary-color);
}
.single-item__time {
  margin-right: 15px;
  font-size: 13px;
  color: #737373;
}
.single-item__time--live {
  background-color: #eb5757;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.single-item__add {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(37,165,106,0.15);
}
.single-item__add svg {
  width: 18px;
  height: auto;
  fill: var(--primary-color);
}
.single-item__add:hover {
  background-color: rgba(37,165,106,0.3);
}
.single-item__export {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(128,81,212,0.15);
}
.single-item__export svg {
  width: 18px;
  height: auto;
  fill: #8051d4;
}
.single-item__export:hover {
  background-color: rgba(128,81,212,0.3);
}
.single-item:hover .single-item__cover {
  background-color: #222227;
}
.single-item:hover .single-item__cover img {
  opacity: 0.35;
}
.single-item:hover .single-item__cover svg {
  opacity: 1;
}
.single-item:hover .single-item__cover svg:last-child {
  opacity: 0;
}
.single-item:hover .single-item__cover.play svg {
  opacity: 0;
}
.single-item:hover .single-item__cover.play svg:last-child {
  opacity: 1;
}
/*==============================
	Post
==============================*/
.post {
  position: relative;
  margin-top: 20px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(100% - 20px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.post__img {
  display: block;
  width: 100%;
  position: relative;
  background-color: #000;
}
.post__img:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.1;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.post__img img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.post__img:hover:before {
  opacity: 0.3;
}
.post__video {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 12px;
  background-color: #222227;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,0.05);
}
.post__video svg {
  fill: var(--primary-color);
  width: 24px;
  height: auto;
  margin-right: 7px;
  transition: fill 0.5s ease;
}
.post__video:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.post__video:hover svg {
  fill: #fff;
}
.post__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  height: 100%;
  position: relative;
}
.post__category {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 28px;
  min-width: 70px;
  width: auto;
  color: #fff;
  font-size: 13px;
  background-color: #2f80ed;
  border-radius: 8px;
  padding: 0 15px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 100%;
  left: 20px;
  z-index: 2;
}
.post__category:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.post__title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.post__title a {
  color: #111;
  display: block;
}
.post__title a:hover {
  color: var(--primary-color);
}
.post__meta {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
}
.post__date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #737373;
}
.post__date svg {
  fill: #737373;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.post__comments {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #737373;
}
.post__comments svg {
  fill: #737373;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .post {
    margin-top: 30px;
    height: calc(100% - 30px);
  }
}
/*==============================
	Live
==============================*/
.live {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.live__cover {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.live__cover img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: 0.5s ease;
}
.live__cover svg {
  position: absolute;
  display: block;
  fill: #fff;
  width: 46px;
  height: auto;
  transition: 0.5s ease;
  z-index: 3;
  transform: scale(0.8);
  opacity: 0;
}
.live__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(45deg, rgba(37,165,106,0.8) 0%, rgba(37,165,106,0) 100%);
  opacity: 0.1;
  transition: opacity 0.5s ease;
}
.live__value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  height: 28px;
  width: auto;
  padding: 0 15px;
  border-radius: 8px;
  background-color: rgba(34,34,39,0.8);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.live__status {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  height: 24px;
  width: auto;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #eb5757;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.live__title {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #111;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transition: color 0.5s ease;
}
.live__title a {
  color: var(--main-title-color);
}
.live:hover .live__cover:before {
  opacity: 0.3;
}
.live:hover .live__cover svg {
  opacity: 1;
  transform: scale(1);
}
.live:hover .live__title {
  color: var(--primary-color);
}
.live:hover .live__title a {
  color: var(--primary-color);
}
@media (min-width: 768px) {
  .live {
    margin-top: 30px;
  }
}
/*==============================
	Product
==============================*/
.product {
  position: relative;
  margin-top: 20px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.product__img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.product__img:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.product__img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.product__img:hover:before {
  opacity: 0.2;
}
.product__title {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #111;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin-top: 15px;
}
.product__title a {
  color: #111;
}
.product__title a:hover {
  color: var(--primary-color);
}
.product__price {
  font-size: 16px;
  color: #737373;
  margin-top: 5px;
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.product__new {
  font-size: 14px;
  color: #eb5757;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .product {
    margin-top: 30px;
  }
}
/*==============================
	Partners
==============================*/
.partners {
  margin-top: 60px;
}
.partners__img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
  transition: 0.5s;
}
.partners__img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .partners {
    margin-top: 70px;
  }
}
/*==============================
	Stats
==============================*/
.stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #16151a;
  width: 100%;
  border: 1px solid #222227;
}
.stats span {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.stats span a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  line-height: 100%;
  border-bottom: 2px dashed var(--primary-color);
}
.stats span a svg {
  width: 14px;
  height: auto;
  fill: var(--primary-color);
  position: relative;
  bottom: auto;
  right: auto;
  transition: 0.5s ease;
}
.stats span a:hover {
  color: var(--primary-color);
}
.stats span a:hover svg {
  fill: var(--primary-color);
}
.stats p {
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 0;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 100%;
}
.stats p b {
  font-size: 20px;
  font-weight: 500;
}
.stats p a {
  color: #c0c0c0;
}
.stats p a:hover {
  color: var(--primary-color);
}
.stats svg {
  position: absolute;
  bottom: 15px;
  right: 20px;
  fill: var(--primary-color);
  width: 30px;
  height: auto;
}
.stats__form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.stats__form input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 24px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 0 50px 0 0;
}
.stats__form button {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 24px;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.stats__form button svg {
  position: relative;
  width: 18px;
  height: auto;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  transition: fill 0.5s ease;
}
.stats__form button:hover {
  color: #fff;
}
.stats__form button:hover svg {
  fill: var(--primary-color);
}
.stats--green svg {
  fill: var(--primary-color);
}
.stats--purple svg {
  fill: #8051d4;
}
@media (min-width: 768px) {
  .stats {
    margin-top: 30px;
  }
}
/*==============================
	Dashbox
==============================*/
.dashbox {
  background-color: var(--box-background);
  border: 1px solid var(--main-border-color);
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;

}
.dashbox__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #222227;
}
.dashbox__title h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}
.dashbox__title h3 svg {
  fill: var(--primary-color);
  margin-right: 10px;
  width: 22px;
  height: auto;
}
.dashbox__title h3 span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 18px;
  min-width: 18px;
  color: #fff;
  padding: 0 5px;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  pointer-events: none;
  background-color: var(--primary-color);
  margin-bottom: auto;
  margin-left: 5px;
}
.dashbox__wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.dashbox__more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin-left: 15px;
  color: #c0c0c0;
  font-family: 'Poppins', sans-serif;
}
.dashbox__more:hover {
  color: var(--primary-color);
}
.dashbox__refresh {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 30px;
}
.dashbox__refresh svg {
  fill: #c0c0c0;
  width: 18px;
  height: auto;
  transition: fill 0.5s ease;
}
.dashbox__refresh:hover svg {
  fill: var(--primary-color);
}
.dashbox__table-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto;
  padding: 0px;
}
.dashbox__table-scroll {
  width: 100%;
  display: block;
}
.dashbox__list-wrap {
  padding: 20px;
  position: relative;
  display: block;
  width: 100%;
}
.dashbox__scroll {
  position: relative;
  max-height: 320px;
  width: 100%;
  overflow: hidden;
  padding-right: 14px;
}
.dashbox__note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #222227;
  height: 58px;
}
.dashbox__note:last-child {
  height: 48px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.dashbox__note svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
  fill: #c0c0c0;
}
.dashbox__note p {
  color: #c0c0c0;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: calc(100% - 30px);
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}
.dashbox__note p a {
  color: #fff;
  text-decoration: underline;
}
.dashbox__note p a:hover {
  color: #fff;
  text-decoration: none;
}
.dashbox__note span {
  padding: 0;
  font-size: 13px;
  color: #c0c0c0;
  position: relative;
  background-color: transparent;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.dashbox__note--succ svg {
  fill: var(--primary-color);
}
.dashbox__note--fail svg {
  fill: #eb5757;
}
.dashbox__note--info svg {
  fill: #c0c0c0;
}
.dashbox__note--gift svg {
  fill: #8051d4;
}
@media (min-width: 768px) {
  .dashbox {
    margin-top: 30px;
  }
}
/*==============================
	Feature
==============================*/
.feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #222227;
}
.feature__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background-color: rgba(37,165,106,0.15);
}
.feature__icon svg {
  fill: var(--primary-color);
  width: auto;
  height: 26px;
}
.feature__icon--purple {
  background-color: rgba(128,81,212,0.15);
}
.feature__icon--purple svg {
  fill: #8051d4;
}
.feature__icon--red {
  background-color: rgba(235,87,87,0.15);
}
.feature__icon--red svg {
  fill: #eb5757;
}
.feature__icon--blue {
  background-color: rgba(47,128,237,0.15);
}
.feature__icon--blue svg {
  fill: #2f80ed;
}
.feature__title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-left: 15px;
}
.feature__text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #c0c0c0;
  margin-bottom: 0;
  margin-top: 15px;
}
.feature--last {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .feature {
    margin-top: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .feature {
    margin-top: 40px;
  }

}
/*==============================
	Step
==============================*/
.step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #16151a;
  border: 1px solid #222227;
}
.step__number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 46px;
  height: 46px;
  font-family: 'Poppins', sans-serif;
  line-height: 100%;
  font-weight: 500;
  font-size: 20px;
  color: var(--primary-color);
  background-color: rgba(37,165,106,0.15);
}
.step__title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-left: 15px;
}
.step__text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #c0c0c0;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .step {
    margin-top: 30px;
  }
}
/*==============================
	Plan
==============================*/
.plan {
  display: block;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 12px;
  background-color: transparent;
  position: relative;
  border: 2px solid transparent;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.plan--red .plan__title {
  color: #eb5757;
}
.plan--red .plan__list li.green svg {
  fill: #eb5757;
}
.plan--red .plan__btn {
  color: #eb5757;
}
.plan--red .plan__btn:hover {
  background-color: #eb5757;
}
.plan--green .plan__title {
  color: var(--main-title-color);
}
.plan--purple .plan__title {
  color: #8051d4;
}
.plan--purple .plan__list li.green svg {
  fill: #8051d4;
}
.plan--purple .plan__btn {
  color: #8051d4;
}
.plan--purple .plan__btn:hover {
  background-color: #8051d4;
}
.plan__title {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #fff;
  line-height: 100%;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}
.plan__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.add-modal-padding {
  padding:0px 40px 40px 40px;
}
.plan__list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  color: #c0c0c0;
}
.plan__list li:last-child {
  margin-bottom: 0;
}
.plan__list li svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.plan__list li.red svg {
  fill: #c0c0c0;
}
.plan__list li.green {
  color: #000;
}
.plan__list li.green svg {
  fill: var(--primary-color);
}
.plan__price {
  position: relative;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  display: block;
  line-height: 100%;
  height: 50px;
}
.plan__price span {
  font-size: 16px;
}
.premium-plan-icon {
  position: absolute;
  top:5px;
  right:5px;
  color:#ffc703;
  font-size: 26px;
  background: white;
  border-radius: 50%;
}
.plan__btn {
  width: 100%;
  min-width: 140px;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
.plan__btn.outline {
  border:1px solid var(--primary-color);
  background: transparent;
  color:var(--primary-color);
}
.plan__btn:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.plan__btn.bottom--action {
  cursor: pointer;
  display: inline-block;
}
.plan__btn.bottom-action:hover {
  background:#71cf9f;
}
.bigger-btn {
  padding: 12px 30px 12px 30px !important;
  min-width: 200px;
  cursor: pointer;
}
.btn-grey-link {
  color:#737373;
  cursor: pointer;
}
.btn-grey-link:hover {
  color:var(--primary-color);
}
.plan:hover {border:2px solid var(--primary-color) !important; cursor: pointer}
.plan .premium-plan-icon {display: none}
.plan:hover .premium-plan-icon {display: block}
.plan .plan__list li {
  color:var(--color-black);
  -webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
  transition: color 1s; /* For modern browsers */
  height: 20px;
}
.plan .plan__list li {
  color:var(--color-black);
  -webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
  transition: color 1s; /* For modern browsers */
}
.plan .plan__list li.red i {
  margin-right: 15px;
  color: #e14242;
  margin-left: 6px;
}
.modal-bottom-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.plan.selected {
  border-color:var(--primary-color);
}
.plan.selected .plan__list li, .plan:hover .plan__list li {
  color:#000;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
  font-size: 26px;
}
.pick-fav-package .plan .plan__title {
  margin-top:30px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.pick-fav-package .plan .plan__price {
  text-align: center;
}
.plan_discount_price  {
  text-align: center;
  font-size: 20px;
  width: 100%;
  font-weight: 600;
  display: inline-block;
}
.price_outro {
  font-size:11px;
  text-align: center;
  margin-top:15px;
}
.plan_discount_price .final_price {
  color:var(--primary-color);
}
.plan_discount_price .slashed {
  text-decoration: line-through;
  color: var(--main-title-color);
}
.price_outro {
  color: var(--main-title-color);
}
.discount {
  background:var(--primary-color);
  border-radius: 16px;
  color:white;
  padding:5px 20px 5px 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top:-16px;
}
.modal.fade.show {
  backdrop-filter: blur(5px);
}
@media (min-width: 768px) {
  .plan {
    margin-bottom: 0px;
  }
  .plan__btn {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .plan {
    margin-bottom: 30px;
  }
}
/*==============================
	Contacts
==============================*/
.contacts__list {
  margin-top: 20px;
}
.contacts__list li {
  margin-bottom: 15px;
}
.contacts__list li:last-child {
  margin-bottom: 0;
}
.contacts__list a {
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.contacts__list a:hover {
  color: var(--primary-color);
}
.contacts__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.contacts__social a {
  margin-top: 20px;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  transition-property: all;
}
.contacts__social a svg {
  width: 100%;
  height: auto;
}
.contacts__social a:last-child {
  margin-right: 0;
}
.contacts__social a:hover {
  opacity: 1 !important;
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.contacts__social:hover a {
  opacity: 0.7;
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}
@media (min-width: 768px) {
  .contacts__social {
    margin-top: 10px;
  }
}
/*==============================
	Cart
==============================*/
.cart {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #16151a;
  width: 100%;
  padding: 0;
  border: 1px solid #222227;
  border-radius: 20px;
  min-height: 400px;
  margin-top: 20px;
}
.cart__table {
  width: 100%;
  min-width: 600px;
}
.cart__table th {
  font-size: 14px;
  font-weight: 400;
  color: #c0c0c0;
  line-height: 100%;
  padding: 0 20px 10px 0;
}
.cart__table th:last-child {
  width: 24px;
  padding: 0 0 10px 0;
}
.cart__table td {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 10px 20px 10px 0;
}
.cart__table td a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.cart__table td a:hover {
  color: var(--primary-color);
}
.cart__table td:last-child {
  width: 24px;
  padding: 10px 0;
}
.cart__table td:first-child {
  width: 100px;
}
.cart__img {
  width: 100px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
}
.cart__img img {
  width: 100px;
  height: auto;
}
.cart__delete {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
}
.cart__delete svg {
  fill: #c0c0c0;
  width: 18px;
  height: auto;
  transition: 0.5s ease;
}
.cart__delete:hover svg {
  fill: var(--primary-color);
}
.cart__price {
  font-size: 16px;
  color: #c0c0c0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.cart__price span {
  font-weight: 400;
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 5px;
  color: #eb5757;
}
.cart__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  padding: 10px 20px 20px;
}
.cart__total {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cart__total p {
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 10px;
}
.cart__total span {
  font-size: 28px;
  color: #fff;
  line-height: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.cart__systems {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  color: #c0c0c0;
  width: 100%;
  margin-top: 20px;
}
.cart__systems i {
  margin-right: 15px;
}
.cart__systems i:last-child {
  margin-right: 0;
}
.cart__promo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.cart__promo .sign__btn {
  width: 80px;
  margin: 0;
  height: 40px;
  border-radius: 12px;
}
.cart__promo .sign__input {
  width: calc(100% - 90px);
  height: 40px;
}
.cart__amount {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #222227;
  height: 36px;
  border-radius: 12px;
  padding: 0 10px;
}
.cart__amount input {
  width: 30px;
  height: 36px;
  border: none;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  pointer-events: none;
}
.cart__amount button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 36px;
}
.cart__amount button svg {
  width: 18px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.cart__amount button:hover svg {
  fill: var(--primary-color);
}
.cart__table-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto;
  padding: 20px 20px 10px;
}
.cart__table-scroll {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .cart {
    margin-top: 30px;
  }
  .cart__table-wrap {
    padding: 25px 20px 10px;
  }
  .cart__table th {
    padding: 0 20px 15px 0;
  }
  .cart__table th:last-child {
    padding: 0 0 15px 0;
  }
  .cart__total {
    order: 1;
  }
  .cart__systems {
    margin-top: 0;
    width: auto;
    order: 2;
    margin-right: auto;
    margin-left: 20px;
  }
  .cart__promo {
    width: 250px;
    margin-top: 0;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .cart__systems {
    margin-left: 40px;
  }
}
/*==============================
	Article
==============================*/
.article {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.article--page {
  margin-top: 0;
}
.article__category {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 70px;
  width: auto;
  color: #fff;
  font-size: 13px;
  background-color: #2f80ed;
  border-radius: 8px;
  padding: 0 15px;
}
.article__category:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.article__date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #c0c0c0;
  height: 30px;
}
.article__date svg {
  fill: #fff;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.article__place {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #c0c0c0;
  min-height: 30px;
  width: 100%;
  margin-bottom: 10px;
}
.article__place svg {
  fill: #fff;
  width: 18px;
  height: auto;
  margin-right: 5px;
}
.article__place:hover {
  color: var(--primary-color);
}
.article__content {
  position: relative;
}
.article__content img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 12px;
}
.article__content iframe {
  display: block;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  border-radius: 12px;
  border: none;
}
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--main-title-color);
  margin-bottom: 15px;
  line-height: 140%;
}
.article__content h1:last-child,
.article__content h2:last-child,
.article__content h3:last-child,
.article__content h4:last-child,
.article__content h5:last-child,
.article__content h6:last-child {
  margin-bottom: 0;
}
.article__content h1 {
  font-size: 30px;
}
.article__content h2 {
  font-size: 28px;
}
.article__content h3 {
  font-size: 24px;
}
.article__content h4 {
  font-size: 22px;
}
.article__content h5 {
  font-size: 18px;
}
.article__content h6 {
  font-size: 16px;
}
.article__content p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}
.article__content p b {
  font-weight: 600;
}
.article__content p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.article__content p a:hover,
.article__content p a:focus {
  color: var(--primary-color);
  text-decoration: none;
}
.article__content p:last-child {
  margin-bottom: 0;
}
.article__content blockquote {
  display: block;
  position: relative;
  font-family: 'Poppins', sans-serif;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 28px;
  color: #737373;
  font-weight: 400;
  margin-bottom: 20px;
}
.article__content blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 3px;
  background-color: var(--primary-color);
  border-radius: 3px;
}
.article__content blockquote:last-child {
  margin-bottom: 0;
}
.article__content ul {
  margin-bottom: 20px;
  display: block;
}
.article__content ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #737373;
  padding-left: 20px;
  position: relative;
}
.article__content ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--primary-color);
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.article__content ul:last-child {
  margin-bottom: 0;
}
.article__meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.article__price {
  font-size: 30px;
  line-height: 100%;
  color: #111;
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.article__amount {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #222227;
  height: 36px;
  border-radius: 12px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.article__amount input {
  width: 30px;
  height: 36px;
  border: none;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  pointer-events: none;
}
.article__amount button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 36px;
}
.article__amount button svg {
  width: 18px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.article__amount button:hover svg {
  fill: var(--primary-color);
}
.article__buy {
  width: 180px;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 25px;
  margin-bottom: 20px;
}
.article__buy svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.article__buy:hover {
  background-color: #222227;
  color: var(--primary-color);
}
.article__artist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.article__artist img {
  height: auto;
  margin-right: 20px;
  border-radius: 12px;
}
.article__artist div.flex-start {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.article__artist div h1 {
  margin-bottom: 0;
}
.article__artist div span {
  font-size: 14px;
  color: #737373;
  display: block;
  margin-bottom: 20px;
}
.full-screen-loader {
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(50px);
  background: var(--background-preloader);
  z-index: 100000;
}
.full-screen-loader div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.full-screen-loader div img {
  max-width: 200px;
}
@-moz-document url-prefix() {
  .full-screen-loader {
    background: var(--background-preloader);
  }
}
@media (min-width: 768px) {
  .article__artist img, .article__content .release__content img {
    width: 200px !important;
  }
}
@media (max-width: 786px) {

  .s-a-wrap {display: inline-block !important; margin-bottom:0px;}
}
@media (min-width: 576px) {
  .article__content iframe {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .article {
    margin-top: 30px;
  }
  .article--page {
    margin-top: 0;
  }
  .article__content h1 {
    font-size: 36px;
  }
  .article__content h2 {
    font-size: 32px;
  }
  .article__content h3 {
    font-size: 28px;
  }
  .article__content h4 {
    font-size: 24px;
  }
  .article__content h5 {
    font-size: 20px;
  }
  .article__content h6 {
    font-size: 18px;
  }
  .article__content iframe {
    height: 400px;
  }
  .article__meta {
    margin-bottom: 25px;
  }
  .article__place {
    margin-bottom: 0;
    width: auto;
  }
  .article__artist {
    flex-direction: row;
  }
  .article__artist img {
    margin-bottom: 0 !important;
  }
  .article__artist div {
    width: calc(100% - 220px);
  }
  .article__artist div span {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .article--page {
    margin-top: 30px;
  }
  .article__content iframe {
    height: 460px;
  }
}
/*==============================
	Share
==============================*/
.share {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.share__link {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  height: 30px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  background-color: var(--primary-color);
}
.share__link svg {
  fill: #fff;
  margin-right: 10px;
  margin-top: 1px;
}
.share__link:last-child {
  margin-right: 0;
}
.share__link--fb {
  background-color: #3b5998;
}
.share__link--tw {
  background-color: #55acee;
}
.share__link--vk {
  background-color: #4c6c91;
}
.share__link:hover {
  background-color: var(--primary-color);
  color: #fff;
}
/*==============================
	Comments
==============================*/
.comments {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d8d8d8;
}
.comments__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.comments__title h4 {
  color: #111;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
  font-family: 'Poppins', sans-serif;
}
.comments__title span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 4px;
  background-color: var(--primary-color);
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
}
.comments__title--tabs li {
  position: relative;
  margin-right: 20px;
}
.comments__title--tabs li:last-child {
  margin-right: 0;
}
.comments__title--tabs a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0.5;
  transition: opacity 0.4s linear;
}
.comments__title--tabs a:hover {
  opacity: 1;
}
.comments__title--tabs a.active {
  opacity: 1;
  cursor: default;
}
.comments__autor {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}
.comments__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  border-radius: 8px;
}
.comments__name {
  display: block;
  font-size: 16px;
  color: #111;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.comments__time {
  display: block;
  font-size: 12px;
  color: #111;
  line-height: 20px;
  font-weight: 400;
}
.comments__text {
  display: block;
  margin-bottom: 0;
  color: #737373;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.comments__text b {
  font-weight: 600;
}
.comments__text a {
  color: var(--primary-color);
}
.comments__text a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.comments__text span {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  min-height: 80px;
  border-radius: 12px;
  color: #c0c0c0;
  background-color: #222227;
}
.comments__item {
  margin-bottom: 20px;
  display: block;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 20px;
  border-radius: 12px;
}
.comments__item--answer,
.comments__item--quote {
  margin-left: 20px;
}
.comments__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0 0;
  position: relative;
}
.comments__actions button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  height: 20px;
}
.comments__actions button span {
  font-size: 12px;
  color: #111;
  text-transform: uppercase;
  transition: color 0.5s ease;
  display: none;
}
.comments__actions button svg {
  width: 16px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.comments__actions button:hover span {
  color: #fff;
}
.comments__actions button:hover svg {
  fill: var(--primary-color);
}
.comments__actions button:last-child {
  margin-right: 0;
}
.comments__actions button:last-child svg {
  width: 18px;
}
.comments__rate {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  top: 20px;
}
.comments__rate button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #737373;
  font-size: 14px;
  margin-right: 24px;
  position: relative;
  height: 20px;
}
.comments__rate button svg {
  width: 16px;
  height: auto;
  opacity: 0.6;
  transition: 0.5s ease;
  margin-top: 1px;
}
.comments__rate button:last-child {
  margin-right: 0;
}
.comments__rate button:last-child svg {
  margin-left: 8px;
  fill: #eb5757;
  width: 16px;
}
.comments__rate button:first-child svg {
  margin-right: 8px;
  fill: var(--primary-color);
  width: 16px;
}
.comments__rate button:first-child:before {
  content: '';
  position: absolute;
  display: block;
  left: 100%;
  margin-left: 12px;
  width: 1px;
  height: 16px;
  background-color: #222227;
  top: 50%;
  transform: translateY(-50%);
}
.comments__rate button:hover {
  color: #fff;
}
.comments__rate button:hover svg {
  opacity: 1;
}
.comments__form {
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-top: 30px;
}
.comments__form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.comments__form .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.comments__form .sign__btn {
  margin: 0;
}
@media (min-width: 576px) {
  .comments__actions button span {
    display: block;
    margin-left: 6px;
  }
  .comments__form .sign__btn {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .comments {
    margin-top: 60px;
    padding-top: 60px;
  }
  .comments__item--answer,
  .comments__item--quote {
    margin-left: 30px;
  }
  .comments__title--tabs li {
    margin-right: 30px;
  }
  .comments__title--tabs li:last-child {
    margin-right: 0;
  }
}
/*==============================
	Footer
==============================*/
.footer {
  background-color: #fff;
  padding: 30px 0 20px;
  position: relative;
  overflow: hidden;
}
.footer__logo {
  margin-top: 60px;
}
.footer__logo img {
  width: 100px;
  height: auto;
}
.footer__tagline {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  margin-bottom: 0;
}
.footer__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.footer__links a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  color: #737373;
  font-size: 16px;
}
.footer__links a svg {
  width: 20px;
  height: auto;
  fill: var(--primary-color);
  margin-right: 10px;
}
.footer__links a:hover {
  color: var(--primary-color);
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.footer__social a {
  margin-top: 20px;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  transition-property: all;
}
.footer__social a svg {
  width: 100%;
  height: auto;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a:hover {
  opacity: 1 !important;
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.footer__social:hover a {
  opacity: 0.6;
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
}
.footer__content {
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer__copyright {
  display: block;
  font-size: 14px;
  color: #737373;
  margin-top: 20px;
}
.footer__copyright a {
  color: #c0c0c0;
}
.footer__copyright a:hover {
  color: var(--primary-color);
}
.footer__title {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__nav a {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #737373;
}
.footer__nav a:last-child {
  margin-bottom: 0;
}
.footer__nav a:hover {
  color: var(--primary-color);
}
@media (min-width: 576px) {
  .footer {
    padding: 30px 15px 20px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 20px 15px 25px;
  }
  .footer__content {
    margin-top: 70px;
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .footer__logo {
    margin-top: 40px;
  }
  .footer__title {
    margin-top: 50px;
  }
  .footer__social {
    width: auto;
    order: 2;
  }
  .footer__social a {
    margin-top: 0;
  }
  .footer__copyright {
    margin-top: 0;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__social {
    display: inline-flex;
    width: auto;
  }
}
/*==============================
	Sign
==============================*/
.sign {
  display: block;
  position: relative;
}
.sign__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0 0;
}
.sign__form {
  background-color: var(--box-background);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 0px;
  position: relative;
  width: 100%;
  max-width: 420px;
  border: none;
}
.sign__form--contacts,
.sign__form--profile,
.sign__form--cart {
  margin-top: 20px;
  max-width: 100%;
  padding: 20px 20px 5px;
  align-items: flex-start;
}
.sign__form--contacts .sign__btn,
.sign__form--profile .sign__btn,
.sign__form--cart .sign__btn {
  margin: 0 0 15px;
}
.sign__form--contacts .row,
.sign__form--profile .row,
.sign__form--cart .row {
  margin-left: -10px;
  margin-right: -10px;
}
.sign__form--contacts .col-12,
.sign__form--profile .col-12,
.sign__form--cart .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.sign__form--profile .sign__btn {
  margin: 5px 0 15px;
}
.sign__logo {
  display: block;
  margin-bottom: 30px;
}
.sign__logo a {
  max-width: 100%;
  width: auto;
}
.sign__logo img {
  width: 100px;
}
.sign__title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.sign__label {
  font-weight: 400;
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 5px;
  padding-left: 20px;
}
.sign__label b {
  font-weight: 600;
  color: #fff;
}
.sign__input {
  background-color: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 46px;
  position: relative;
  color: #111;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}
.sign__input:focus {
  border-color: var(--primary-color);
}
.sign__select {
  background: url("../img/arrow2.svg") no-repeat center right 20px #222227;
  background-size: 18px auto;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 46px;
  position: relative;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.sign__select:focus {
  border-color: var(--primary-color);
}
.sign__textarea {
  background-color: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 344px;
  position: relative;
  color: #111;
  font-size: 16px;
  width: 100%;
  padding: 15px 20px;
  resize: none;
  font-family: 'Poppins', sans-serif;
}
.sign__textarea:focus {
  border-color: var(--primary-color);
}
.sign__group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.sign__group--row .sign__label {
  padding-left: 0;
}
.sign__group--checkbox {
  width: 100%;
  text-align: left;
}
.sign__group--checkbox input:not(:checked),
.sign__group--checkbox input:checked {
  position: absolute;
  left: -9999px;
}
.sign__group--checkbox input:not(:checked) + label,
.sign__group--checkbox input:checked + label {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  line-height: 22px;
  margin: 0;
}
.sign__group--checkbox input:not(:checked) + label a,
.sign__group--checkbox input:checked + label a {
  color: var(--primary-color);
}
.sign__group--checkbox input:not(:checked) + label a:hover,
.sign__group--checkbox input:checked + label a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.sign__group--checkbox input:not(:checked) + label:before,
.sign__group--checkbox input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
}
.sign__group--checkbox input:not(:checked) + label:after,
.sign__group--checkbox input:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  transition: 0.5s ease;
  background: url("../img/checkmark.svg") no-repeat center/20px auto;
  border-radius: 6px;
}
.sign__group--checkbox input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.sign__group--checkbox input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.sign__group--checkbox label::-moz-selection {
  background: transparent;

}
.sign__group--checkbox label::selection {
  background: transparent;

}
.sign__btn {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 15px auto;
}
.sign__btn:hover {
  color: #fff;
  background-color: #222227;
}
.sign__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.sign__text:first-child {
  margin-top: 0;
}
.sign__text a {
  position: relative;
  color: var(--primary-color);
}
.sign__text a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.sign__text--small {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.sign__delimiter {
  font-size: 14px;
  color: #c0c0c0;
  line-height: 100%;
  width: 100%;
  display: block;
  text-align: center;
}
.sign__social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.sign__social a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: calc(33% - 10px);
  border-radius: 12px;
  color: #fff;
}
.sign__social a svg {
  height: auto;
  fill: #fff;
  transition: 0.5s ease;
}
.sign__social a.fb {
  background-color: #3b5999;
}
.sign__social a.fb svg {
  width: 10px;
}
.sign__social a.gl {
  background-color: #df4a32;
}
.sign__social a.gl svg {
  width: 18px;
}
.sign__social a.tw {
  background-color: #1da1f2;
}
.sign__social a.tw svg {
  width: 20px;
}
.sign__social a:hover {
  background-color: #c0c0c0;
}
.sign__social a:hover.fb svg {
  fill: #3b5999;
}
.sign__social a:hover.gl svg {
  fill: #df4a32;
}
.sign__social a:hover.tw svg {
  fill: #1da1f2;
}
.sign__value {
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: 500;
  margin-left: 10px;
  font-family: 'Poppins', sans-serif;
}
.sign__radio {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.sign__radio li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sign__radio li:last-child {
  margin-bottom: 0;
}
.sign__radio input:not(:checked),
.sign__radio input:checked {
  position: absolute;
  left: -9999px;
}
.sign__radio label {
  display: block;
  margin: 0;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  color: #c0c0c0;
  line-height: 24px;
  padding-left: 32px;
  transition: 0.5s ease;
}
.sign__radio label:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 6px solid #222227;
  background-color: transparent;
  border-radius: 50%;
  left: 0;
  top: 2px;
  transition: 0.5s ease;
}
.sign__radio label:hover {
  color: #fff;
}
.sign__radio input:checked + label {
  color: #fff;
}
.sign__radio input:checked + label:before {
  border-color: var(--primary-color);
}
@media (min-width: 576px) {
  .sign__form {
    padding: 40px;
  }
  .sign__form--contacts,
  .sign__form--profile,
  .sign__form--cart {
    padding: 20px 20px 5px;
  }
  .sign__logo {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sign__form--contacts,
  .sign__form--profile {
    margin-top: 30px;
  }
  .sign__form--contacts .sign__btn,
  .sign__form--profile .sign__btn {
    margin: 10px 0 15px;
  }
  .sign__form--cart {
    margin-top: 30px;
  }
  .sign__form--cart .sign__btn {
    margin-top: 10px;
  }
  .sign__content {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .sign__form--profile .sign__btn {
    width: 180px;
  }
}
/*==============================
	Page 404
==============================*/
.page-404 {
  display: block;
  position: relative;
}
.page-404__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0 0;
}
.page-404__content {
  background-color: #16151a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  width: 100%;
  max-width: 420px;
  border: 1px solid #222227;
}
.page-404__title {
  position: relative;
  color: #fff;
  line-height: 100%;
  font-size: 100px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.page-404__text {
  text-align: center;
  display: block;
  width: 100%;
  color: #c0c0c0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.page-404__btn {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0 auto;
}
.page-404__btn:hover {
  color: #fff;
  background-color: #222227;
}
@media (min-width: 576px) {
  .page-404__content {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .page-404__wrap {
    padding: 30px 0 0;
  }
}

.mfp-bg {
  background: rgba(34,34,39,0.75);
}
.mfp-container {
  padding: 0 15px !important;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.mfp-iframe-scaler iframe {
  border-radius: 12px;
  box-shadow: none;
  background-color: #16151a;
}
.mfp-iframe-holder .mfp-close {
  color: transparent;
  transition: opacity 0.4s;
}
.mfp-iframe-holder .mfp-close:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 44px;
  background: url("../img/close.svg") no-repeat center;
  background-size: 30px auto;
}
.mfp-iframe-holder .mfp-content {
  max-width: 910px;
}
.mfp-figure::after {
  box-shadow: none;
  background-color: #222227;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-bg.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*==============================
	Slider radio
==============================*/
.slider-radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #222227;
  padding: 5px 0;
  border-radius: 12px;
  margin-top: 10px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.slider-radio label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 10px;
  margin: 0 5px;
  position: relative;
  z-index: 100;
  transition: color 0.5s;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.slider-radio label:hover {
  color: #fff;
}
.slider-radio .sliding-piece {
  border-radius: 10px;
  background-color: var(--primary-color);
  z-index: 99;
}
.slider-radio input[type=radio]:checked + label {
  color: #fff;
  background-color: var(--primary-color);
}
@media (min-width: 768px) {
  .slider-radio {
    margin-left: auto;
    margin-top: 0;
    width: auto;
  }
}
/*==============================
	Select2
==============================*/
.select2-container {
  width: auto !important;
  margin-right: 30px;
}
.select2-container .select2-selection--single {
  height: 40px;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #fff;
  padding: 0 18px 0 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  transition: 0.5s ease;
}
.select2-container .select2-selection--single[aria-expanded="true"] {
  background-color: transparent;
}
.select2-container .select2-selection--single:hover .select2-selection__rendered {
  color: var(--primary-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  width: 18px;
  top: 10px;
  right: 0;
  background: url("../img/arrow.svg") no-repeat center right;
  background-size: 18px auto;
  margin-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
  color: #fff;
  white-space: nowrap;
}
.select2-container--default .select2-results__option--selected {
  color: #fff;
  background-color: var(--primary-color);
  cursor: default;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: var(--primary-color);
  cursor: default;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: var(--primary-color);
}
.select2-results__option {
  padding: 0 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  height: 40px;
  line-height: 40px;
  transition: 0.5s ease;
}
.select2-dropdown {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: 12px !important;
  min-width: 180px;
  padding: 5px 0 5px 15px;
  background-color: #222227;
}
.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
/*==============================
	Scrollbar-track
==============================*/
.scrollbar-track-y {
  background: #222227 !important;
  top: 0px !important;
  bottom: 0px !important;
  height: auto !important;
  width: 4px !important;
  border-radius: 4px !important;
  right: 0px !important;
  overflow: hidden;
}
.scrollbar-thumb-y {
  background: var(--primary-color) !important;
  width: 4px !important;
  border-radius: 4px !important;
}
.scrollbar-track-x {
  background: #222227 !important;
  left: 0px !important;
  right: 0px !important;
  height: 4px !important;
  width: auto !important;
  border-radius: 4px !important;
  bottom: 0px !important;
  overflow: hidden;
}
.scrollbar-thumb-x {
  background: var(--primary-color) !important;
  height: 4px !important;
  border-radius: 4px !important;
}
.owl-carousel .owl-stage-outer {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.main__carousel-wrap.no-shadow .owl-carousel .owl-stage-outer {
  box-shadow: none !important;
}
.person-thumb  {
  text-align: center;
  width: 100%;
  display: flex;
  justify-items: flex-start;
  align-items: center;

}
.info-author  {
  text-align: left;
  margin-left:10px;
}
.info-author span {
  display: block;
  color:#111;

}
.info-author label {
  color: var(--text-grey-two);
  margin:0;
  padding:0;
  font-size: 12px;
}
.person-thumb img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;


}
.opinion {
  font-size: 14px;
  padding-right: 30px;
  margin-top:20px;
  color: var(--text-grey)
}
.image-cover  {
  position: relative;
}
.image-cover h2  {
  position: absolute;
  bottom:0px;
  left:0px;
  right: 0px;
  color: var(--main-title-color);
  font-size:1.6rem;
  font-weight: 500;
  background: rgb(255,255,255);
  background: var(--image-cover-overlay);
  padding:10px 20px 10px 30px;
  margin:0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.image-cover h2 span {
  font-size:1.2rem;
  direction: block;
}

.image-cover h2 a  {
  color: var(--main-title-color);
}
.image-cover img  {
  width: 100%;
  border-radius: 0px;
  margin-top:30px;
}
.sub-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  top:70px;
  padding-left:30px;
  padding-right:30px;
  background:#2a2f39;
  padding-top:10px;
  padding-bottom:10px;
  z-index: 1000;
}
.sub-header .abc a {
  display: inline-block;
  margin-left:6px;
  margin-right: 6px;
  text-transform: uppercase;
  color:white;
  padding: 1px 3px 1px 3px;
}
.sub-header .abc a:hover,
.sub-header a.sub-btn:hover,
.song-actions a:hover,
.song-actions button:hover {
  color:var(--primary-color) ;
}

.sub-header .abc {
  margin-left:30px;
  margin-right: 30px;
}

.sub-header a.sub-btn {
  color:white;
}

.make-box {
  background: var(--box-background);
  margin-top:20px;
  border-radius: 10px;
  padding:0px 0px 0px 0px;
  /*box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;*/
}
.make-box:hover {

  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-color:#e2e2e2;

}
.resizable {

}
.song-actions {
  background: #2a2f39;
  background-image: linear-gradient(to right top, #2a2f39, #2f343f, #333946, #383f4c, #3d4453);
  padding:8px 20px 8px 20px;
  border-radius: 8px;
  color:white;
  margin-bottom: 40px;
  margin-top:20px;
  text-transform: uppercase;
  position: sticky;
  top:105px;
  z-index: 1;


}
.song-actions a {
  color:white;
  cursor: pointer;
  display: inline-block;
  padding:3px;
  margin-left: 5px;
  margin-right: 5px;
}
.song-actions button {
  color:white;
  margin-right:30px;
}
.song-actions label {
  margin:0;
}
.song-actions .print {
  margin-right: 25px;
}
.song-actions .print i {
  margin-right: 4px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0px 10px 0px;
  margin-bottom: 0rem;
  list-style: none;
  background-color: transparent;
  border-radius: .25rem;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.8rem;

}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: var(--primary-color) !important;
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
}
.btn-primary:focus {outline:0;}
.song-switches {
  margin-top:0px;
  margin-bottom:30px;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.plyr {
  max-width: 100%;
  min-width: 100%;
}

.player {
  position: initial;
  z-index: 102;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.5s ease;
  margin-bottom: 30px;
  border-radius: 8px;
  position:sticky;
  top:110px;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: var(--box-background);
  border: #d8d8d8 solid 1px;
}

.custom-switch .custom-control-label::after {
  background-color: #dedede;
}
.song-facts {margin-top:15px;}
.song-facts .wrap  {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.song-facts .wrap span {
  color:#737373;
  margin-right: 10px;
}
.song-facts .wrap h3 {
  font-size: 16px;

}



.plyr__volume {
  margin-right: auto;
}
.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 160px;
  min-width: 110px;
  position: relative;
  width: 20%;
}

.under-song--actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top:1px solid #efefef;
  margin-top:30px;
  padding-top:15px;
}

.under-song--actions a {
  display: inline-block;
  color:#333;
  font-size: 1rem;

}
.under-song--actions a i {
  color:var(--primary-color);
  margin-right: 4px;
}



.slick-slide {
  margin: 0px 15px;
}

.slick-slide img {

}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
}

.release__list .single-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  height: 58px !important;
}

a {
  color:var(--primary-color);
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 13px 13px;
  grid-template-areas:
    ". . ."
    ". . ."
    ". . .";
}
.grid-container.song-list a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content:"\f7a6";
  margin-right:10px;
  color:#737373;
}
.grid-container.artist-list a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content:"\f8eb";
  margin-right:10px;
  color:#737373;
}
@media (max-width: 968px) {
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 13px 13px;
    grid-template-areas:
      ". . "
      ". . "
      ". . ";
  }

  .breadcrumb {
    margin-top:10px;
  }
  .header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 70px;
    z-index: 101;
    /*
    background: rgb(22,21,26);
    background: linear-gradient(-180deg, rgba(22,21,26,1) 0%, rgba(49,49,49,1) 100%);*/
  }
}
.sub-header .abc-mobile-wrap .left-arrow,
.sub-header .abc-mobile-wrap .right-arrow{display: none;}
@media (max-width: 1204px) {
  .logo-main img {
    width: 18px !important;
  }

  .sidebar {
    background: #2a2f39;
    background-image: linear-gradient(to right top, #2a2f39, #2f343f, #333946, #383f4c, #3d4453);
  }

  body, .main { margin-top:60px}
}
@media (min-width: 1204px) {
  .display-none-ipad {
    display: block !important;
  }
  .sub-header .abc-mobile-wrap .abc {
    margin-left:0 !important;
    margin-right:0 !important;
  }
  #abc-button-left,
  #abc-button-right {
    display: none !important;
  }
}
@media (max-width: 1204px) {
  .display-none-ipad {
    display: none !important;
  }
  #abc-button-left,
  #abc-button-right {
    display: block;
  }
  .sub-header{
    position: relative !important;
    margin-top: -70px;
    height: 44px;
    display: block !important;
    padding-left:0px !important;
    padding-right: 0 !important;
  }
  .sub-header .abc-mobile-wrap .abc {
    /*width: 920px;*/
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    margin-left:0;
    margin-right: 0;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .sub-header .abc-mobile-wrap .abc::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .sub-header .abc-mobile-wrap .abc {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .sub-header .abc-mobile-wrap {
    display: flex;
  }
  .sub-header .abc-mobile-wrap .left-arrow,
  .sub-header .abc-mobile-wrap .right-arrow{display: block; position: absolute; color:white; top:15px;}
  .sub-header .abc-mobile-wrap .left-arrow {left:15px;}
  .sub-header .abc-mobile-wrap .right-arrow {right:15px;}
  .abc-mobile-wrap {
    height: auto;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-direction: column;
    margin-top: 0px;
    height: 44px;
    margin-right: 30px;
    margin-left:30px;
  }
  .sub-header {
    background: rgba(20,25,31,0.95) !important;
  }
}

.header__btn i { color:white; font-size: 1.3rem; z-index: 1100}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--box-background);
  background-clip: padding-box;
  border: 1px solid var(--box-background);
  border-radius: .8rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 2rem 1rem;
  border-bottom: 1px solid var(--box-background);
  border-top-left-radius: calc(.8rem - 1px);
  border-top-right-radius: calc(.8rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  top:20px;
  right:20px;
}

.modal-dialog {
  width: 95%;
  max-width: 650px;
  margin: 1.75rem auto;
}


@media (max-width: 968px) {
  .youtube {

    top:0px;
    position:relative !important;
  }
  .song-switches
  {


    position:initial !important;
    top:0px;
  }
  .player__btn {display: none !important}
}
@media (max-width: 1168px) {
  .youtube {

    top:0px !important;
    position:relative !important;
  }
  .song-switches
  {


    position:initial !important;
    top:0px;
  }
  .player__btn {display: none !important}
  .make-box  {padding-top:5px;}
}
@media (max-width: 1168px)  {

}
@media (max-width: 1200px) {
  .top-links-show-hide {
    display: none !important
  }
  .logo-main {margin-left:40px;}

}
@media (min-width: 1200px) {
  .top-links-show-hide {
    display: block !important
  }

}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #3aaa73 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer__social a  {font-size:1.5rem}
#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:34px;
  height:34px;
  background-color:#fff;
  display:none;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  text-align: center;
  line-height: 2.2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  justify-content: center;
  align-items: center;
}
#scroll i {
  color:var(--primary-color);
  font-size:1.2rem;
}

#scroll:hover {

  opacity:1;
  filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}
#scroll:hover i {
  color:#111;
  opacity:1;
  filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}
.logo-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0px !important;
  padding-right: 0px;

}
.logo-main img {
  margin-right: 5px;

}

.logo-main span {
  font-weight: 600;
  font-size: 1.1rem;
  margin-left:14px;
  font-family: 'Exo 2', sans-serif;


}
.header_user_name {
  color:#fddb00 !important;
}
#chords-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom:40px;
}
#chords-container svg {


}
#chords-container .chord {
  transform: scale(0.6);
  max-width: 100px;
  max-height: 120px;
}
.chordname {
  margin-left:30px;
  text-align: center;
}
.song-switches {
  padding:15px 10px 20px 10px;
  background: var(--body-background);
  margin-top:0px;
}
#song-content {
  margin-left: 30px;
}
.artist-list a, .song-list a {
  margin-left:15px;
}
.main__carousel .owl-dots {
  display: none !important;
}
.main__nav.main__nav--prev {
  position: absolute;
  left: -40px;
  top:50%;
}
.main__nav.main__nav--next {
  position: absolute;
  right: -40px;
  top:50%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7b7b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7b7b7b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7b7b7b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7b7b7b;
}
#all-songs-list .main__title {
  justify-content: flex-start;
  margin-bottom:15px;
}
#all-songs-list .main__title h2 {
  width: 46px;
  height: 46px;
  background:transparent;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50%;
  color: var(--main-title-color);
}
.sim-songs h3, .sim-songs span a  {
  font-size:13px;
}
.missing-page-text-wrap {
  padding: 150px 20px 80px 250px;
  color: var(--main-title-color)
}
.missing-page-text-wrap h1 {
  font-size:3rem;
  font-weight: 600;
}
.missing-page-img-wrap {
  padding: 70px;
}
@media (min-width: 968px) {
  .missing-page-text-wrap {
    padding: 150px 0px 80px 250px;
  }
  .missing-page-img-wrap {
    padding: 70px;
    padding: 70px;
  }

}
@media (max-width: 968px) {
  .missing-page-text-wrap {
    padding: 50px 30px 80px 30px;
  }
  .missing-page-img-wrap {
    padding: 20px;
  }
  .slick-prev {
    left: -15px;
  }
  .slick-next {
    right: -15px;
  }
  .header__search.side-bar {
    position: initial;
    margin-top:20px;
    background:white;
    border:none;
    width: 100% !important;
  }
  .header__search {
    background:white;
    border:none;
  }
}
@media (max-width: 1168px){
  .header__search {
    background:white;
    border:none;
  }
  .header__action {
    margin-right: 0px;
    margin-left:0px;


  }
  .header__action-btn svg {
    fill:#c0c0c0;
  }
}
.slick-prev:before, .slick-next:before {

  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400;
}
.slick-prev:before {
  content:"\f053" !important;
}
.slick-next:before {
  content:"\f054" !important;
}
.slick-dots li button {
  display: none !important;
}
.main__nav .main__nav--prev, .main__nav .main__nav--next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  color:#3aaa73;
}
button.main__nav  i {
  color:#3aaa73;
  opacity: 0.75;
  font-size:20px;
  font-weight: 400;
}
button.main__nav:hover  i {
  opacity: 1;
}
.main__title.main__title--page {
  justify-content: flex-start !important;
}
html,body {
  scroll-padding-top: 4rem;
}
.anchor {
  padding-top: 140px;
  margin-top: -140px;
}
.static-content {
  max-width: 980px;
  margin:0px auto;
  color: var(--main-title-color)
}
.static-content .main__title--page {
  margin-top:40px;
  margin-bottom:40px;
}
.do-two-rows a {
  width: 50%;
}
.do-two-rows  {
  flex-direction: row;
  flex-wrap: wrap;

}
.s-a-wrap {
  margin-right: 20px; display: inline-block;
}
.instrument-choice {

}
@media (min-width: 768px){
  .song-actions.bottom {
    display: none !important;
  }

}

@media (max-width: 768px){

  #scroll {
    display: none !important;
  }
  .song-actions {font-size: 0.8rem !important;}
  .s-a-wrap {
    margin-right: 0px !important; display: inline-block;
  }
  .slick-arrow {display: none !important;}
  .song-actions.bottom {
    display: none;
    position: sticky;
    bottom:0px;
    margin-right: 15px;
    margin-left:15px;
    justify-items:center;
    text-align: center;



  }
}

@media (max-width: 968px){
  .youtube { margin-top:15px;  }

}
@media (max-width: 991px){
  .main__title {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .song-facts {
    margin-top:4px;
  }
  .article__content h2 {
    font-size:18px !important;
    font-weight: 600 !important;
  }
  .song-actions {
    top:80px;
    padding-left:5px;
    padding-right:5px;
  }
  .song-switches .mt-4 {
    display: none;
  }

  .zabrenkaj-side-order-rule {
    order:1 !important;
  }
  .zabrenkaj-main-order-rule {
    order:2 !important;
  }
  .release__cover {display: none;}
  .song-switches .switch-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0;
  }
  .song-switches {
    padding: 20px 0 0 0;
    margin-bottom: 0;
    margin-top:25px;
  }
  .mobile-wrap-adjustments {
    display: flex;
    flex-direction: column;
  }
  .mobile-wrap-adjustments .song-switches {
    order:1;
  }
  .mobile-wrap-adjustments .youtube {
    order:2;
  }
}
@media (min-width: 754px) and (max-width: 1224px) {
  .mobile-wrap-adjustments{
    top:150px;
  }
  .song-switches {
    top:300px;
  }
}

/*
@media (min-width: 1204px) and (max-width: 1282px) {
  .single-item__time    {display:none !important;
  }
}*/
#print_logo  {
  display: none;
}
#print_header  {
  display: none;
}
#print_logo a img  {
  margin-bottom:0px !important;
}
.btn-primary {

  background: var(--primary-color);
  background: -webkit-linear-gradient(54.7deg, var(--primary-color), #71cf9f);
  background: linear-gradient(54.7deg, var(--primary-color), #71cf9f);
  box-shadow: rgba(37, 165, 106, 0.27) 0px 4px 12px;
  border:none;
  margin-bottom:20px;
  padding: .475rem .95rem;

}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus   {

  background: #71cf9f;
  background: -webkit-linear-gradient(54.7deg, var(--primary-color), var(--primary-color));
  background: linear-gradient(54.7deg, var(--primary-color), var(--primary-color));
  box-shadow: rgba(37, 165, 106, 0.27) 0px 4px 12px;
  border:none;
  color:white !important;


}
*:focus {
  outline: none;
}
.recommend-song-box {
  background: var(--box-background);
  border-radius: 10px;
  padding:20px;
  margin-top:60px;
  color: var(--main-title-color)
}
.recommend-song-box h4 {
  font-size:1.3rem;
}
.recommend-song-box p {
  font-size: 13px;
  margin-top:15px;
}
.recommend-song-box a {
  margin-bottom:0px;
  width: 100%;
}
.random-ico i {
  font-size:2.5rem;
  color:var(--primary-color);
  margin-bottom:10px;
}
.image-cover img {
  max-width: 100%;
  height: auto;
}
.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-item-wrap {
  margin-top:30px;
}
.add-song.nav-video {

  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border:1px solid transparent;
  border-radius: 5px;
}
.add-song.nav-video:hover {
  border:1px solid var(--primary-color);
}
.live__title a {
  font-size: 1.1rem;
}
.live__status {
  right: 20px;
  left: inherit;
}
.vid-desc {
  line-height: 2rem;
}
.sidebar__nav-link.sidebar__nav-link--active i {
  color: var(--primary-color);
}

.xmas-subhead {
  background-image: url("../img/sneg.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  position: absolute;
}
.active-speed {
  color:var(--primary-color) !important;
}
.instrument-choice {
  overflow: hidden;
  border:1px solid #e3e3e3;
  border-radius: 6px;

}
.instrument-choice a:first-child {
  border-right:1px solid #e3e3e3;
}
.instrument-choice a {
  padding:5px 15px 5px 15px;
  display: inline-block;
  color:#737373;
}
.instrument-choice a i {
  margin-right: 8px;
}
.instrument-choice a:hover {
  color:var(--primary-color);
}
.instrument-choice a.active {
  color:#111;
}


@media (max-width: 768px){
  .recommend-song-box {

    margin-top:50px !important;
    margin-bottom: 0px !important;
  }
  .footer__logo {
    margin-top:0px !important;
  }
  .s-a-wrap.one {
    display: none !important;
  }
}
.player__btn {
  display:none !important;
}
@media (max-width: 991px){
  .add-hide-rule {display:none !important;}
  .add-show-rule-mobile-ipad {display:block !important;}
  #homepage-mobile-banner .side-banner  {
    margin-top:10px !important;
    margin-bottom:10px !important;
  }
}
@media (min-width: 991px){
  .add-show-rule-mobile-ipad {display:none !important;}
}
@media (min-width: 754px) and (max-width: 969px) {
  .song-actions {
    top: 80px;
  }
}
@media (max-width: 968px){
  .mobile-wrap-adjustments {
    top: 110px;
    position: sticky;
  }
}
.mobile-all {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}
.chords .carousel-indicators li {
  background-color:var(--primary-color);
  width:20px;
}
.chords .carousel-indicators  {
  margin-bottom:-20px;
}
.chords .carousel-inner .carousel-item svg  {
  margin-left:-7px;
}
.sidebar-fixed {
  position: absolute;
  padding-right: 20px;
}
.sidebar-chords {
  padding: 20px 20px 20px 20px;
}
.sidebar-chords label {
  font-size:13px;
}
select {

  /* styling */
  width: 100%;
  background-color: white;
  border: thin solid #ddd;
  border-radius: 4px;
  display: block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimal {
  background-image:
          linear-gradient(45deg, transparent 50%, gray 50%),
          linear-gradient(135deg, gray 50%, transparent 50%),
          linear-gradient(to right, #ccc, #ccc);
  background-position:
          calc(100% - 20px) calc(1em + 2px),
          calc(100% - 15px) calc(1em + 2px),
          calc(100% - 2.5em) 0.5em;
  background-size:
          5px 5px,
          5px 5px,
          1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
          linear-gradient(45deg, green 50%, transparent 50%),
          linear-gradient(135deg, transparent 50%, green 50%),
          linear-gradient(to right, #ccc, #ccc);
  background-position:
          calc(100% - 15px) 1em,
          calc(100% - 20px) 1em,
          calc(100% - 2.5em) 0.5em;
  background-size:
          5px 5px,
          5px 5px,
          1px 1.5em;
  background-repeat: no-repeat;
  border-color: var(--primary-color);
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.my-sidebar {
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  background-color: greenyellow;
}

.sidebar-container {
  position: fixed;
  width: 220px;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #1a1a1a;
  color: #fff;
}

.content-container {
  padding-right: 220px;
}
.missing-page-wrap {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  margin-top:150px;
}
.missing-page-img-wrap img {
  width: 100%; max-width: 350px;
}
.add-to-homescreen-ios {
  position: fixed;
  bottom:20px;
  left:15px;
  right:15px;
  background:white;
  border-radius: 6px;
  padding: 8px 40px 8px 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border:1px solid #dedede;
  z-index:100;
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
}
.add-to-homescreen-ios:after, .add-to-homescreen-ios:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index:100;
}

.add-to-homescreen-ios:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -10px;
  z-index:100;
}
.add-to-homescreen-ios:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: var(--primary-color);
  border-width: 12px;
  margin-left: -14px;
  z-index:100;
}
.add-to-homescreen-ios .close, .add-to-homescreen-android .close {
  position: absolute;
  right:7px;
  top:7px;
  cursor: pointer;
}
.add-to-homescreen-ios i,  .add-to-homescreen-android i {
  margin-left:3px;
  margin-right: 3px;
}

.add-to-homescreen-ios,  .add-to-homescreen-android {
  display: none;
}

.add-to-homescreen-android {
  position: fixed;
  top:20px;
  left:15px;
  right:15px;
  background:white;
  border-radius: 6px;
  padding: 8px 40px 8px 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border:1px solid #dedede;
  z-index:1000;
  font-size: 0.7rem;
  font-family: 'Montserrat', sans-serif;
}
.add-to-homescreen-android:after, .add-to-homescreen-android:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index:1000;
}

.add-to-homescreen-android:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -10px;
  z-index:1000;
}
.add-to-homescreen-android:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: var(--primary-color);
  border-width: 12px;
  margin-left: -14px;
  z-index:1000;
}
@media (max-width: 768px){
  .missing-page-wrap {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
    margin-top:80px;
  }
  .missing-page-wrap .left {
    order:2;
  }
  .missing-page-wrap .right {
    text-align: center;
    order:1;
  }
  .missing-page-img-wrap {
    text-align: center;
  }
  .missing-page-img-wrap img {
    max-width: 60%;
  }
  .missing-page-text-wrap {
    text-align: center;
  }
}
@media (max-width: 968px){
  .add-to-homescreen-ios,  .add-to-homescreen-android {
    display: block;
  }
}
.login-register-wrap {
  max-width: 450px;
  margin:0 auto;
  margin-top:160px;
}
.login-register-wrap .lgo {
  width: 100%;
  text-align: center;
  margin-bottom:30px;
}
.login-register-wrap p.intro {
  text-align: center;
  font-weight: bold;
  margin-bottom:25px;
  font-size: 1.2rem;
}
.login-register-wrap p.warning {
  font-size:0.9rem;
  color: var(--main-title-color)
}
.login-register-wrap .divide {
  border-top:1px solid var(--divide-box);
  position: relative;
  margin-top:25px;
  margin-bottom:35px;
}
.login-register-wrap .divide span{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--divide-box);
  padding-left:15px;
  padding-right: 15px;
  top:-13px;
  text-transform: uppercase;
  font-size: 0.9;
  font-weight: bold;
  color:var(--main-title-color)
}
.login-register-wrap .divide {
  border-top:1px solid var(--divide-box);
}
.login-register-wrap .bottom-actions {
  text-align: center;
}
.login-register-wrap .bottom-actions .btn {
  width: 100%;
  margin-top: 20px;
  padding: 9px 20px 9px 20px;
  border-radius: 8px;
  font-size: 1rem
}
.login-buttons {
  display: flex;
  flex-direction: column;
}
.soc-button {
  padding: 9px 20px 9px 20px;
  text-align: center;
  border-radius: 8px;
  color:white;
  width:100%;
  margin-bottom:20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  border: 1px solid transparent;
}
.soc-button i {
  font-size: 1.3rem;
}
.soc-button.facebook {
  background: var(--box-background);
}
.soc-button.facebook:hover {
  background: rgba(66, 103, 178, 0.9);
  color:white;
}
.soc-button.google {
  background: var(--box-background);
  color: var(--main-title-color);
  border-color:#ced4da;
}
.soc-button.google:hover {
  background:rgba(255,255, 255, 0.5);
}
.btn-outline-secondary {
  padding: 9px 20px 9px 20px;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  color: #959595;
  border-color: #c2c2c2;
  text-transform: uppercase;
  font-size: 1rem;
}
.login-register-wrap .form-group label {
  font-size:0.9rem;
  color: var(--main-title-color)
}
.forgot-pass-link {
  font-size:0.9rem;
}
.login-link i {
  color:white;
}
.login-link:hover i {
  color:var(--primary-color);
}


/*----------------------------------------
[Master Stylesheet]

[Table of contents]

1. Fonts
2. Common styles
3. Header
4. Sidebar
5. Player
6. Main
7. Breadcrumb
8. Profile
9. Hero
10. Album
11. Releases
12. Store-item
13. Artist
14. Event
15. Single
16. Post
17. Live
18. Product
19. Partners
20. Stats
21. Dashbox
22. Feature
23. Step
24. Plan
25. Contacts
26. Cart
27. Article
28. Share
29. Comments
30. Footer
31. Sign
32. Page 404
33. Modal
34. Slider radio
35. Select2
36. Scrollbar-track
----------------------------------------*/
/*==============================
	Fonts
==============================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Inter:wght@400;500&display=swap");
/*==============================
	Common styles
==============================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
  cursor: pointer;
}
button:focus {
  outline: none;
}
a {
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color, box-shadow;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #fff;
  color: #222227;
  text-shadow: none;
}
::selection {
  background: #fff;
  color: #222227;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}
::-moz-placeholder {
  color: #111;
  opacity: 1;
}
:-moz-placeholder {
  color: #111;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #111;
  opacity: 1;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
body::-webkit-scrollbar {
  width: 16px;
}
body::-webkit-scrollbar-track {
  background: #222227;
}
body::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  outline: 1px solid #222227;
}
.tab-content {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  transition: opacity 0.4s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
:focus-visible {
  outline: 0px dotted;
}
.row--grid {
  margin-right: -10px;
  margin-left: -10px;
}
.row--grid .col-6,
.row--grid .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .row--grid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row--grid .col-6,
  .row--grid .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row--sidebar {
  margin-right: -10px;
  margin-left: -10px;
}
.row--sidebar .col-6,
.row--sidebar .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.owl-carousel .owl-item {
  -webkit-transform: none;
}
/*==============================
	Header
==============================*/
.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 70px;
  background-color: #fbfcff;
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(20,25,31,0.95);

  z-index: 101;
  /*
  background: rgb(22,21,26);
  background: linear-gradient(-180deg, rgba(22,21,26,1) 0%, rgba(49,49,49,1) 100%);*/
}
.header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0 15px;
}
.header__logo {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.header__logo img {
  width: 100px;
  height: auto;
  display: block;
}
.header__actions {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: 40px;
}
.header__action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: auto;
  position: relative;
  margin-left: 15px;
}
.header__action:first-child {
  margin-left: 0;
}
.header__action--cart span,
.header__action--note span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 16px;
  min-width: 16px;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
  background-color: var(--primary-color);
  position: absolute;
  top: 1px;
  left: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  pointer-events: none;
}
.header__action--cart span:empty,
.header__action--note span:empty {
  display: none;
}
.header__action--note a svg,
.header__action--note button svg {
  width: 22px;
}
.header__action--note span {
  background-color: #2f80ed;
}
.header__action--cart .header__drop {
  display: none;
}
.header__action:hover .header__drop {
  pointer-events: auto;
  opacity: 1;
  z-index: 99;
  margin-top: 0;
}
.header__action-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
}
.header__action-btn span {
  display: none;
}
.header__action-btn i {
  width: 24px;
  height: auto;
  color: #fff;
  transition: fill 0.5s ease;
  font-size: 1.4rem
}
.header__action-btn:hover i {
  color: #111;
}
.header__btn {
  position: absolute;
  width: 24px;
  height: 22px;
  display: block;
  right: 15px;
  top: 26px;
}
.header__btn span {
  position: absolute;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #c0c0c0;
  border-radius: 2px;
  transition: 0.5s ease;
}
.header__btn span:first-child {
  top: 0;
}
.header__btn span:nth-child(2) {
  top: 10px;
  width: 16px;
}
.header__btn span:last-child {
  top: 20px;
  width: 8px;
}
.header__btn:hover span {
  background-color: var(--primary-color);
}
.header__btn--active span {
  background-color: var(--primary-color);
}
.header__btn--active span:first-child {
  transform: rotate(-45deg);
  top: 9px;
}
.header__btn--active span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.header__btn--active span:last-child {
  width: 24px;
  transform: rotate(45deg);
  top: 9px;
}
.header__search {
  position: absolute;
  left: 0;
  top: -71px;
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #16151a;
  z-index: 1;
  padding: 0 15px;
  border-bottom: 1px solid #222227;
  transition: top 0.5s ease;
}
.header__search input {
  width: calc(100% - 30px);
  height: 40px;
  background-color: #2a2f39;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  border: none;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}
.header__search input:focus {
  border-color: #fff;
}
.header__search button {
  position: absolute;
  right: 60px;
  top: 15px;
  height: 40px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header__search button svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
  transition: 0.5s ease;
}
.header__search button:hover svg {
  fill: var(--primary-color);
}
.header__search button.close {
  right: 15px;
}
.header__search--active {
  top: 0;
}

.header__drop {
  position: absolute;
  top: 100%;
  right: -15px;
  background: var(--box-background);
  padding: 0px;
  padding-bottom:10px;
  border-radius: 12px;
  width: 160px;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  transition: 0.4s ease;
  margin-top: -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.header__drop:after, .header__drop:before {
  bottom: 100%;
  right: 14%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.header__drop:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: var(--box-background);
  border-width: 4px;
  margin-left: -10px;
}
.header__drop:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: var(--box-background);
  border-width: 9px;
  margin-left: -13px;
}
.login-register-wrap p.intro {
  color: var(--main-title-color);
}
.header__drop h5 {color: var(--main-title-color); padding-left:25px; padding-bottom:15px; padding-top:25px;font-weight: 500; margin-bottom: 10px; }
.header__drop a.link {color: var(--text-grey); font-size: 14px; display: inline-flex; align-items: center; padding:10px 25px 10px 25px; }
.header__drop a.link:last-child {border-top: 1px solid var(--main-border-color); padding-top:20px; margin-top:10px;}
.header__drop a.link:hover {color:var(--primary-color); background: var(--box-hover-background);
  -moz-transition: padding-left .3s ease-in;
  -o-transition: padding-left  .3s ease-in;
  -webkit-transition: padding-left  .3s ease-in;
  transition: padding-left  .3s ease-in;
}
.header__drop a.link:last-child:hover {
  background: transparent;
}
.header__drop a.link i {margin-right: 10px; font-size: 1rem; height: 19px;}
.header__note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header__note:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header__note svg {
  width: 16px;
  height: auto;
  margin-right: 5px;
  fill: #c0c0c0;
}
.header__note p {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: calc(100% - 25px);
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}
.header__note p a {
  color: #fff;
  text-decoration: underline;
}
.header__note p a:hover {
  color: #fff;
  text-decoration: none;
}
.header__note span {
  padding: 0;
  font-size: 12px;
  color: #c0c0c0;
  position: relative;
  background-color: transparent;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.header__note--succ svg {
  fill: var(--primary-color);
}
.header__note--fail svg {
  fill: #eb5757;
}
.header__note--info svg {
  fill: #c0c0c0;
}
.header__note--gift svg {
  fill: #8051d4;
}
.header__product {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;
  padding-left: 56px;
}
.header__product button {
  position: absolute;
  width: 14px;
  bottom: 5px;
  right: 0;
}
.header__product button svg {
  width: 14px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.4s ease;
}
.header__product button:hover svg {
  fill: var(--primary-color);
}
.header__product img {
  width: 46px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.header__product p {
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: 100%;
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}
.header__product p a {
  color: #fff;
}
.header__product p a:hover {
  color: var(--primary-color);
}
.header__product span {
  padding: 0;
  font-size: 14px;
  color: #c0c0c0;
  position: relative;
  background-color: transparent;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  margin-top: 5px;
  line-height: 100%;
}
.header__product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.header__all {
  display: none;
}
.header__nav a i {
  margin-right: 6px;
}
@media (min-width: 400px) {
  .header__action {
    margin-left: 20px;
  }
  .header__action:first-child {
    margin-left: 0;
  }
  .header__actions {
    margin-right: 44px;
  }
}
@media (min-width: 576px) {
  .header__action--signin {
    width: auto;
    padding-left: 22px;
  }

  .header__action--signin:hover a span,
  .header__action--signin:hover button span {
    color: #fff;
  }
  .header__action--signin:hover a svg,
  .header__action--signin:hover button svg {
    fill: var(--primary-color);
  }
  .header__action-btn span {
    display: block;
    white-space: nowrap;
    color: #111;
    font-size: 16px;
    margin-right: 10px;
    font-family: 'Poppins', sans-serif;
    transition: color 0.5s ease;
  }
  .header__content {
    padding: 0 30px;
  }
  .header__search {
    padding: 0 30px;
  }
  .header__search button {
    right: 75px;
  }
  .header__search button.close {
    right: 30px;
  }
  .header__btn {
    right: 30px;
  }
  .header__drop {
    width: 200px;
  }
}
@media (min-width: 968px) {
  .header__action {
    margin-left: 30px;
  }
  .header__action--signin {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
    width: 100%;
  }

  .header {
    position: fixed;
    padding-left: 0px;
  }
  .header--mobile {
    display: none;
  }
  .header__logo,
  .header__btn {
    display: none;
  }
  .header__actions {
    margin-right: 0;
  }
  .header__action--search {
    display: none;
  }
  .header__action--cart .header__drop {
    display: block;
  }
  .header__search {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    background-color: transparent;
  }
  .header__search input {
    padding: 0 60px 0 20px;
    width: 365px;
    padding: 0;
    border: 1px solid #353944;
    background-color: #353944;
    
    transition: border 300ms ease, background-color 300ms ease;
  }
  .header__search input:focus {
    border: 1px solid #ffffff;
    background-color: #3C414D;
  }
  .header__search button {
    position: absolute;
    top: 0px;
    right: 20px;
  }
  .header__search button.close {
    display: none;
  }
  .header__nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 40px;
  }
  .header__nav a {
    font-size: 14px;
    color: white;
    margin-right: 0px;
    font-family: 'Poppins', sans-serif;
  }
  .header__nav a:last-child {
    margin-right: 0;
  }
  .header__nav a:hover {
    color: var(--primary-color);
  }
  .header__all {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    color: #c0c0c0;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    height: 24px;
    border-radius: 8px 8px 0 0;
  }
  .header__all:hover {
    color: var(--primary-color);
  }
}
/*==============================
	Sidebar
==============================*/
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 101;
  width: 280px;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  z-index:1000;

}
.sidebar__logo {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  text-align:center;

  /*
  background: rgb(22,21,26);
  background: linear-gradient(-180deg, rgba(22,21,26,1) 0%, rgba(49,49,49,1) 100%);*/
}
.sidebar__logo img {
  width: 80px;
  height: auto;
  display: block;
}
.sidebar__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 30px 0 0;
  width: 100%;
  max-height: calc(100vh - 150px);

}
.sidebar__nav-link {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-left: 15px;
  transition: 0.4s ease;
  position: relative;
}
.sidebar__nav-link svg {
  fill: #c0c0c0;
  width: 22px;
  height: auto;
  transition: fill 0.5s;
  margin-right: 12px;
  margin-bottom: 2px;
}
.sidebar__nav-link i {
  margin-right: 12px;
  margin-bottom: 2px;
  color:#737373;
  font-size:1.2rem;
  width: 25px;
}
.sidebar__nav-link.sidebar__nav-link--active i {

  color:var(--primary-color);
}
.sidebar__nav-link svg:last-child {
  width: 16px;
  margin-right: 0;
  margin-top: 3px;
  margin-left: 2px;
  margin-bottom: 0;
}
.sidebar__nav-link:hover {
  color: var(--primary-color);
}
.sidebar__nav-link:hover svg {
  fill: var(--primary-color);
}
.sidebar__nav-link--active,
.sidebar__nav-link[aria-expanded="true"] {
  color: #fff;
}
.sidebar__nav-link--active svg,
.sidebar__nav-link[aria-expanded="true"] svg {
  fill: var(--primary-color);
}
.sidebar__nav-link--active:hover svg,
.sidebar__nav-link[aria-expanded="true"]:hover svg {
  fill: var(--primary-color);
}
.sidebar__nav-link[aria-expanded="true"] {
  margin-bottom: 15px;
}
.sidebar__nav-link--active {
  cursor: default;
}
.sidebar__nav-item {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.sidebar__nav-item:last-child {
  margin-bottom: 0;
}
.sidebar__menu {
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  background-color: #222227;
  transition: 0.4s ease;
  height: auto;
}
.sidebar__menu--scroll {
  height: 165px;
  overflow: hidden;
}
.sidebar__menu li {
  padding: 0 0 0 49px;
  margin-bottom: 15px;
  position: relative;
}
.sidebar__menu li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--primary-color);
  top: 50%;
  left: 25px;
  margin-top: -2px;
}
.sidebar__menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.sidebar__menu li:last-child:before {
  top: 11px;
}
.sidebar__menu li:first-child {
  margin-top: 0;
  padding-top: 20px;
}
.sidebar__menu li:first-child:before {
  top: 31px;
}
.sidebar__menu a {
  font-size: 14px;
  color: #c0c0c0;
  display: block;
  font-weight: 400;
}
.sidebar__menu a:hover {
  color: var(--primary-color);
}
.sidebar__menu a.active {
  color: var(--primary-color);
  cursor: default;
}
.sidebar--active {
  transform: translateX(0);
}
@media (min-width: 576px) {
  .sidebar__logo {

  }
  .sidebar__nav-link {
    margin-left: 30px;
  }
  .sidebar__menu li {
    padding: 0 0 0 64px;
  }
  .sidebar__menu li:before {
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    transform: translateX(0);
    display: none !important;
  }
  .sidebar__nav {
    max-height: calc(100vh - 332px);
  }
}
/*==============================
	Player
==============================*/
.player {
  position: fixed;
  z-index: 102;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}
.mobile-wrap-adjustments {
  position:sticky;
  top:110px;
  margin-top:20px;
}
.player__cover {
  width: 100%;
  max-width: 90px;
}
.player__cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin-bottom: 10px;
}
.player__track {
  font-size: 16px;
  line-height: 24px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #c0c0c0;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.player__track b {
  font-weight: 600;
  color: #fff;
}
.player__content {
  width: 100%;
}
.player__btn {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #16151a;
  border-radius: 12px 12px 0 0;
  height: 40px;
  width: 90px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 103;
  color: #fff;
  font-size: 14px;
  border: 1px solid #222227;
  border-bottom: none;
}
.player__btn svg {
  width: 18px;
  height: auto;
  fill: var(--primary-color);
  margin-right: 8px;
}
.player--active {
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .player {
    width: 278px;
    padding: 20px 30px;
    transform: translateY(0);
  }
  .player__btn {
    display: none;
  }
}
.plyr__control {
  padding: 0;
}
.plyr__control svg {
  width: 24px;
  height: 24px;
  transition: fill 0.4s ease;
}
.plyr__control:hover {
  background-color: transparent !important;
}
.plyr__control:hover svg {
  fill: var(--primary-color);
}
.plyr__controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.plyr__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.plyr__actions button {
  margin: 0 5px;
}
.plyr__tooltip {
  background-color: #222227;
  box-shadow: none;
  color: #fff;
  font-size: 14px !important;
}
.plyr__tooltip:before {
  border-top-color: #222227;
}
.plyr__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.plyr__time {
  margin-left: 10px;
  color: #c0c0c0;
  font-size: 14px;
  line-height: 100%;
}
.plyr__volume {
  margin-right: auto;
}
.plyr__progress {
  width: 100%;
}
.plyr--audio .plyr__controls {
  padding: 0;
  color: #fff;
  background-color: transparent;
}
.plyr--full-ui input[type="range"] {
  color: var(--primary-color);
}
/*==============================
	Main
==============================*/
.main {
  position: relative;
  margin-top: 56px;
  padding: 20px 0 60px;
  padding-top: 30px;
  flex: 1;
}
.main__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 60px;
}
.main__title h1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--main-title-color);
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 0;
  position: relative;
}
.main__title h1 b {
  font-weight: 500;
}
.main__title h1 a {
  color: #fff;
}
.main__title h1 a:hover {
  color: var(--primary-color);
}
.main__title h2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--main-title-color);
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
}
.main__title h2 i {

  height: auto;
  color: var(--primary-color);
  margin-right: 10px;
  border-radius: 50px;
  text-align: center;
  line-height: 46px;
  margin-right: 10px;
  height: 36px;
}
.main__title h2 b {
  font-weight: 500;
}
.main__title h2 a {
  color: #222;
}
.main__title h2 a:hover {
  color: var(--primary-color);
}
.main__title h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #111;
  margin-bottom: 0;
  line-height: 100%;
  position: relative;
}
.main__title p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #c0c0c0;
  margin-top: 20px;
  margin-bottom: 0;
}
.main__title p b {
  font-weight: 600;
}
.main__title p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.main__title p a:hover {
  text-decoration: none;
}
.main__title ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  margin-bottom: 0;
}
.main__title ol ol {
  padding-left: 15px;
  margin-top: 10px;
}
.main__title ol ol ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.main__title ol ol ol li {
  margin-top: 5px;
}
.main__title ol h4 {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.main__title ol li {
  font-size: 16px;
  line-height: 24px;
  color: #c0c0c0;
  position: relative;
}
.main__title ol li b {
  font-weight: 600;
  color: #c0c0c0;
}
.main__title ol li a {
  color: #eb5757;
}
.main__title ol li a:hover {
  color: #eb5757;
  text-decoration: underline;
}
.main__title ol li:last-child {
  margin-bottom: 0;
}
.main__title ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.main__title--page {
  margin-bottom: 0;
  margin-top: 50px;
}
.main__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #c0c0c0;
  font-weight: 400;
}
.main__link svg {
  width: 22px;
  height: auto;
  fill: #c0c0c0;
  margin-left: 5px;
  transition: fill 0.5s ease;
}
.main__link:hover {
  color: #fff;
}
.main__link:hover svg {
  fill: var(--primary-color);
}
.main__carousel-wrap {
  position: relative;
}
.main__carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.main__carousel .owl-dot {
  margin-right: 10px;
}
.main__carousel .owl-dot:last-child {
  margin-right: 0;
}
.main__carousel .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 2px;
  background-color: #c0c0c0;
  transition: 0.5s ease;
}
.main__carousel .owl-dot.active span {
  width: 20px;
  background-color: var(--primary-color);
}
.main__nav {
  display: none;
}
.main__list {
  margin-top: 0px;
  background: var(--box-background);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;


}
.main__list.cats {
  border:1px solid var(--main-border-color);
  padding:20px;
}
.main__list--dashbox {
  margin-top: 0;
}
.main__list--dashbox .single-item__title {
  max-width: 80px;
}
.main__list--dashbox .single-item__time {
  font-size: 12px;
}
.main__filter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #16151a;
  position: relative;
}
.main__filter:before {
  content: '';
  position: absolute;
  display: block;
  left: -15px;
  right: -15px;
  width: auto;
  top: 0;
  border-top: 1px solid #222227;
  border-bottom: 1px solid #222227;
  bottom: 0;
  background-color: #16151a;
}
.main__filter-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.main__filter-search {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.main__filter-search input {
  width: 100%;
  height: 40px;
  background-color: #222227;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  border: none;
  padding: 0 60px 0 20px;
  font-family: 'Poppins', sans-serif;
}
.main__filter-search input:focus {
  border-color: #222227;
}
.main__filter-search button {
  position: absolute;
  right: 20px;
  top: 0;
  height: 40px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main__filter-search button svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
  transition: 0.5s ease;
}
.main__filter-search button:hover svg {
  fill: var(--primary-color);
}
.main__load {
  width: 160px;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 30px auto 0;
}
.main__load:hover {
  color: var(--primary-color);
  background-color: #222227;
}
.main__tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.main__tabs li {
  margin-top: 15px;
  margin-right: 15px;
}
.main__tabs li:last-child {
  margin-right: 0;
}
.main__tabs a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  color: #c0c0c0;
  font-size: 17px;
}
.main__tabs a span {
  font-size: 15px;
  font-weight: 600;
  margin-right: 3px;
  margin-top: 3px;
  color: #c0c0c0;
  transition: color 0.5s ease;
}
.main__tabs a:hover {
  color: #fff;
}
.main__tabs a.active {
  color: #fff;
}
.main__tabs a.active span {
  color: var(--primary-color);
}
.main__table {
  width: 100%;
  min-width: 520px;
  border-spacing: 0;
}
.main__table thead {
  border-bottom: 1px solid #222227;
}
.main__table thead th {
  font-size: 14px;
  color: #c0c0c0;
  font-weight: 400;
  padding: 0 10px 20px 0;
  line-height: 100%;
  margin-bottom: 0;
  border: none;
}
.main__table thead th a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #c0c0c0;
}
.main__table thead th a svg {
  width: 20px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.main__table thead th a:hover {
  color: #fff;
}
.main__table thead th a:hover svg {
  fill: var(--primary-color);
}
.main__table thead th a.active {
  color: #fff;
}
.main__table thead th a.active svg {
  width: 16px;
  fill: var(--primary-color);
}
.main__table tbody tr {
  border-bottom: none;
  background-color: transparent;
  border-top: 1px solid #222227;
}
.main__table tbody td {
  padding: 0;
  background-color: transparent;
  border: 0px solid transparent;
}
.main__table tbody td:first-child .main__table-text {
  border-radius: 12px 0 0 12px;
}
.main__table tbody td:last-child .main__table-text,
.main__table tbody td:last-child .main__table-btns {
  border-radius: 0 12px 12px 0;
}
.main__table tbody td .main__table-text {
  background-color: transparent;
  padding: 9px 20px 9px 0;
}
.main__table-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #c0c0c0;
  font-weight: 400;
  line-height: 30px;
  padding: 20px;
  white-space: nowrap;
}
.main__table-text svg {
  width: 18px;
  height: auto;
  transition: fill 0.5s ease;
  fill: #c0c0c0;
  margin-right: 5px;
}
.main__table-text a {
  font-size: 16px;
  color: #fff;
}
.main__table-text a:hover {
  color: var(--primary-color);
}
.main__table-text--number a {
  font-size: 14px;
  line-height: 22px;
  border-bottom: 2px dashed var(--primary-color);
}
.main__table-text--price {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #c0c0c0;
  font-size: 16px;
}
.main__table-text--red {
  color: #eb5757;
}
.main__table-text--red svg {
  fill: #eb5757;
}
.main__table-text--green {
  color: var(--primary-color);
}
.main__table-text--green svg {
  fill: var(--primary-color);
}
.main__table-text--grey {
  color: #c0c0c0;
}
.main__table-img {
  width: 100px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px 20px 15px 0;
}
.main__table-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (min-width: 400px) {
  .main__list--dashbox .single-item__title {
    max-width: 110px;
  }
}
@media (min-width: 576px) {
  .main {
    padding: 20px 15px 50px;
    padding-top: 30px;
    margin-top: 56px;
  }
  .main__list--dashbox .single-item__title {
    max-width: 150px;
  }
  .main__list--dashbox .single-item__time {
    font-size: 14px;
  }
  .main__filter:before {
    left: -30px;
    right: -30px;
  }
}
@media (min-width: 768px) {
  .main {
    padding: 30px 15px 70px;
    padding-top: 30px;
    margin-top: 10px;
  }
  .main__title {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .main__title h1 {
    font-size: 36px;
  }
  .main__title h2 {
    font-size: 22px;
  }
  .main__title h2 svg {
    width: 30px;
  }
  .main__title p:last-child {
    margin-bottom: 10px;
  }
  .main__title--sidebar {
    margin-bottom: 10px;
  }
  .main__carousel .owl-dots {
    margin-top: 30px;
  }
  .main__list {
    margin-top: 10px;
  }
  .main__list.cats {
    margin-top: 0px;
  }
  .main__list--dashbox {
    margin-top: 0;
  }
  .main__filter {
    padding: 0;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    height: 70px;
  }
  .main__filter-wrap {
    padding: 0;
  }
  .main__load {
    margin: 40px auto 0;
  }
  .main__tabs li {
    margin-top: 20px;
    margin-right: 20px;
  }
  .main__tabs li:last-child {
    margin-right: 0;
  }
  .main__filter-search {
    margin-bottom: 0;
    width: 180px;
    margin-right: 30px;
  }
  .main__filter-search input {
    width: 180px;
  }
}
@media (min-width: 955px) {
  .main {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .main__filter-search {
    margin-bottom: 0;
    width: 250px;
  }
  .main__filter-search input {
    width: 250px;
  }
  .main__title--sidebar {
    margin-top: 30px;
  }
  .main__list--dashbox .single-item__title {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .main {
    padding: 0 15px 70px 15px;
    padding-top: 30px;
    margin-top: 116px;
  }
  .main__carousel .owl-dots {
    justify-content: flex-end;
    padding-right: 68px;
  }
  .main__nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    right: 0;
    bottom: -14px;
    z-index: 2;
  }
  .main__nav svg {
    width: 30px;
    height: auto;
    fill: #c0c0c0;
    transition: fill 0.5s ease;
  }
  .main__nav:hover svg {
    fill: var(--primary-color);
  }
  .main__nav--prev {
    right: 25px;
  }
  .main__nav--next {
    right: -5px;
  }
  .main__nav--hero {
    bottom: 15px;
  }
  .main__nav--hero svg {
    fill: #fff;
  }
  .main__nav--hero.main__nav--prev {
    right: 95px;
  }
  .main__nav--hero.main__nav--next {
    right: 65px;
  }
  .main__nav--hero:hover svg {
    fill: var(--primary-color);
  }
  .main__filter {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fff;
    border: none;
  }
  .main__filter-search {
    margin-bottom: 0;
    width: 220px;
  }
  .main__filter-search input {
    width: 220px;
  }
}
/*==============================
	Breadcrumb
==============================*/
.breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.breadcrumb__item {
  font-size: 14px;
  color: #737373;
  transition: 0.5s ease;
  position: relative;
  margin-right: 34px;
}
.breadcrumb__item:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 1px;
  bottom: 0;
  width: 34px;
  background: url("../img/breadcrumb.svg") no-repeat center/16px auto;
}
.breadcrumb__item:hover {
  color: #c0c0c0;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}
.breadcrumb__item:last-child:before {
  display: none;
}
.breadcrumb__item--active {
  cursor: default;
  margin-right: 0;
}
.breadcrumb__item--active:before {
  display: none;
}
.breadcrumb__item--active:hover {
  color: #c0c0c0;
}
.breadcrumb a {
  color: #737373;
}
.breadcrumb a:hover {
  color: var(--primary-color);
}
@media (min-width: 1200px) {
  .breadcrumb--hidden-desk {
    display: none;
  }
}
/*==============================
	Profile
==============================*/
.profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #16151a;
  padding: 20px 20px 0;
  border-radius: 12px;
  position: relative;
  margin-top: 20px;
  border: 1px solid #222227;
}
.profile__tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.profile__tabs li {
  margin-right: 20px;
}
.profile__tabs li:last-child {
  margin-right: 0;
}
.profile__tabs a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  color: #c0c0c0;
  position: relative;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.profile__tabs a:hover {
  color: #fff;
}
.profile__tabs a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-color: var(--primary-color);
  transition: 0.5s ease;
  transform: translateY(2px);
  opacity: 0;
  border-radius: 2px 2px 0 0;
}
.profile__tabs a.active {
  color: #fff;
  cursor: default;
}
.profile__tabs a.active:before {
  opacity: 1;
  transform: translateY(0);
}
.profile__logout {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
.profile__logout span {
  display: none;
  font-size: 16px;
  color: #c0c0c0;
  margin-right: 10px;
  transition: 0.5s ease;
  font-family: 'Poppins', sans-serif;
}
.profile__logout svg {
  fill: #c0c0c0;
  width: 24px;
  height: auto;
  transition: fill 0.5s ease;
}
.profile__logout:hover span {
  color: #fff;
}
.profile__logout:hover svg {
  fill: var(--primary-color);
}
.profile__user {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.profile__meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.profile__meta h3 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
  line-height: 100%;
}
.profile__meta span {
  color: #c0c0c0;
  font-size: 12px;
  line-height: 100%;
}
.profile__avatar {
  display: block;
  position: relative;
  width: 40px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 15px;
}
.profile__avatar img {
  width: 100%;
}
@media (min-width: 768px) {
  .profile {
    margin-top: 30px;
    padding: 0 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .profile__tabs {
    border-bottom: none;
    margin-bottom: 0;
    width: auto;
    margin-right: auto;
  }
  .profile__tabs li {
    margin-right: 30px;
  }
  .profile__tabs li:last-child {
    margin-right: 0;
  }
  .profile__tabs a {
    align-items: center;
    height: 70px;
    font-size: 16px;
  }
  .profile__user {
    margin-bottom: 0;
    margin-right: 60px;
  }
  .profile__logout {
    position: relative;
    top: auto;
    right: auto;
  }
  .profile__logout span {
    display: block;
  }
}
/*==============================
	Hero
==============================*/
.hero {
  display: block;
  width: 100%;
}
.hero .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.hero .owl-dot {
  margin-right: 10px;
}
.hero .owl-dot:last-child {
  margin-right: 0;
}
.hero .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 2px;
  background-color: #c0c0c0;
  transition: 0.5s ease;
}
.hero .owl-dot.active span {
  width: 20px;
  background-color: var(--primary-color);
}
.hero .owl-stage-outer {
  border-radius: 12px;
}
.hero__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  border-radius: 12px;
  overflow: hidden;
  padding: 40px 20px;
  position: relative;
}
.hero__slide:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.hero__title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
  line-height: 130%;
}
.hero__text {
  position: relative;
  z-index: 2;
  color: #c0c0c0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 15px;
}
.hero__btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.add-song {
  padding:2px 14px 2px 14px;
  color:#fff !important;
  background:transparent;
}
.add-song i {
  color:var(--primary-color) !important;
}
.add-song:hover {
  color:var(--primary-color) !important;
}
.hero__btn {
  width: auto;
  min-width: 120px;
  height: 50px;
  border-radius: 12px;
  background-color: #222227;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 20px;
  margin-top: 20px;
  margin-right: 20px;
}
.hero__btn svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.hero__btn:last-child {
  margin-right: 0;
}
.hero__btn:hover {
  color: var(--primary-color);
}
.hero__btn--video {
  text-transform: none;
  font-size: 16px;
}
.hero__btn--video svg {
  fill: var(--primary-color);
  width: 28px;
  height: auto;
  margin-right: 10px;
  transition: fill 0.5s ease;
}
.hero__btn--video:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.hero__btn--video:hover svg {
  fill: #fff;
}
.hero__btn--green {
  background-color: var(--primary-color);
  color: #fff;
}
.hero__btn--green:hover {
  background-color: #222227;
  color: var(--primary-color);
}
@media (min-width: 576px) {
  .hero__slide {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .hero .owl-dots {
    margin-top: 30px;
  }
  .hero__slide {
    padding: 40px 30px;
    padding-right: 10%;
    min-height: 460px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__btn {
    margin-top: 30px;
    margin-right: 30px;
    min-width: 160px;
    padding: 0 25px;
  }
  .hero__btn:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .hero__slide {
    padding-right: 25%;
  }
}
@media (min-width: 1200px) {
  .hero {
    margin-top: 30px;
  }
  .hero .owl-dots {
    justify-content: flex-end;
    margin-top: -34px;
    margin-bottom: 30px;
    padding-right: 124px;
    z-index: 2;
  }
  .hero .owl-dot span {
    background-color: rgba(255,255,255,0.6);
  }
  .hero .owl-dot.active span {
    background-color: #fff;
  }
  .hero__title {
    font-size: 44px;
  }
  .hero__text {
    font-size: 17px;
    line-height: 28px;
  }
  .hero__btn {
    margin-top: 40px;
  }
  .hero__slide {
    padding: 60px;
    padding-right: 33%;
  }
}
@media (min-width: 1900px) {
  .hero__slide {
    padding-right: 50%;
  }
}
/*==============================
	Album
==============================*/
.album {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
}
.album__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.album__cover img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 0.5s ease;
}
.album__cover a {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
  border-radius: 12px;
  background-color: #222227;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.5s ease;
  border: 1px solid rgba(255,255,255,0.05);
}
.album__cover a i {
  color: #fff;
  width: 24px;
  height: auto;
  margin: 1px 0 0 1px;
  transition: fill 0.5s ease;
  font-size: 1.5rem;
}
.album__cover a:hover i {
  color: var(--primary-color);
}
.album__cover:hover img {
  opacity: 0.6;
  transform: scale(1.08);
}
.album__cover:hover a {
  opacity: 1;
  transform: scale(1);
}
.album__cover:hover .album__stat {
  opacity: 1;
  transform: scale(1);
}
.album__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.album__title h3 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.album__title h3 a {
  color: var(--main-text-color);
}
.album__title h3 a:hover {
  color: var(--primary-color);
}
.album__title span {
  display: block;
  width: 100%;
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.album__title span a {
  color: #737373;
}
.album__title span a:hover {
  color: var(--primary-color);
}
.album__stat {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.5s ease;
}
.album__stat span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
}
.album__stat span:last-child {
  margin-right: 0;
}
.album__stat svg {
  width: 14px;
  height: auto;
  fill: #fff;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .album {
    margin-top: 30px;
  }
  .album--sidebar {
    margin-top: 20px;
  }
  .album__stat {
    font-size: 13px;
  }
  .album__stat span {
    margin-right: 20px;
  }
  .album__stat span:last-child {
    margin-right: 0;
  }
  .album__stat svg {
    width: 16px;
  }
}
/*==============================
	Releases
==============================*/
.release {
  margin-top: 20px;
  padding: 0px;
  border-radius: 12px;
  position: release;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;

}
.release__cover {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.release__cover img {
  width: 100%;
}
.release__list {
  position: relative;
  height: 330px;
  width: 100%;
  overflow: hidden;
  padding-right: 14px;
  margin-top: 20px;
}
.release__stat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #737373;
  font-size: 14px;
  transition: 0.5s ease;
  width: 100%;
  margin-top: 15px;
}
.release__stat span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}
.release__stat span:last-child {
  margin-right: 0;
}
.release__stat svg {
  width: 20px;
  height: auto;
  fill: var(--primary-color);
  margin-right: 5px;
}
.release__buy {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 25px;
  margin-top: 15px;
}
.release__buy svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.release__buy:hover {
  background-color: #222227;
  color: #fff;
}
@media (min-width: 968px) {
  .release {
    flex-direction: row;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {

  .release__list {
    margin-top: 0;
    width: calc(100% - 250px);
  }
  .release__content {
    width: 230px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .release__list {
    width: calc(100% - 310px);
    height: 388px;
  }
  .release__content {
    width: 230px;
  }
}

/*==============================
	Store-item
==============================*/
.store-item {
  margin-top: 20px;
  border: 1px solid #efefef;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  position: release;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.store-item__cover {
  display: block;
  position: release;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.store-item__cover img {
  width: 100%;
}
.store-item__description {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.store-item__buy {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 25px;
  margin-top: 15px;
}
.store-item__buy svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.store-item__buy:hover {
  background-color: #222227;
  color: #fff;
}
.store-item__content {
  width: 100%;
  display: block;
}
.store-item__carousel {
  position: relative;
  width: 100%;
}
.store-item__carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.store-item__carousel .owl-dot {
  margin-right: 10px;
}
.store-item__carousel .owl-dot:last-child {
  margin-right: 0;
}
.store-item__carousel .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 2px;
  background-color: #c0c0c0;
  transition: 0.5s ease;
}
.store-item__carousel .owl-dot.active span {
  width: 20px;
  background-color: var(--primary-color);
}
@media (min-width: 768px) {
  .store-item {
    flex-direction: row;
  }
  .store-item__description {
    margin-top: 0;
    width: calc(100% - 250px);
  }
  .store-item__content {
    width: 230px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .store-item__description {
    width: calc(100% - 310px);
  }
  .store-item__content {
    width: 290px;
  }
}
/*==============================
	Artist
==============================*/
.artist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.artist__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.artist__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(37,165,106,0.8) 0%, rgba(37,165,106,0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.artist__cover img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.artist__title {
  z-index: 3;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  transition: color 0.5s ease;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.artist:hover .artist__cover:before {
  opacity: 0.3;
}
.artist:hover .artist__title {
  color: var(--primary-color);
}
@media (min-width: 768px) {
  .artist {
    margin-top: 30px;
  }
}
/*==============================
	Event
==============================*/
.event {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  height: 300px;
}
.event:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.6;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.event__date {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.event__time {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #c0c0c0;
  font-weight: 400;
  margin-bottom: 20px;
}
.event__title {
  position: relative;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  margin-bottom: 5px;
  width: 100%;
}
.event__title a {
  color: #fff;
}
.event__title a:hover {
  color: var(--primary-color);
}
.event__address {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
}
.event__ticket {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 130px;
  height: 40px;
  border-radius: 12px;
  background-color: #222227;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,0.05);
}
.event__ticket svg {
  width: 18px;
  height: auto;
  margin-right: 7px;
  fill: var(--primary-color);
  transition: fill 0.5s ease;
}
.event__ticket:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.event__ticket:hover svg {
  fill: #fff;
}
.event__out {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 120px;
  height: 40px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 15px;
}
.event:hover:before {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .event {
    margin-top: 30px;
    height: 320px;
  }
  .event__title {
    font-size: 26px;
  }
}
/*==============================
	Single
==============================*/
.single-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top:8px;
  padding-bottom:8px;
  border-bottom: 1px solid transparent;
  height: 38px;
}
.single-item .single-item__time a {
  color: var(--text-grey-two);
}
.single-item:hover {
  background: var(--box-hover-background);
}
.single-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;

}
.single-item__number {
  color: #c0c0c0;
  font-size: 22px;
  min-width: 20px;
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.single-item__rate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #c0c0c0;
  width: 24px;
  margin-right: 10px;
}
.single-item__rate svg {
  fill: var(--primary-color);
  width: 20px;
  height: auto;
}
.single-item__rate--red svg {
  fill: #eb5757;
}
.single-item__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s ease;
}
.single-item__cover img {
  width: 48px;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease;
  position: relative;
}
.single-item__cover svg {
  position: absolute;
  opacity: 0;
  fill: #fff;
  width: 24px;
  height: auto;
  margin: 1px 0 0 1px;
  transition: 0.5s ease;
}
.single-item__cover svg:last-child {
  opacity: 0;
}
.single-item__cover:hover svg {
  fill: var(--primary-color);
}
.single-item__cover.active {
  background-color: #000;
}
.single-item__cover.active img {
  opacity: 0.35;
}
.single-item__cover.active svg {
  fill: var(--primary-color);
}
.single-item__cover.pause svg {
  opacity: 1;
}
.single-item__cover.pause svg:last-child {
  opacity: 0;
}
.single-item__cover.play svg {
  opacity: 0;
}
.single-item__cover.play svg:last-child {
  opacity: 1;
}
.single-item__title {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: auto;
}
.single-item__title h4 {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-width: 170px;
  overflow: hidden;
}
.single-item__title h4 a {
  color: #222;
}
.single-item__title h4 a:hover {
  color: var(--primary-color);
}
.single-item__title span {
  display: block;
  width: 100%;
  color: #c0c0c0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.single-item__title span a {
  color: #737373;
}
.single-item__title span a:hover {
  color: var(--primary-color);
}
.single-item__time {
  margin-right: 15px;
  font-size: 13px;
  color: #737373;
}
.single-item__time--live {
  background-color: #eb5757;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.single-item__add {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(37,165,106,0.15);
}
.single-item__add svg {
  width: 18px;
  height: auto;
  fill: var(--primary-color);
}
.single-item__add:hover {
  background-color: rgba(37,165,106,0.3);
}
.single-item__export {
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: rgba(128,81,212,0.15);
}
.single-item__export svg {
  width: 18px;
  height: auto;
  fill: #8051d4;
}
.single-item__export:hover {
  background-color: rgba(128,81,212,0.3);
}
.single-item:hover .single-item__cover {
  background-color: #222227;
}
.single-item:hover .single-item__cover img {
  opacity: 0.35;
}
.single-item:hover .single-item__cover svg {
  opacity: 1;
}
.single-item:hover .single-item__cover svg:last-child {
  opacity: 0;
}
.single-item:hover .single-item__cover.play svg {
  opacity: 0;
}
.single-item:hover .single-item__cover.play svg:last-child {
  opacity: 1;
}
/*==============================
	Post
==============================*/
.post {
  position: relative;
  margin-top: 20px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(100% - 20px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.post__img {
  display: block;
  width: 100%;
  position: relative;
  background-color: #000;
}
.post__img:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.1;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.post__img img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.post__img:hover:before {
  opacity: 0.3;
}
.post__video {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 12px;
  background-color: #222227;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  border: 1px solid rgba(255,255,255,0.05);
}
.post__video svg {
  fill: var(--primary-color);
  width: 24px;
  height: auto;
  margin-right: 7px;
  transition: fill 0.5s ease;
}
.post__video:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.post__video:hover svg {
  fill: #fff;
}
.post__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  height: 100%;
  position: relative;
}
.post__category {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 28px;
  min-width: 70px;
  width: auto;
  color: #fff;
  font-size: 13px;
  background-color: #2f80ed;
  border-radius: 8px;
  padding: 0 15px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 100%;
  left: 20px;
  z-index: 2;
}
.post__category:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.post__title {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.post__title a {
  color: #111;
  display: block;
}
.post__title a:hover {
  color: var(--primary-color);
}
.post__meta {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
}
.post__date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #737373;
}
.post__date svg {
  fill: #737373;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.post__comments {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #737373;
}
.post__comments svg {
  fill: #737373;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .post {
    margin-top: 30px;
    height: calc(100% - 30px);
  }
}
/*==============================
	Live
==============================*/
.live {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.live__cover {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.live__cover img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: 0.5s ease;
}
.live__cover svg {
  position: absolute;
  display: block;
  fill: #fff;
  width: 46px;
  height: auto;
  transition: 0.5s ease;
  z-index: 3;
  transform: scale(0.8);
  opacity: 0;
}
.live__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(45deg, rgba(37,165,106,0.8) 0%, rgba(37,165,106,0) 100%);
  opacity: 0.1;
  transition: opacity 0.5s ease;
}
.live__value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  height: 28px;
  width: auto;
  padding: 0 15px;
  border-radius: 8px;
  background-color: rgba(34,34,39,0.8);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.live__status {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  height: 24px;
  width: auto;
  padding: 0 12px;
  border-radius: 8px;
  background-color: #eb5757;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.live__title {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #111;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transition: color 0.5s ease;
}
.live__title a {
  color: var(--main-title-color);
}
.live:hover .live__cover:before {
  opacity: 0.3;
}
.live:hover .live__cover svg {
  opacity: 1;
  transform: scale(1);
}
.live:hover .live__title {
  color: var(--primary-color);
}
.live:hover .live__title a {
  color: var(--primary-color);
}
@media (min-width: 768px) {
  .live {
    margin-top: 30px;
  }
}
/*==============================
	Product
==============================*/
.product {
  position: relative;
  margin-top: 20px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.product__img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.product__img:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.product__img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.product__img:hover:before {
  opacity: 0.2;
}
.product__title {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #111;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin-top: 15px;
}
.product__title a {
  color: #111;
}
.product__title a:hover {
  color: var(--primary-color);
}
.product__price {
  font-size: 16px;
  color: #737373;
  margin-top: 5px;
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.product__new {
  font-size: 14px;
  color: #eb5757;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .product {
    margin-top: 30px;
  }
}
/*==============================
	Partners
==============================*/
.partners {
  margin-top: 60px;
}
.partners__img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
  transition: 0.5s;
}
.partners__img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .partners {
    margin-top: 70px;
  }
}
/*==============================
	Stats
==============================*/
.stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #16151a;
  width: 100%;
  border: 1px solid #222227;
}
.stats span {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.stats span a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  line-height: 100%;
  border-bottom: 2px dashed var(--primary-color);
}
.stats span a svg {
  width: 14px;
  height: auto;
  fill: var(--primary-color);
  position: relative;
  bottom: auto;
  right: auto;
  transition: 0.5s ease;
}
.stats span a:hover {
  color: var(--primary-color);
}
.stats span a:hover svg {
  fill: var(--primary-color);
}
.stats p {
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 0;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 100%;
}
.stats p b {
  font-size: 20px;
  font-weight: 500;
}
.stats p a {
  color: #c0c0c0;
}
.stats p a:hover {
  color: var(--primary-color);
}
.stats svg {
  position: absolute;
  bottom: 15px;
  right: 20px;
  fill: var(--primary-color);
  width: 30px;
  height: auto;
}
.stats__form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.stats__form input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 24px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 0 50px 0 0;
}
.stats__form button {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 24px;
  color: var(--primary-color);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.stats__form button svg {
  position: relative;
  width: 18px;
  height: auto;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  transition: fill 0.5s ease;
}
.stats__form button:hover {
  color: #fff;
}
.stats__form button:hover svg {
  fill: var(--primary-color);
}
.stats--green svg {
  fill: var(--primary-color);
}
.stats--purple svg {
  fill: #8051d4;
}
@media (min-width: 768px) {
  .stats {
    margin-top: 30px;
  }
}
/*==============================
	Dashbox
==============================*/
.dashbox {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--box-background);
  border: 1px solid var(--main-border-color);
}
.dashbox__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #222227;
}
.dashbox__title h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}
.dashbox__title h3 svg {
  fill: var(--primary-color);
  margin-right: 10px;
  width: 22px;
  height: auto;
}
.dashbox__title h3 span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 18px;
  min-width: 18px;
  color: #fff;
  padding: 0 5px;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  pointer-events: none;
  background-color: var(--primary-color);
  margin-bottom: auto;
  margin-left: 5px;
}
.dashbox__wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.dashbox__more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin-left: 15px;
  color: #c0c0c0;
  font-family: 'Poppins', sans-serif;
}
.dashbox__more:hover {
  color: var(--primary-color);
}
.dashbox__refresh {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 30px;
}
.dashbox__refresh svg {
  fill: #c0c0c0;
  width: 18px;
  height: auto;
  transition: fill 0.5s ease;
}
.dashbox__refresh:hover svg {
  fill: var(--primary-color);
}
.dashbox__table-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto;
  padding: 0px;
}
.dashbox__table-scroll {
  width: 100%;
  display: block;
}
.dashbox__list-wrap {
  padding: 20px;
  position: relative;
  display: block;
  width: 100%;
}
.dashbox__scroll {
  position: relative;
  max-height: 320px;
  width: 100%;
  overflow: hidden;
  padding-right: 14px;
}
.dashbox__note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #222227;
  height: 58px;
}
.dashbox__note:last-child {
  height: 48px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.dashbox__note svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
  fill: #c0c0c0;
}
.dashbox__note p {
  color: #c0c0c0;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: calc(100% - 30px);
  display: block;
  margin-bottom: 0;
  font-weight: 400;
}
.dashbox__note p a {
  color: #fff;
  text-decoration: underline;
}
.dashbox__note p a:hover {
  color: #fff;
  text-decoration: none;
}
.dashbox__note span {
  padding: 0;
  font-size: 13px;
  color: #c0c0c0;
  position: relative;
  background-color: transparent;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.dashbox__note--succ svg {
  fill: var(--primary-color);
}
.dashbox__note--fail svg {
  fill: #eb5757;
}
.dashbox__note--info svg {
  fill: #c0c0c0;
}
.dashbox__note--gift svg {
  fill: #8051d4;
}
@media (min-width: 768px) {
  .dashbox {
    margin-top: 30px;
  }
}
/*==============================
	Feature
==============================*/
.feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #222227;
}
.feature__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background-color: rgba(37,165,106,0.15);
}
.feature__icon svg {
  fill: var(--primary-color);
  width: auto;
  height: 26px;
}
.feature__icon--purple {
  background-color: rgba(128,81,212,0.15);
}
.feature__icon--purple svg {
  fill: #8051d4;
}
.feature__icon--red {
  background-color: rgba(235,87,87,0.15);
}
.feature__icon--red svg {
  fill: #eb5757;
}
.feature__icon--blue {
  background-color: rgba(47,128,237,0.15);
}
.feature__icon--blue svg {
  fill: #2f80ed;
}
.feature__title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-left: 15px;
}
.feature__text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #c0c0c0;
  margin-bottom: 0;
  margin-top: 15px;
}
.feature--last {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .feature {
    margin-top: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .feature {
    margin-top: 40px;
  }
}
/*==============================
	Step
==============================*/
.step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  background-color: #16151a;
  border: 1px solid #222227;
}
.step__number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 46px;
  height: 46px;
  font-family: 'Poppins', sans-serif;
  line-height: 100%;
  font-weight: 500;
  font-size: 20px;
  color: var(--primary-color);
  background-color: rgba(37,165,106,0.15);
}
.step__title {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-left: 15px;
}
.step__text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #c0c0c0;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .step {
    margin-top: 30px;
  }
}
/*==============================
	Plan
==============================*/
.plan {
  display: block;
  margin-bottom: 0px;
  padding: 20px;
  border-radius: 12px;
  background-color: transparent;
  position: relative;
  border: 2px solid transparent;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.plan--red .plan__title {
  color: #eb5757;
}
.plan--red .plan__list li.green svg {
  fill: #eb5757;
}
.plan--red .plan__btn {
  color: #eb5757;
}
.plan--red .plan__btn:hover {
  background-color: #eb5757;
}
.plan--green .plan__title {
  color: var(--main-title-color);
}
.plan--purple .plan__title {
  color: #8051d4;
}
.plan--purple .plan__list li.green svg {
  fill: #8051d4;
}
.plan--purple .plan__btn {
  color: #8051d4;
}
.plan--purple .plan__btn:hover {
  background-color: #8051d4;
}
.plan__title {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #fff;
  line-height: 100%;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}
.plan__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.add-modal-padding {
  padding:0px 40px 40px 40px;
}
.plan__list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  color: #c0c0c0;
}
.plan__list li:last-child {
  margin-bottom: 0;
}
.plan__list li svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.plan__list li.red svg {
  fill: #c0c0c0;
}
.plan__list li.green {
  color: #000;
}
.plan__list li.green svg {
  fill: var(--primary-color);
}
.plan__price {
  position: relative;
  z-index: 2;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: var(--main-title-color);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--main-input-border-color);
  display: block;
  line-height: 100%;
}
.plan__price span {
  font-size: 16px;
}
.premium-plan-icon {
  position: absolute;
  top:-10px;
  right:-10px;
  color: var(--primary-color);
  font-size: 32px;
}
.plan__btn {
  width: 100%;
  min-width: 140px;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
.plan__btn.outline {
  border:1px solid var(--primary-color);
  background: transparent;
  color:var(--primary-color);
}
.plan__btn:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.plan__btn.bottom--action {
  cursor: pointer;
  display: inline-block;
}
.plan__btn.bottom-action:hover {
  background:#71cf9f;
}
.bigger-btn {
  padding: 12px 30px 12px 30px !important;
  min-width: 200px;
  cursor: pointer;
}
.btn-grey-link {
  color:#737373;
  cursor: pointer;
}
.btn-grey-link:hover {
  color:var(--primary-color);
}
.plan:hover {border:2px solid #ffc703; cursor: pointer}
.plan .plan__list li {
  color:var(--color-black);
  -webkit-transition: color 1s; /* For Safari 3.0 to 6.0 */
  transition: color 1s; /* For modern browsers */
}
.modal-bottom-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.modal-body {
  color: var(--color-black);
}
.plan.selected {
  border-color:var(--primary-color);
}
.plan.selected.premium {
  border-color: var(--primary-color);
}
.plan.selected .plan__list li, .plan:hover .plan__list li {
  color:#000;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
  font-size: 26px;
}
.pick-fav-package .plan .plan__title {
  margin-top:30px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.pick-fav-package .plan .plan__price {
  text-align: center;
}
.plan_discount_price  {
  text-align: center;
  font-size: 20px;
  width: 100%;
  font-weight: 600;
  display: inline-block;
}
.price_outro {
  font-size:11px;
  text-align: center;
  margin-top:15px;
}
.plan_discount_price .final_price {
  color:var(--primary-color);
}
.plan_discount_price .slashed {
  text-decoration: line-through;
}
.discount {
  background:var(--primary-color);
  border-radius: 16px;
  color:white;
  padding:5px 20px 5px 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top:-16px;
}
.modal.fade.show {
  backdrop-filter: blur(5px);
}
@media (min-width: 768px) {
  .plan {
    margin-bottom: 0px;
  }
  .plan__btn {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .plan {
    margin-bottom: 30px;
  }
}
/*==============================
	Contacts
==============================*/
.contacts__list {
  margin-top: 20px;
}
.contacts__list li {
  margin-bottom: 15px;
}
.contacts__list li:last-child {
  margin-bottom: 0;
}
.contacts__list a {
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.contacts__list a:hover {
  color: var(--primary-color);
}
.contacts__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.contacts__social a {
  margin-top: 20px;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  transition-property: all;
}
.contacts__social a svg {
  width: 100%;
  height: auto;
}
.contacts__social a:last-child {
  margin-right: 0;
}
.contacts__social a:hover {
  opacity: 1 !important;
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.contacts__social:hover a {
  opacity: 0.7;
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}
@media (min-width: 768px) {
  .contacts__social {
    margin-top: 10px;
  }
}
/*==============================
	Cart
==============================*/
.cart {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #16151a;
  width: 100%;
  padding: 0;
  border: 1px solid #222227;
  border-radius: 20px;
  min-height: 400px;
  margin-top: 20px;
}
.cart__table {
  width: 100%;
  min-width: 600px;
}
.cart__table th {
  font-size: 14px;
  font-weight: 400;
  color: #c0c0c0;
  line-height: 100%;
  padding: 0 20px 10px 0;
}
.cart__table th:last-child {
  width: 24px;
  padding: 0 0 10px 0;
}
.cart__table td {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 10px 20px 10px 0;
}
.cart__table td a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.cart__table td a:hover {
  color: var(--primary-color);
}
.cart__table td:last-child {
  width: 24px;
  padding: 10px 0;
}
.cart__table td:first-child {
  width: 100px;
}
.cart__img {
  width: 100px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  overflow: hidden;
}
.cart__img img {
  width: 100px;
  height: auto;
}
.cart__delete {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
}
.cart__delete svg {
  fill: #c0c0c0;
  width: 18px;
  height: auto;
  transition: 0.5s ease;
}
.cart__delete:hover svg {
  fill: var(--primary-color);
}
.cart__price {
  font-size: 16px;
  color: #c0c0c0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.cart__price span {
  font-weight: 400;
  font-size: 12px;
  text-decoration: line-through;
  margin-left: 5px;
  color: #eb5757;
}
.cart__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  padding: 10px 20px 20px;
}
.cart__total {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cart__total p {
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 10px;
}
.cart__total span {
  font-size: 28px;
  color: #fff;
  line-height: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.cart__systems {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  color: #c0c0c0;
  width: 100%;
  margin-top: 20px;
}
.cart__systems i {
  margin-right: 15px;
}
.cart__systems i:last-child {
  margin-right: 0;
}
.cart__promo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.cart__promo .sign__btn {
  width: 80px;
  margin: 0;
  height: 40px;
  border-radius: 12px;
}
.cart__promo .sign__input {
  width: calc(100% - 90px);
  height: 40px;
}
.cart__amount {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #222227;
  height: 36px;
  border-radius: 12px;
  padding: 0 10px;
}
.cart__amount input {
  width: 30px;
  height: 36px;
  border: none;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  pointer-events: none;
}
.cart__amount button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 36px;
}
.cart__amount button svg {
  width: 18px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.cart__amount button:hover svg {
  fill: var(--primary-color);
}
.cart__table-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto;
  padding: 20px 20px 10px;
}
.cart__table-scroll {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .cart {
    margin-top: 30px;
  }
  .cart__table-wrap {
    padding: 25px 20px 10px;
  }
  .cart__table th {
    padding: 0 20px 15px 0;
  }
  .cart__table th:last-child {
    padding: 0 0 15px 0;
  }
  .cart__total {
    order: 1;
  }
  .cart__systems {
    margin-top: 0;
    width: auto;
    order: 2;
    margin-right: auto;
    margin-left: 20px;
  }
  .cart__promo {
    width: 250px;
    margin-top: 0;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .cart__systems {
    margin-left: 40px;
  }
}
/*==============================
	Article
==============================*/
.article {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.article--page {
  margin-top: 0;
}
.article__category {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 70px;
  width: auto;
  color: #fff;
  font-size: 13px;
  background-color: #2f80ed;
  border-radius: 8px;
  padding: 0 15px;
}
.article__category:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.article__date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #c0c0c0;
  height: 30px;
}
.article__date svg {
  fill: #fff;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.article__place {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #c0c0c0;
  min-height: 30px;
  width: 100%;
  margin-bottom: 10px;
}
.article__place svg {
  fill: #fff;
  width: 18px;
  height: auto;
  margin-right: 5px;
}
.article__place:hover {
  color: var(--primary-color);
}
.article__content {
  position: relative;
}
.article__content img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 12px;
}
.article__content iframe {
  display: block;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  border-radius: 12px;
  border: none;
}
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--main-title-color);
  margin-bottom: 15px;
  line-height: 140%;
}
.article__content h1:last-child,
.article__content h2:last-child,
.article__content h3:last-child,
.article__content h4:last-child,
.article__content h5:last-child,
.article__content h6:last-child {
  margin-bottom: 0;
}
.article__content h1 {
  font-size: 30px;
}
.article__content h2 {
  font-size: 28px;
}
.article__content h3 {
  font-size: 24px;
}
.article__content h4 {
  font-size: 22px;
}
.article__content h5 {
  font-size: 18px;
}
.article__content h6 {
  font-size: 16px;
}
.article__content p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--text-grey);
  margin-bottom: 20px;
}
.article__content p b {
  font-weight: 600;
}
.article__content p a {
  color: var(--primary-color);
  text-decoration: underline;
}
.article__content p a:hover,
.article__content p a:focus {
  color: var(--primary-color);
  text-decoration: none;
}
.article__content p:last-child {
  margin-bottom: 0;
}
.article__content blockquote {
  display: block;
  position: relative;
  font-family: 'Poppins', sans-serif;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 28px;
  color: #737373;
  font-weight: 400;
  margin-bottom: 20px;
}
.article__content blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 3px;
  background-color: var(--primary-color);
  border-radius: 3px;
}
.article__content blockquote:last-child {
  margin-bottom: 0;
}
.article__content ul {
  margin-bottom: 20px;
  display: block;
}
.article__content ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #737373;
  padding-left: 20px;
  position: relative;
}
.article__content ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--primary-color);
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.article__content ul:last-child {
  margin-bottom: 0;
}
.article__meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.article__price {
  font-size: 30px;
  line-height: 100%;
  color: #111;
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.article__amount {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #222227;
  height: 36px;
  border-radius: 12px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.article__amount input {
  width: 30px;
  height: 36px;
  border: none;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  pointer-events: none;
}
.article__amount button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 36px;
}
.article__amount button svg {
  width: 18px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.article__amount button:hover svg {
  fill: var(--primary-color);
}
.article__buy {
  width: 180px;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0 25px;
  margin-bottom: 20px;
}
.article__buy svg {
  fill: #fff;
  width: 28px;
  height: auto;
  margin-right: 7px;
}
.article__buy:hover {
  background-color: #222227;
  color: var(--primary-color);
}
.article__artist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.article__artist img {
  height: auto;
  margin-right: 20px;
  border-radius: 12px;
}

.article__artist div h1 {
  margin-bottom: 0;
}
.article__artist div span {
  font-size: 14px;
  color: #737373;
  display: block;
  margin-bottom: 20px;
}
.full-screen-loader {
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(50px);
  background: var(--background-preloader);
  z-index: 100000;
}
.full-screen-loader div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.full-screen-loader div img {
  max-width: 200px;
}
@-moz-document url-prefix() {
  .full-screen-loader {
    background: rgba(255,255,255,0.9);
  }
}
@media (min-width: 786px) {
  .article__artist .release__content img, .article__content .release__content img {
    width: 200px !important;
  }
}
@media (max-width: 786px) {
  .s-a-wrap {display: inline-block !important; margin-bottom:0px;}
}
@media (min-width: 576px) {
  .article__content iframe {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .article {
    margin-top: 17px;
  }
  .article--page {
    margin-top: 0;
  }
  .article__content h1 {
    font-size: 36px;
  }
  .article__content h2 {
    font-size: 18px;
    line-height: 1.7rem;
  }
  .article__content h3 {
    font-size: 28px;
  }
  .article__content h4 {
    font-size: 24px;
  }
  .article__content h5 {
    font-size: 20px;
  }
  .article__content h6 {
    font-size: 18px;
  }
  .article__content iframe {
    height: 400px;
  }
  .article__meta {
    margin-bottom: 25px;
  }
  .article__place {
    margin-bottom: 0;
    width: auto;
  }
  .article__artist {
    flex-direction: row;
  }
  .article__artist img {
    margin-bottom: 0 !important;
  }
  .article__artist div {
    width: calc(100% - 220px);
  }
  .article__artist div span {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .article--page {
    margin-top: 30px;
  }
  .article__content iframe {
    height: 460px;
  }
}
/*==============================
	Share
==============================*/
.share {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.share__link {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  height: 30px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  background-color: var(--primary-color);
}
.share__link svg {
  fill: #fff;
  margin-right: 10px;
  margin-top: 1px;
}
.share__link:last-child {
  margin-right: 0;
}
.share__link--fb {
  background-color: #3b5998;
}
.share__link--tw {
  background-color: #55acee;
}
.share__link--vk {
  background-color: #4c6c91;
}
.share__link:hover {
  background-color: var(--primary-color);
  color: #fff;
}
/*==============================
	Comments
==============================*/
.comments {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d8d8d8;
}
.comments__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.comments__title h4 {
  color: #111;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
  font-family: 'Poppins', sans-serif;
}
.comments__title span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 4px;
  background-color: var(--primary-color);
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-left: 10px;
}
.comments__title--tabs li {
  position: relative;
  margin-right: 20px;
}
.comments__title--tabs li:last-child {
  margin-right: 0;
}
.comments__title--tabs a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0.5;
  transition: opacity 0.4s linear;
}
.comments__title--tabs a:hover {
  opacity: 1;
}
.comments__title--tabs a.active {
  opacity: 1;
  cursor: default;
}
.comments__autor {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}
.comments__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  border-radius: 8px;
}
.comments__name {
  display: block;
  font-size: 16px;
  color: #111;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.comments__time {
  display: block;
  font-size: 12px;
  color: #111;
  line-height: 20px;
  font-weight: 400;
}
.comments__text {
  display: block;
  margin-bottom: 0;
  color: #737373;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.comments__text b {
  font-weight: 600;
}
.comments__text a {
  color: var(--primary-color);
}
.comments__text a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.comments__text span {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  min-height: 80px;
  border-radius: 12px;
  color: #c0c0c0;
  background-color: #222227;
}
.comments__item {
  margin-bottom: 20px;
  display: block;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 20px;
  border-radius: 12px;
}
.comments__item--answer,
.comments__item--quote {
  margin-left: 20px;
}
.comments__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0 0;
  position: relative;
}
.comments__actions button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  height: 20px;
}
.comments__actions button span {
  font-size: 12px;
  color: #111;
  text-transform: uppercase;
  transition: color 0.5s ease;
  display: none;
}
.comments__actions button svg {
  width: 16px;
  height: auto;
  fill: #c0c0c0;
  transition: fill 0.5s ease;
}
.comments__actions button:hover span {
  color: #fff;
}
.comments__actions button:hover svg {
  fill: var(--primary-color);
}
.comments__actions button:last-child {
  margin-right: 0;
}
.comments__actions button:last-child svg {
  width: 18px;
}
.comments__rate {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  top: 20px;
}
.comments__rate button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #737373;
  font-size: 14px;
  margin-right: 24px;
  position: relative;
  height: 20px;
}
.comments__rate button svg {
  width: 16px;
  height: auto;
  opacity: 0.6;
  transition: 0.5s ease;
  margin-top: 1px;
}
.comments__rate button:last-child {
  margin-right: 0;
}
.comments__rate button:last-child svg {
  margin-left: 8px;
  fill: #eb5757;
  width: 16px;
}
.comments__rate button:first-child svg {
  margin-right: 8px;
  fill: var(--primary-color);
  width: 16px;
}
.comments__rate button:first-child:before {
  content: '';
  position: absolute;
  display: block;
  left: 100%;
  margin-left: 12px;
  width: 1px;
  height: 16px;
  background-color: #222227;
  top: 50%;
  transform: translateY(-50%);
}
.comments__rate button:hover {
  color: #fff;
}
.comments__rate button:hover svg {
  opacity: 1;
}
.comments__form {
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-top: 30px;
}
.comments__form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.comments__form .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.comments__form .sign__btn {
  margin: 0;
}
@media (min-width: 576px) {
  .comments__actions button span {
    display: block;
    margin-left: 6px;
  }
  .comments__form .sign__btn {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .comments {
    margin-top: 60px;
    padding-top: 60px;
  }
  .comments__item--answer,
  .comments__item--quote {
    margin-left: 30px;
  }
  .comments__title--tabs li {
    margin-right: 30px;
  }
  .comments__title--tabs li:last-child {
    margin-right: 0;
  }
}
/*==============================
	Footer
==============================*/
.footer {
  background: rgba(20,25,31,0.95);
  padding: 30px 0 20px;
  position: relative;
  overflow: hidden;
}
.footer__logo {
  margin-top: 60px;
  color:white;
}
.footer__logo img {
  width: 100px;
  height: auto;
}
.footer__tagline {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  margin-bottom: 0;
}
.footer__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.footer__links a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  color: #737373;
  font-size: 16px;
}
.footer__links a svg {
  width: 20px;
  height: auto;
  fill: var(--primary-color);
  margin-right: 10px;
}
.footer__links a:hover {
  color: var(--primary-color);
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.footer__social a {
  margin-top: 20px;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  transition-property: all;
}
.footer__social a svg {
  width: 100%;
  height: auto;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a:hover {
  opacity: 1 !important;
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.footer__social:hover a {
  opacity: 0.6;
  -webkit-filter: grayscale(0.6);
  filter: grayscale(0.6);
}
.footer__content {
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer__copyright {
  display: block;
  font-size: 14px;
  color: #737373;
  margin-top: 20px;
}
.footer__copyright a {
  color: #c0c0c0;
}
.footer__copyright a:hover {
  color: var(--primary-color);
}
.footer__title {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__nav a {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #737373;
}
.footer__nav a:last-child {
  margin-bottom: 0;
}
.footer__nav a:hover {
  color: var(--primary-color);
}
@media (min-width: 576px) {
  .footer {
    padding: 30px 15px 20px;
  }
}
@media (min-width: 768px) {
  .article__artist div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer {
    padding: 20px 15px 25px;
  }
  .footer__content {
    margin-top: 70px;
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .footer__logo {
    margin-top: 40px;
  }
  .footer__title {
    margin-top: 50px;
  }
  .footer__social {
    width: auto;
    order: 2;
  }
  .footer__social a {
    margin-top: 0;
  }
  .footer__copyright {
    margin-top: 0;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__social {
    display: inline-flex;
    width: auto;
  }
}
/*==============================
	Sign
==============================*/
.sign {
  display: block;
  position: relative;
}
.sign__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0 0;
}
.sign__form {
  background-color: var(--box-background);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 0px;
  position: relative;
  width: 100%;
  max-width: 420px;
  border: none;
}
.sign__form--contacts,
.sign__form--profile,
.sign__form--cart {
  margin-top: 20px;
  max-width: 100%;
  padding: 20px 20px 5px;
  align-items: flex-start;
}
.sign__form--contacts .sign__btn,
.sign__form--profile .sign__btn,
.sign__form--cart .sign__btn {
  margin: 0 0 15px;
}
.sign__form--contacts .row,
.sign__form--profile .row,
.sign__form--cart .row {
  margin-left: -10px;
  margin-right: -10px;
}
.sign__form--contacts .col-12,
.sign__form--profile .col-12,
.sign__form--cart .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.sign__form--profile .sign__btn {
  margin: 5px 0 15px;
}
.sign__logo {
  display: block;
  margin-bottom: 30px;
}
.sign__logo a {
  max-width: 100%;
  width: auto;
}
.sign__logo img {
  width: 100px;
}
.sign__title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: var(--main-title-color);
  margin-bottom: 20px;
}
.sign__label {
  font-weight: 400;
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 5px;
  padding-left: 20px;
}
.sign__label b {
  font-weight: 600;
  color: #fff;
}
.sign__input {
  background-color: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 46px;
  position: relative;
  color: #111;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}
.sign__input:focus {
  border-color: var(--primary-color);
}
.sign__select {
  background: url("../img/arrow2.svg") no-repeat center right 20px #222227;
  background-size: 18px auto;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 46px;
  position: relative;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.sign__select:focus {
  border-color: var(--primary-color);
}
.sign__textarea {
  background-color: #f3f3f3;
  border: 1px solid transparent;
  border-radius: 12px;
  height: 344px;
  position: relative;
  color: #111;
  font-size: 16px;
  width: 100%;
  padding: 15px 20px;
  resize: none;
  font-family: 'Poppins', sans-serif;
}
.sign__textarea:focus {
  border-color: var(--primary-color);
}
.sign__group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.sign__group--row .sign__label {
  padding-left: 0;
}
.sign__group--checkbox {
  width: 100%;
  text-align: left;
}
.sign__group--checkbox input:not(:checked),
.sign__group--checkbox input:checked {
  position: absolute;
  left: -9999px;
}
.sign__group--checkbox input:not(:checked) + label,
.sign__group--checkbox input:checked + label {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  line-height: 22px;
  margin: 0;
}
.sign__group--checkbox input:not(:checked) + label a,
.sign__group--checkbox input:checked + label a {
  color: var(--primary-color);
}
.sign__group--checkbox input:not(:checked) + label a:hover,
.sign__group--checkbox input:checked + label a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.sign__group--checkbox input:not(:checked) + label:before,
.sign__group--checkbox input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: var(--box-background);
  border: 1px solid var(--main-input-border-color);;
  border-radius: 6px;
}
.sign__group--checkbox input:not(:checked) + label:after,
.sign__group--checkbox input:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  transition: 0.5s ease;
  background: url("../img/checkmark.svg") no-repeat center/20px auto;
  border-radius: 6px;
}
.sign__group--checkbox input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.sign__group--checkbox input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.sign__group--checkbox label::-moz-selection {
  background: transparent;

}
.sign__group--checkbox label::selection {
  background: transparent;

}
.sign__btn {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 15px auto;
}
.sign__btn:hover {
  color: #fff;
  background-color: #222227;
}
.sign__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.sign__text:first-child {
  margin-top: 0;
}
.sign__text a {
  position: relative;
  color: var(--primary-color);
}
.sign__text a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.sign__text--small {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}
.sign__delimiter {
  font-size: 14px;
  color: #c0c0c0;
  line-height: 100%;
  width: 100%;
  display: block;
  text-align: center;
}
.sign__social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.sign__social a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: calc(33% - 10px);
  border-radius: 12px;
  color: #fff;
}
.sign__social a svg {
  height: auto;
  fill: #fff;
  transition: 0.5s ease;
}
.sign__social a.fb {
  background-color: #3b5999;
}
.sign__social a.fb svg {
  width: 10px;
}
.sign__social a.gl {
  background-color: #df4a32;
}
.sign__social a.gl svg {
  width: 18px;
}
.sign__social a.tw {
  background-color: #1da1f2;
}
.sign__social a.tw svg {
  width: 20px;
}
.sign__social a:hover {
  background-color: #c0c0c0;
}
.sign__social a:hover.fb svg {
  fill: #3b5999;
}
.sign__social a:hover.gl svg {
  fill: #df4a32;
}
.sign__social a:hover.tw svg {
  fill: #1da1f2;
}
.sign__value {
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: 500;
  margin-left: 10px;
  font-family: 'Poppins', sans-serif;
}
.sign__radio {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.sign__radio li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sign__radio li:last-child {
  margin-bottom: 0;
}
.sign__radio input:not(:checked),
.sign__radio input:checked {
  position: absolute;
  left: -9999px;
}
.sign__radio label {
  display: block;
  margin: 0;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  color: #c0c0c0;
  line-height: 24px;
  padding-left: 32px;
  transition: 0.5s ease;
}
.sign__radio label:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 6px solid #222227;
  background-color: transparent;
  border-radius: 50%;
  left: 0;
  top: 2px;
  transition: 0.5s ease;
}
.sign__radio label:hover {
  color: #fff;
}
.sign__radio input:checked + label {
  color: #fff;
}
.sign__radio input:checked + label:before {
  border-color: var(--primary-color);
}
@media (min-width: 576px) {
  .sign__form {
    padding: 40px;
  }
  .sign__form--contacts,
  .sign__form--profile,
  .sign__form--cart {
    padding: 20px 20px 5px;
  }
  .sign__logo {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sign__form--contacts,
  .sign__form--profile {
    margin-top: 30px;
  }
  .sign__form--contacts .sign__btn,
  .sign__form--profile .sign__btn {
    margin: 10px 0 15px;
  }
  .sign__form--cart {
    margin-top: 30px;
  }
  .sign__form--cart .sign__btn {
    margin-top: 10px;
  }
  .sign__content {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .sign__form--profile .sign__btn {
    width: 180px;
  }
}
/*==============================
	Page 404
==============================*/
.page-404 {
  display: block;
  position: relative;
}
.page-404__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0 0;
}
.page-404__content {
  background-color: #16151a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  width: 100%;
  max-width: 420px;
  border: 1px solid #222227;
}
.page-404__title {
  position: relative;
  color: #fff;
  line-height: 100%;
  font-size: 100px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.page-404__text {
  text-align: center;
  display: block;
  width: 100%;
  color: #c0c0c0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.page-404__btn {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background-color: var(--primary-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0 auto;
}
.page-404__btn:hover {
  color: #fff;
  background-color: #222227;
}
@media (min-width: 576px) {
  .page-404__content {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .page-404__wrap {
    padding: 30px 0 0;
  }
}

.mfp-bg {
  background: rgba(34,34,39,0.75);
}
.mfp-container {
  padding: 0 15px !important;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.mfp-iframe-scaler iframe {
  border-radius: 12px;
  box-shadow: none;
  background-color: #16151a;
}
.mfp-iframe-holder .mfp-close {
  color: transparent;
  transition: opacity 0.4s;
}
.mfp-iframe-holder .mfp-close:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 44px;
  background: url("../img/close.svg") no-repeat center;
  background-size: 30px auto;
}
.mfp-iframe-holder .mfp-content {
  max-width: 910px;
}
.mfp-figure::after {
  box-shadow: none;
  background-color: #222227;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-bg.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*==============================
	Slider radio
==============================*/
.slider-radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #222227;
  padding: 5px 0;
  border-radius: 12px;
  margin-top: 10px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.slider-radio label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: #c0c0c0;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 10px;
  margin: 0 5px;
  position: relative;
  z-index: 100;
  transition: color 0.5s;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.slider-radio label:hover {
  color: #fff;
}
.slider-radio .sliding-piece {
  border-radius: 10px;
  background-color: var(--primary-color);
  z-index: 99;
}
.slider-radio input[type=radio]:checked + label {
  color: #fff;
  background-color: var(--primary-color);
}
@media (min-width: 768px) {
  .slider-radio {
    margin-left: auto;
    margin-top: 0;
    width: auto;
  }
}
/*==============================
	Select2
==============================*/
.select2-container {
  width: auto !important;
  margin-right: 30px;
}
.select2-container .select2-selection--single {
  height: 40px;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #fff;
  padding: 0 18px 0 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  transition: 0.5s ease;
}
.select2-container .select2-selection--single[aria-expanded="true"] {
  background-color: transparent;
}
.select2-container .select2-selection--single:hover .select2-selection__rendered {
  color: var(--primary-color);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  width: 18px;
  top: 10px;
  right: 0;
  background: url("../img/arrow.svg") no-repeat center right;
  background-size: 18px auto;
  margin-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
  color: #fff;
  white-space: nowrap;
}
.select2-container--default .select2-results__option--selected {
  color: #fff;
  background-color: var(--primary-color);
  cursor: default;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: var(--primary-color);
  cursor: default;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: var(--primary-color);
}
.select2-results__option {
  padding: 0 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  height: 40px;
  line-height: 40px;
  transition: 0.5s ease;
}
.select2-dropdown {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: 12px !important;
  min-width: 180px;
  padding: 5px 0 5px 15px;
  background-color: #222227;
}
.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
/*==============================
	Scrollbar-track
==============================*/
.scrollbar-track-y {
  background: #222227 !important;
  top: 0px !important;
  bottom: 0px !important;
  height: auto !important;
  width: 4px !important;
  border-radius: 4px !important;
  right: 0px !important;
  overflow: hidden;
}
.scrollbar-thumb-y {
  background: var(--primary-color) !important;
  width: 4px !important;
  border-radius: 4px !important;
}
.scrollbar-track-x {
  background: #222227 !important;
  left: 0px !important;
  right: 0px !important;
  height: 4px !important;
  width: auto !important;
  border-radius: 4px !important;
  bottom: 0px !important;
  overflow: hidden;
}
.scrollbar-thumb-x {
  background: var(--primary-color) !important;
  height: 4px !important;
  border-radius: 4px !important;
}
.owl-carousel .owl-stage-outer {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.main__carousel-wrap.no-shadow .owl-carousel .owl-stage-outer {
  box-shadow: none !important;
}
.person-thumb  {
  text-align: center;
  width: 100%;
  display: flex;
  justify-items: flex-start;
  align-items: center;

}
.info-author  {
  text-align: left;
  margin-left:10px;
}
.info-author span {
  display: block;
  color: var(--main-title-color);

}
.info-author label {
  color: var(--main-text-color);
  margin:0;
  padding:0;
  font-size: 12px;
}
.person-thumb img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;


}
.opinion {
  font-size: 14px;
  padding-right: 30px;
  margin-top:20px;
}
.image-cover  {
  position: relative;
  display: block;
}
.image-cover h2  {
  position: absolute;
  bottom:0px;
  left:0px;
  right: 0px;
  color: var(--main-title-color);
  font-size:18px;
  font-weight: 500;
  background: rgb(255,255,255);
  background: var(--image-cover-overlay);
  padding:13px 20px 13px 20px;
  margin:0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.image-cover h2 span {
  font-size:0.9rem;
  display: block;
}

.image-cover h2 a  {
  color: var(--main-title-color);
}
.image-cover img  {
  width: 100%;
  border-radius: 0px;
  margin-top:30px;
}
.sub-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  top:70px;
  padding-left:30px;
  padding-right:30px;
  background:#2a2f39;
  padding-top:10px;
  padding-bottom:10px;
  z-index: 100;
}
.sub-header .abc a {
  display: inline-block;
  margin-left:6px;
  margin-right: 6px;
  text-transform: uppercase;
  color:white;
  padding: 1px 3px 1px 3px;
}
.sub-header .abc a:hover,
.sub-header a.sub-btn:hover,
.song-actions a:hover,
.song-actions button:hover,
.song-actions button:hover i {
  color:var(--primary-color) ;
}

.sub-header .abc {
  margin-left:30px;
  margin-right: 30px;
}

.sub-header a.sub-btn {
  color:white;
}

.make-box {
  background: var(--box-background);
  margin-top:20px;
  border-radius: 10px;
  padding:0;
  /*box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;*/
}
.make-box:hover {

  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-color:#e2e2e2;

}
.resizable {

}
.song-actions {
  background: rgba(20,25,31,1);
  padding:10px 20px 10px 20px;
  border-radius: 8px;
  color: white;
  margin-bottom: 40px;
  margin-top:20px;
  text-transform: uppercase;
  position: sticky;
  top:110px;
  z-index: 10;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;

}

.song-actions a {
  color:white;
  cursor: pointer;
  display: inline-block;
  padding:3px;
  margin-left: 5px;
  margin-right: 5px;
}
.song-actions button {
  color: white;
  margin-right:30px;
}
.song-actions label {
  margin:0;
}
.song-actions .print {
  margin-right: 25px;
}
.song-actions .print i {
  margin-right: 4px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0px 10px 0px;
  margin-bottom: 0rem;
  list-style: none;
  background-color: transparent;
  border-radius: .25rem;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 20px;

}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: var(--primary-color) !important;
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
}
.btn-primary:focus {outline:0;}
.song-switches {
  margin-top:0px;
  margin-bottom:30px;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.plyr {
  max-width: 100%;
  min-width: 100%;
}

.player {
  position: initial;
  z-index: 102;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.5s ease;
  margin-bottom: 30px;
  border-radius: 8px;
  position:sticky;
  top:110px;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: var(--box-background);
  border: var(--main-input-border-color) solid 1px;
}

.custom-switch .custom-control-label::after {
  background-color: var(--main-input-border-color);
}
.song-facts {margin-top:15px;}
.song-facts .wrap  {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.song-facts .wrap span {
  color:#737373;
  margin-right: 10px;
}
.song-facts .wrap h3 {
  font-size: 16px;
  color: var(--main-title-color);
}



.plyr__volume {
  margin-right: auto;
}
.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 160px;
  min-width: 110px;
  position: relative;
  width: 20%;
}

.under-song--actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top:1px solid #efefef;
  margin-top:30px;
  padding-top:15px;
}

.under-song--actions a {
  display: inline-block;
  color:#333;
  font-size: 1rem;

}
.under-song--actions a i {
  color:var(--primary-color);
  margin-right: 4px;
}



.slick-slide {
  margin: 0px 15px;
}

.slick-slide img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
}

.release__list .single-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  height: 58px !important;
}

a {
  color:var(--primary-color);
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 13px 13px;
  grid-template-areas:
    ". . ."
    ". . ."
    ". . .";
}
.grid-container.song-list a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content:"\f7a6";
  margin-right:10px;
  color:#737373;
}
.grid-container.artist-list a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content:"\f8eb";
  margin-right:10px;
  color:#737373;
}
@media (max-width: 968px) {
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 13px 13px;
    grid-template-areas:
      ". . "
      ". . "
      ". . ";
  }

  .breadcrumb {
    margin-top:10px;
  }
  .header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 70px;
    z-index: 101;
    /*
    background: rgb(22,21,26);
    background: linear-gradient(-180deg, rgba(22,21,26,1) 0%, rgba(49,49,49,1) 100%);*/
  }
}

.header__nav a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--box-background);
  background-clip: padding-box;
  border: 1px solid var(--box-background);
  border-radius: .8rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 2rem 1rem;
  border-bottom: 1px solid var(--box-background);
  border-top-left-radius: calc(.8rem - 1px);
  border-top-right-radius: calc(.8rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  top:20px;
  right:20px;
}

.modal-dialog {
  max-width: 650px;
  margin: 1.75rem auto;
}


@media (max-width: 968px) {
  .youtube {

    top:0px;
    position:relative !important;
  }
  .song-switches
  {


    position:initial !important;
    top:0px;
  }
  .player__btn {display: none !important}
}
@media (max-width: 1168px) {
  .youtube {

    top:0px !important;
    position:relative !important;
  }
  .song-switches
  {


    position:initial !important;
    top:0px;
  }
  .player__btn {display: none !important}
  .make-box  {padding-top:5px;}
}
@media (max-width: 1200px) {
  .top-links-show-hide {
    display: none !important
  }

}
@media (min-width: 1200px) {
  .top-links-show-hide {
    display: block !important
  }

}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #3aaa73 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer__social a  {font-size:1.5rem}
#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:34px;
  height:34px;
  background-color:var(--box-background);

  display:none;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  text-align: center;
  line-height: 2.2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#scroll i {
  color:var(--primary-color);
  font-size:1.2rem;
}

#scroll:hover {

  opacity:1;
  filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}
#scroll:hover i {
  color:#111;
  opacity:1;
  filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}
.logo-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0px !important;
  padding-right: 0px;

}

.logo-main span {
  font-weight: 600;
  font-size: 1.1rem;
  margin-left:5px;
  font-family: 'Exo 2', sans-serif;

}
#chords-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom:10px;
}
#chords-container svg {


}
#chords-container .chord {
  transform: scale(0.6);
  max-width: 100px;
  max-height: 120px;
}
.chordname {
  margin-left:30px;
  text-align: center;
}
.song-switches {
  padding:15px 10px 20px 10px;
  background: var(--body-background);
  margin-top:0px;
}
.custom-control-label {
  color: var(--main-title-color)
}
#song-content {
  margin-left: 30px;
}
.artist-list a, .song-list a {
  margin-left:15px;
}
.main__carousel .owl-dots {
  display: none !important;
}
.main__nav.main__nav--prev {
  position: absolute;
  left: -40px;
  top:50%;
}
.main__nav.main__nav--next {
  position: absolute;
  right: -40px;
  top:50%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7b7b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7b7b7b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7b7b7b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7b7b7b;
}
#all-songs-list .main__title {
  justify-content: flex-start;
  margin-bottom:15px;
}
#all-songs-list .main__title h2 {
  width: 46px;
  height: 46px;
  background: var(--box-background);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 19px 0px;
  border-radius: 50%;
  color: var(--main-title-color);
}
.sim-songs h3, .sim-songs span a  {
  font-size:13px;
}
.missing-page-text-wrap {
  padding: 150px 20px 80px 250px;
}
.missing-page-text-wrap h1 {
  font-size:3rem;
  font-weight: 600;
}
.missing-page-img-wrap {
  padding: 70px;
}
@media (min-width: 968px) {
  .missing-page-text-wrap {
    padding: 150px 0px 80px 250px;
  }
  .missing-page-img-wrap {
    padding: 70px;
    padding: 70px;
  }

}
@media (max-width: 968px) {
  .missing-page-text-wrap {
    padding: 50px 30px 80px 30px;
  }
  .missing-page-img-wrap {
    padding: 20px;
  }
  .slick-prev {
    left: -15px;
  }
  .slick-next {
    right: -15px;
  }
  .header__search.side-bar {
    position: initial;
    margin-top:20px;
    background:white;
    border:none;
    width: 100% !important;
  }
  .header__search {
    background:white;
    border:none;
  }
}
@media (max-width: 1168px){
  .header__search {
    background:white;
    border:none;
  }
  .header__action {
    margin-right: 0px;
    margin-left:0px;


  }
  .header__action-btn svg {
    fill:#c0c0c0;
  }
}
.slick-prev:before, .slick-next:before {

  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 400;
}
.slick-prev:before {
  content:"\f053" !important;
}
.slick-next:before {
  content:"\f054" !important;
}
.slick-dots li button {
  display: none !important;
}
.main__nav .main__nav--prev, .main__nav .main__nav--next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  color:#3aaa73;
}
button.main__nav  i {
  color:#3aaa73;
  opacity: 0.75;
  font-size:20px;
  font-weight: 400;
}
button.main__nav:hover  i {
  opacity: 1;
}
.main__title.main__title--page {
  justify-content: flex-start !important;
}
html,body {
  scroll-padding-top: 4rem;
}
.anchor {
  padding-top: 140px;
  margin-top: -140px;
}
.static-content {
  max-width: 980px;
  margin:0px auto;
}
.static-content .main__title--page {
  margin-top:40px;
  margin-bottom:40px;
}
.do-two-rows a {
  width: 50%;
}
.do-two-rows  {
  flex-direction: row;
  flex-wrap: wrap;

}
.s-a-wrap {
  margin-right: 20px; display: inline-block;
}
.instrument-choice {

}
@media (min-width: 768px){
  .song-actions.bottom {
    display: none !important;
  }

}

@media (max-width: 768px){

  .instrument-choice  {
    margin-bottom:20px;
  }
  #scroll {
    display: none !important;
  }
  .song-actions {font-size: 0.8rem !important;}
  .s-a-wrap {
    margin-right: 0px !important; display: inline-block;
  }
  .slick-arrow {display: none !important;}
  .song-actions.bottom {
    display: none;
    position: sticky;
    bottom:0px;
    margin-right: 15px;
    margin-left:15px;
    justify-items:center;
    text-align: center;



  }
}

@media (max-width: 968px){
  .youtube { margin-top:15px;  }

}
@media (max-width: 968px){
  .main__title {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .song-facts {
    margin-top:4px;
  }
  .article__content h2 {
    font-size:18px;
  }
  .song-actions {
    top:80px;
    padding-left:5px;
    padding-right:5px;
  }
  .song-switches .mt-4 {
    display: none;
  }

  .zabrenkaj-side-order-rule {
    order:1 !important;
  }
  .zabrenkaj-main-order-rule {
    order:2 !important;
  }
  .release__cover {display: none;}
  .song-switches .switch-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0;
  }
  .song-switches {
    padding: 20px 0 0 0;
    margin-bottom: 0;
    margin-top:25px;
  }
  .mobile-wrap-adjustments {
    display: flex;
    flex-direction: column;
  }
  .mobile-wrap-adjustments .song-switches {
    order:1;
  }
  .mobile-wrap-adjustments .youtube {
    order:2;
  }
}
@media (min-width: 754px) and (max-width: 1224px) {
  .mobile-wrap-adjustments{
    top:150px;
  }
  .song-switches {
    top:300px;
  }
}
/*
@media (min-width: 1204px) and (max-width: 1282px) {
  .single-item__time    {display:none !important;
  }
}*/
#print_logo  {
  display: none;
}
#print_header  {
  display: none;
}
#print_logo a img  {
  margin-bottom:0px !important;
}
.btn-primary {

  background: var(--primary-color);
  background: -webkit-linear-gradient(54.7deg, var(--primary-color), #71cf9f);
  background: linear-gradient(54.7deg, var(--primary-color), #71cf9f);
  box-shadow: rgba(37, 165, 106, 0.27) 0px 4px 12px;
  border:none;
  margin-bottom:20px;
  padding: .475rem .95rem;

}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus   {

  background: #71cf9f;
  background: -webkit-linear-gradient(54.7deg, var(--primary-color), var(--primary-color));
  background: linear-gradient(54.7deg, var(--primary-color), var(--primary-color));
  box-shadow: rgba(37, 165, 106, 0.27) 0px 4px 12px;
  border:none;
  color:white !important;


}
*:focus {
  outline: none;
}
.recommend-song-box {
  background: var(--box-background);
  border-radius: 10px;
  padding:20px;
  margin-top: 30px;
}
.recommend-song-box h4 {
  font-size:1.3rem;
}
.recommend-song-box p {
  font-size: 13px;
  margin-top:15px;
}
.recommend-song-box a {
  margin-bottom:0px;
  width: 100%;
}
.random-ico i {
  font-size:3rem;
  color:var(--primary-color);
  margin-bottom:10px;
}
.image-cover img {
  max-width: 100%;
  height: auto;
}
.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-item-wrap {
  margin-top:30px;
}
.add-song.nav-video {

  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border:1px solid transparent;
  border-radius: 5px;
}
.add-song.nav-video:hover {
  border:1px solid var(--primary-color);
}
.live__title a {
  font-size: 1.1rem;
}
.live__status {
  right: 20px;
  left: inherit;
}
.vid-desc {
  line-height: 2rem;
}
.sidebar__nav-link.sidebar__nav-link--active i {
  color: var(--primary-color);
}

.xmas-subhead {
  background-image: url("../img/snow.png");
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 36px;
  background-size: 100%;
  /*transform: rotate(180deg);*/
  z-index: 0;
}
.abc-mobile-wrap, .sub-btn {
  z-index: 10;
}
.active-speed {
  color:var(--primary-color) !important;
}
.instrument-choice {
  overflow: hidden;
  border:1px solid #ced4da;
  border-radius: 6px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  width: 100%;

}
.instrument-choice a:first-child {
  border-right:1px solid #ced4da;
}
.instrument-choice a {
  padding:5px 15px 5px 15px;
  display: inline-block;
  color:#737373;
  width: 50%;
  text-align: center;
}
.instrument-choice a:hover {
  color:var(--primary-color);
}
.instrument-choice a.active {
  color:var(--primary-color);
}


@media (max-width: 768px){
  .recommend-song-box {

    margin-top:50px !important;
    margin-bottom: 0px !important;
  }
  .footer__logo {
    margin-top:0px !important;
  }
  .s-a-wrap.one {
    display: none !important;
  }
}
.player__btn {
  display:none !important;
}
@media (max-width: 991px){
  .add-hide-rule {display:none !important;}
  .add-show-rule-mobile-ipad {display:block !important;}
  #homepage-mobile-banner .side-banner  {
    margin-top:10px !important;
    margin-bottom:10px !important;
  }
}
@media (min-width: 991px){
  .add-show-rule-mobile-ipad {display:none !important;}
}

@media (max-width: 968px){
  .mobile-wrap-adjustments {
    top: 110px;
    position: sticky;
  }
}
.mobile-all {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}
.chords .carousel-indicators li {
  background-color:var(--primary-color);
  width:20px;
}
.chords .carousel-indicators  {
  margin-bottom:-20px;
}
.chords .carousel-inner .carousel-item svg  {
  margin-left:-7px;
}
.sidebar-fixed {
  position: absolute;
  padding-right: 20px;
}
.sidebar-chords {
  padding: 20px 20px 20px 20px;
}
.sidebar-chords label {
  font-size:13px;
}
select {

  /* styling */
  width: 100%;
  background-color: white;
  border: thin solid #ddd;
  border-radius: 4px;
  display: block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  color:#111;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimal {
  background-image:
          linear-gradient(45deg, transparent 50%, gray 50%),
          linear-gradient(135deg, gray 50%, transparent 50%),
          linear-gradient(to right, #ccc, #ccc);
  background-position:
          calc(100% - 20px) calc(1em + 2px),
          calc(100% - 15px) calc(1em + 2px),
          calc(100% - 2.5em) 0.5em;
  background-size:
          5px 5px,
          5px 5px,
          1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
          linear-gradient(45deg, green 50%, transparent 50%),
          linear-gradient(135deg, transparent 50%, green 50%),
          linear-gradient(to right, #ccc, #ccc);
  background-position:
          calc(100% - 15px) 1em,
          calc(100% - 20px) 1em,
          calc(100% - 2.5em) 0.5em;
  background-size:
          5px 5px,
          5px 5px,
          1px 1.5em;
  background-repeat: no-repeat;
  border-color: var(--primary-color);
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.my-sidebar {
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  background-color: greenyellow;
}

.sidebar-container {
  position: fixed;
  width: 220px;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #1a1a1a;
  color: #fff;
}

.content-container {
  padding-right: 220px;
}
.missing-page-wrap {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  margin-top:150px;
}
.missing-page-img-wrap img {
  width: 100%; max-width: 350px;
}
.add-to-homescreen-ios {
  position: fixed;
  bottom:20px;
  left:15px;
  right:15px;
  background:white;
  border-radius: 6px;
  padding: 8px 40px 8px 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border:1px solid #dedede;
  z-index:100;
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
}
.add-to-homescreen-ios:after, .add-to-homescreen-ios:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index:100;
}

.add-to-homescreen-ios:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -10px;
  z-index:100;
}
.add-to-homescreen-ios:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: var(--primary-color);
  border-width: 12px;
  margin-left: -14px;
  z-index:100;
}
.add-to-homescreen-ios .close, .add-to-homescreen-android .close {
  position: absolute;
  right:7px;
  top:7px;
  cursor: pointer;
}
.add-to-homescreen-ios i,  .add-to-homescreen-android i {
  margin-left:3px;
  margin-right: 3px;
}

.add-to-homescreen-ios,  .add-to-homescreen-android {
  display: none;
}

.add-to-homescreen-android {
  position: fixed;
  top:20px;
  left:15px;
  right:15px;
  background:white;
  border-radius: 6px;
  padding: 8px 40px 8px 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border:1px solid #dedede;
  z-index:1000;
  font-size: 0.7rem;
  font-family: 'Montserrat', sans-serif;
}
.add-to-homescreen-android:after, .add-to-homescreen-android:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index:1000;
}

.add-to-homescreen-android:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -10px;
  z-index:1000;
}
.add-to-homescreen-android:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: var(--primary-color);
  border-width: 12px;
  margin-left: -14px;
  z-index:1000;
}
@media (max-width: 768px){
  .missing-page-wrap {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
    margin-top:80px;
  }
  .missing-page-wrap .left {
    order:2;
  }
  .missing-page-wrap .right {
    text-align: center;
    order:1;
  }
  .missing-page-img-wrap {
    text-align: center;
  }
  .missing-page-img-wrap img {
    max-width: 60%;
  }
  .missing-page-text-wrap {
    text-align: center;
  }
}
@media (max-width: 968px){
  .add-to-homescreen-ios,  .add-to-homescreen-android {
    display: block;
  }
}
.login-register-wrap {
  max-width: 450px;
  margin:0 auto;
  margin-top:60px;
}
.login-register-wrap .lgo {
  width: 100%;
  text-align: center;
  margin-bottom:30px;
}
.login-register-wrap p.intro {
  text-align: center;
  font-weight: bold;
  margin-bottom:25px;
  font-size: 1.2rem;
}
.login-register-wrap p.warning {
  font-size:0.9rem;
}
.login-register-wrap .divide {
  border-top:1px solid var(--main-border-color);
  position: relative;
  margin-top:25px;
  margin-bottom:35px;
}
.login-register-wrap .divide span{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--divide-box);
  padding-left:15px;
  padding-right: 15px;
  top:-13px;
  text-transform: uppercase;
  font-size: 0.9;
  font-weight: bold;
}
.login-register-wrap .divide {
  border-top:1px solid var(--divide-box);
}
.login-register-wrap .bottom-actions {
  text-align: center;
}
.login-register-wrap .bottom-actions .btn {
  width: 100%;
  margin-top: 20px;
  padding: 9px 20px 9px 20px;
  border-radius: 8px;
  font-size: 1rem
}
.login-buttons {
  display: flex;
  flex-direction: column;
}
.soc-button {
  padding: 9px 20px 9px 20px;
  text-align: center;
  border-radius: 8px;
  color:white;
  width:100%;
  margin-bottom:20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap:10px;
  border: 1px solid transparent;
}
.soc-button i {
  font-size: 1.3rem;
}
.soc-button.facebook {
  background: var(--box-background);
  color: var(--main-title-color);
  border-color: var(--main-input-border-color);;
}
.soc-button.facebook i {
  color: rgba(66, 103, 178, 1);
}
.soc-button.facebook:hover {
  background: rgba(66, 103, 178, 0.9);
  color:white;
  border-color: rgba(66, 103, 178, 0.9);
}
.soc-button.facebook:hover i {
  color:white;
}
.soc-button.google {
  background: var(--box-background);
  color: var(--main-title-color);
  border-color: var(--main-input-border-color);;
}
.soc-button.google:hover {
  background:rgba(255,255, 255, 0.5);
}
.btn-outline-secondary {
  padding: 9px 20px 9px 20px;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  color: #959595;
  border-color: #c2c2c2;
  text-transform: uppercase;
  font-size: 1rem;
}
.login-register-wrap .form-group label {
  font-size:0.9rem;
}
.forgot-pass-link {
  font-size:0.9rem;
}
.login-link i {
  color:white;
}
.login-link:hover i {
  color:var(--primary-color);
}

@media (max-width: 968px) {
  .login-register-wrap {
    padding-left:25px;
    padding-right: 25px;
    margin-top:40px;
  }
}
@media (min-width: 968px) and (max-width: 1199px) {
  .login-register-wrap {
    margin-top:70px !important;
  }
}

.modal {
  pointer-events: all;
}
.modal-dialog .modal {
  pointer-events: all;
}
.modal {
  overflow-y: auto !important;
}


.user-profile {
  margin-top: 0px;
}
.user-profile .intro {
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-title-color);
}
.user-profile .intro i {
  font-size: 1.8rem;
  margin-right: 10px;

}
.user-profile .profile-items  {
  margin-top:30px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.user-profile .profile-items a {
  display: flex;
  border-radius: 8px;
  background: var(--box-background);
  padding:20px;
  color:black;
  text-decoration: none;
  justify-items: flex-start;
  align-items: center;
  transition: background 0.3s;
}
.user-profile .profile-items.on-subpage a .title span  {
  display: none;
}
.user-profile .profile-items.on-subpage a  {
  padding:10px !important;
}
.user-profile .profile-items .title  {
  color: var(--main-title-color);
}
.user-profile .profile-items a:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.user-profile .profile-items a:hover .icon {
  transition: background 0.3s;
  border-color:var(--primary-color);
}
.user-profile .profile-items a:hover .icon i {
  color:white;
  transition: background 0.3s;
}
.user-profile .profile-items a h3 {
  font-size:1.2rem;
  font-weight: 600;
  margin-bottom: 0px;
}
.user-profile .profile-items a .title span {
  font-size: 0.9rem;
}

.user-profile .profile-items a .icon {
  background: var(--body-background);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
  border:1px solid var(--body-background);
}
.user-profile .profile-items.on-subpage a .icon {
  background: #F3F3F3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.user-profile .profile-items a .icon i {
  font-size: 1.8rem;
  height: 34px;
}
.user-profile .profile-items.on-subpage a .icon i {
  font-size: 1.4em;
}
.pesmarice-seznam {
  margin-top:40px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.pesmarice-seznam .item .icon {
  background:white;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .user-profile .profile-items  {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 968px) {
  .user-profile .profile-items  {
    grid-template-columns: repeat(1, 1fr);
  }
  .user-profile {
    margin-top:40px;
  }
  .header__action--search {
    display: none;
  }
}
@media (min-width: 576px) {
  .sign__form--contacts, .sign__form--profile, .sign__form--cart {
    padding: 30px 40px 20px 40px;
  }
}
.sign__title {
  color: var(--main-title-color);
}
.sign__label {
  font-weight: 400;
  font-size: 14px;
  color: #737373;
  margin-bottom: 5px;
  padding-left: 0px;
}
.title-h3-icon h3 {
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--main-title-color)
}
.title-h3-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top:40px;
  margin-bottom: 10px;
}
.title-h3-icon .icon-wrap {
  background: var(--box-background);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right:15px;
}
.title-h3-icon.space-between {
  justify-content: space-between;
}
.title-h3-icon i {
  height: 28px;
  font-size: 1.5rem;
}
.dashbox {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--box-background);
  border: 1px solid var(--main-border-color);
}
.main__table tbody tr {
  border-bottom: none;
  background-color: transparent;
  border-top: 1px solid var(--main-border-color);
}
.main__table thead  {
  background: #343a46;
  /*
  background-image: linear-gradient(to right top, #2a2f39, #2f343f, #333946, #383f4c, #3d4453);*/
}
.main__table thead th {
  padding-top:20px;
}
.main__table thead th a {
  color: #fff;
}
.main__table-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: var(--main-title-color);
  font-weight: 400;
  line-height: 30px;
  padding: 20px;
  white-space: nowrap;
}
.main__table-text a {
  font-size: 16px;
  color: var(--main-title-color);
}
.main__table thead th a.active {
  color: var(--primary-color);
}
.flex-rule {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sub-page-intro {
  margin-top:10px;
  padding:10px 20px 10px 20px;
  color: var(--main-title-color)
}
.postani-podpornik {
  display: inline-flex;
  background-image: linear-gradient(to right, #ffa918, #ffb013, #ffb80d, #ffbf08, #ffc703);
  border-radius: 10px;
  padding:8px 20px 8px 20px;
  color:#000;
  align-items: center;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
  border:1px solid #ffc703;
  border-radius: 50px;
  transition: all 0.1s;
}
.postani-podpornik i {
  font-size: 1.1rem;
  margin-right: 8px;
  color:#111;
  padding-top:5px;
}
.postani-podpornik:hover i {
  color:#fff;
}
.postani-podpornik:hover {
  background:#000;
  color:#fff;
  transition: all 0.1s;
  border-color: black;
}
.table-actions {
  display: flex;
  justify-content: flex-end;
  gap:20px;
}
.add__pesmarica_btn {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 40px;
}
.sign__btn {
  font-weight: 600;
  background: var(--primary-color);
  background: -webkit-linear-gradient(54.7deg, var(--primary-color), #71cf9f);
  background: linear-gradient(54.7deg, var(--primary-color), #71cf9f);
  transition: background 0.3s;
}
.sign__btn:hover {
  background: #000;
  background: -webkit-linear-gradient(54.7deg, #000, #111);
  background: linear-gradient(54.7deg, #000, #111);
  transition: background 0.3s;
}
.order-table-cols i {
  font-size: 1.4rem;
  margin-left:20px;
  margin-top:6px;
}
.song-actions {
  user-select: none;
}
.song-buttons {
  display: flex;
  gap:10px;
  justify-content: flex-start;
  align-items: center;
}
.song-buttons a {
  display: inline-flex;
  border:1px solid var(--box-background);
  background: var(--box-background);
  border-radius: 10px;
  padding:10px;
  flex-direction: column;
  color:#111;
  align-items: center;
  max-width: 70px;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.song-buttons a.active i {
  color:var(--primary-color);
}
.song-buttons a:hover {
  border:1px solid var(--primary-color);
}
.song-buttons a:hover i {
  color:var(--primary-color);
  transition: 0.3s ease;
}
.song-buttons a:hover span {
  color:var(--primary-color);
  transition: 0.3s ease;
}
.song-buttons a i {
  color:#111;
  font-size: 1.3rem;
}
.song-buttons a span {
  font-size: 0.6rem;
  margin-bottom: 0;
  line-height: 0.8rem;
  margin-top:8px;
  text-align: center;
  color: var(--main-title-color)
}
@media (min-width: 1200px){
  .song-buttons-container {
    min-height: 90px;
  }
  .song-buttons {
    position: absolute;
    right: 10px;
    top:0px;
  }
}
@media (max-width: 1200px){
  .song-buttons a {
    border: none;
    background: none;
  }
  .song-buttons a span {
    display: none;
  }
}
@media (min-width: 1204px){
  .mobile-search {
    display: none;
  }
}
@media (min-width: 1204px){
  .mobile-search {
    display: none;
  }
}
@media (max-width: 1204px){
  .mobile-search {
    height: auto;

    white-space: nowrap;
    margin-top: 70px;
    background: rgba(20,25,31,0.95);
    height: 45px;
  }
  .mobile-search form {

    width: 100%;
  }
  .mobile-search .wrap{
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-search .search-icon {
    position: absolute;
    left:38px;
    top:12px;
    color:#9c9c9c;
  }
  .mobile-search input {
    height: 40px;
    background-color: #2a2f39;
    color: #fff;
    font-size: 16px;
    border-radius: 12px;
    border: none;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    margin-top:0px;
    padding-left:45px;
  }
  .mobile-all {
    display: none;
  }
  .song-switches {
    margin-top:-60px;
  }
  .song-buttons {

    justify-content: space-between !important;

  }
  .song-buttons a i {
    color:var(--primary-color);
  }
  .song-buttons a:hover {
    border:none;
  }
  .song-buttons {
    margin-top:-15px;
  }

}
@media (max-width: 986px){
  .sub-header {
    background: rgba(20,25,31,0.95);
  }
  .header {
    width: 100%;
  }


}

.logo-main {
  color:white;
}
.login-extra-icon {
  font-size: 1.2rem !important;
  margin-right:2px;
}

.circular-menu {
  width: 50px;
  height: 140px;
  margin: 0 auto;
  position: relative;
}

.circle {
  width: 50px;
  height: 140px;
  opacity: 0;

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.open.circle {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.circle a {
  text-decoration: none;
  color: white;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 40px;
  margin-left: -30px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  font-size: 1.4rem;
  color:var(--primary-color);

}

.circle a:hover {
  color: var(--primary-color);
}

.menu-button {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 30px !important;
  padding: 10px;
  background: var(--primary-color);
  font-size: 1.4rem;
}

.menu-button:hover {
  background-color: rgba(20,25,31,0.95);
  color:white;
}

.guitar-mode {
  position: fixed;
  right: 8px;
  bottom: 0px;
  z-index: 100;
}
/*
.rulete-options a {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #111;
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 15px auto;
  border: 1px solid #d9d9d9;
  transition: 0.1s ease;
  transition-property: color, background-color, border-color, box-shadow;
}
.rulete-options a:hover {
  background: var(--primary-color);
  background: -webkit-linear-gradient(54.7deg, var(--primary-color), #71cf9f);
  background: linear-gradient(54.7deg, var(--primary-color), #71cf9f);
  border-color:var(--primary-color);
  color:white;

}*/
.single-item {
  display: flex;
  justify-content: flex-start;
  height: auto;
  align-items: center;
  padding:6px 20px 6px 20px;
  border-bottom: 1px dashed var(--main-border-color);
}
.single-item:hover .song-number  {
  color:#fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.single-item:last-child {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: none;
}
.z-title span a {
  color: var(--main-text-color);
  font-size: 13px;
  line-height: 16px;
  display: block;
}
.z-title h4 a {
  color: var(--main-text-color);
  font-size: 13px;
  line-height: 16px;
}
.z-title h4 {
  margin-bottom: 0px;
}
.song-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border:1px solid var(--text-grey-two);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: var(--text-grey-two);
  margin-right: 15px;
  font-size: 0.8rem;
}
.z-cat-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.main__list.cats {
  margin:0 !important;
  padding:0 0 0 0 !important;
}
.main__title.secondary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 60px;
  background: var(--box-background);
  /*
  background-image: linear-gradient(to right top, #2a2f39, #2f343f, #333946, #383f4c, #3d4453);*/
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top:10px;
  padding-bottom:10px;

}
.main__title.secondary h2 {
  color:000;
}
@media (min-width: 768px){
  .main__title.secondary h2 {
    font-size: 18px;
  }

}
.main__table-text a {
  font-size: 14px;
  color: var(--main-text-color);
}
.main__list {
  margin-top: -30px;
}
.main__table tbody td .main__table-text.with-icon i {
  margin-right: 10px;
  margin-top:0px;
  height: 26px;
}
.main__table-text a {
  display: flex;
  align-items: center;
}
@media (max-width: 768px){
  .main__title.secondary {margin-top:30px;}
  .back-button span {display:none;}
  .main__list {
    margin-top: -35px;
  }
  .main__table-text a {
    font-size: 12px;
  }
  .main__table thead th {
    font-size: 12px;
  }
  .hide-on-mobile {
    display: none;
  }
  .title-h3-icon {
    margin-top:10px;
  }
  .main__table {
    min-width: auto;
  }
  .main__table thead {
    background: #343a46;
    /*
    background-image: linear-gradient(to right top, #2a2e38, #2a2e38, #2a2e38, #2a2e38, #2a2e38);*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
.different-box-structure .z-cat-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.different-box-structure .single-item__time {
  margin-right: 0px;

}
.different-box-structure .single-item {
  padding:12px 20px 12px 20px;
}
.postani-podpornik-box {
  background:white;
  border-radius: 8px;
  margin-top:60px;
  display: block;
}
.postani-podpornik-box .top {
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color), var(--primary-color), var(--primary-color), var(--primary-color));
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 18px;
  padding:13px 20px 13px 20px;
  color:#fff;
}
.postani-podpornik-box:hover .middle {
  background: #111;
  color:#fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.postani-podpornik-box .top i {
  margin-right: 10px;
}
.postani-podpornik-box .middle {
  padding:20px;
  font-size: 13px;
  color: #111;
  text-decoration: none;
}
.premium-banner {
  background-image: linear-gradient(to right top, #71cf9f, #60c492, #4fba84, #3caf77, var(--primary-color));
  padding:20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  border-radius: 8px;
  color:white;
  cursor: pointer;
}
.premium-banner .go-premium {
  background:rgba(255,255,255,1);
  padding:8px 20px 8px 20px;
  display: inline-block;
  color:var(--primary-color);
  border-radius: 8px;
}
.premium-banner i {
  color:white;
  font-size: 2.8rem;
}
.premium-banner img {
  max-width: 48px;
  width: 80%;
}
.premium-banner:hover .go-premium {
  background:rgba(255,255,255,1);
  color:var(--primary-color);
}
.premium-banner:hover h5 {
  color:white;
  text-decoration: none;
}
.premium-banner:hover label {
  color:#bde9d1;
  text-decoration: none;
}
.premium-banner h5 {
  margin-bottom:0px;
  color:white;
}
.premium-banner label {
  margin-bottom:0px;
  color:#bde9d1;
}


.appearance {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}



.appearance .mode .check {
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color);
  width: 28px;
  height: 28px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.appearance .mode.active {
  border: 2px solid var(--primary-color);
}
.appearance .mode.active  .check {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
.appearance .mode {
  border: 2px solid transparent;
  border-radius: 12px;
  position: relative;
  margin-right: 36px;
  cursor: pointer;
}
.appearance .mode img {
  width: 110px;
}
.appearance .mode .check i {
  font-size: 1.2rem;
  color: #fff;
}
.appearance .mode-wrap label {
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  width: 100%;
  padding-right: 36px;
  font-size: 14px;
  color: #737373;
}
.appearance .mode:hover {
  border: 2px solid var(--primary-color);
}
.search-top-margin {
  margin-top:20px;
}
@media (max-width: 968px) {
  .login-register-wrap {
    padding-left:25px;
    padding-right: 25px;
    margin-top:30px;
  }
}
@media (min-width: 968px) and (max-width: 1199px) {
  .login-register-wrap {
    margin-top:30px !important;
  }
}

@media (min-width: 968px) and (max-width: 1199px) {
  .appearance .mode img {
    width: 70px;
  }
  .appearance .mode {
    border-radius: 8px;
  }
  .appearance .mode .check {
    width: 18px;
    height: 18px;

  }
  .appearance .mode .check i {
    font-size: 0.7rem;
  }

}
@media (min-width: 768px) and (max-width: 968px) {
  .premium-banner {margin-top: 20px !important;}
}
@media (max-width: 768px) {
  .premium-banner {
    text-align: center;
    margin-top:30px;
    flex-direction: column;
    justify-content: center;
  }
  .premium-banner .go-premium {
    margin-top:20px;
  }
  .premium-banner h5 {
    font-size: 1.6rem;
  }
  .appearance .mode img {
    width: 100%;
    max-width: 65px;
  }
  .appearance .mode {
    width: 100%;
    max-width: 65px;
  }
  .appearance .mode .check {
    width: 18px;
    height: 18px;

  }
  .appearance .mode .check i {
    font-size: 0.7rem;
  }
  .appearance .mode {
    border-radius: 8px;
    margin-right: 20px !important;
  }
  .premium-banner img {
    display: none;
  }
  .appearance .mode-wrap label {
    text-align: left;
    padding-left:2px;
  }
}
.dropdown-login .login-register-wrap {
  margin-top:-30px;
}
.dropdown-login .login-register-wrap .divide span {
  display: none;
}
.dropdown-login .login-register-wrap .divide {
  margin-top: 10px;
  margin-bottom: 15px;
}
.dropdown-login .login-register-wrap .login-buttons {
  flex-direction: row;
  gap:15px;
}
.login-register-wrap .login-buttons label {
  margin-bottom: 0px;
}
.header__drop.login:after, .header__drop.login:before {
  right: 7.5%;
}


.drawer {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom:0px;
  padding: 0.4em 0;
  background: #2a2f39;
  color: white;
  text-align: center;
  /* Remove 4px gap between <li> */
  font-size: 0;
}
.drawer li {
  pointer-events: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  line-height: 100%;
  transform: translateZ(0);
}
.drawer a {
  pointer-events: auto;
  position: relative;
  display: block;
  min-width: 4em;
  margin-bottom: 0em;
  padding: 0.4em;
  line-height: 100%;
  /* Reset font-size */
  font-size: 16px;
  text-decoration: none;
  color: white;
  transition: background 0.3s;
}
.drawer a:active, .drawer a:focus {
  background: var(--primary-color);
}
.drawer i {
  display: block;
  margin-bottom: 0.2em;
  font-size: 2em;
}
.drawer span {
  font-size: 0.625em;
  font-family: sans-serif;
  text-transform: uppercase;
}
.drawer li:hover ul {
  /* Open the fly-out menu */
  transform: translateX(0);
  background: var(--primary-color);
  /* Enable this if you wish to replicate hoverIntent */
}
.drawer > li {
  display: block;
  /* Add a shadow to the top-level link */
  /* Show the shadow when the link is hovered over */
  /* Fly out menus */
}
.drawer > li > a {
  background: #2a2f39;
}
.drawer > li:hover {
  z-index: 100;
}
.drawer > li:hover a {
  background: var(--primary-color);
}
.drawer > li a:hover {
  background: var(--primary-color);
}
.drawer > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 4px;
  opacity: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=1 );
  transition: opacity 0.5s;
}
.drawer > li:hover a:after {
  opacity: 1;
}
.drawer > li ul {
  position: absolute;
  /* Stack below the top level */
  z-index: -1;
  top: 0;
  left: 100%;
  height: 100%;
  width: auto;
  white-space: nowrap;
  /* Close the menus */
  transform: translateX(-100%);
  background: var(--primary-color);
  transition: 0.5s transform;
}

/**
 * Not required for demo
 */
@keyframes circle {
  50% {
    transform: scale(1.26923077);
  }
}
@keyframes initials {
  50% {
    transform: translateY(-8px) translateZ(0);
  }
}

.bg-gradient1 span,
.bg-gradient1:before {
  background: var(--primary-color);
  background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 80%, var(--primary-color) 100%);
  color:white;
}
.bg-gradient1 span i {
  height: auto !important;
  margin-right: 8px;
}
.bg-gradient2 span,
.bg-gradient2:before {
  background: var(--primary-color);
  background: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 80%, var(--primary-color) 100%);
  color:white;
}
.bg-gradient3 span,
.bg-gradient3:before {
  background: #fa6c9f;
  background: linear-gradient(to right, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
}


/* fancy Button */
.fancy-button {
  display: inline-block;
  margin: 0px;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  font-weight: 500;

}
.fancy-button:before {
  content: "";
  display: inline-block;
  height: 0px;
  position: absolute;
  bottom: -5px;
  left: 30px;
  right: 30px;
  z-index: -1;
  border-radius: 30em;
  filter: blur(20px) brightness(0.95);
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.fancy-button i {
  margin-top: -1px;
  margin-right: 20px;
  font-size: 1.265em;
  vertical-align: middle;
}
.fancy-button span {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
  width: 100%;
}
.fancy-button:focus, .fancy-button:active {
  color: #ffffff;
}
.fancy-button:hover {
  color: #ffffff;
}
.fancy-button:hover span {
  filter: brightness(1.05) contrast(1.05);
  transform: scale(0.95);
}
.fancy-button:hover:before {
  bottom: 0;
  filter: blur(10px) brightness(0.95);
}
.fancy-button.pop-onhover:before {
  opacity: 0;
  bottom: 10px;
}
.fancy-button.pop-onhover:hover:before {
  bottom: -7px;
  opacity: 1;
  filter: blur(20px);
}
.fancy-button.pop-onhover:hover span {
  transform: scale(1.04);
}
.fancy-button.pop-onhover:hover:active span {
  filter: brightness(1) contrast(1);
  transform: scale(1);
  transition: all 0.15s ease-out;
}
.fancy-button.pop-onhover:hover:active:before {
  bottom: 0;
  filter: blur(10px) brightness(0.95);
  transition: all 0.2s ease-out;
}
.rulete-options a {
  margin-bottom:6px;
  width: 100%;
}
.modal-title.two-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-title.two-items.row {
  flex-direction: row;
}
.modal-title.two-items.row img {
  margin-right: 16px;
}
.modal-title.two-items.column {
  flex-direction: column;
}
.modal-title.two-items img {
  width: 50px;
}
.modal-title.two-items.column img {
  width: 70px;
  margin-bottom:10px;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
  font-size: 28px;
  color: var(--main-title-color);
}
.limit-button-width button {
  width: 160px;
}
.modal-button-actions-bottom {
  display: flex; justify-content: center; flex-direction: column; align-items: center;
}
.modal-button-actions-bottom button {
  width: 120px;
  margin-bottom: 15px;
  margin-top:20px;
}
.bg-gradient1.desktop {
  opacity: 1;
  display: inline-block;
}
.bg-gradient1.mobile {
  opacity: 0;
  display: none;
}
@media (min-width: 968px) {
  .space-index {margin-top:30px; display: block}
}
@media (max-width: 968px) {
  .space-index {margin-top:0px; display:none}
}
@media (max-width: 768px) {
  .do-artist-mobile-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:20px;
  }
  .article__artist img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 1fr ;
    grid-template-rows: 1fr;
    gap: 20px 20px;
    grid-template-areas:
      "."
      "."
      ".";
  }
  .mobile-flex {
    flex-direction: row !important;
    align-items: flex-start !important;
  }
  .recommend-song-box.song-page .random-ico {
    display: none;
  }
  .recommend-song-box.song-page h4 {
    font-size: 1.1rem;
    text-align: left;
  }
  .title-mobile-rule {
    margin-top:40px;
  }
  .bg-gradient1.desktop {
    opacity: 0;
    display: none;
  }
  .bg-gradient1.mobile {
    opacity: 1;
    margin-top:20px;
    display: inline-block;
  }
  .sub-page-intro {
    background: var(--box-background);
    border-radius: 10px;
    padding: 30px;
    font-size: 0.8rem;
  }
  .modal-content {
    margin:10px;
  }
}
@media (max-width: 986px) {
  .recommend-song-box.song-page h4 {
    text-align: left;
  }
  .recommend-song-box.song-page {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom:10px;
  }
  .recommend-song-box.song-page .random-ico i {
    font-size: 2.3rem;
    margin-right: 15px;
  }
  .mobile-flex-rulete {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header__drop:after, .header__drop:before {
    right: 15.5%;
  }

}
.adjust-padding {
  padding: 30px 20px 30px 40px;
}
.modal-header {padding-bottom:15px;}
.label-middle-different {
  margin-left:0 !important;
  padding-left:0;
  text-align:center;
  font-size: 16px;
  font-weight: 500 !important;
  width: 100%;
  margin-bottom:10px;
  margin-top:5px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-10 {
    -ms-flex: 0 0 78.333333% !important;
    flex: 0 0 78.333333% !important;
    max-width: 78.333333% !important;
  }
  .col-lg-2 {
    -ms-flex: 0 0 21.666667% !important;
    flex: 0 0 21.666667% !important;
    max-width: 21.666667% !important;
  }
  .song-switches {
    margin-top: 0px;
  }
  .song-breadcrumbs {margin-top:50px;}
}
input::selection {
  background:var(--primary-color);
  color:white;
}
.no-wave-icon {
  font-size: 1rem !important;
  height:20px !important;
  color: white;
}
.header__action-btn.login-item:hover i {
  color:white;
}
.header__action-btn .top-plus {
  position: absolute; top:3px; right:-6px; color:#FCDB01; font-size: 0.7rem;
}
.header__action-btn.login-item:hover .top-plus {
  color:#FCDB01 !important;
}

.nextBill {
  background: var(--box-background);
  border-radius: 12px;
  padding:30px;
  margin-top:20px;
  border: 2px solid var(--main-border-color);
  color: var(--main-title-color)
}
.nextBill .paymentInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nextBill .paymentInfo small {
  color: #737373;
}
.nextBill .paymentInfo .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nextBill .paymentInfo .type {
  font-size:1.8rem;
  margin-right: 20px;

}
.nextBill .paymentInfo label {
  display: block;
  margin-bottom: 0px;
}
.nextBill h6 {
  font-weight: bold;
  margin-bottom: 20px;
}
.trenutniPaket .paket {
  border-radius: 12px;
  background: var(--box-background);
  margin-top:20px;
  border:2px solid var(--main-border-color);
  position:relative;
  color: var(--main-title-color)
}
.trenutniPaket .paket.podpornik {
  border:2px solid var(--primary-color);
}
.trenutniPaket .paket h4 {
  font-weight: 600;
  margin-bottom:30px;
}
.trenutniPaket .paket .head {
  background-image: linear-gradient(to right bottom, #525763, #4a4f5b, #434853, #3b404b, #343943, #313640, #2d323c, #2a2f39, #2a2f39, #2a2f39, #2a2f39, #2a2f39);
  height: 55px;
  color:white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left:30px;
  padding-right: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}
.trenutniPaket .paket .information {
  padding:30px;
}
.trenutniPaket .paket .foot {
  padding:20px 30px 20px 30px;
  border-top: 1px solid var(--main-border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trenutniPaket .paket .foot h5 {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 2.6rem;
}
.paketList  {
  margin-left: 20px;
  color: var(--main-title-color);
}
.paketList.index  {
  color: var(--main-title-color);
  margin-left:0;
}
.paketList li  {
  margin-bottom: 3px;
}
.paketList li i {
  margin-right: 10px;
}
.paketList li.green i {
  color:var(--primary-color);
}
.paketList li.red i {
  margin-right: 13px;
  color:#e14242;
}
.button-outlined {
  padding:8px 20px 8px 20px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  text-align: center;
  color:#737373;
}
.button-outlined:hover {
  border: 1px solid #ffc703;
  color:#000;
}
.mt-40 {
  margin-top:40px;
}
.content-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:20px;
  flex-wrap: wrap;
  margin-top:10px;
}
.content-navigation li a i {
  display: none;
}

.content-navigation li {
  border-right: 1px solid var(--main-border-color);
  padding-right:20px;
}
.content-navigation li a {
  color:#737373;
  font-size: 0.9rem;
}
.content-navigation li a:hover {
  color:var(--primary-color)
}
.content-navigation li a.active {
  color:var(--primary-color)
}

.content-navigation li:last-child {
  border-right: none;
}
.content-navigation li a span {

}
@media (min-width: 768px) and (max-width: 968px) {
  .nextBill .paymentInfo .type {


  }
  .nextBill .paymentInfo  {
    align-items: flex-start;
    flex-direction: column;
  }


}
@media (min-width: 768px) and (max-width: 1200px) {


  .trenutniPaket .paket .button-actions { margin-top:10px; margin-bottom:10px; }

}
@media (max-width: 968px){
  .title-h3-icon.space-between { flex-direction: row; gap:20px;align-items: center; }


}
.pin-to-end {
  justify-content: flex-end;
}
.pin-to-center {
  justify-content: center;
}
.divide {
  /*border-top:1px solid #e6e6e6;*/
  margin-top:8px;
  padding-bottom:8px;
}
.modal-plus {
  font-size: 3.2rem;
  margin-right: 18px;
  color:#ffc703;
}

@media (min-width: 768px) and (max-width: 1168px) {
  .main__list {
    margin-top: -35px;
  }

}


@media (max-width: 1171px) {
  .main__table thead {
    background: #2a2e38;
    background-image: linear-gradient(to right top, #2a2e38, #2a2e38, #2a2e38, #2a2e38, #2a2e38);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .user-profile {
    margin-top: 0px;
  }
  .user-profile.home {
    margin-top: 0px;
  }

}
@media (min-width: 1172px) and (max-width: 1200px) {
  .user-profile.home {
    margin-top:30px;
  }

}
@media (min-width: 969px) and (max-width: 992px) {
  .user-profile.home {
    margin-top:0px;
  }

}
@media (max-width: 768px) {
  .user-profile {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .user-profile.home {
    margin-top:40px;
  }
  .header__drop {
    width: 180px;
  }
}
@media (max-width: 968px) {
  .user-profile.home  {
    margin-top: 0px !important;
  }
  .content-navigation li a i {
    display: block;
    font-size: 1.3rem;
  }
  /*
  .content-navigation li a lord-icon {
    display: block;

  }*/
  .content-navigation li a span {
    display: none;
  }
  .content-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .content-navigation li {
    border-right: none;
    padding-right: 0px;
  }
}
.success-icon {
  width: 100%;
  text-align: center;
}
.success-icon i {
  font-size:5rem;
  color:var(--primary-color);
}
@media (max-width: 1268px) {
  .search-top-margin {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .search-top-margin {
    margin-top: 0px;
  }
}
.alternative-position-rulete {
  margin-top:30px !important;
}
.alternative-position-rulete .recommend-song-box {
  margin-top:0px !important;
  border:none;
}

@media (min-width: 768px) and (max-width: 1200px) {

  .alternative-position-rulete {
    display: block !important;

  }
  .alternative-position-rulete .recommend-song-box {
    height: 402px;
  }
  .alternative-position-rulete .recommend-song-box .random-ico i {
    font-size: 4rem;
  }
  .alternative-position-rulete .recommend-song-box .random-ico  {
    padding-top:10px;
  }
}
@media (min-width: 990px) {
  .alternative-position-rulete {
    display: none;
  }
}
@media (max-width: 1200px) {
  .side-rulete-index {
    display: none;
  }
  .index-banner-ipad-mobile-rule {
    margin-top:60px;
  }
}
@media (min-width: 1200px) {
  .index-banner-ipad-mobile-rule {
    margin-top:30px;
  }
}
.added {
  position: absolute;
  bottom:-95px;
  font-size: 0.8rem;
  background: white;
  border-radius: 10px;
  padding:15px;
  min-width: 180px;
  text-align: center;
  border: 1px solid var(--primary-color);
  -webkit-animation: fadeinout 4s linear forwards;
  animation: fadeinout 4s linear forwards;
}
.added:after, .added:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.added:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.added:before {
  border-color: rgba(NaN, 55, 55, 0);
  border-bottom-color: var(--primary-color);
  border-width: 11px;
  margin-left: -11px;
}

@media (max-width: 1200px) {
  .added {
    bottom:-75px;
  }
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}
.song {
  background: var(--box-background);
  border-radius: 8px;
  padding-bottom:20px;
  color: var(--main-title-color);
}
.sub-btn.right {
  margin-left:20px;
}
.sub-btn.left {
  margin-right:20px;
}
.pripomocki-list {
  margin-top:30px;
  display: grid;
  gap:30px;
  grid-template-columns: repeat(4, 1fr);
}
.pripomocki-list .pripomocek {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--box-background);
  border-radius: 20px;
  background: var(--box-background);
}
.pripomocki-list .pripomocek label {
  color: var(--main-title-color);
}
.pripomocki-list .pripomocek:hover {
  border-color:var(--primary-color);
}
@media (max-width: 1270px) {
  .pripomocki-list {
    margin-top:20px;
    gap:10px;
    grid-template-columns: repeat(2, 1fr);

  }
  .pripomocki-list .pripomocek {
    padding: 10px;
  }
  .pripomocki-list .pripomocek label {
    font-size: 0.9rem;
    text-align: center;
  }
}
@media (min-width: 969px) and (max-width: 992px) {
  .main {
    margin-top:30px;
  }
  .mobile-wrap-adjustments .youtube {
    margin-top: -30px;
  }
}
select option:hover {
  background-color: var(--primary-color);
}
.back-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--back-button-color);
}
.back-button:hover {
  color:var(--primary-color) !important;
}

.back-button i  {
  margin-right:8px;
  padding-top:2px;
}

.akordi-container {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 4%;
  background: var(--pripomocki-wrap-background);
  border-radius: 20px;
  font-family: 'Poppins';
  font-style: normal;
  padding:30px;
  color: var(--main-title-color);
}
.akordi-wrap .dur {
  width: 100%;
  text-align:center;
  font-size: 3rem;
  margin-bottom:20px;
  font-weight: 600;
}
.akordi-wrap .choices {
  margin-bottom: 20px;
}
@media (min-width: 986px) {
  .akordi-wrap .choices {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .akordi-wrap .choices select {
    min-width: 150px;
  }
  .akordi-wrap .choices label {
    text-align: center;
    width: 100%;
  }
  .content-navigation li a lord-icon {
    display: none !important;
  }
}
@media (max-width: 986px) {
  .akordi-wrap .choices select {
    margin-bottom:15px;
  }
}


#pre-loader
{
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(50px);
  background: var(--background-preloader);
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pre-loader .spinner-grow
{
  color: var(--primary-color) !important;
  width: 60px;
  height: 60px;
}
.chord-title {
  color: var(--main-title-color)
}
.sign__group label {
  color: var(--text-grey);
  font-weight: 500 !important;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--main-title-color);
  text-shadow: none;
}
.close:hover {
  color: var(--primary-color);
}
.author-link {
  color: var(--main-title-color) !important;
}
.author-link:hover {
  color:var(--primary-color) !important;
}
.z-title span a:hover, .single-item .single-item__time a:hover, .z-title h4 a:hover {
  color: var(--primary-color);
}
.cookie-notice {
  position: fixed;
  bottom:20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--cookie-background);
  color: var(--cookie-color);
  z-index:100;
  padding:8px 20px 8px 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  font-size: 0.8rem;
}
.cookie-notice a.text {
  color: var(--cookie-color);
  text-decoration: none;
  display: inline-block;
}
.cookie-notice a.text:hover, .cookie-notice a.agree:hover {
  color: var(--primary-color);
}
.cookie-notice a.agree {
  margin-left:5px;
}

body.dark .icon-on-light {
  display: none;
}
body.dark .icon-on-dark {
  display: inline-block;
}
body.light .icon-on-dark, body .icon-on-dark  {
  display: none;
}
body.light .icon-on-light, body .icon-on-light {
  display: inline-block;
}
body.dark #bmp, body.dark #bpm-display {
  color:white !important;
}
body.dark .plan {
  border: 2px solid var(--main-input-border-color);
}
body.dark .user-profile .profile-items a:hover {
  box-shadow:none;
}
body.dark .chord-react.auto-color-scheme svg {
  filter: invert(100%) brightness(1.3);
}
body.dark a:hover {
  color: white;
}

.space-top {
  margin-top: 0px;
}
@media (min-width: 969px) and (max-width: 1224px) {
  .space-top {
    margin-top: 0px;
  }
}
.header__drop .login-register-wrap {
  margin-top:0 !important;
}
@media (max-width: 986px) {
  .cookie-notice {
    font-size: 0.6rem;
    text-align: center;
    left:10px;
    right: 10px;
    transform: none;
  }
  .xmas-subhead {
    background-size: 250%;
  }
}

.modal-open {
  overflow: initial;
}

iframe, iframe div,  iframe div img {
  width: 100% !important;
}
.cookie-warning {
  background:  #fee797;
  color:#111;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-top:30px;
  font-size: 0.9rem;
}
.cookie-warning p {
  margin:0;
}
.cookie-warning a {
  margin-left: 8px;
  color:#111 !important;
}
.cookie-warning a:hover {
  color:var(--primary-color) !important;
}

@media (min-width: 754px) and (max-width: 1204px) {
  .song-actions {
    top: 80px;
  }
}

@media (min-width: 786px) {

}
@media (max-width: 786px) {

}

.header--search {
  position: relative;
}
.header--search input {
  width: 420px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 24px;
  padding: 0 20px;
  padding-right: 58px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #353944;
  background-color: #353944;
    
    transition: border 450ms ease, background-color 450ms ease;
}
.header--search input:focus {
  border: 1px solid #ffffff;
  background-color: #3C414D;
}
.header--search--buttons {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 16px;
  top: 10px;
  bottom: 10px;
}
.header--search .header--search--buttons button {
  position: relative;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0.65;
  
  transition: opacity 450ms ease;
}
.header--search .header--search--buttons .delimiter {
  width: 1px;
  height: 100%;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #8B8B8B;
  opacity: 0;
  
  transition: opacity 450ms ease;
}
.header--search.search-not-empty .header--search--buttons .delimiter {
  opacity: 1;
}
.header--search .header--search--buttons button.close,
  .header--search--buttons button.close:focus,
  .header--search--buttons button.close:not(:disabled):not(.disabled):focus,
  .header--search--buttons button.close:not(:disabled):not(.disabled):hover
 {
  opacity: 0;
}
  .header--search .header--search--buttons button.close svg {
    width: 14px;
  }
.header--search.search-not-empty .header--search--buttons button,
  .header--search.search-not-empty .header--search--buttons button.close,
  .header--search.search-not-empty .header--search--buttons button.close:focus,
  .header--search.search-not-empty .header--search--buttons button.close:not(:disabled):not(.disabled):focus,
  .header--search.search-not-empty .header--search--buttons button.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.header--search .header--search--buttons button svg {
  width: 20px;
  height: auto;
  fill: #c5c5c5;
  transition: 0.5s ease;
}
.header--search .header--search--buttons button:hover svg {
  fill: var(--primary-color);
}
.header--search--active {
  top: 0;
}

.search--autocomplete--remove-all-search-history-dialog-container {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(217, 217, 217, 0.5);
  backdrop-filter: blur(10px);
  z-index: 5000;
  
  animation-duration: 450ms;
  animation-name: fadeOut;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
.search--autocomplete--remove-all-search-history-dialog-container.visible {
  animation-name: fadeIn;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}
  .search--autocomplete--remove-all-search-history-dialog {
    position: absolute;
    width: 500px;
    max-width: 95%;
    height: 290px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #353944;
    color: #ffffff;
    border-radius: 15px;
    padding: 48px;
    font-size: 16px;
    font-weight: 400;
  }
    .search--autocomplete--remove-all-search-history-dialog--close {
      position: absolute;
      right: 16px;
      top: 16px;
      font-size: 2px;
      padding: 5px;
      border-radius: 8px;
      
      transition: background-color 450ms ease;
    }
    .search--autocomplete--remove-all-search-history-dialog--close:hover {
      background-color: rgba(255, 255, 255, 0.2);
    }
    .search--autocomplete--remove-all-search-history-dialog--buttons {
      display: flex;
      position: absolute;
      right: 46px;
      bottom: 42px;
      flex-direction: row;
    }
      .search--autocomplete--remove-all-search-history-dialog--buttons button {
        left: 16px;
        padding: 9px 32px 9px 32px;
        color: #ffffff;
        border-radius: 27px;
        margin-left: 16px;
        
        transition: background-color 450ms ease;
      }
      .search--autocomplete--remove-all-search-history-dialog--buttons button:hover {
        background-color: rgba(255, 255, 255, 0.2);
      }
      .search--autocomplete--remove-all-search-history-dialog--buttons--confirm {
        background-color: #05B79C;
        color: #1F2429;
      }
      .search--autocomplete--remove-all-search-history-dialog--buttons--confirm:hover {
        background-color: #06efcc;
      }
    .search--autocomplete--remove-all-search-history-dialog strong {
      display: block;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 21px;
    }
.header--search--autocomplete {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  max-height: min(500px, calc(100vh - 120px));
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #353944;
  border-radius: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
  .header--search.focused .header--search--autocomplete {
    display: block;
  }
  .header--search--autocomplete--header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 16px 10px 16px;
    color: #ffffff;
    font-size: var(--font-size--small);
    font-weight: 600;
  }
    .header--search--autocomplete--header--remove-history-button {
      color: #ffffff;
      text-decoration: underline;
    }
    .header--search--autocomplete--header--remove-history-button:hover {
      text-decoration: none;
    }
  .header--search--autocomplete--item {
    display: flex;
    flex-direction: row;
    padding: 8px;
    margin-left: 8px;
    margin-right: 8px;
    align-items: center;
    border-radius: 8px;
    font-size: var(--font-size--regular);
    -webkit-touch-callout: none;
    color: #ffffff;
    
    transition: background-color 450ms ease;
  }
  .header--search--autocomplete--item:hover, .header--search--autocomplete--item:focus {
    background-color: #3E434D;
  }
    .header--search--autocomplete--item--image {
      width: 36px;
      height: 36px;
      min-width: 36px;
      min-height: 36px;
      margin-right: 16px;
      background-position: center center;
      background-size: cover;
      border-radius: 5px;
    }
    .header--search--autocomplete--item.autocomplete-artist .header--search--autocomplete--item--image {
      border-radius: 18px;
    }
    .header--search--autocomplete--item--text {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      white-space: nowrap;
      overflow: hidden;
    }
      .header--search--autocomplete--item--text--title {
        color: #ffffff;
        font-size: var(--font-size--regular);
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .header--search--autocomplete--item--text--subtitle {
        color: #8B8B8B;
        font-size: var(--font-size--smaller);
        overflow: hidden;
        text-overflow: ellipsis;
      }
    .header--search--autocomplete--item--arrow {
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 6px;
      padding-bottom: 6px;
      opacity: 1;
      
      transition: opacity 450ms ease;
    }
    .header--search--autocomplete--item:hover .header--search--autocomplete--item--arrow,
      .header--search--autocomplete--item:focus .header--search--autocomplete--item--arrow {
      opacity: 1;
    }
    .header--search--autocomplete--item--delete {
      padding: 4px;
    }
      .header--search--autocomplete--item--delete svg {
        width: 12px;
        opacity: 1;
        
        transition: opacity 450ms ease;
      }
      .header--search--autocomplete--item:hover .header--search--autocomplete--item--delete svg {
        opacity: 0.6;
      }
      .header--search--autocomplete--item:hover .header--search--autocomplete--item--delete:hover svg {
        opacity: 1;
      }

.search-results {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (min-width: 955px) {
  .search-results {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .search-results {
    margin-top: 90px;
  }
}
.search-results.search-results-no-results {
  margin-top: 160px;
}
  .search-results--wrapper {
    max-width: 100%;
  }
  .search-results--wrapper--songs {
    flex: 1;
  }
  .search-results--wrapper--songs.search-results--top-searched-songs {
    margin-top: 160px;
  }
  .search-results--title {
    font-size: 1.5rem;
    margin-bottom: 24px;
    font-weight: 500;
  }
  .search-results--title.songs {
    padding-left: 8px;
  }
  .search-results--best-result {
    display: flex;
    flex-direction: column;
    width: 420px;
    max-width: 100%;
    
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 24px;
    margin-right: 66px;
    margin-bottom: 2rem;
    color: #000000;
  }
  .search-results--best-result:hover {
    background-color: #ebebeb;
  }
  .dark .search-results--best-result {
    background-color: #1f2229;
    border-color: #16181d;
    color: #ffffff;
  }
  .dark .search-results--best-result:hover {
    background-color: #2a2e37;
  }
    .search-results--best-result--image {
      width: 160px;
      height: 160px;
      border-radius: 5px;
      background-position: center center;
      background-color: #dddddd;
      background-size: cover;
      margin-bottom: 24px;
    }
    .search-results--best-result--type--artist .search-results--best-result--image {
      border-radius: 80px;
    }
    .search-results--best-result--title {
      font-weight: 500;
      font-size: 32px;
      letter-spacing: -1%;
    }
    .search-results--best-result--artist {
      font-size: 14px;
      color: #727272;
    }
    .dark .search-results--best-result--artist {
      color: #0BB79C;
    }
  .search-results--songs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 672px;
  }
    .search-results--songs--song {
      display: flex;
      flex-direction: row;
      width: 50%;
      padding: 8px;
      border-radius: 8px;
      
      transition: background-color 450ms ease;
    }
    .search-results--songs--song:hover {
      background-color: #ebebeb;
    }
    .dark .search-results--songs--song:hover {
      background-color: #2a2e37;
    }
    .search-results--top-searched-songs .search-results--songs--song {
      width: 33%;
    }
      .search-results--songs--song--image {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
        border-radius: 8px;
        background-position: center center;
        background-color: #dddddd;
        background-size: cover;
        margin-right: 16px;
      }
      .search-results--songs--song--data {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0px;
      }
        .search-results--songs--song--title, .search-results--songs--song--artist {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
        .search-results--songs--song--title {
          font-size: 16px;
          color: #000000;
          font-weight: 500;
        }
        .dark .search-results--songs--song--title {
          color: #ffffff;
        }
        .search-results--songs--song--artist {
          font-size: 12px;
          font-weight: 400;
          color: #727272;
        }
        .dark .search-results--songs--song--artist {
          color: #0BB79C;
        }
.search-results--artists {
  margin-top: 16px;
}
.search-results--artists.search-results--top-searched-artists {
  margin-top: 64px;
}
  .search-results--artists--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
    .search-results--artists--artist {
      display: flex;
      flex-direction: column;
      width: 159px;
      padding: 8px;
      border-radius: 8px;
      margin-right: 16px;
      margin-bottom: 16px;
      
      transition: background-color 450ms ease;
    }
    .search-results--artists--artist:hover {
      background-color: #ebebeb;
    }
    .dark .search-results--artists--artist:hover {
      background-color: #2a2e37;
    }
      .search-results--artists--artist--image {
        position: relative;
        width: 143px;
        height: 143px;
        border-radius: 70px;
        background-position: center center;
        background-color: #dddddd;
        background-size: cover;
        margin-bottom: 24px;
      }
        .fa-circle-play.search-results--artists--artist--play {
          display: block;
          position: absolute;
          right: -4px;
          bottom: -18px;
          font-size: 48px;
          opacity: 0;
          
          transition: opacity 450ms ease, bottom 450ms ease;
        }
        .search-results--artists--artist:hover .fa-circle-play.search-results--artists--artist--play {
          bottom: -6px;
          opacity: 1;
        }
      .search-results--artists--artist--title, .search-results--artists--artist--artist {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .search-results--artists--artist--title {
        font-size: 1.1rem;
        color: #000000;
      }
      .dark .search-results--artists--artist--title {
        color: #ffffff;
      }
      .search-results--artists--artist--subtitle {
        font-size: 0.9rem;
        font-weight: 400;
        color: #727272;
      }
      .dark .search-results--artists--artist--subtitle {
        color: #0BB79C;
      }
.search--results--no-results {}
  .search--results--no-results--title {
    font-size: 24px;
    color: #000000;
  }
  .dark .search--results--no-results--title {
    color: #ffffff;
  }
    .search--results--no-results--title strong {
      font-weight: 700;
    }
  .search--results--no-results--subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #727272;
  }
  .dark .search--results--no-results--subtitle {
    color: #0BB79C;
  }

@media (max-width: 1024px) {
  .search-results.search-results-no-results {
    margin-top: 80px;
  }
    .search-results--wrapper--songs.search-results--top-searched-songs {
      margin-top: 80px;
    }
  .search-results--best-result {
    margin-right: 8px;
  }
  .search-results--top-searched-songs .search-results--songs--song {
    width: 50%;
  }
}
@media (max-width: 768px) {
  /*body, .main {
    padding-top: 60px;
  }*/
  .header {
    height: auto;
  }
  .header__content {
    padding-top: 16px;
    padding-bottom: 68px;
  }
  .header--search {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
    .header--search input {
      width: 100%;
      font-size: 16px;
    }
  .search-results.search-results-no-results {
    margin-top: 40px;
  }
    .search-results--wrapper--songs.search-results--top-searched-songs {
      margin-top: 40px;
    }
  .search-results--best-result {
    margin-right: 0px;
  }
  .search-results--songs {
    width: 100%;
    min-width: auto;
  }
    .search-results--songs--song {
      width: 100%;
    }
  
  .search-results--artists--items {
    justify-content: center;
  }
}
@media (max-width: 580px) {
  .search-results--top-searched-songs .search-results--songs--song {
    width: 100%;
  }
}
@media (hover: hover) {
  .header--search--autocomplete--item--arrow {
    opacity: 0;
  }
  .header--search--autocomplete--item--delete svg {
    opacity: 0;
  }
}
@media (max-width: 968px) {
  .sub-header { display: none !important; }
}
