div#product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px
}

.breadcrumbs {
    margin: 25px 0 10px
}

    .breadcrumbs > * {
        color: #1c1c1c;
        text-decoration: none;
        font-size: 18px
    }

.searchcrumbs {
    margin: 25px 0 10px
}

    .searchcrumbs > * {
        color: #1c1c1c;
        text-decoration: none;
        font-size: 24px;
        font-weight: 700
    }

div#product-main > div.product-heading {
    width: 100%;
    margin-bottom: 15px
}

    div#product-main > div.product-heading .catalog-item-brand-item-number a {
        color: #000;
        text-decoration: none
    }

        div#product-main > div.product-heading .catalog-item-brand-item-number a:hover {
            color: #B2542E
        }

div#product-main .lSSlideOuter {
    width: 474px;
    margin-right: 75px
}

div#product-main > div.product-info {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

    div#product-main > div.product-info > * {
        width: 100%
    }

div#product-main > div.product-heading > h2.product-name {
    font-size: 26px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0
}

div#product-main > div.product-info > div.offer {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

    div#product-main > div.product-info > div.offer span.price {
        font-weight: 700
    }

div#product-main > div.product-info > div.alert-text {
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 15px
}

div#product-main > div.product-info > div.quantity-cart {
    margin-top: 15px;
    margin-bottom: 15px
}

    div#product-main > div.product-info > div.quantity-cart > input.add-to-cart {
        margin-top: 0;
        margin-left: 15px
    }

        div#product-main > div.product-info > div.quantity-cart > input.add-to-cart:hover {
            background-color: #000
        }

    div#product-main > div.product-info > div.quantity-cart > input.quantity {
        display: inline-block;
        text-align: center;
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        padding: .25em;
        font-size: 20px;
        border: 1px solid #000
    }

    div#product-main > div.product-info > div.quantity-cart > label {
        font-size: 20px;
        margin-left: 5px
    }

div#product-main > div.product-info > div.reviews {
    margin-top: 5px;
    margin-bottom: 5px
}

    div#product-main > div.product-info > div.reviews > div.number-reviews {
        width: 100%
    }

        div#product-main > div.product-info > div.reviews > div.number-reviews > input.reviews {
            display: inline-block;
            text-align: center;
            width: 50px;
            padding: .25em;
            color: #FFF;
            background-color: #000;
            border: none
        }

div.product-info .cust-links div {
    width: 90%;
    padding-top: 15px
}

div.product-info .cust-links a {
    color: #000;
    text-decoration: none;
    font-size: 18px
}

    div.product-info .cust-links a:hover {
        color: #B2542E
    }

.item-restrictions ul {
    list-style: none
}

a.write-review {
    display: inline-block;
    margin-top: 5px;
    color: #1B75BB !important;
    text-decoration: none
}

div#description {
    width: 75%
}

    div#description ul {
        margin-left: 30px
    }

        div#description ul#features > li {
            margin-top: 15px;
            margin-bottom: 15px
        }

div#delivery-reviews ul.tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    background-color: #939393
}

    div#delivery-reviews ul.tabs > li {
        display: inline-block;
        width: 49%;
        padding: 1em 0 0
    }

div#delivery-reviews a {
    text-decoration: none
}

div#delivery-reviews ul.tabs > li > a {
    display: block;
    padding: .5em 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    background-color: #939393;
    border-radius: 5px 5px 0 0;
    cursor: pointer
}

.current-tab {
    color: #B2542E !important;
    background-color: #E6E7E8 !important
}

div#delivery-reviews > div.gray-bg {
    font-size: 16px
}

    div#delivery-reviews > div.gray-bg > * {
        -webkit-animation: fadeIn .3s 1;
        animation: fadeIn .3s 1
    }

    div#delivery-reviews > div.gray-bg div.hide-div {
        display: none
    }

div#delivery-reviews div#reviews {
    background-color: #fff;
    padding: 25px
}

div#delivery-reviews div#delivery-info > ul {
    list-style-type: none
}

    div#delivery-reviews div#delivery-info > ul > li {
        margin-bottom: 25px;
        padding-left: 30px
    }

        div#delivery-reviews div#delivery-info > ul > li.air-ship {
            background: url(/images/tstmobilesite/plane-icon.svg);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 50px 50px
        }

        div#delivery-reviews div#delivery-info > ul > li.no-ship-regulations {
            background: url(/images/tstmobilesite/exclamation-icon.svg);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 50px 50px
        }

        div#delivery-reviews div#delivery-info > ul > li.state-department {
            background: url(/images/tstmobilesite/state-department-logo.svg);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 50px 50px
        }

.related-items .product .image-container {
    display: block;
    width: 240px;
    height: 240px;
    background-color: #BBBDBF;
    overflow: hidden
}

.related-items .product img {
    height: 100%;
    width: auto
}

@supports (display:grid) {
    .product-container {
        display: grid;
        grid-template-columns: repeat(auto-fill,240px);
        grid-gap: 25px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

        .product-container .product {
            margin-left: 0;
            margin-right: 0
        }
}

.related-items .product a {
    color: #000;
    text-decoration: none
}

    .related-items .product a:hover {
        color: #B2542E
    }

.related-items .product h4 {
    text-align: center;
    letter-spacing: .15em
}

.related-items .product .product-title {
    display: block;
    margin-top: 15px;
    font-size: 18px
}

.related-items .product span.price {
    font-size: 24px;
    font-weight: 700
}

.related-items .product span.stock {
    font-size: 16px;
    font-weight: 400
}

.teaserLink {
    color: #B2542E;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    padding: 0 0 10px 0;
    overflow: hidden;
    cursor: pointer
}
