/*page*/

#d2mebay {
    background:#fff;
    font-family: roboto;
}

/*Header*/

#d2mebay .header{
    width:100%;
    padding:3%;
}

#d2mebay .logo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Top Nav*/

#d2mebay .menu-wrapper {
  background-color: #232323;
  position: relative;
  width: 100%;
  z-index: 3;
}

#d2mebay .menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #666666;
}

#d2mebay .menu-wrapper li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color:#fff;
  border-bottom:1px solid #727272;
}

#d2mebay .menu-wrapper li a:hover,
#d2mebay .menu-wrapper .menu-btn:hover {
  background-color: #666666;
}

#d2mebay .menu-wrapper .menu-bar {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

#d2mebay .menu-wrapper .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

#d2mebay .menu-wrapper .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  position: relative;
  user-select: none;
  margin:0 !important;
}

#d2mebay .menu-wrapper .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

#d2mebay .menu-wrapper .menu-icon .navicon:before,
#d2mebay .menu-wrapper .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

#d2mebay .menu-wrapper .menu-icon .navicon:before {
  top: 5px;
}

#d2mebay .menu-wrapper .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

#d2mebay .menu-wrapper .menu-btn {
  display: none;
}

#d2mebay .menu-wrapper .menu-btn:checked ~ .menu {
  max-height: 260px;
  margin-bottom: 30px;
}

#d2mebay .menu-wrapper .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

#d2mebay .menu-wrapper .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

#d2mebay .menu-wrapper .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

#d2mebay .menu-wrapper .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
#d2mebay .menu-wrapper .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  #d2mebay .menu-wrapper li {
    float: left;
    background: #232323;
    width: 20%;
  }
  #d2mebay .menu-wrapper li a {
    color:#fff;
    padding: 20px 30px;
  }
  #d2mebay .menu-wrapper .menu {
    max-height: none;
    width: 75%;
    background: #232323;
    text-align: center;
  }
  #d2mebay .menu-wrapper .menu-icon {
    display: none;
  }
}


/*Main Content*/
#d2mebay .listing-title{
    margin:1em 0;
    text-align: center;
    
}

#d2mebay .product-image{
    width:100%;
    margin:0 auto 0.5em auto; 
}

#d2mebay .image-type{
    font-size:1em;
    margin-bottom:20px;
    font-weight:bold;
    
}

/*release info table*/

#d2mebay .release-info {
    border-collapse: collapse;
    font-size: 0.8em;
    background: #f7f7f7;
    width:100%;
    margin-bottom: 30px;
}

#d2mebay .release-info td {
    border: 1px solid #a3a3a3;
       padding: 9px;
}

#d2mebay .release-info td.td-1 {
    text-align: left;
    text-transform: capitalize;   
    font-weight: bold;
    
}

#d2mebay .release-info td.td-2 {
    text-align: left;
}

/*tracklist table*/
#d2mebay .tracklist table {
    border-collapse: collapse;
    font-size: 0.8em;
    background: #f7f7f7;
    width:100%;
    margin-bottom:1em;
}

#d2mebay .tracklist table td {
    border: 1px solid #a3a3a3;
    padding: 9px;
}

#d2mebay .tracklist table td.position {
    text-align: left;
    text-transform: capitalize;   
    font-weight: bold;
    
}

#d2mebay .release-info td.duration {
    text-align: left;
}

/*disclaimer*/
#d2mebay .notice {
    text-align: center;
    background: #f7f7f7;
    margin-bottom: 22px;
    font-size: 21px;
    font-weight: bold;
    padding: 8px;
    border: 1px solid #ccc;
}

/*sections*/
#d2mebay h2.section-title {
    text-align: center;
    color: #fff;
    background-color:#232323;
    padding: 8px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin:0;
}

#d2mebay .description {
    border: 1px solid #ccc;
    padding: 7px;
    margin-bottom: 10px;
}

#d2mebay ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* tabs */
#d2mebay .tabs input[type=radio] {
    display:none
}

#d2mebay .tabs label {
    display: block;
    float: left;
    width: 24.25%;
    color: #232323;
    background: #f1f1f1;    
    font-size: 0.8em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 20px 0 15px 0;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#d2mebay .tabs label.margin-right {
    margin: 0 1% 0 0;
}

#d2mebay .tabs label span {
    display: inline-block
}

#d2mebay .tabs label:hover {
    color: #f1f1f1;
    background: #232323; 
}

#d2mebay .tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 10px 9px 5px;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #ccc;  
    margin-top:10px;
}



#d2mebay .tabs [id^="tab"]:checked+label {
    color: #f1f1f1;
    background: #232323; 
}

#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3,
#tab4:checked~#tab-content4 {
	display: block;
}

#d2mebay .tabs:after {
	content: '';
	display: table;
	clear: both
}

/*footer*/
#d2mebay .footer {
    color:#fff;
    background: #232323;
    margin-top: 15px;
    padding-top: 32px;
}

#d2mebay .footer h2{
    color: #f3f3f3;
    font-size: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 12px;
    text-align: left;
    border-bottom: 1px solid #525252;
}

#d2mebay img.paypal-payment {
    margin: 0 auto;
    width: 50%;
}

#d2mebay a.subscribe-btn {
    background: #fff;
    color: #232323 !important;
    padding: 10px 20px;
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 4px;
}

#d2mebay p.copy-right {
    border-top: 1px solid #525252;
    margin-top: 32px;
    color: #e4e4e4;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 20px;
    font-size: 1em;
}

#d2mebay .price-reduced{
    display:block;    
    text-align:center;    
    font-size:2.5rem;
    color:white;
    background-color:red;
    width:100%;
    padding:3px 10px;
}
#d2mebay .price-reduced-header{
    margin-top:1.5rem;
}
#d2mebay .price-reduced-content{
    margin-bottom:1.5rem;
    margin-top:0.5rem;    
}

