<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-listing .info-panel{
    padding-top: 4px;
}

.product-listing form .row div {
    text-align: center;
    margin: 5px 0;
}

.product-listing h2 {
    font-size: 1.5em;
}

#info-tabs {
    padding-left: 0 !important;
}

.tab-pane p{
    text-align: left;
}
.bootstrap-tab{
    margin-top: 1em;
}
.listing-text p{
    text-align: left;
}

.prod_quant{
    width: 50%;
    max-width: 125px;
    margin-bottom: 4px;
    display: inline-block;
}
.share-icons{
    padding-top: 4px;
    padding-bottom: 8px;
}

/* modal image */
.main-img {
    border-radius: 4px;
    cursor: zoom-in;
}

.main-img:hover {opacity: 0.7;}


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 4px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

#image-modal-controls {
    text-align: center;
}

#image-modal-controls a {
    margin: 0 10px;
    font-size: 1.2em;
}

.carousel-inner &gt; .item &gt; img {
    display: block;
    height: 85%;
    max-width: inherit;
    width: auto !important;
    margin: 0 auto;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* The Close Button */
.close {
    position: absolute;
    top: 16px;
    right: 36px;
    color: white;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .carousel-inner&gt;.item&gt;img {
        display: block;
        width: 85%;
        max-height: inherit;
        height: auto !important;
        margin: 0 auto;
    }
}

.prod_quant{
    width: 100%;
}

/* Related Items CSS, Uses Featured Items classes and CSS */
.related-items-header {
    padding-top: 40px;
    width: 100%;
}
.featured-items p {
    margin-bottom:16px;
}

.featured-item-info a.featured-content {
    overflow: hidden;
}

.featured-item-info a.featured-content:hover{
    text-decoration: underline;
    color: deepskyblue;
}

.featured-item {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 16px;
    height: 380px;
}
.featured-items &gt; h3{
    margin-bottom: 8px;
}
.featured-item-price &gt; p{
    margin-bottom: 4px;
}

.featured-item-image{
    height: 55%;
    text-align: center;
}
.featured-item-info{
    height: 45%;
    text-align: center;
    margin: 0 16px;
}
.featured-item-image &gt; img{
    max-height: 200px;
    margin: 0 auto;
    padding-top: 20px;
    cursor: pointer;
    border-radius: 4px;
}
.featured-item-image &gt; img:hover{
    opacity: 0.6;
}
a.featured-content {
    display: inline-block;
    text-overflow: ellipsis;
    height: 3.6em;
    line-height: 1.2em;
}
div.featured-item-author &gt; p{
    margin: 0;
    font-size: .8em;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}
div.featured-item-author{
    text-align: center;
}
.featured-items h3 {
    text-transform: capitalize;
}
#myTabContent #details span {
    display: inline;
}
@media only screen and (max-width: 767px) {
    .featured-item-info h4{
        font-size: 1.2em;
    }
    .button-container {
        bottom: 8px !important;
    }

}

@media only screen and (max-width: 414px) and (min-width: 300px)  {
    .carousel-inner&gt;.item&gt;img {
        display: block;
        width: 80%;
        max-height: inherit;
        height: auto !important;
        margin: 0 auto;
    }
    div.featured-items{
        margin:0;
    }
}
</pre></body></html>