/* Font-face */
@font-face {
    font-family: 'regular-semibolditalic';
    src: url('fonts/Regular-SemiboldItalic.eot');
    src: url('fonts/Regular-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Regular-SemiboldItalic.woff') format('woff'), url('fonts/Regular-SemiboldItalic.svg#regular-semibolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-semibold';
    src: url('fonts/Regular-Semibold.eot');
    src: url('fonts/Regular-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/Regular-Semibold.woff') format('woff'), url('fonts/Regular-Semibold.svg#regular-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-regularitalic';
    src: url('fonts/Regular-RegularItalic.eot');
    src: url('fonts/Regular-RegularItalic?#iefix') format('embedded-opentype'), url('fonts/Regular-RegularItalic.woff') format('woff'), url('fonts/Regular-RegularItalic.svg#regular-regularitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-regular';
    src: url('fonts/Regular-Regular.eot');
    src: url('fonts/Regular-Regular?#iefix') format('embedded-opentype'), url('fonts/Regular-Regular.woff') format('woff'), url('fonts/Regular-Regular.svg#regular-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-mediumitalic';
    src: url('fonts/Regular-MediumItalic.eot');
    src: url('fonts/Regular-MediumItalic?#iefix') format('embedded-opentype'), url('fonts/Regular-MediumItalic.woff') format('woff'), url('fonts/Regular-MediumItalic.svg#regular-mediumitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-medium';
    src: url('fonts/Regular-Medium.eot');
    src: url('fonts/Regular-Medium?#iefix') format('embedded-opentype'), url('fonts/Regular-Medium.woff') format('woff'), url('fonts/Regular-Medium.svg#regular-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-lightitalic';
    src: url('fonts/Regular-LightItalic.eot');
    src: url('fonts/Regular-LightItalic?#iefix') format('embedded-opentype'), url('fonts/Regular-LightItalic.woff') format('woff'), url('fonts/Regular-LightItalic.svg#regular-lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-light';
    src: url('fonts/Regular-Light.eot');
    src: url('fonts/Regular-Light?#iefix') format('embedded-opentype'), url('fonts/Regular-Light.woff') format('woff'), url('fonts/Regular-Light.svg#regular-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-extrabolditalic';
    src: url('fonts/Regular-ExtraboldItalic.eot');
    src: url('fonts/Regular-ExtraboldItalic?#iefix') format('embedded-opentype'), url('fonts/Regular-ExtraboldItalic.woff') format('woff'), url('fonts/Regular-ExtraboldItalic.svg#regular-extrabolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-extrabold';
    src: url('fonts/Regular-Extrabold.eot');
    src: url('fonts/Regular-Extrabold?#iefix') format('embedded-opentype'), url('fonts/Regular-Extrabold.woff') format('woff'), url('fonts/Regular-Extrabold.svg#regular-extrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-bolditalic';
    src: url('fonts/Regular-BoldItalic.eot');
    src: url('fonts/Regular-BoldItalic?#iefix') format('embedded-opentype'), url('fonts/Regular-BoldItalic.woff') format('woff'), url('fonts/Regular-BoldItalic.svg#regular-bolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-bold';
    src: url('fonts/Regular-Bold.eot');
    src: url('fonts/Regular-Bold?#iefix') format('embedded-opentype'), url('fonts/Regular-Bold.woff') format('woff'), url('fonts/Regular-Bold.svg#regular-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-blackitalic';
    src: url('fonts/Regular-BlackItalic.eot');
    src: url('fonts/Regular-BlackItalic?#iefix') format('embedded-opentype'), url('fonts/Regular-BlackItalic.woff') format('woff'), url('fonts/Regular-BlackItalic.svg#regular-blackitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regular-black';
    src: url('fonts/Regular-Black.eot');
    src: url('fonts/Regular-Black?#iefix') format('embedded-opentype'), url('fonts/Regular-Black.woff') format('woff'), url('fonts/Regular-Black.svg#regular-black') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Global settings */
body, img, a, p, span, div, strong, em, ul, ol, li, label, input, textarea, form, fieldset, table, tr, th, td, h1, h2, h3, h4, h5, h6, hr, iframe, embed, object {
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
	font-weight: normal;
}
textarea,
body {
    color: #000;
    font-family: 'regular-light', Arial, Verdana, Sans-serif;
    font-size: 16px;
    line-height: 19px;
}
table, td, tr, th {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
}
label {
    display: block;
}
html {
    overflow-y: scroll;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;

}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.loadable {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
sup {
    valign: super;
    font-size: 70%;
    line-height: 80%;
}
a {
    color: #000;
}

/* Layout */
body {
    background: #fff9f0;
}
#logo {
    width: 117px;
    height: 80px;
    background: url('/themes/default/img/logo.svg') no-repeat;
    background-size: 100%;
    font-size: 0;
    margin: auto;
}
#container {
    /*margin: 0 60px;*/
	max-width: 1200px;
	margin: auto;
	padding: 0 60px;
	/*box-sizing: border-box;*/
}
#header {
    height: 200px;
    padding-top: 40px;
    box-sizing: border-box;
}
#header #menu_button {
	display: none;
	position: absolute;
	z-index: 602;
	left: 20px;
	top: 15px;
	background: url('../img/menu.svg') no-repeat;
	background-size: 100%;
	width: 24px;
	height: 17px;
	cursor: pointer;
}
#content section {
    position: relative;
}
#footer {
	position: relative;
    border-top: 1px solid black;
	padding-top: 30px;
    margin-top: 50px;
    font-family: 'regular-bold';
    font-size: 12px;
    line-height: 16px;
	text-transform: uppercase;
}
#footer nav {
    text-align: center;
}
#footer .networks {
    position: absolute;
	left: 0;
}
#footer .newsletter {
    position: absolute;
	right: 0;
}
#footer .newsletter .title {
	cursor: pointer;
}
#footer .newsletter form {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px;
	padding: 10px;
	border: 1px solid #000;
	background: #fff9f0;
}
#footer .newsletter form h2 {
	margin-bottom: 10px;
}
#footer .newsletter form input {
	width: 100%;
	box-sizing: border-box;
}


/* Menu */
#menu {
    margin-top: 20px;
    text-align: center;
}
#menu li {
    display: inline-block;
    padding: 0 20px;
    min-height: 30px;
}
#menu li a {
    font-family: 'regular-bold';
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
    padding-bottom: 5px;
}
#menu li:hover a,
#menu li.selected a {
    border-bottom: 4px solid #fcc11f;
}


/* Basket button */
.basket_link {
    position: absolute;
    right: 20px;
    top: 40px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 3px 10px;
    font-size: 9px;
    letter-spacing: 1px;
    font-family: 'regular-bold';
    text-transform: uppercase;
}
#header > .basket_link {
	display: none;
}
.basket_link a {
	display: block;
}
.basket_link:hover,
.basket_link:hover a {
    background: #000;
    color: #fff;
}


/* Cookies popup */
#cookies_popup {
	display: none;
	text-align: center;
	position: fixed;
	z-index: 5000;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 15px;
	padding: 25px 0;
	background: #2FA2D9;
	color: #fff;
	font-size: 15px;
	font-family: 'regular-bold';
}
#cookies_popup .close {
	text-decoration: underline;
	padding-left: 10px;
	cursor: pointer;
}
#cookies_popup a {
	color: #fff;
	text-decoration: underline;
}


/* Message popup */
#message {
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 180px;
	transform: translateX(-50%);
	width: auto;
	background: #2FA2D9;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
}


/* Slideshows */
.slideshow,
.slideshow .slides,
.slideshow .slides li {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 500;
    text-align: left;
	overflow: hidden;
}
.slideshow a:hover {
    opacity: 1;
}
.slideshow .slides li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Font styles */
.button {
	font-size: 12px;
	font-family: 'regular-bold';
	line-height: 24px;
    background: #fff9f0;
	text-transform: uppercase;
	border: 1px solid black;
	border-radius: 10px;
	display: inline-block;
	padding: 0px 15px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover {
    color: #fff9f0;
    background-color: #2FA2D9;
    border: 1px solid #2FA2D9;
    transition: all 0.3s ease;
}
.button.play {
    background: url('/themes/default/img/play.svg') no-repeat left 10px center;
    background-size: 10px;
    transform: translateX(-25px);
    display: inline-block;
    color: #fff9f0;
    background-color: #2FA2D9;
    border-color: #2FA2D9;
    padding: 0px 20px 0 30px;
    margin: 20px 0 0 20px;
}
.button.play:hover{
    background-color: #000;
    border: 1px solid #000;
    transition: all 0.3s ease;
}
.button.basket {
    color: #fff9f0;
    background-color: #2FA2D9;
    border: 1px solid #2FA2D9;
}
.button.basket:hover{
    background-color: #000;
    border: 1px solid #000;
    transition: all 0.3s ease;
}
.infos {
	font-family: 'regular-bold';
    font-size: 16px;
    line-height: 28px;
}
.name{
}
.price {
	
}
.page_title {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    font-family: 'regular-extrabold';
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
}
header h1 {
    font-family: 'regular-bold';
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
}
header h2 {
    font-family: 'regular-regular';
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
	font-weight: normal;
	color: #2FA2D9;
}
h2 {
    font-family: 'regular-bold';
    font-size: 16px;
    text-transform: uppercase;
}
hr {
    border-bottom: 4px solid #fcc11f;
    width: 27px;
    margin: 15px 0;
}
.text {
    font-family: 'regular-light';
    font-size: 15px;
    line-height: 20px;
}
.name_product {
    font-family: 'regular-medium';
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    margin-top: 10px;
}
.sub_title {
    font-family: 'regular-bold';
    font-size: 14px;
    line-height: 24px;
    color: #2FA2D9;
}
.text strong {
	font-family: 'regular-medium';
}
.text em {
	font-family: 'regular-regularitalic';
}
.artist {
	text-transform: capitalize;
}

/* Form */
form input[type=text],
form input[type=email],
form textarea {
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 10px;
    font-family: 'regular-light';
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
form input[type=text],
form input[type=email] {
    width: 80%;
    max-width: 350px;
	box-sizing: border-box;
}
form button {
    background-color: #2FA2D9;
    border: 1px solid #2FA2D9;
    font-size: 16px;
    line-height: 26px;
}
form  button:hover {
    border:1px solid #000;
    color: #000;
    background-color: transparent;
}
.select {
	width: 45%;
	max-width: 300px;
	height: 30px;
	line-height: 30px;
	background: url('../img/filter.svg') no-repeat right 10px center;
	background-size: 10px;
	overflow: hidden;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 10px;
	padding: 0 15px;
	margin-bottom: 10px;

}
#address .select {
	box-sizing: border-box;
}
select {
	border: 0;
	padding: 5px;
	width: 120%;
	box-sizing: border-box;
	display: inline-block;
	box-shadow: none;
	background: transparent;
	height: 30px;
}
label.error {
	color: red;
	margin-bottom: 20px;
}

/* Default index layout */
section > .content > .results {
	padding-left: 210px;
	margin-left: 30px;
}
section > .content > .results > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
}
section aside.title,
section aside.filters {
   float: left;
   width: 210px;
}


/* Item */
.item {
    /*width: 33.33%;*/
	height: auto;
	box-sizing: border-box;
	float: left;
	margin-bottom: 30px;
	/*padding: 0 10px;*/
}
.item .ratio {
	width: 100%;
	height: auto;
	padding-top: 145%;
	position: relative;
}
.item .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.item .thumbnail {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 100% 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.item .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.item .thumbnail img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}
.item .name {
    font-family: 'regular-bold';
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    /*display: inline-block;*/
}
.item .collection {
    font-family: 'regular-medium';
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
.item .year {
    font-family: 'regular-bold';
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}
.item .button {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
}
.item .catcher {
    font-family: 'regular-light';
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
	height: 50px;
	overflow: hidden;
}


/* Filters */
.filters .filter h2 {
    font-family: 'regular-extrabold';
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 4px solid #fcc11f;
    display: inline-block;
    margin-top: 5px;
}
.filters .total {
	margin: 10px 0 20px 0;
}
.filters .filter ul {
    margin-top: 10px;
}
.filters .filter ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    font-family: 'regular-medium';
    font-size: 14px;
    line-height: 16px;
	position: relative;
}
.filters .filter ul li:hover a,
.filters .filter ul li.selected a {
	color: #2FA2D9;
}
.filters .filter ul li a.cancel {
    background: url('/themes/default/img/blue_cross.svg') no-repeat;
    background-size: 12px;
	width: 12px;
	height: 12px;
    display: inline-block;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 2px;
}


/* Networks links */
.networks {
    font-family: 'regular-regular';
    font-size: 14px;
    line-height: 20px;
}
.networks .external {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-size: 100%;
    margin-right: 10px;
}
.networks .fb {
    background: url('/themes/default/img/facebook.svg') no-repeat;
    width: 10px;
}
.networks .twitter {
    background: url('/themes/default/img/twitter.svg') no-repeat;
}
.networks .instagram {
    background: url('/themes/default/img/instagram.svg') no-repeat;
}
.networks .youtube {
    background: url('/themes/default/img/youtube.svg') no-repeat;
}
.networks .bandcamp {
    background: url('/themes/default/img/bandcamp.svg') no-repeat;
	width: 20px;
	background-size: 100%;
}

/* Share on view */
#share {
    float: right;
}
#share .icon_facebook {
  background: url('/themes/default/img/facebook.svg') no-repeat;
  font-size: 0;
  float: left;
  width: 30px;
  height: 20px;
}
#share .icon_twitter {
  background: url('/themes/default/img/twitter.svg') no-repeat;
  font-size: 0;
  float: right;
  width: 30px;
  height: 20px;
}

/* Video */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Playlist */
#playlist .playlist {
    border: 4px solid #fcc11f;
    padding: 30px;
}
#playlist .playlist h3 {
    font-family: 'regular-bold';
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/* Grid of products */
.grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 20px;
}
.grid .item {
	width: 100%;
}


/* View */
section.view aside.thumbnail {
    width: 35%;
    float: left;
    padding-right: 20px;
	box-sizing: border-box;
}
section.view .content {
    width: 45%;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}
section.view aside.infos {
    width: 20%;
	float: right;
	padding-left: 20px;
	box-sizing: border-box;
}
section.view aside.thumbnail {
    overflow: hidden;
}
section.view aside.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.view aside.thumbnail .reference {
    text-align: right;
    font-family: 'regular-light';
    font-size: 11px;
    line-height: 21px;
}
section.view header h1 {
	margin-bottom: 10px;
}
section.view header h2 {
	margin-bottom: 15px;
}
section.view .deezer {
	margin-top: 20px;
}

/* View pager */
.view_pager {
	position: relative;
    height: 40px;
}
.view_pager .prev,
.view_pager .next {
	position: absolute;
    font-size: 12px;
    font-family: 'regular-bold';
    line-height: 24px;
    text-transform: uppercase;
    border: 1px solid black;
    border-radius: 10px;
    padding: 0 15px;
}
.view_pager .prev {
}
.view_pager .next {
    top: 0px;
    right: 0;
}
.view_pager .prev:hover,
.view_pager .next:hover {
    color: #fff9f0;
    background-color: #2FA2D9;
    border: 1px solid #2FA2D9;
    transition: all 0.3s ease;
}


/* Deezer */
audio {
	visibility: hidden;
}
.deezer h3 {
    font-size: 15px;
    font-family: 'regular-bold';
	text-transform: uppercase;
	margin-bottom: 10px;
}
.deezer .tracks {
	/*max-height: 200px;
	overflow: scroll;*/
}
.deezer .tracks li {
	border-top: 1px dotted #000;
	padding: 5px 0;
	cursor: pointer;
}
.deezer .tracks li.playing {
	background: url('../img/speaker.svg') no-repeat left center;
	background-size: 15px;
	padding-left: 20px;
}
.deezer .tracks li:hover {
	opacity: 0.8;
	color: #fff;
	background-color: #2FA2D9;
}
.deezer .tracks li.playing:hover {
	background: url('../img/speaker_white.svg') no-repeat left center;
	background-size: 15px;
	background-color: #2FA2D9;
}


/* Playlists */
#playlists .playlist {
	margin-bottom: 20px;
	width: 50%;
	box-sizing: border-box;
	float: left;
}
#playlists .playlist:nth-child(odd) {
	padding-right: 10px;
}
#playlists .playlist:nth-child(even) {
	padding-left: 10px;
}
#playlists .playlist h2 {
	margin-bottom: 10px;
}
#playlists .playlist .thumbnail {
	float: left;
	width: 50%;
}
#playlists .playlist .details {
	float: left;
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
}
#playlists .playlist img {
	width: 100%;
}


/* .HTML */
.html .content {
    width: 70%;
    float: right;
}
.html h1 {
    margin-left: 18%;
    clear: both;
    width: 50%;
	line-height: 22px;
}
.html hr {
    margin: 20px 0;
}


/* Related */
.related > div {
    margin-top: 30px;
}


/* Info - price */
aside.infos .declination {
    position: relative;
}
aside.infos .declination h3 {
    margin-bottom: 10px;
}
aside.infos .declination .price {
    font-family: 'regular-light';
}
aside.infos .declination form input.number {
    position: absolute;
}
aside.infos .declination .button:hover {
    background-color: #000;
    border: 1px solid #000;
    transition: all 0.3s ease;
}


/* Eshop */
#products .filters .wrapper h1 {
    background: url('/themes/default/img/filter.svg') no-repeat right top 28%;
    background-size: 10px;
    padding-right: 40px;
}
#product .artists {
	margin-bottom: 10px;
}
#product .artists a {
	text-decoration: underline;
	font-size: 14px;
}
#product .select {
	width: 50px;
}
#product .select select {
	width: 160%;
}

/* Basket */
#basket table {
    width: 100%;
}
#basket .category {
    border-bottom: 1px solid #000;
}
#basket .category th {
	text-align: left;
	font-family: 'regular-bold';
}
#basket .ref img {
	width: 40px;
	border: 1px solid #000;
	vertical-align: middle;
	margin-right: 5px;
}
#basket table th,
#basket table td {
	padding: 10px;
}
#basket table tr {
	border-bottom: 1px dotted #000;
}
#basket table tr:last-child {
	border: 0;
}
#basket table .ref {
	font-family: 'regular-bold';
}
#basket table .price,
#basket table .remove {
	text-align: center;
}
#basket .total {
	font-family: 'regular-bold';
	background: #fcc11f;
	text-align: center;
	
	padding: 20px 0;
	margin-bottom: 40px;
}
/*
#basket table tr.total,
#basket table tr.shipping {
	 
}
basket table tr.shipping a {
	text-decoration: underline;
}*/
#basket table .select {
	width: 50px;
}
#basket table .select select {
	width: 160%;
}
#basket .button.basket {
    display: block;
	width: 100px;
	margin: auto;
	text-align: center;
}
#basket table .shipping .select {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 5px;
}


/* Address */
#address form fieldset {
	width: 50%;
	float: left;
}
#address button {
	margin: auto;
	margin-top: 40px;
	display: block;
	
}

/* Payment */
#payment .order {
	width: 50%;
	float: right;
}
#payment .client {
	width: 50%;
	float: left;
}
#payment > .clearfix {
	margin-bottom: 20px;
}
#payment h2 {
	margin-bottom: 10px;
}
#payment .order table {
	width: 100%;
	border-top: 1px solid #000;
}
#payment .order td {
	padding: 5px 0;
}
#payment .order td.qty,
#payment .order td.price {
	width: 80px;
	text-align: center;
}
#payment .order .product_item {
	border-bottom: 1px dotted #000;
}
#payment .order .product_item img {
	width: 35px;
	margin-right: 10px;
	vertical-align: middle;
} 
#payment .order .product_item > p {
	display: inline-block;
}
#payment .order .total {
	font-family: 'regular-bold';
	background: #fcc11f;
	padding: 20px 0;
	margin-bottom: 40px;
	text-align: right;
}
#payment form {
	text-align: center;
}
#payment .button {
	margin-top: 40px;
}
#payment .cb {
	margin-top: 20px;
}
#payment .cb img {
	width: 150px;
}

/* Artist */
#artist .content .networks {
    margin-top: 45px;
    text-transform: uppercase;
}
#artist .content .networks .wrapper {
    display: inline-block;
    margin-left: 30px;
}


/* Blog */
#blog .post {
	margin-bottom: 50px;
}
#blog > .content > .results > div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
}


/* Blog view */
#post .image img {
    width: 100%;
}
#post .image {
	height: 40vh;
	overflow: hidden;
}
#post .content {
	position: relative;
}
#post .content header {
	margin-bottom: 15px;
}
#post .content header h1 {
    width: 80%;
    position: absolute;
    z-index: 10;
    top: -100px;
    left: 10%;
    padding: 40px 50px;
	box-sizing: border-box;
    background: #fff9f1;
}
#post .content header hr,
#post .content header h2 {
	display: inline-block;
	vertical-align: middle;
}
#post .content header hr {
	margin-right: 10px;
}
#post .content {
	padding-left: 30%;
	padding-right: 10%;
}
#post .content .author {
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 10px;
}
#post #share {
	width: auto;
	margin-top: 30px;
	float: right;
}
#post .view_pager {
	float: left;
	width: 50%;
	margin-top: 30px;
}
#post .view_pager .prev {
	margin-right: 20px;
}
#post .view_pager .prev,
#post .view_pager .next {
	position: static;
	display: inline-block;
}


/* .html (about, contact) */
.html .content {
    margin-bottom: 60px;
}
.html .text {
    font-family: 'regular-light';
    font-size: 16px;
    line-height: 19px;
}


/* About */
#about .team ul li {
    width: 50%;
    margin-bottom: 50px;
}
#about .team ul li:nth-child(odd) {
    float: left;
}
#about .team ul li:nth-child(even) {
    float: right;
}
#about .team ul li h2 {
    text-transform: inherit;
}
#about .team ul li a {
    text-decoration: underline;
}


/* Contact */
#contact .text .infos {
    font-family: 'regular-light';
    font-size: 18px;
    line-height: 25px;
    float: none;
    width: 100%;
}
#contact .text .address {
    float: left;
    width: 60%;
}
#contact .text .address,
#contact .text .phone {
    font-family: 'regular-bold';
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
#contact .text .infos div:first-child {
    float: left;
    width: 60%;
}
#contact .text div h2 {
    font-family: 'regular-bold';
    font-size: 18px;
}