		:root {
			--main-bg-color: brown;
			--main-header-height: 450px;
			
			/* var(--main-bg-color) */
		}
		
		body {
			margin:0;
			overflow-x: hidden;
			font-family: 'Raleway', sans-serif;
		}
		
		.displayBlock {
			display: block !important;
		}
		
		#errorHeading {
		    font-size: 2em;
		    text-align: left;
		}
		
		#errorDivText {
		   margin: 0;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
		}
		
		#errorDivImg {
		   background-image: url('error404-2.jpg');
          background-color: white;
          height: 500px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          position: relative;
		}
		
		#ireDiv {
		    background:white;
		}
		
		#ireDiv:hover {
		    background: #e4e4e4;
		}
		
		#ireDiv > .irelandCheckout {
            pointer-events: auto;
        }
        
        #rowDiv {
		    background:white;
		}
		
		#rowDiv:hover {
		    background: #e4e4e4;
		}
		
		#rowDiv > .RoWCheckout {
            pointer-events: auto;
        }
		
		.irelandCheckout:hover, .RoWCheckout:hover {
		    cursor: pointer;
		}
		
		#confirmationBody {
			    width: 100%;
			    margin: 0 auto;
			}
			
			.btn.btn-primary.btn-block.mt-4:hover {
			    cursor: pointer;
			}
			
			#stripeImage {
			    display: none;
			    width: 100px;
			    margin: 0 auto;
			}
		
		#deleteCookiesButton {
		    background: rgb(135, 0, 0);
            background: linear-gradient(90deg, rgb(135, 0, 0) 0%, rgb(216, 0, 0) 100%, rgba(83,108,80,1) 100%);
            color: white;
            border: none;
            text-align: center;
            padding: 10px 10px;
            width: 150px;
            display: block;
            border-radius: 5px;
            transition: 1s;
            margin: 0 0 10px;
            height: 35px;
            max-width: 150px;
            outline: none;
		}
		
		#consentYes {
		    background: rgb(33,96,18);
            background: linear-gradient(90deg, rgba(33,96,18,1) 0%, rgba(49,168,0,1) 100%, rgba(83,108,80,1) 100%);
            color: white;
            border: none;
            text-align: center;
            padding: 10px 10px;
            width: 300px;
            display: block;
            border-radius: 5px;
            transition: 1s;
            margin: 10px 0 10px;
            height: 35px;
            max-width: 300px;
            outline: none;
		}
		
		.consentText {
		     width: 70%; 
		     font-size:12px; 
		     margin: 5px auto 10px auto;
		}
		
		#sotdSongLink {
		    color: black;
		    text-decoration:none;
		    transition: .3s;
		    font-size: 22px;
		}
		
		.btn.btn-primary.btn-block.mt-4 {
		    position: relative;
            transform: translateX(-50%);
            left: 50%;
		}
		
		.infoSong {
		    width: 100%;
		    height: 210px;
		    position: relative;
		}
		
		.card-element {
		    height: 20px !important;
		    border: 1px solid black !important;
		}
		
		.expsong-CDimg {
		     width: 180px;
		     margin: 10px auto;
		     display: block;
		}
		
		
		.expCD {
		     width: 50%; 
		     float: left; 
		     display: inline-block;
		}
		
		.expLinkSong {
		     text-align: center; 
		     width: 50%; 
		     float: left; 
		     position: absolute; 
		     top: 50%; 
		     display: inline-block;
		}
		
		.expLinkScore {
		     text-align: center; 
		     width: 50%; 
		     float: left; 
		     position: absolute; 
		     top: 50%; 
		     display: inline-block;
		}
		#sotdSongLink:hover {
		    color: rgba(33,96,18,1);
		    transition: .3s;
		}
		
		#postagePriceDiv {
		    display: none;
		    text-align: center;
		}
		
		.btn-primary-proceed {
		    display: none;
		    text-align: center;
            padding: 10px 10px 10px 10px;
            width: 200px;
            margin: 10px auto 15px auto;
            text-decoration: none;
            background: rgb(33,96,18);
            background: linear-gradient(90deg, rgba(33,96,18,1) 0%, rgba(49,168,0,1) 100%, rgba(83,108,80,1) 100%);
            color: white;
            border-radius: 5px;
            transition: 1s;
            height: 22px;
            border: none;
            font-size: 17px;
            max-width: 200px;
		}
		
		.btn-primary {
		    display: none;
		    text-align: center;
            padding: 10px 10px 10px 10px;
            width: 200px;
            margin: 10px auto 15px auto;
            text-decoration: none;
            background: rgb(33,96,18);
            background: linear-gradient(90deg, rgba(33,96,18,1) 0%, rgba(49,168,0,1) 100%, rgba(83,108,80,1) 100%);
            color: white;
            border-radius: 5px;
            transition: 1s;
            height: 40px;
            border: none;
            font-size: 17px;
            max-width: 200px;
		}
		
		.aboutimageDiv img {
		    width:100%;
		}
		
		nav.navMenu ul li a, nav.navMenuFixed ul li a {
			color: black;
			text-decoration: none;
		}
		
		nav.navMenu ul li, nav.navMenuFixed ul li {
			padding: 10px 20px;
			display: inline-block;
			text-transform: uppercase;
		}
		
		.cookieConsentBanner {
		    display:none;
		    width: 100%;
		    text-align: center;
		}
		
		.displayNone {
			display:none !important;
		}
		
		nav.navMenu ul, nav.navMenuFixed ul {
			list-style-type:none;
			display: inline-flex;
			padding-inline-start: 0px;
			display: block;
			margin: 0;
		}
		
		.mobile-header-nav h2 {
			margin:0;
		}
		
		.removeItem {
			position: absolute;
			right: 15px;
		}
		
		.amount {
			display: inline-block;
			position: relative;
			left: 10px;
			top: 5px;
		}
		
		.original-price {
			position: relative;
			font-size: 20px;
			bottom: 3px;
		}
		
		.old-price {
			margin:0; 
			text-decoration: line-through;
		}
		
		nav.navMenu {
			text-align: center;
			padding: 20px 0 30px 0;
			width:100%;
			background: white;
			transition:1s;
			position: relative;
			top: 0px;
			z-index:1;
			height: 40px;
		}
		
		nav.navMenuFixed {
			text-align: center;
			padding: 0px 0 30px 0;
			width:100%;
			background: white;
			transition:1s;
			top: 0px;
			z-index:1;
			height: 60px;
			position:fixed !important;
	-webkit-box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
			box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
		}
		
		#paymentHeader {
		    display: none;
		}
		
		.nav-spacer{
		    width:100%;
		    height:90px;
		    display:none;
		}
		
		.navMenuFixed {
		    display:none;
		}
		
		#card-element {
		    display: none;
		    height : 20px !important;
		    border: 1px solid black !important;
		}
		
		
		
		#countryError, #firstnameError, #emailError, #surnameError, #address1Del, #townCityDel, #countyStateDel, #postcodeDel #phoneDel {
		    display: none;
		    margin-top: 5px;
		    color: #D01345;
		}
		
		
		
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px black solid;
    border-radius: 4px;
    background: white;
    background-image: none;
}

/* Remove IE arrow */
.select select::-ms-expand {
    display: none;
}

/* Custom Select */
.select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    margin: 2% auto 2% auto;
    color: black;
    background: white;
    overflow: hidden;
    border-radius: .25em;
}

.select select {
    flex: 1;
    padding: 0 .5em;
    color: black;
    cursor: pointer;
    height: 46px;
    max-height: 46px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #e3e3e3;
    border: 1px black solid;
    height: 44px;
    max-height: 44px;
    border-radius: 4px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/* Transition */
.select:hover::after {
    background: #a4a4a4;
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		

.aboutImagePortrait {
    width: 50%; 
    margin: 0 auto; 
    display: block;
}

.aboutImageSection {
    display: inline-block; 
    width: 39%;
}

.aboutImageSectionMobile {
			    display: none;
			}
		
		
		#songlisttable {
			width: 100%;
		}
		
		
		.footer-upper-mobile {
			    display: none;
			}
		
		
		
		
		#viewCheckoutBasket {
			    display: none;
			}
		
		
		
		footer tr {
		    width: 100%;
		}
		
		
		
		
		
		
		.container {
  max-width: 1180px;
  margin: 13px auto;
  padding: 0 30px;
}
.containerMob {
height: 76px;
padding: 0 20px;
}

		.containerBasket {
  max-width: 1180px;
  margin: 13px auto;
  padding: 0;
}

.fixedHeader {
	position:fixed !important;
	-webkit-box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
			box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
}

/* General Styling for Navigation */
.global-nav {
    position: absolute;
    left: 0;
    top: -1px;
	display:none;
    right: 0;
    z-index: 500;
	position:fixed;
	background-color:white;
	-webkit-box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
			box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
}

.global-nav a {
  color: #fff;
  text-decoration: none;
}

.global-nav ul {
    padding: 0;
    margin: 0;
}

.nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.nav-wrapper a:hover {
  color: rgba(255,255,255,0.6);
}

.navsection-logo,
.navsection-primary,
.navsection-mobile,
.navsection-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    height: 50px;
}

/* Styling Logo Section */
.navsection-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.navsection-logo * {
  color: black;
}


/* Styling Primary Section */
.navsection-primary a {
    font-size: 12px;
    margin: 0;
    padding: 0 8px;
 }

.navsection-primary ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    padding: 0 8px;
 }

/* Styling Mobile Section */
.navsection-mobile {
    display: none;
    position: relative;
    margin: 13px 0 0 0;
}

/* H2 for SR */
.navsection-mobile h2 {
  font-size: 0;
}

.mobilemenu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 26px;
  width: 30px;
  z-index: 500;
}

.mobilemenu-wrapper.active .bars:nth-child(1) {
  -webkit-transform: translateX(3px);
        transform: translateX(3px);
		background:white;
}

.mobilemenu-wrapper.active .bars:nth-child(2) {
   -webkit-transform: translateX(-700%);
         transform: translateX(-700%);
  opacity: 0;
}

.mobilemenu-wrapper.active .bars:nth-child(3) {
  -webkit-transform: translateX(3px);
        transform: translateX(3px);
		background:white;
}

.bars {
  background: black;
  display: block;
  border-radius: 4px;
  height: 4px;
  width: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.overlay {
    background: rgba(0,0,0,0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.35s, height 0.35s;
    transition: visibility 0.35s, height 0.35s;
    overflow: auto; /* Set scroll for content heavy menus */
}

.overlay.open {
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.50s;
          animation-delay: 0.50s;
}

.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;  
}

.overlay div {
  font-size: 32px;
  margin: 40px 0 0;
  text-align: center;
}

.overlay ul {
  display: inline-block;
  margin: 40px 0 0;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}


/* Keyframes */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(70px,0px,0px);
	        transform: translate3d(70px,0px,0px)
  }
  100% {
    opacity: 1;
	-webkit-transform: translate3d(0px,0px,0px);
	        transform: translate3d(0px,0px,0px)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
	-webkit-transform: translate3d(70px,0px,0px);
	        transform: translate3d(70px,0px,0px)
  }
  100% {
    opacity: 1;
	-webkit-transform: translate3d(0px,0px,0px);
	        transform: translate3d(0px,0px,0px)
  }
}

/* Media Q */
@media (max-width: 992px) {
  .navsection-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  
  .navsection-primary {
    display: none;
  }
}


		
		
		
		
		
		.removeItem fas:hover {
			cursor: pointer;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
#sortable-container {
  width:85%;
}
#sortable-container .mix {
  display: none;
  float: none;
  vertical-align: top;
  height: auto;
  margin: 0 1% 50px 1%;
  width:30%;
  border: #e3e3e3 1px solid;
    border-radius: 2px;
    background-color: #fbfbfb;
	transition:1s;
}

#sortable-container .mix:hover {
	border: #999999 1px solid;
	background-color: #f3f3f3;
	transition:1s;
}
		
		.controls {
			text-align:center;
		}
		
	.product-img {
		width: 75%;
    display: block;
    margin: 14px auto 0 auto;
	}
	
	.product-img img {
		width: 100%;
	}
		
		
	.filter.btn {
		background-color: white;
		border: black 1px solid;
		padding: 5px 20px;
		border-radius: 5px;
		color:black;
		transition:1s;
		outline:none;
	}
		
		.activeButton {
			background-color:black !important;
			color:white !important;
			transition:1s;
		}

		
		.stripe-button-el {
			display:none !important;
		}
		
		.stripe-button {
			display:none;
		}
		
		#t-header {
			height: var(--main-header-height);
			width: 100%;
			background-image: url("images/banner/banner2.png");
			background-repeat: no-repeat;
			background-position-y: 0px;
			background-position-x: left;
			background-size: cover;
			display: inline-flex;
		}
		
		#div-logo-header {
			height: var(--main-header-height);
			width: 100%;
			display: inline-grid;
			vertical-align: middle;
		}
		
		#logo-header-text {
			color: white;
			text-align: center;
			font-family: 'Playfair Display', serif;
			font-size: 5.2em;
			display: block;
			margin: auto 0;
			font-weight: 400;
			letter-spacing: 5px;
		}
		
		
		
		
		
		
		#desktop-cdImg-Buy {
			display:table;
			margin:0 auto;
		}
		
		
		
		
		.set{
  position: relative;
  width: 100%;
  
}
.set .songLink, .set .songLinkMusic {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 600;
  color:black;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  outline:none;
}

.set .songLink.active{
}
.content{
  display:none;
  margin-bottom:20px;
}
		

		.mainCDimg {
			width: 80%;
			margin: 0 auto;
			display: block;
		}
		
		.spotifyButton {
		    background: linear-gradient(90deg, rgb(13, 52, 4) 0%, rgb(36, 117, 3) 100%, rgba(83,108,80,1) 100%) !important;
		    background: rgb(13, 52, 4);
		}
		
		.spotifyButtonExpLink, .itunesButtonExpLink {
		    margin: 0 10px !important;
		    display: inline-block !important;
		}
		
		.itunesButton {
	    	background: linear-gradient(90deg, rgb(7, 31, 68) 0%, rgb(4, 30, 158) 100%, rgba(83,108,80,1) 100%) !important;
	    	background: rgb(7, 31, 68);
		}
		
		#mobile-header h2, #mobile-header-sticky h2, .navsection-logo h2 {
			font-family: 'Playfair Display', serif;
			text-align:center;
		}
		
		
		
		#mobile-header {
			height: 0px;
			overflow: hidden;
			position: fixed;
			width: 100%;
			top: 0;
			z-index: 2;
			background-color: white;
			transition: 1s;
		}
		
		.mobile-headerVis {
			transition: 1s;
			max-height:55px;
		}
		
		#mobile-header-sticky {
			display:none;
			background-color: white;
			width: 100%;
		}
   
		.nav-fixed {
			position: fixed !important;
			top: 54px !important;
			-webkit-box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
			box-shadow: 0px 13px 19px -10px rgba(0,0,0,0.75);
			transition: 1s;
		}
		
		.basket-products ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
		.insideNav {
			border-right: solid black 1px;
		}
		
		.outsideNavL {
			border-right: solid black 1px;
		}
		
		.outsideNavR {
			border-left: solid black 1px;
		}
		
		.aboutimageDiv {
			width:46%;
			padding: 0 2%;
			margin:15px 0 35px;
			float:left;
		}
		
		
		#c-body {
			width: 80%;
			float: left;
			margin: 0 1% 0 0;
			display:block;
			transition:width 1s;
		}
		#s-body-shop{
			border-bottom-left-radius: 5px;
			border-top-left-radius: 5px;
			width: 20%;
			display:block;
			transition: width 1s;
			float: right;
			background-color: white;
			border-top: 2px solid #474743;
			border-bottom: 2px solid #474743;
			border-left: 2px solid #474743;
			height: max-content;
			padding-bottom: 15px;
		}    
		
		#s-body {
			width: 20%;
			display:block;
			transition: width 1s;
			float: right;
			background-color: #e7e6e6;
			height: max-content;
			padding-bottom: 15px;
			margin-bottom:50px;
		}
		
		#s-body h4, #s-body-shop h4 {
			text-align: center;
			font-size: 1.75em;
			letter-spacing: 1px;
		}
		
		.icons {
			text-align: center;
		}
		
		.s-pad {
			
		}
		
		.c-shopWidth {
			width:100% !important;
			border: none !important;
			transition:width 0.7s;
		}
		
		.s-shopWidth {
			width:0% !important;
			transition:width 0.7s;
		}
		
		.basket-total {
			text-align: center;
			clear: both;
			padding-top: 10px;
			font-weight: 700;
		}
		
		.basket-total span{
			font-size: 20px;
		}
		
		.input-basket, .input-basket-sale {
			margin-left: 2%;
			width: 50px;
			height: 30px;
			text-align: center;
			background-color: white;
			outline: none;
			font-size: 1.1em;
			border-radius: 3px;
			border: none;
			border-bottom: #9f9f98 1px solid;
		}
		
		.input-basket {
			position: relative;
			top: 7px;
		}
		
		.input-basket-sale {
			position: relative;
			bottom: 2px;
		}
		
		.input-basket option, .input-basket-sale option {
			outline: none;
		}
		
		.product-title-basket {
			width: 63%;
			float: left;
			margin: 0 0 5px 2%;
		}
		
		.basket-image {
			width:25%;
			float:left;
		}
		
		.basket-row {
			margin: 10px 15px;
			width: 100%;
			float: left;
			
		}
		
		.hideBasket {
			display:none !important;
		}
		
		.itemSalePrice, .itemSalePriceCheckout {
			color: #D01345;
			margin:0;
		}
		
		.sale-price {
			color: #D01345;
			font-size: 20px;
		}
		
		#share-side .icons .fab {
			font-size: 40px;
		}
		
		.iconsFooter .fab {
			font-size: 40px;
		}
		
		#sotd-side .icons .fab {
			font-size: 30px;
		}
		
		#sotd-side .icons a, #share-side .icons a, .iconsFooter a {
			color:black;
			margin:0 5px;
		}
		
		.spotify-follow {
			text-align: center;
		}
		
		.spotify-iframe {
			border: none;
			overflow: hidden;
			width: 72%;
			margin-top: 25px;
		}
		
		#sotd-side h5 {
			font-size: 1.25em;
			margin: 0 auto 10px auto;
			text-align: center;
		}
		
		.underline {
			width: 60px;
			border-top: solid 2px black;
			display: block;
			text-align: center;
			margin: 0 auto;
			position: relative;
			bottom: 25px;
		}
		
		#latest-side img {
			width: 60%;
			margin: 0 auto;
			display: block;
		}
		
		#m-body {
			display: flex;
			margin: 0 0 0 2%;
		}
		
		#m-body-checkout {
			display: flex;
			margin: 5% 2% 0 2%;
		}
		
		#checkoutTable table {
			width: 100%;
			display: block;
		}
		
		#checkoutTable tbody {
			display: inline-block;
			vertical-align: middle;
			width: 100%;
		}
		
		#checkoutTable tr {
			width: 100%;
			border-bottom: 1px solid #ddd;
			display: inline-block;
			padding: 10px 0;
			margin:0;
		}
		
		#checkoutTable tr:first-child {
			width: 100%;
			display: inline-block;
			padding: 0 0 10px 0;
			margin:0;
		}
		
		#checkoutTable tr:last-child {
			width: 100%;
			border-bottom: none;
			display: inline-block;
			padding: 10px 0 50px 0;
			margin:0;
		}
		
		.clickDiscountCode {
			cursor: pointer;
		}
		
		#checkoutTable td {
			width: 33%;
			display: inline-block;
			padding: 0;
		}
		
		#checkoutTable img {
			width: 60%;
			margin: 0 auto;
			display: block;
		}
		
		#productList {
			padding: 0 5% 0 10%;
		}
		
		#productsSection {
			width:50%;
			float:left;
		}
		
		#checkoutSection {
			background: #efefef;
			width:50%;
			float:left;
			margin-bottom: 5%;
		}
		
		#checkoutTotal h2 {
			margin-top: 0;
			font-size: 1.5em;
		}
		
		#checkoutTotal .discountDiv {
			padding: 14px 5%;
			border-radius: 3px;
			margin: 0 0 2% 0;
			background-color: #e9e9e9;
		}
		
		.upArrowCheckout {
			display:none;
		}
		
		.discountDiv a {
			text-decoration: none;
			color: black;
			font-size: 1.2em;
		}
		
		.discountDiv input {
			width: 100%;
			height: 35px;
			padding: 0px 20px;
			font-size: 16px;
			text-transform: uppercase;
			letter-spacing: 2px;
			margin-top: 10px;
			border-radius: 3px;
			border: 1px solid rgb(34, 34, 34);
		}
		
		.messageDiv{
			display: none;
		}
		
		#codeInUse {
			font-weight: 700;
		}
		
		#msg {
			text-align: center;
			display: block;
			margin: 10px 0 0 0;
			color: #D01345;
			font-weight: 700;
		}
		
		#oldPriceCheckout {
			font-size: 20px;
			margin-left: 10px;
			text-decoration: line-through;
		}
		
		.discountDiv .submitButtonCheckout {
			display:none;
			width: 50%;
			height: 35px;
			text-align: center;
			margin: 10px 25% 0 25%;
			border-radius: 3px;
			text-transform: uppercase;
			background: rgb(33,96,18);
			background: linear-gradient(90deg, rgba(33,96,18,1) 0%, rgba(49,168,0,1) 100%, rgba(83,108,80,1) 100%);
			color: white;
			border: none;
		}
		
		.discountInputCheckout {
			display:none;
		}
		
.buy-now-hp {
	text-align: center;
	padding: 10px 10px 10px 25px;
	width: 90px;
	margin: 10px auto 15px auto;
	display: block;
	text-decoration: none;
	background: rgb(33,96,18);
	background: linear-gradient(90deg, rgba(33,96,18,1) 0%, rgba(49,168,0,1) 100%, rgba(83,108,80,1) 100%);
	color: white;
	border-radius: 5px;
	transition: 1s;
	height: 20px;
	max-width: 128px;
}

.buy-now-score {
	text-align: center;
	padding: 10px 10px 10px 25px;
	width: 100%;
	margin: 10px auto 15px auto;
	display: block;
	text-decoration: none;
	background: rgb(33,96,18);
	background: linear-gradient(90deg, rgba(33,96,18,1) 0%, rgba(49,168,0,1) 100%, rgba(83,108,80,1) 100%);
	color: white;
	border-radius: 5px;
	transition: 1s;
	height: 20px;
	
}

.buy-now-hp-checkout {
	text-align: center;
	padding: 10px 25px 10px 25px;
	width: 90px;
	margin: 10px auto 15px auto;
	display: block;
	text-decoration: none;
	background: rgb(33,96,18);
	background: linear-gradient(90deg, rgba(33,96,18,1) 0%, rgba(49,168,0,1) 100%, rgba(83,108,80,1) 100%);
	color: white;
	border-radius: 5px;
	transition: 1s;
	height: 20px;
	max-width: 128px;
}

.buy-now-hp-error {
	text-align: center;
	padding: 10px 15px 10px 15px;
	width: 160px;
	margin: 0;
	display: block;
	text-decoration: none;
	background: rgb(33,96,18);
	background: linear-gradient(90deg, rgba(33,96,18,1) 0%, rgba(49,168,0,1) 100%, rgba(83,108,80,1) 100%);
	color: white;
	border-radius: 5px;
	transition: 1s;
	height: 20px;
	max-width: 128px;
}
		
.buy-now-hp-button {
	border:none;
	text-align: center;
	padding: 10px 25px;
	width: 150px;
	display: block;
	text-decoration: none;
	background: rgb(33,96,18);
	background: linear-gradient(90deg, rgba(33,96,18,1) 0%, rgba(49,168,0,1) 100%, rgba(83,108,80,1) 100%);
	color: white;
	border-radius: 5px;
	transition: 1s;
	height: 35px;
	max-width: 150px;
	outline:none;
}
		
.buy-now-hp:hover, .add-to-basket-hp:hover, .buy-now-hp-button:hover {
	padding: 10px 20px 10px 25px;
	cursor:pointer;
}
		
		
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #3e8e41;
}

#myInput {
}

#myInput:focus {}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	border: none;
	z-index: 1;
}

.dropdown-content a{
	color: black;
	text-decoration: none;
	display: none;
	background-color: #e3e3dc;
    border: none;
	position: relative;
	z-index:99;
	padding:05px;
}

.dropdown-content a:hover {
	background-color: #ddd;
	cursor:pointer;
}

#cd-songs-music, .cd-product-container {
	 width: 50%;
	 float: left;
}

#mobile-cdImg-Buy {
	margin:0 auto;
	display:none;
}

.side-buy-now {
	background: none !important;
    color: black !important;
    border: 3px solid;
    border-image-source: linear-gradient(to left, rgba(33,96,18,1), rgba(49,168,0,1));
    border-image-slice: 1;
	font-weight: 600 !important;
}

.side-buy-now:hover {
	padding: 10px 25px !important;
	background: rgba(0, 0, 0, 0.2) !important;
}


.show {
	display: block;
}

#deliveryInformation input{
	border:1px solid black;
	padding:0 5px;
	height: 35px;
    font-size: 16px;
    border-radius: 4px;
}
		
		
.columnCheckout {
	display: inline-block;
	vertical-align: top;
    width: 42%;
    margin: 0 3.7% 10px;
}	

.oneColumnCheckout {
	width:42%;
	margin: 0 auto 10px;
}

.columnCheckout input, .oneColumnCheckout input {
	width:100%;
}

.rowCheckout {
	width: 100%;
    display: block;
    height: auto;
}	
	
#irelandDelivery, #RoWDelivery {
	display:none;
	
	z-index:1;
}	

.aLink {
    color:rgba(49,168,0,1);
    transition: 0.4s;
}

.aLink:hover {
    color: rgb(68, 232, 0);
    transition: 0.4s;
}
		
		
/* 
--------------
START -> DELIVERY 
--------------*/
		
body {
    margin: 0;
}

.accordions {
    width: 75%;
    margin: 60px auto;
}

.accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.accordion-item .accordion-title {
    cursor: pointer;
    padding: 20px;
    transition: all 0.4s;
    border-radius: 5px 5px 0 0;
}

.accordion-item .accordion-title.active-title {
    background-color: #3b3b3b;
    color: #fff;
}

.accordion-item .accordion-title h2 {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 0 0 5px 5px;
}

.accordion-item .accordion-content.active {
    display: block;
}

.accordion-item .accordion-content p {
    margin: 0;
}		
		
/* 
--------------
END -> DELIVERY 
--------------*/
		
		
		
		
		
		.track-num {
			width:40px;
			vertical-align: top;
		}
		
		.songID, .track-arrow i {
			position: relative;
			top: 8px;
		}
		
		.track-arrow {
			width: 30px;
			vertical-align: top;
		}
		
		.track-row, .track-rowMusic {
			height: 35px;
			
		}
		
		.track-row:hover, .track-rowMusic:hover {
			cursor:pointer;
		}
		
		.track-row td, .track-rowMusic td {
	border-bottom: 1px solid #ddd;
}
		
		.introPara {
			display: inline-block; width: 60%; vertical-align: top; margin: 0;
		}
		
		.paraAbout {
			margin:10px 10%;
		}
		
		
		.add-to-basket-hp {
			text-align: center;
			padding: 10px 25px;
			width: 90px;
			margin: 28px auto 15px auto;
			display: block;
			text-decoration: none;
			background: rgb(33,96,18);
			background: linear-gradient(90deg, rgba(33,96,18,1) 0%, rgba(49,168,0,1) 100%, rgba(83,108,80,1) 100%);
			color: white;
			border-radius: 5px;
			transition: 1s;
			height: 16px;
			max-width: 128px;
			font-size: 11px;
		}
		
		.more-info-hp {
			padding: 5px 12px;
			width: 65px;
			font-size: 13px;
			text-align: center;
			margin: 5px auto 10px auto;
			display: block;
			text-decoration: none;
			color: black;
			border-radius: 5px;
			border: solid 1px black;
			transition: 1s;
			height: 15px;
			max-width: 128px;
			position: relative;
    top: 20px;
		}
		
		.more-info-hp:hover {
			cursor:pointer;
		}
		
		.product-text h3, .product-text p {
			text-align:center;
		}
		
		
		.product-text .buy-now-hp, .buy-now-hp-button {
		position: relative;
    top: 20px;
	margin: 10px auto 35px auto;
		}
		
		.buy-now-hp .hidden-arrow-buy-now {
			transition: 0.7s;
			visibility: hidden;
			position: relative;
			left:3px;
			top: 1px;
		}
		
		.add-to-basket-hp .hidden-arrow-buy-now {
			transition: 0.7s;
			visibility: hidden;
			position: relative;
			left: 50px;
			bottom: 10px;
		}
		
		.buy-now-hp:hover .hidden-arrow-buy-now {
			left: 15px;
			visibility: visible;
			transition: 1s;
		}
		
		.add-to-basket-hp:hover .hidden-arrow-buy-now {
			left: 60px;
			visibility: visible;
			transition: 1s;
		}
		
		.main-c-cd-img {
			width: 75%;
			margin: 0 auto;
			display: block;
			transition: 0.3s;
			-webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
		}
		
		.main-c-cd-img:hover {
			-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
			-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
			box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
		}
		
		.cd-hp-title {
			text-align: center;
			font-family: 'Raleway', sans-serif;
		}
		
		.footer-upper, .footer-upper-mobile {
			width: 100%;
			text-align: center;
			background-color: #e3e3dc;
			height:200px;
		}
		
		.footer-upper h4, .footer-upper-mobile h4 {
			margin: 0 0 20px 0;
		}
		
		.footer-upper ul, .footer-upper-mobile ul {
			padding: 0;
			margin: 0;
			display: flex; 
			justify-content: center; 
			flex-flow: wrap;
		}
		
		.footer-upper li, .footer-upper-mobile li {
			list-style-type: none;
			flex-basis: 35%;
			margin: 5px 10px;
			font-size:14px;

		}
		
		.footerCol {
			width:25%;
			text-align:center;
			
			margin: 20px 0;
		}
		
		.contactLinkFooter {
			text-decoration:none;
			color:black;
		}
		
		.footer-upper li a, .footer-upper-mobile li a {
			text-decoration: none;
			color: black;
		}
		
		
		
		/* STRUCTURE */

		.wrapper {
			padding: 0 5px 5px 5px;
			max-width: 960px;
			width: 95%;
			margin: 30px auto 20px auto;
		}

		.columns {
			display: flex;
			flex-flow: wrap;
			justify-content: left;
			margin: 0 0 5px 0;
		}

		.column {
			flex: 0;
			margin: 0 2px 2px 2px;
			flex-basis: 30%;
			padding: 0 10px 10px 10px;
			&:first-child { margin-left: 0; }
			&:last-child { margin-right: 0; }
			
		}
		
		



		@media screen and (max-width: 980px) {
			.columns .column {
				margin-bottom: 5px;
			flex-basis: 40%;
				&:nth-first-child(2) {
					margin-right: 0;
				}
				&:first-child {
					flex-basis: 100%;
					margin: 0;
				}
			}
			
			#m-body {
				display: block;
				margin: 0;
			}
			
			#c-body {
				background-color: white;
			}
			
			#c-body, #s-body {
				width: 100%;
			}
			
			#s-body {
				float: left;
			}
			
		}

		@media screen and (max-width: 680px) {
			.columns .column {
				flex-basis: 100%;
				margin: 0 0 5px 0;
			}
			
			.aboutImageSection {
                width: 100%;
            }
			
			.oneColumnCheckout {
                width: 92%;
			}
			
			.columnCheckout {
                width: 92%;
            }
			
			#viewCheckoutBasket {
			    display: block;
			    text-align: center;
			}
			
			#viewProductsP {
			    margin: 0;
			    padding: 10px 0;
			}
			
			#productList {
                padding: 0 10% 0 10%;
                background-color: white;
            }
            
            #checkoutTable {
                display: none;
            }
			
			#m-body-checkout {
			    display: block;
			    margin: 0;
			}
			
			#checkoutTotal h2 {
                text-align: center;
                margin-top: 20px;
                margin-bottom: 20px;
            }
			
			#productsSection, #checkoutSection {
			    width: 100%;
			    background-color: white;
			}
			
			.mainCDimg {
				width: 50%;
				margin-top: 20px;
			}
			
			.aboutimageDiv {
				width: 98%;
			}	
			
			.basket-products {
				display: none;
			}
			
			#s-body-shop h4, .basket-container {
				width: 50%;
                display: inline-block;
			}
			
			#s-body-shop h4 {
				margin-top: 25px;
				margin-bottom: 15px;
			}
			
			.introPara {
				margin: 15px 10%;
				width: 80%;
			}
			
			.aboutImageSectionMobile {
			    display: block;
			    width: 100%;
			    margin-bottom: 5%;
			}
			
			.aboutImageSection {
			  display:none;  
			}
			
			.basket-buyNow {
                margin: 0 auto;
                padding: 10px 25px 10px 25px !important;
            }
			
			#s-body-shop {
				width: 100%;
				border-left: unset;
				border-top: unset;
				height: auto;
			}
			
			#desktop-cdImg-Buy {
				display: none;
			}
			
			#confirmationBody {
			    width: 90%;
			    margin: 0 auto;
			}
			
			#mobile-cdImg-Buy {
				display: table;
			}
			
			#songlisttable {
				width: 90%;
				margin: 0 5%;
			}
			
			#cd-songs-music, .cd-product-container {
				width: 100%;
			}
			
			#logo-header-text {
				text-align: right;
				width: 95%;
			}
			
			#mobile-header {
				display: none;
			}
			.footerCol {
				width: 100%;
				display: block;
				position: relative;
				min-width: 100%;
				table-layout: fixed;
			}
			
			footer table {
			    height: unset;
			}
			
			.footerCol-mobile {
			    width: 100%;
                display: inline-table;
                margin: 0 auto;
                text-align: center;
			}
			
			.footer-upper-mobile {
			    display: block;
			    height: unset;
			}
			
			.footer-upper {
				height: fit-content;
                position: unset;
                display: none;
                bottom: 0;
			}
			
			#mobile-header-sticky {
				display: block;
				position: fixed;
				top: 0;
			}
			
			.global-nav {
				display: block;
			}
			
			#t-header {
				background-position-y: 75px;
			}
			
			.accordions {
                width: 90%;
			}
			
			nav.navMenu, nav.navMenuFixed, .nav-spacer {
				    display: none !important;
			}
			
			#s-body {
				margin-bottom: 0px;
			}
			
			#sortable-container .mix {
				width: 100%;
			}
			.expCD {
			    width: 100%;
			}
			
			#cookieConsentBanner {
			    margin-top: 80px;
			}
			
			.expLinkSong {
			    width: 100%;
			    margin: 20px 0;
			    position: unset;
			}
			
			.consentText {
		     width: 90%;
		}
		
		#deleteCookiesButton {
            margin: 0 auto 10px;
		}
		
		#consentYes {
            margin: 10px auto 10px;
		}
		
		.basket-products ul {
		    margin: 20px 0 0 0;
		}
		
		#viewProductsShop {
    		display: block;
            width: 100%;
            clear: both;
            color: black;
            font-size: 18px;
            text-align: center;
            margin: 20px 0 15px;
		}
		
		.item-button.buy-now-hp-button.basket-add {
		    font-size: 15px;
		}
		
		#errorDivImg {
		   background-image: url('error404-mob.jpg');
		}
		
		#errorDivText {
    top: unset;
    transform: unset;
		}
		
			#errorHeading {
		    text-align: center;
		}
		
		.buy-now-hp-error {

	margin: 0 auto;
}
			
		}