﻿/* Set padding to keep content from hitting the edges */

body {
    background-color: #cacaca;
}


.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: #404d5b;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

@font-face {
    font-family: 'asap-bold';
    src: url('font/asap-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'asap-bolditalic';
    src: url('font/asap-bolditalic.ttf') format('truetype');
}

@font-face {
    font-family: 'asap-regular';
    src: url('font/asap-regular.ttf') format('truetype');
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.maincontent {
    width: 100%;
    padding: 0 12px 0;
    margin: 0 auto;
    max-width: 1330px;
    box-shadow: 0 0 2px #333;
}

.sectiontitle {
    background: #ca3d38;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: bold;
    text-indent: 20px;
    max-width: 1330px;
    margin: auto;
}

.headbg {
    background: url(/content/images/new/headerbg.png) #bbbcbd no-repeat center;
    background-size: cover;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.menu {
    display: flex;
    flex-direction: row;
    column-gap: 14px;
    margin-top: 14px;
}

    .menu a {
        display: block;
        border: 2px solid #333;
        border-radius: 10px;
        background-color: #990000bf;
        padding: 4px 0;
        width: 95px;
        text-align: center;
        color: #333;
        font-family: 'Asap-BoldItalic';
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    }

.margin-1 {
    margin-left: 10px;
}

.headright {
    font-family: 'Asap-Bold';
    font-size: 13px;
    text-align: center;
    line-height: 1.25;
}

.hr {
    height: 2px;
    width: 170px;
    background: #333;
    margin: 3px auto;
}

.cartwrap {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

    .cartwrap > div {
        font-family: 'Asap-BoldItalic';
    }

.iconcart {
    width: 2vw;
}

#search {
    margin: 4px auto;
}

.links {
    display: flex;
    justify-content: center;
    column-gap: 8px;
}

    .links a {
        color: #333;
        font-family: 'Asap-BoldItalic';
    }

        .links a:hover {
            text-decoration: underline;
        }

.footernew {
    text-align: center;
    margin-top: 14px;
}

    .footernew a, .footernew span {
        display: inline;
        color: #e13536;
        font-family: 'Asap-BoldItalic';
        text-shadow: 1px 1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, -1px -1px 0 #333;
        padding: 0 4px;
    }


.flexrow2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.homebanner {
    padding-top: 6px;
    padding-bottom: 6px;
}

    .homebanner img {
        max-height: 18.6vw;
    }


/*******************Parts******************/
.title {
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #990000;
}


.productdiv {
    width: 100%;
    max-width: 390px;
    border: solid 1px #e3e3e3;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    background-color: white;
}

.p-title {
    height: 40px;
    overflow: clip;
}

.productdiv h2 {
    font-size: 16px;
    color: #990000;
    background: white;
}

.productdiv a {
    color: #990000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

    .productdiv a:hover {
        text-decoration: underline;
    }

.productdiv .productimg {
    height: 200px;
    margin-top: 5px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    max-width: 238px;
}

.productdiv .price {
    font-size: 20px;
}

.productdiv .shortdesc {
    width: 100%;
    max-width: 210px;
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
}
/*******************Parts******************/


.siteMap {
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
}

    .siteMap a {
        color: #000;
    }

.buyPart a {
    color: Blue;
}

    .buyPart a:hover {
        text-decoration: underline;
    }

.buyPart .textbox {
    width: 30px;
}

.buyPart .textbox1 {
    width: 30px;
    text-align: right;
    color: Red;
}

.buyPart .textbox11 {
    width: 40px;
    text-align: right;
    color: black;
}

.buyPart div {
    padding: 3px 0px;
}

.buyPart .text1 {
    width: 50px;
    border: 1px solid #999;
}

.buyPart .gray {
    color: #999;
    font-size: 12px;
}

div.buyRightImg {
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    color: #990000;
}

.flexcolum select, .itemtitle checkbox {
    max-width: 200px;
}

.copybtn.flexrow {
    justify-content: flex-end;
}

.copybtn > div > a {
    text-decoration: none;
    border: 1px solid #333;
    padding: 2px 4px;
    border-radius: 4px;
    background: #cccccc;
    margin-right: 20px;
    color: #333;
}

    .copybtn > div > a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

.steptable {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}



.window_col1 {
    font-size: 40px;
    font-weight: bold;
    color: #999;
    text-align: center;
}

.window_div {
    width: auto;
    float: left;
    text-align: right;
}

.window_text {
    font-weight: bold;
    color: blue;
    font-size: 12px;
}

.window_div tr td {
    height: 26px;
}

.b-14 {
    font-size: 14px;
    font-weight: bold;
}

    .b-14 a {
        color: #404d5b
    }


.itemwrap {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    background: #fff;
    margin: 0px 10px 0;
    border-top: 24px solid #ca3d38;
    box-shadow: 2px 2px 10px #999;
    border-radius: 4px;
}

    .itemwrap.topwrap {
        padding: 14px;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        justify-content: space-between;
    }

.topwrap a {
    color: #333;
}

.itemtitle {
    width: 100%;
    text-indent: 10px;
}

.itemnum {
    font-size: 28px;
    font-weight: bold;
    color: #999;
}

.item {
    width: 95%;
    display: flex;
    align-items: baseline;
    font-size: 13px;
    background: #e5e5e5;
    margin: auto;
    padding: 4px 10px !important;
}

    .item > a {
        display: block;
        margin-right: 8px;
        font-weight: bold;
        color: #333;
        font-size: 16px;
        width: 95px;
    }

        .item > a:hover {
            text-decoration: underline;
        }

.btn-pickup {
    background: url(/Content/images/btn-pick.png) no-repeat;
    width: 364px;
    height: 45px;
    background-size: contain;
    max-width: 100%;
    border: 0;
    margin-left: 20px;
    color: transparent;
}

.btn-checkout {
    background: url(/content/images/btn-checkout.png) no-repeat;
    width: 364px;
    height: 45px;
    background-size: contain;
    max-width: 100%;
    border: 0;
    margin-left: 20px;
    color: transparent;
}

.flexrow {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.flexcolum select, .itemtitle checkbox {
    margin: 0 5px;
}

.btncalculate {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    background: #eee;
}


.updatecart {
    background: url('/content/images/update_order.gif');
    width: 90px;
    height: 25px;
    border: 0;
}

.email_quote {
    background: url('/content/images/email-quote.jpg');
    width: 115px;
    height: 25px;
    border: 0;
}

.continue-shopping {
    background: url('/content/images/continue-shopping-button.gif');
    width: 115px;
    height: 25px;
    border: 0;
}

.checkout {
    background: url('/content/images/check_out.gif');
    width: 135px;
    height: 28px;
    border: 0;
}

.swiper {
    max-width: 977px;
}

.homebanner {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.title {
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;
    color: #ca3d38;
    text-transform: uppercase;
}

.blank {
    height: 10px;
    width: 100%;
}

.showPC {
}

.navbar {
    padding: 0;
}

.navbar-toggler {
    padding: 0 !important;
}

.menu {
    margin-top: 14px;
}

.navbar-collapse {
}

.headbg {
}

.showM {
    display: none !important;
}

.measure-table1 .row {
    display: table-cell;
}

.buy-table .row {
    display: table-cell;
}

.d-block {
    display: flex !important;
}

.menu a:hover, .nav-link:hover {
    color: lightgray !important;
}

@media (max-width: 830px) {
    .showPC {
        display: none;
    }

    .menu {
        margin-top: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 33px;
        left: 0;
        width: 100%;
        z-index: 10000;
    }

    .headbg {
        position: fixed;
    }

    .navbar-dark {
        min-height: 34px;
        z-index: 10000 !important;
    }

    .menu a {
        width: 100% !important;
    }

    .showM {
        display: block !important;
    }

    .homebanner a img {
        margin: auto !important;
        height: 333px !important;
        width: 252px !important;
        max-width: 100% !important;
    }

    .maincontent span div {
        max-width: 100% !important;
        display: inline-block !important;
    }

    .d-sm-inline-flex {
        display: inline-flex;
    }

    .collapse {
        display: none;
    }

    .show {
        display: block;
    }

    .headbg {
        background: #993333;
    }

    .navbar-nav li {
        text-align: center;
        background: #993333;
    }

    .menu a {
        display: block;
        border-radius: 10px;
        padding: 4px 0;
        width: 95px;
        text-align: center;
        color: #333;
        font-family: 'Asap-BoldItalic';
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
        background: #993333;
        border: 0;
        display: block;
    }

       

    .nav-link {
        border: 2px solid #333;
    }

    .menu table tbody, .menu table tbody tr {
        width: 100%;
    }

    .margin-1 {
        margin-left: 0;
    }

    .measure-table1 .row {
        display: flex;
        padding-left: 0 !important;
    }

    .buy-table .row {
        display: flex;
        padding-left: 0 !important;
        width: 100% !important;
    }

        .buy-table .row a img {
            max-width: 100%;
            width: auto !important;
            height: auto !important;
        }

    .buy-table row div {
        display: block !important;
    }

    .row {
        margin-left: 20px;
    }

    .buy-table, .buy-table tr, .buy-table tr td {
        border: 0 !important;
    }

    .d-block {
        display: block !important;
    }

    .row div {
        display: block !important;
    }
}

#items_mobile {
    position: absolute;
    right: 10px;
    top: 5px;
    display: inline-block;
    width: 50px;
    height: 27px;
    color: #76654c;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 25px;
    background: url(../content/images/cart.png) no-repeat;
    text-align: right;
}

.tele {
    /*position: absolute;
    right: 100px;
    top: 5px;*/
    display: inline-block;
    height: 27px;
}
.wdwrap {
    display: flex;
    justify-content: space-around;
}
.wdleft img {
    height: 150px;
    margin-right: 3vw;
}
.wdright{
    display:flex;flex-direction:column;justify-content:space-between;line-height:1.8;
}
.wdright>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .wdright > div > label {
        text-align: center;
        flex: 1;
        font-weight: bold;
        font-size: 15px;
        margin-right: 6px;
    }
a.btnnext {
    background: #990000;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 2.4;
}