<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ShellStoreItems {
    width: 100%;
    padding-bottom: 5px;
    float: left;
}

.FolderShortDescription {
    max-width: 100%;
    padding: 5px 0 0;
    line-height: 1.5;
    font-style: italic;
    float: left;
    clear: both;
}

.ShellFolderItems {
    float: left;
    width: 100%;
}

.ShellTemplate {
    vertical-align: top;
}

.FolderLongDescription {
    max-width: 100%;
    float: left;
    clear: both;
}

.ShellImages.SingleImage {
    float: left;
    clear: both;
    max-width: 100%;
}

.TemplateImage &gt; img {
    max-width: 100%;
}

.ShellImages .ExpandText {
    font-style: italic;
    font-size: .9em;
    position: relative;
    text-align: center;
    top: 5px;
    width: 100%;
    z-index: 100;
    height: 0;
}

.ShellImages .PhotoGallery {
    width: 100%;
    margin-bottom: 15px;
}

.TemplatePrice {
    float: left;
    display: block;
    padding: 5px 0;
    font-size: 1.2em;
}

.TemplateQuantity {
    float: left;
    padding-right: 2px;
    margin:5px 0;
}
.TemplateAddToCart {
    margin: 5px 0px;
}
.SaveForLaterLinkButton span {
    font-size: 14px;
}
.ShellSaveLater [class^="icon-"], [class*=" icon-"] {
    font-size: 16px;
}
.TemplateQuantityTextBox {
    float: left;
    width: 44px;
    font-size: 1.1em;
    padding:6px;
}
.ShellTemplate .TemplateIcons {
    position: absolute;
    right: -5px;
    top:-5px;
}
.ShellTemplate.Item.Special.New .NewIcon {
    display: none;
}

.SalesInside img{
    position: absolute;
    top: 0;
    right: -7px;
    max-width: 80px;
}
.ShellTemplate .TemplateLink, .ShellTemplate .ShellSaveLater{
    margin:7px 0;
    float: left;
    clear: both;
    font-size:16px;
    width:100%;
}
.ShellTemplate .TemplateLink a:hover, .ShellTemplate .ShellSaveLater a:hover{
    text-decoration:none;
}


/*Paging*/
.PagingNavigation {
    box-shadow: 1px 1px 2px #ccc;
    width: 100%;
    padding: 0 10px;
    float: left;
    color: black;
    margin: .75em 0;
}

    .PagingNavigation .PagingShowing {
        padding: 8px 0;
    }

    .PagingNavigation a {
        color: #000000;
        text-decoration: none;
    }

    .PagingNavigation .PagingPageLinks a, .PagingNavigation .Current, .PagingNavigation .AlphabeticalLink {
        display: block;
        float: left;
        margin: 0 1px;
        padding: 8px 0;
        color: #000000;
        font-weight: normal;
    }

        .PagingNavigation .PagingPageLinks a, .PagingNavigation .Current, .PagingNavigation .AlphabeticalLink.Selected a {
            padding-left: 8px;
            padding-right: 8px;
        }

        .PagingNavigation .Current, .PagingNavigation a:hover,
        .PagingNavigation .AlphabeticalLink.Selected, .AlphabeticalLink.Selected a, .PagingNavigation .AlphabeticalLink:not(.Disabled):hover {
            background: #777777;
            color: #FFFFFF;
        }

.AlphabeticalLink.All {
    float: right;
}

.AlphabeticalLink.Disabled {
    color: #CCCCCC;
}

.AlphabeticalLink {
    display: block;
    float: left;
    font-size: 1.1em;
    margin: 0 1px;
}

.AlphabeticalNavigation {
    float: left;
    width: 100%;
}

    .AlphabeticalNavigation .ShellRight {
        float: right;
    }

        .AlphabeticalNavigation .ShellRight .AlphabeticalLink {
            float: left;
        }

            .AlphabeticalNavigation .ShellRight .AlphabeticalLink a {
                padding: 6px 5px;
            }

.ShellTemplate.Folder.NoItems {
    opacity: .5;
}

.NoItemsText {
    float: left;
    font-style: italic;
    width: 100%;
}

.ComplimentarySmall2Link {
    color: #CC0012 !important;
}

.ShellShowItemsPerPage {
    margin-top: 10px;
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    /*div.ShellStoreItems, div.TemplateRow, div.ShellTemplate {
        margin: 0;
        display: block;
        float: left;
        width: 100%;
    }*/

    .ShellImages .PhotoGallery .rg-thumbs {
        display: none;
    }
}

</pre></body></html>