﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family:Arial;
    font-size:1.5rem;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;border:1px solid #ccc;
}

.downimage {
    background-image: url('../images/111.png');
    background-position-x:right;
    background-position-y: center;
    background-repeat: no-repeat;
    padding-right: 30px !important;
}

.title1 {
    font-size: 18px;
    line-height: 32px;
    padding-top: 0;
    margin-top: 13px;
    width: auto;
    /*background: url(images/Fading-Divider.png) 0 bottom no-repeat;*/
    background-size: contain;
    font-family: "davis";
    /*background: linear-gradient(to right, #B3B3B3, white);*/
}
    .title1:after {
        content: "";
        display: block;
        width: 100%;
        max-width: 600px;
        background: url(images/Fading-Divider.png) no-repeat;
        height: 8px;
        background-size: cover;
    }

    .title2 {
        font-size: 20px;
        padding-bottom: 5px;
        width: 315px;
    }

.searchBox {
    width: 60%;
    max-width: 400px !important;
    line-height: 18px;
    border-radius: 6px;
}

.full_width {
    width:100%;
}

.max_title {
    max-width:600px;
    padding-right:25px;
}

.cart:before {
    content: "";
    background: url(../images/cart.png) no-repeat;
    width: 39px;
    height: 23px;
    background-size: contain;
    display: block;
    position: absolute;
    right: 20px;
}
.cart {
    display: block;
    border-radius: 50%;
    background: rgb(56,74,86);
    width: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: 20px;
    font-size: 12px;
    bottom: 8px;
    right: 0px;
}
.cart:hover{
   color:#ccc;
}

.botum-navbar-inverse {
    background: linear-gradient(to bottom, #B3B3B3, white);
    width: 100%;
}

.emailBox {
    width: 100%;
    height: 40px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    max-width: 100% !important;
    border-width: 1px;
    border-color: black;
}

.email-border1 {
    border-width: 0;
}

.email-border2 {
    border-width: 0;
    height: 35px;
    line-height:35px;
    padding:0;
    font-size:18px;
    color:black;
    width:40px;
    background-color:transparent;
}

.sign-up {
    padding: 0;
    margin: 0;
    border: 1px;
    border-style:ridge;
    background-color: #FFF;
    height: 39px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top:-1px;
}

.botum-link-title {
    font-size:18px;
    font-weight:bold;
}

.bar-left {
    background: linear-gradient(to right, white, #B3B3B3);
    width: 20px;
}

.bar-right {
    background: linear-gradient(to right, #B3B3B3, white);
    width: 20px;
}

.title3 {
    background: linear-gradient(to right, white 0%, #B3B3B3 50%,white 100%);
    width:100%;
    font-style:italic;
    font-size:20px;
    text-align:center;
    font-weight:bold;
}

.main-info {
    width: 100%;
    margin: 20px auto;
    max-width:878px;
}

#level2 {
    display: none
}

    #level2, #level2 li {
        list-style: none;
        padding:0;
        width:100%;
        text-align:center;
    }

        #level2 li {
            list-style: none;
            padding: 0;
            width: 100%;
            text-align: center;
            border-radius: 6px;
            background-color:white;
            padding:5px;
            border-color:lightgray;
            border-width:1px;
            border-style:solid;
            font-size:12px;
            color:black;
        }

        #level2 a {
            color: black;
        }

#Brands:hover > #level2 {
    display: block
}

.optiontitle {
    font-size: 12px;
    padding: 5px;
    padding-top: 15px;
    height:22px;
}

.selectoption {
    list-style: none;
    padding: 0;
    width: 200px;
    text-align: center;
    border-radius: 6px;
    background-color: white;
    border: 2px solid #ccc;
    color: black;
    height: 30px;
    font-family: 'davis';
}

    .selectoption option {
        text-align: center;
        font-family: 'davis';
    }

    .go {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 70px;
        height: 30px;
        font-size: 17px;
        float: right;
    }

.SearchBox {
    width: 350px;
    height: 30px;
    border-radius: 6px;
    border-width: 1px;
    border-color: black;
    float:right;
}



.product-grid .product-image {
    overflow: hidden;
    position: relative;
}



.product-grid:hover .product-image:before {
    opacity: 1;
}

.product-grid .product-image a {
    display: block;
}

.product-grid .product-image img {
    /*width: 100%;
    height: auto;*/
    width:100%;
    height: 13vw;
}

.product-image .pic-1 {

    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.4s ease-out 0s;
}

.product-grid:hover .product-image .pic-1 {
    opacity: 0;
    width:100%;
}

.product-image .pic-2 {
    max-width: 100%;
    height: 13vw;
    opacity: 0;
    backface-visibility: hidden;
    transform: scale(1.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.6s ease-out 0s;
}

.product-grid:hover .product-image .pic-2 {
    opacity: 1;
    transform: scale(1);
}

.title4 {
    font-size:12px;
    text-align:center;
}

.leftmenu {
    width: 100%;
    border-width: 1px;
    border-color: lightgray;
    border-collapse: collapse;
    border-style: solid;
    margin-bottom: 10px;
    font-size:13px;
    text-align:left;
}

.add {
    background-image: url('../images/add.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 10%;
}

.line {
    background-image: url('../images/line.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 10%;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.leftsubmenu {
    line-height: 30px;
    width: 85%;
}

    .leftsubmenu a {
        color: #000;
    }

.more {
    background-image: url('../images/more.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 5%;
    margin-left:10%;
}

.titleleft {
    background: linear-gradient(to right, white 0%, #B3B3B3 50%,white 100%);
    width: 100%;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-top:5px;
    margin-bottom:5px;
}

.border {
    border: 2px solid #7d7d7d;
    border-radius: 32px;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.title7 {
    font-size: 13px;
    line-height: 20px;
    padding-top: 0;
    float: left;
    width: auto;
    padding-right: 15px;
    text-align:left;
}

.search-border {
    border-width: 3px;
    border-color: black;
    border-collapse: collapse;
    border-style: solid;
}

.products-slide {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.products_title-left {
    margin-left:-5.5%;
}

.products-slide-stainer1 {
    width: 100%;
    padding-top: 15px;
    max-width: 880px;
}

.Manuallist {
    width: 100%;
    padding-top: 15px;
    max-width: 880px;
}

.products-slide-stainer2 {
    width: 100%;
    padding-top: 15px;
}

@media (max-width: 878px) {

    .main-info {
        width: 100%;
        margin: 20px auto;
        max-width: 100%;
    }
}

@media (max-width: 650px) {

    .products-slide-stainer1 {
        width: 100%;
        padding-top: 15px;
        font-size: 10px;
    }
}

@media (max-width: 600px) {

    .products-slide-stainer1 {
        float: left;
        padding-top: 15px;
        font-size: 10px;
    }
}

@media (max-width: 550px) {

    .products-slide-stainer1 {
        width: 100%;
        float: left;
        padding-top: 15px;
        font-size: 10px;
        max-width: 480px;
    }
}

@media (max-width: 500px) {

    .products-slide-stainer1 {
        width: 100%;
        float: left;
        padding-top: 15px;
        font-size: 10px;
        max-width: 430px;
    }
}

@media (max-width: 450px) {

    .products-slide-stainer1 {
        width: 100%;
        float: left;
        padding-top: 15px;
        font-size: 10px;
        max-width: 380px;
    }
}

@media (max-width: 400px) {

    .title4 {
        font-size: 10px;
        text-align: center;
    }

    .products-slide-stainer1 {
        width: 100%;
        float: left;
        padding-top: 15px;
        font-size: 10px;
        max-width: 330px;
    }
}

@media (max-width: 350px) {

    .products-slide-stainer1 {
        width: 100%;
        float: left;
        padding-top: 15px;
        font-size: 10px;
        max-width: 330px;
    }
}

.hideli {
    display:block;
}

@media (max-width: 1200px ) {
    .hideli {
        display: none!important;
    }

    .navbar-nav > li {
        margin-right:5px;
    }

    .navbar-nav {
        float: left;
    }
}

.search {
    margin-top: 0px;
}

.site-info {
   height:45px;
}

@media (max-width: 1000px ) {
    .hideli {
        display: none !important;
    }

    .navbar-nav > li {
        margin-right: 5px;
    }

    .search {
        margin-top:-100px;
    }

    .navbar-nav {
        float: left;
    }

    .site-info {
        height: 0;
    }
}


@media (max-width: 767px ) {
    .navbar-nav {
        float: left;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

        .navbar-nav > li {
            margin-right: 5px;
            width: 100%;
        }
}

.add_to_cart_btn {
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    width: 90%;
    background-color: lightgray;
    text-align: center;
    padding:0 5px;
}

.rightblock {
    float: Left;
    width: 50%;
    font-size: 14px;
}

.rateline {
    position: relative;
    background: #dfd7d0;
    width: 255px;
    height: 16px;
    display: inline-block;
    margin: 0 8px;
    box-shadow: 1px 0px 2px #888;
}

    .rateline > div {
        position: absolute;
        background: #f9ac39;
        height: 16px;
        left: 0;
        top: 0;
    }

.ratelineWrap > div {
    margin: 8px auto;
}

.ratestars {
    margin: 0 18px;
    float: left;
}

.star {
    width: 20px;
}

.rating-tab-container {
    border-bottom: 1px solid #ddd;
}

.rating-tab-title {
    font-weight: 700;
    font-size: 15px;
    border-bottom: 3px solid #000;
    display: inline-block;
    padding-bottom: 8px;
}

.rating-tab-container > label {
    float: right;
    margin-right: 12px;
}

.rating-content {
    margin-top: 40px;
}

.rating-review {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px 0;
}

.rating-review-header {
    float: left;
    width: 82px;
    text-align: center;
}

.rating-avatar {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

    .rating-avatar > img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 100%;
    }

.review-location {
    margin-top: 6px;
}

.rating-right {
    float: left;
    margin-left: 30px;
    width: 670px;
}

.rating-title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}

.rating-desc {
    font-size: 14px;
}

.rightblock iframe {
    height:100px!important;
}

.search input {
    width: 60%;
    max-width: 400px !important;
    line-height: 18px;
    border-radius: 6px;
}

.titlebar {
    font-size: 20px;
    line-height: 40px;
    padding-top: 0;
    width: 100%;
    background: linear-gradient(to right, #B3B3B3, white);
}

.qty-button {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    width: 100%;
    max-width: 94px;
    background: #fff;
    text-align: center;
    float: left;
    border: 1px solid #333;
    border-radius: 4px;
    margin-left: 4px;
    font-weight: bold;font-family:"davis";
}

.qty-button a:hover {
    text-decoration: none;
    cursor: pointer;
}

.qty-button1 a:hover {
    text-decoration: none;
    cursor: pointer;
}

    .qty-count {
        /*border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 30px;
        line-height: 30px;
        width: 100% !important;
        max-width: 30px !important;
        text-align: center;
        float: left;
        border-width: 1px;
        border-color: gray;
        border-collapse: collapse;
        border-style: solid;
        font-size:2.5rem;*/
    }

.product-name {
    font-size: 18px;
    font-weight: bold;
    font-family: 'davis';
}
    .product-name a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .pt-name {
        font-size: 12px;
        font-style: italic;
    }

.instock:before {
    content:"●";
    margin-right: 4px;
    color: #18b118;
    /*  background-image: url('../images/yes.png');
    background-position-x:left;
    background-position-y:center;
    background-repeat:no-repeat;*/
}
    .instock i {
        font-size: 12px;
        font-style: italic;
    }

.qty-button1 {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    min-width: 120px;
    background: linear-gradient(to right, #B3B3B3 0%, white 50%,#B3B3B3 100%);
    text-align: center;
    float: left;
    border-width: 1px;
    border-color: gray;
    border-collapse: collapse;
    font-size: 20px;
    font-family: 'davis';
}

.qty-count1 {
    height: 40px;
    line-height: 40px;
    width: 100% !important;
    max-width: 30px !important;
    text-align: center;
    float: right;
    border-width: 1px;
    border-color: gray;
    border-collapse: collapse;
    border-style: solid;
    font-size:2.5rem;
}

.sub-desc {
    font-size: 1em;
    color: #000;
}

.continueshopping2, .revieworder2 {
    background: #898585;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid;
    border-radius: 3px;
    outline: 0;
}

.main_right_content {
    float: left;
    width: 77.77777777777777%;
    padding: 0px 15px;
    box-sizing: border-box;
    font-size: 12px;
}

.addtocart {
    background: url(../content/images/Add-to-Cart.gif) no-repeat left top;
    width: 147px;
    height: 31px;
    border: none;
    font-size: 0;
}

.calculateshipping {
    background: url(../content/images/Calculate-Shipping.jpg) no-repeat left top !important;
    width: 147px;
    height: 25px;
    border: none;
    font-size: 0;
  
}

.emailquote {
    background: url(../content/images/Email-Me-A-Quote.gif) no-repeat left top;
    width: 147px;
    height: 23px;
    border: none;
    font-size: 0;
    margin: 15px 0;
}

.continueshopping {
    width: 130px;
    height: 25px;
    border: none;
    font-size: 15px;
    margin: 15px 0;
    background-color:lightgray;
    border-radius:5px;
}

.revieworder {
    width: 150px;
    height: 25px;
    border: none;
    font-size: 15px;
    margin: 15px 0;
    background-color: lightgray;
    border-radius: 5px;
}

.shoppingcart-list {
    width: 100%;
    border: solid 1px #666;
    /*max-width: 900px;*/
    margin: auto;
}

    .shoppingcart-list thead td {
        background-color: #6B696B;
        color: #fff;
        font-weight: bold;
        white-space: nowrap;
        padding: 5px 7px;
    }

    .shoppingcart-list tbody td {
        border-left: solid 1px #666;
        border-bottom: solid 1px #666;
    }

    .shoppingcart-list tbody tr td:first-child {
        border-left: none;
    }

    .shoppingcart-list tbody tr:nth-child(2n+1) td {
        background-color: #E1E0E0;
    }

    .shoppingcart-list tbody tr td {
        padding: 0 5px;
    }

        .shoppingcart-list tbody tr td .quantity {
            width: 80px;
            border: 1px solid #ccc;
            text-align: center;
            margin-top: 5px;
        }

        .shoppingcart-list tbody tr td img {
            max-height: 60px;
        }

        .shoppingcart-list tbody tr td.productimg {
            width: 86px;
            text-align: center;
        }

        .shoppingcart-list tbody tr td.centertd {
            text-align: center;
        }

        .shoppingcart-list tbody tr td.righttd {
            text-align: right;
        }

.shoppingtotal {
    width: 330px;
    float: right;
    margin: 20px 0;
    line-height: 20px;
}

    .shoppingtotal label {
        width: 225px;
        display: inline-block;
        text-align: right;
        font-weight: bold;
        padding-right: 5px;
    }

        .shoppingtotal label a {
            font-weight: normal;
            color: #6c0101;
        }

.shippingmethod {
    border-top: solid 1px #ccc;
    margin-top: 20px;
    float: right;
}

.shoppingcart-action {
    text-align: right;
}

.continue-shopping {
    width: 115px;
    height: 25px;
    background: url(../content/images/continue-shopping.jpg) no-repeat left top;
    border: none;
    cursor: pointer;
}

.checkout {
    width: 135px;
    height: 28px;
    background: url('images/check_out.gif') no-repeat left top;
    border: none;
    cursor: pointer;
}

.updatecart {
    width: 90px;
    height: 25px;
    background: url('images/update_order.gif') no-repeat left top;
    border: none;
    cursor: pointer;
}

.contactbox {
    background: #d3d2d2;
    height: 160px;
    overflow: hidden;
}

.price {
    font-size: 20px;
}

.title2.lh-2 {
    line-height: 2
}

.i-text {
    font-size: 18px;
    color: #333;
    margin-left: 6px;
}

.mx-230 {
    max-height: 230px;
}

.icon1 {
    float: left;
    margin: -3px 0;
}
/*.desc-title {
    text-align: center;
    width: 336px;
    background: url(../images/title2-bg.png) no-repeat 0 0;
    font-weight: 700;
    background-size: contain;
    padding: 0;
    height: 45px;
    line-height: 45px;font-size:11px;
}*/
.desc-text {
    font-size: 15px;
}

.desc-img {
    max-height: 250px;
    margin:0 auto;
}

ul.buttons {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    overflow: hidden;
    float: left;
    margin-right: 2em;
}

    ul.buttons li {
        margin-bottom: 8px;
    }

    ul.buttons img {
        width: 30px;
    }

    ul.buttons a {
        color: #333;
    }

.block1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.block2 {
    font-size: 16px;
    margin-bottom: 14px;
}

.block4 {
    color: #999;
    margin-bottom: 2px;
    font-size: 16px;
    text-decoration: line-through;
}

.font24 {
    font-size: 24px;
}

.font16 {
    font-size: 16px;
}
.font16-2 {
    font-size: 16px;font-family:"davis";
}

.contact-t1 {
    font-size: 26px;
    padding-left: 6%;
}

.contact-t2 {
    font-size: 18px;
    padding-left: 8%;
    text-decoration: underline;
    margin-top: 10px;
}

.contact-ib > img, .contact-ib > span {
    display: inline-block;
    vertical-align: middle;
}

.contact-t3 {
    font-size: 20px;
    line-height: 2;
    margin-left: 5%;
}

.mb-4 {
    margin-bottom: 4vw;
}

.chat {
    padding-top: 25%;
    font-size: 15px;
}

/*.desc-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    padding: 0 30px;
    text-align: center;
    font-size: 13px;
}*/
.product-desc {
    max-height: 190px;
    overflow-y: auto;
}

.desc-title {
    display: inline-block;
    line-height: 40px;
    border-bottom: 3PX solid #2e3191;
    border-top: 2px solid #66CCFD;
    clear: both;
    margin-bottom: 30px;
}

    .desc-title:before {
        content: "";
        float: left;
        width: 11px;
        height: 40px;
        background: url(../content/images/tiitle-icon.png) no-repeat;
        background-size: contain;
        margin: 0 10px 0 -6px;
    }

    .desc-title:after {
        content: "";
        float: right;
        width: 11px;
        height: 40px;
        background: url(../content/images/tiitle-icon.png) no-repeat;
        background-size: contain;
        margin: 0 -6px 0 10px;
    }

@media (max-width: 770px) and (min-width: 600px) {
    ul.shortdesc {
        list-style-type: none;
        color: #333;
        line-height: 1.8;
        font-size: 12px;
        padding-left: 0;
    }

    .index-product h3 {
        color: #333;
        font-size: 14px;
    }

    .logo {
        height: auto;
        width: 100%;
    }

    .title4 {
        margin-bottom: 30px;
        background-size: contain;
        height: 56px;
        line-height: 1.5;
    }
}

@media all and (max-width: 600px) {

    .shoppingcart-list thead td {
        background-color: #6B696B;
        color: #fff;
        font-weight: bold;
        white-space: nowrap;
        padding: 0px;
        font-size: 12px;
    }

    .logo {
        height: auto;
        width: 100%;
    }

    .col-md-12 {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-xs-6 {
        width: 100%;
        margin-top: 30px;
    }

    .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 0px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    ul.shortdesc {
        list-style-type: none;
        color: #333;
        line-height: 1.8;
        font-size: 9px;
        padding-left: 0;
    }

    .index-product h3 {
        color: #333;
        font-size: 10px;
    }

    .title4 {
        margin-bottom: 30px;
        background-size: contain;
        height: 56px;
        line-height: 1.5;
    }

}

.footer-table {
    width: 33%;
    min-width: 350px;
    float: left;
    padding-left: 3%;
}

.footer-table1 {
    width: 34%;
    min-width: 350px;
    float: left;
    padding-left: 3%;
}

.footer-table a {
    color:black;
}

.review-loc {
    float:right;
}

.shortdescription table {
    width:86%;
    margin-left:7%;
}

.shortdescription {
    text-align:left;
}

.hide-iframe {
    display: none;
}

.show-iframe {
    display: block;margin-bottom:10px;
}

.m-95 {
    max-width:95%;max-height:100%;height:auto;
}

.f-15 {
    font-size:15px;
}

.mid-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mid-title2 {
    font-size:18px !important;
    font-weight: bold;
}

/*product*/
.p-left {
    width: 30%;
    float: left;
    min-height: 360px;
}

.p-left-info {
    width: 96%;
    margin-left: 2%;
    text-align: center;
}

.p-right {
    width: 70%;
    float: left;
    min-height: 360px;
}

.short-title {
    margin-left: 5px;
    margin-top: 5px;
    font-weight: bold;
}

.info-blank {
    width: 90%;
    margin-left: 5%;
}

.p-title {
    font-size: 30px;
    font-weight: bold;
}

.p-line1 {
    width: 1px;
    height: 25px;
    background-color: black;
    margin: 0 10px;
    float: right
}

.fast {
    width: 100%;
    max-width: 250px;
}

.car {
    width: 100%;
    max-width: 70px;
}

.shipinfo {
    font-size: 11px;
    width: 150px;
}

.checkinfo {
    font-size: 10px;
    padding: 10px;
}

.check {
    width: 100%;
    max-width: 262px;
    margin: 0 auto;
    margin-top: -25px;
}

.checkinto1 {
    font-style: italic;
    font-size: 13px;
    border: 0;
}

.writebtn1 {
    float: right;
    width: auto;
}

.writebtn2 {
    font-size: 12px;
    color: black;
    text-decoration: underline !important;
    font-family:'davis';
    font-style:italic;
}


.rateit-w-h {
    width: 110px;
    height: 22px;
}

.h-16p {
    height:22px;
}
.blank {
    height: 1px;
    background-color: white;
    margin-top: 1px;
}

.manual-video-container {
    width: 100%;
    display: flex;
    overflow: auto;
    justify-content: space-between;
}

.playwrap>a{
    position:relative;
}
    .playwrap > a > img {
        opacity: 0.5;
    }
    .playwrap > a:after {
        content: "";
        background: url(images/Watch-Playlist-Icon.png) center no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        height: 116px;
        margin: auto;
        background-size: contain;
        top: 0;
        bottom: 0;
    }
.manual-video {
    width: 50%;
    line-height: 2.5rem;
    overflow: auto;
    padding: 0 20px;
}

.pdf-link {
    height: 170px;
    overflow: auto;
}
    .pdf-link a {
        font-family: "davis"
    }
    .m-b1 {
        margin-bottom: 1rem;
    }

.p-5 {
    padding:5px;
}

.img-border {
    border-radius:10px;
    width:246px;
    margin-bottom:10px;
}

.optionsul, .optionsul li {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: "davis";
}

    .optionsul li {
    }

        .optionsul li a, .dropoptions {
            text-decoration: none;
            display: block;
            border: solid 1px #ccc;
            padding: 5px;
            margin-top: 5px;
        }

.optionarea {
    max-width: 300px;width:100%;
}

    .optionarea .optionsul li a {
    }

    .optionarea .dropoptions {
        width: 100%;
    }

.optionsul li a:hover {
    background-color: #eee;
    cursor: pointer;
    color: #000;
}

.dropoptions {
    border: solid 1px #ccc;
    border-radius: 0;
}

.optionsul li.curli a, .selectedul {
    border: solid 1px rgb(56,74,86);
    font-weight: bold;
    box-shadow: 0px 0px 4px rgb(56,74,86);
    cursor: alias;
}
.txtzipcode {
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0 3px;
}

