:root {
    --bg: #ffffff;
    --surface: #e1e1e1;
    --surface-2: #dc3545;
    --text: #333333;
    --muted: #a3a3a3;
    --gold: #dc3545;
    --gold-600: #590109;
    --gold-800: #590109;
    --focus: rgba(212, 175, 55, .45);
    --darkblue: #001b38;
}

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(--darkblue);
    color: #fff;
    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: 0 !important;
    padding-bottom: 29.3% !important;
    position: relative;
    overflow: hidden;
}
#mbwelcome .container {
    aspect-ratio: auto;
    height: auto !important;
    max-width: 100% !important;
}
div#ccnt {
    background-color: var(--surface) !important;
}
table .wf_content,
.wf_content,
.productinfo .title {
    font-size: 1em;
    color: var(--text) !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: var(--darkblue) !important;
}

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

.rdesc2 {
    font-size: 14.4px;
    color: var(--muted) !important;
}

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

#productprice,
.pratc,
.box-product .price,
.product-info .price,
.product-grid .price,
.product-list .price,
.product-list .price-tax,
.compare-info .price-new,
.mppricewrap,
.mpreg,
.savepc,
.notsale,
.prwrp .rd14,
.item span.current,
.item .notsale,
span[itemprop="price"] {
    display: none !important;
}

#mbwelcome {
    clear: both;
}