﻿@import "global.css";
html { font-size: 42.5%; } 
body {
    background-color:#1f1f1f;
}
header {
    height:55px;
    width:100%;
}
header #back-creative {
    display:none;
}
#mobile-icon {
    display:block;
    float:right;
    width:38px;
    height:38px;
    background-image:url(/headphones/images/th-menu.png);
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 90%;
}
#mobile-icon.highlight {
    background-color:#272727;
}
header nav .topmenu
{
    margin:15px 0 0 0;
    list-style:none; 
    float:right;
    height:30px;
    cursor:pointer;
    position: absolute;
    right: 0;
}
header .drpMenu {
    margin-left: 0px;
    padding-left: 10px;
    list-style-type:none;
}
header .drpMenu p.desc,header .drpMenu li.seperator {
    display:none;
}
header .drpMenu p.title {
    margin:0;
}
header .topmenu .topItem {
    display:none;
    clear:both;
    background-color:#272727;
    line-height: 2.5em;
    padding: 0 20px;
}

.for-desktop
{
    display:none;
}

/*body*/
h1 {
    font-size:65px;font-size:6.5rem;
}
.fullwidth {
    background-size:0 0;
}
.mhl-content-box {
    padding:15px 20px;
}
.image-box img{
    width:100%;
}
.product-row {
    padding:30px 10px;
    float: left;
}
.product-img {
    width:48%;
}
    .product-img img {
        width:100%;
    }
.product-info {
    width:48%;
}
.learmore-btn {
    padding: 10px 10px;
    font-size: 20px;font-size: 2.0rem;
}
.product-img .sliderbtn {
    width:26px;
    height:26px;
}
#main-content ul li a{
    line-height:1.2em;
    display: inline-block;
}
/*body end*/