:root {
    --bg: #152025;
    --surface: #213239;
    --surface-2: #17191d;
    --text: #f2f2f2;
    --muted: #c7c9ce;
    --gold: #c8a26a;
    --gold-600: #c8a26a;
    --focus: rgba(212, 175, 55, .45);
}

body {
    background: var(--bg) !important;
    color: var(--text) !important;
}

.iosSlider_title {
    padding: .6em .8em;
    font-size: 18px;
    font-weight: bold;
}

a.button,
a.button span {
    border-radius: 10px !important;
    background: var(--gold) !important;
    color: #111 !important;
    border: 1px solid var(--gold) !important;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

a.button:hover,
a.button:hover span {
    background: var(--gold-600) !important;
    border-color: var(--gold-600) !important;
}

#productprice {
    color: var(--gold) !important;
}

.title {
    color: var(--text) !important;
}

.model,
.rdesc {
    color: var(--muted) !important;
}

#productlist .current {
    color: var(--text) !important;
}

.box-product .name a {
    color: var(--text) !important;
}

.box-product .name a:hover {
    color: var(--gold) !important;
}

#floatnav,
#cart {
    height: 1.8875em;
    background: var(--surface-2);
    color: var(--text);
    margin-bottom: .1875em;
    overflow: hidden;
}


#productprice {
    float: none;
    text-align: center;
    margin: 0px;
    color: #a10000;
    font-size: 20px;
    margin-bottom: 10px;
    ;
}

.logo-img {
    max-height: 200px !important;
    max-width: 100% !important;
}

.model {
    font-size: 75%;
    color: #000
}

.rdesc {
    font-size: 75%;
    color: #000
}

#cart li a {}

#productlist .current {
    color: #000;
    font-size: 0.85em;
    font-weight: bold;
}

.notsale {
    color: #666;
    font-size: 0.75em;
}

.prodimg_wrap {
    text-align: middle;
    width: 150px;
}

.productimage {
    text-align: middle;
    display: inline;
    margin-left: auto;
    margin-right: auto;
}

.mh {
    background: #b82e37;
    color: #fff;
}

#pagesbox a {
    color: var(--gold);
}

.productinfo {
    padding-left: 20px;
}

.srch_btn {
    border-radius: 10px !important;
    background: var(--gold) !important;
    color: #111 !important;
    border: 1px solid var(--gold) !important;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
    width: 90px !important;
    height: auto !important;
    margin: 5px 0px 5px !important;
    padding: 7px 0px !important;
    font-size: 0.688em !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: center !important;
}
.container{
    height: 100px !important;
}
div#ccnt {
    background-color: var(--surface2) !important;
}
table .wf_content,
.wf_content,
.productinfo .title {
    font-size: 1em;
    color: #fff !important;
}
.button_yellow {
    margin-top: 0 !important;
    padding: 10px 5px !important;
    background-color: var(--gold) !important;
    border-radius: 10px !important;
    color: #111 !important;
    display: inline !important;
    text-align: center !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
}

#header {
    height: 80px;
}

#search {
    padding-top: 5px;
}

.hreview {
    color: var(--gold);
}


.freeship {
    font-weight: bold;
    color: #FF1A00;
}

#fshpwrp {
    margin-top: 20px;
}


.mppricewrap .mpreg {
    color: var(--gold) !important;
}

.mptitle a {
    color: var(--text) !important;
}

li.mpprod {
    background: var(--surface) !important;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px; 
}

h2.mptitlewrap {
    color: #fff !important;
}

.frshpwrp {
    margin: 10px 0px;
    ;
}

.rdesc2 {
    font-size: 14.4px;
    color: #d1d1d1 !important;
}

a.filter {
    font-size: 1.6em;
    color: var(--gold) !important;
}