.container
{
    max-width: 95%;
}

h3
{
    display: inline-block;
    font-size: 12pt;
    font-family: montserratregular, oswald, arial;
    font-weight: normal;
    color: #444444;
    text-shadow: none;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 1px solid #999999;
}

.sectionTitle
{
    display: inline-block;
    width: 100%;
    font-size: 12pt;
    font-family: montserratregular, cabin;
    word-spacing: 2px;
    text-align: center;
    color: #555555;
    text-transform: uppercase;
}

.sectionTitle:after
{
    display: block;
    width: 100px;
    height: 2px;
    overflow: hidden;
    background-color: #CCCCCC;
    content: "";
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 10pt;
    line-height: 0%;
}

.sidebarmenutextlist
{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.sidebarmenutextlist > li
{
    display: inline-block;
    width: 100%;
    background-image: url('../HeaderNavigationArrowRight.png');
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-top: 1px;
    padding-bottom: 1px;
    transition: background-position 0.250s;
    text-align: left;
    font-size: 9pt;
}

.sidebarmenutextlist > li:hover
{
    background-color: #EEEEEE;
    background-position: 4px 2px;
    border-radius: 2px;
}

.sidebarmenutextlist > li > a
{
    display: inline-block;
    width: calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    padding-left: 18px;
    font-size: 9pt;
    font-family: arial;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
}

.sidebarmenutextlist > li:hover > a
{
    color: #000000;
    text-shadow: 1px 1px 2px #DDDDDD;
}


#searchEngineNavigationSubjectChildrenProductsContainerDiv, #searchEngineFeaturedProductsContainerDiv, #searchCollectionMainProductsContainerDiv
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;

    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 60px;
    border-bottom: 1px solid #CCCCCC;
}

#searchEngineFeaturedProductsContainerDiv
{
    /*margin-top: 25px;
    margin-bottom: 0px;
    border-bottom: none;*/
}

.parentLimitChildren8 > .searchEngineNavigationSubjectChildrenProductLink:nth-child(n+9)
{
    display: none;
}

.parentLimitChildrenNone > .searchEngineNavigationSubjectChildrenProductLink:nth-child(n+9)
{
    display: inline-block;
}

.searchEngineNavigationSubjectChildrenProductLink, .searchEngineNavigationSubjectChildrenProductLink:active, .searchEngineNavigationSubjectChildrenProductLink:link, .searchEngineNavigationSubjectChildrenProductLink:hover
{
    display: inline-block;
    width: 22%;
}

.searchEngineFeaturedProductLink, .searchEngineFeaturedProductLink:active, .searchEngineFeaturedProductLink:link, .searchEngineFeaturedProductLink:hover
{
    display: inline-block;
    width: 18%;
}

.searchCollectionMainProductLink, .searchCollectionMainProductLink:active, .searchCollectionMainProductLink:link, .searchCollectionMainProductLink:hover
{
    display: inline-block;
    width: 18%;
}

#searchEngineFeaturedProductsContainerDiv.searchEngineFeaturedProductLink:nth-child(n+16)
{
    /*display: none;*/
}

#searchCollectionMainProductsContainerDiv .searchCollectionMainProductLink:nth-child(n+16)
{
    /*display: none;*/
}

.searchEngineNavigationSubjectChildrenProductDiv, .searchEngineFeaturedProductDiv, .searchCollectionMainProductDiv
{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.searchEngineFeaturedProductImage, .searchCollectionMainProductImage
{
    max-width: 90%;
    max-height: 180px;
}

.searchEngineNavigationSubjectChildrenProductImage
{
    max-width: 100%;
    max-height: 280px;
}

.searchEngineNavigationSubjectChildrenProductTitle, .searchEngineFeaturedProductTitle, .searchCollectionMainProductTitle
{
    display: inline-block;
    width: 90%;
    margin-top: 10px;
    font-size: 10pt;
    font-family: helvetica, cabin;
    color: #444444;
    overflow: hidden;
}

.searchEngineNavigationSubjectChildrenProductTitle
{
    margin-top: 10px;
    font-size: 10pt;
    font-family: helvetica, cabin;
}

#searchCollectionDescription
{
    display: inline-block;
    width: 75%;
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 11pt;
    font-family: avenir, arial;
    color: #444444;
}

#searchEngineFooterDiv
{
    display: none;
    width: 100%;
    text-align: center;
}

#searchEngineFooterDiv.secondaryPages
{
    display: inline-block;
}

a, a:link, a:hover, a:visited
{
    color: #444442;
}

.sidebardiv
{
    float: left;
    width: 168px;
    padding-bottom: 15px;
    border: 1px solid #CCCCCC;
    border: none;
    box-shadow: 5px 5px 12px #EEEEEE;
    box-shadow: none;
    background-color: #F9F9F9;
    background-color: #FFFFFF;
    background-image: none;
    margin-bottom: 30px;

}

.sidebarheader
{
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FAFAFA;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 10px;
    box-shadow: none;
}

.sidebarheader p
{
    float: left;
    font-size: 11pt;
    font-family: montserratregular, cabin, oswald, arial;
    font-weight: normal;
    color: #444444;
    text-shadow: none;
    padding-left: 15px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 8px;
    text-shadow: none;
    text-transform: uppercase;
}

.sidebarHighlightedSelectionDiv
{
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #283038;
    box-shadow: none;
}

.sidebarHighlightedSelectionDiv > p
{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12pt;
    font-family: oswald, arial;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: none;
}

.sidebarClearSelectionDiv
{
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidebarClearSelectionDiv > a
{
    float: left;
    padding-left: 15px;
    font: 8pt arial;
    color: #666666;
    text-decoration: none;
}

.sidebarLinkNormal, .sidebarLinkNormal:active, .sidebarLinkNormal:link, .sidebarLinkNormal:visited, .sidebarLinkNormal:hover
{
    display: inline-block;
    width: 100%;
    font-size: 9pt;
    font-family: arial;
    font-weight: normal;
    color: #777777;
}

.sidebarLinkNormal:hover
{
    color: #000000;
}

.sidebarLinkHighlighted, .sidebarLinkHighlighted:active, .sidebarLinkHighlighted:link, .sidebarLinkHighlighted:visited, .sidebarLinkHighlighted:hover
{
    color: #555555;
    font-weight: bold;
}

.searchtypeoptionlink a:link
{
    color: #444442;
}

.searchtypeoptionlink a:visited
{
    color: #444442;
}

.searchtypeoptionlink a:hover
{
    color: #FFFFFF;
    background-color: #374353;
}

.sidebarCollectionDiv
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;

    width: 100%;
    margin-bottom: 40px;
}

a:last-child > .sidebarCollectionDiv
{
    margin-bottom: 0px;
}

.sidebarCollectionImage
{
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 4%;
}

.sidebarCollectionImage:nth-child(n + 2)
{
    width: 48%;
}

.sidebarCollectionTitle
{
    display: inline-block;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    font-size: 10pt;
    font-family: helvetica, arial;
    text-align: center;
}

.buttonclearfilter, .buttonclearfilter:link, .buttonclearfilter:active, .buttonclearfilter:visited
{
    display: inline-block;
    width: 125px;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    overflow: hidden;
    background-color: #FFFFFF;
    color: #666666;
    margin-top: 2px;
    box-shadow: none;
}

.buttonclearfilter:first-child
{

}

.buttonclearfilter:last-child
{

}

.buttonclearfilter:hover
{
    border: 1px solid #999999;
    color: #444444;
}

.buttonclearmemberfilter, .buttonclearmemberfilter:link, .buttonclearmemberfilter:active, .buttonclearmemberfilter:visited
{
    display: inline-block;
    width: 50%;
    max-width: 250px;
    padding: 15px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    overflow: hidden;
    background-color: #FFFFFF;
    color: #444444;
    margin-top: 2px;
    box-shadow: none;
    font: 12pt arial;
}

.buttonclearmemberfilter:hover
{
    background-color: #374353;
    color: #FFFFFF;
}

.searchenginebuttonclearfilter, .searchenginebuttonclearfilter:link, .searchenginebuttonclearfilter:active, .searchenginebuttonclearfilter:visited
{
    display: inline-block;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    overflow: hidden;
    background-color: #FFFFFF;
    color: #666666;
    margin-top: 2px;
    box-shadow: none;
}

.searchenginebuttonclearfilter:hover
{
    border: 1px solid #999999;
    color: #444444;
}

#dropdownParentDiv
{
    display: inline-block;
    width: 100%;
    text-align: justify;
}

#moreFiltersDiv
{
    display: none;
    width: 100%;
    text-align: center;
}


#buttonMoreFilters
{
    display: inline-block;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding: 0px;
    border: 1px solid #CCCCCC;
    border: none;
    font-size: 9pt;
    font-family: helvetica, arial;
    color: #666666;
}

#buttonMoreFilters > span
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

#buttonMoreFilters > img
{
    display: inline-block;
    vertical-align: middle;
    max-width: 12px;
}

.dropdownmenutextdiv
{
    display: inline-block;
    width: 15%;
    padding-left: 1%;
    padding-right: 1%;
    min-width: 150px;
    vertical-align: top;
    padding-bottom: 30px;
}

.dropdownmenutextdiv > div:nth-child(1)
{
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #999999;
    box-shadow: none;
    text-align: left;

}

.dropdownmenutextdiv > div:nth-child(1) > p:nth-child(1)
{
    float: left;
    font-size: 10pt;
    font-family: montserratregular, cabin, oswald, arial;
    letter-spacing: 0.5px;
    color: #444444;
    text-shadow: none;
    text-decoration: none;
    text-transform: uppercase;
}

.dropdownmenutextdiv > div:nth-child(1) > p:nth-child(1) a, .dropdownmenutextdiv > div:nth-child(1) > p:nth-child(1) a:link
{
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    text-shadow: inherit;
    text-decoration: inherit;
}

.dropdownmenutextdiv > div:nth-child(1) > p:nth-child(1) a:hover
{
    color: #000000;
    text-shadow: none;
}

.dropdownmenutextdiv > div:nth-child(1) > p:nth-child(2)
{
    float: right;
    padding-top: 8px;
    font: 9pt arial;
}

.dropdownmenutextdiv > div:nth-child(1) > p:nth-child(2) a, .dropdownmenutextdiv > div:nth-child(1) > p:nth-child(2) a:link
{
    font: 9pt arial;
    color: #444442;
    text-decoration: underline;
}


.dropdownmenutextlist
{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.dropdownmenutextlist > li
{
    display: inline-block;
    width: 100%;
    background-image: url('/HeaderNavigationArrowRight.png');
    background-image: none;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: background-position 0.250s;
    text-align: left;
    font-size: 10pt;
}

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

.dropdownmenutextlist > li > a
{
    display: inline-block;
    width: calc(100% - 18px);
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 18px);
    padding-left: 0px;
    font-size: 10pt;
    font-family: arial;
    font-weight: normal;
    color: #222222;
    text-decoration: none;
}

.dropdownmenutextlist > li > a.linkSelected
{
    font-weight: bold;
}

.dropdownmenutextlist > li:hover > a
{
    color: #000000;
}

.productprice, .productRetailPrice
{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    font-size: 12pt;
    font-family: arial;
    color: #222222;
}

.productRetailPrice
{
    font-size: 10pt;
    text-decoration: line-through;
    color: #FF0000;
}

.productprice a:link, .productprice a:visited, .productprice a:active, .productprice a:hover, .productRetailPrice a:link, .productRetailPrice a:visited, .productRetailPrice a:active, .productRetailPrice a:hover
{
    font-size: inherit;
    font-family: avenir, oswald, arial;
    font-weight: normal;
    color: inherit;
    text-shadow: none;
    text-decoration: none;
}

.productRetailPrice > a > span
{
    color: #666666;
}

.productprice a:hover, .productRetailPrice a:hover
{
    color: #000000;
    text-shadow: 2px 2px 4px #EEEEEE;
}

.productName
{
    display: inline-block;
    width: 100%;
    font-size: 8pt;
    font-family: arial;
    color: #666666;
}

.productoptionsdiv, .productoptionsdivselected  {   display: inline-block;
                        text-align: center;
                        vertical-align: top;
                        width: 90px;
                        height: 110px;
                        background-color: #FFFFFF;
                        overflow: hidden;
                        padding-bottom: 10px;
                        margin-left: 10px;
                        margin-right: 10px;
                        margin-bottom: 15px;
                        border: 1px solid #AAAAAA;
                        border-radius: 0px;
                        box-shadow: 5px 5px 8px #CCCCCC;
                        cursor: pointer;
                        cursor: hand;
                    }

.productoptionsdivselected  {   background-color: #374353;  }

.productoptionsdiv:hover    {   border: 1px solid #666666;
                                background-color: #FFFFC0;
                                box-shadow: 5px 5px 8px #999999;
                            }


.productoptionsdiv div, .productoptionsdivselected div  {   float: left;
                                                            width: 100%;
                                                            height: 70px;
                                                            overflow: hidden;
                                                            background-color: #FFFFFF;
                                                        }

.productoptionsdiv:hover div    {   border-bottom: 1px solid #999999;
                            }

.productoptionsdiv div img, .productoptionsdivselected div img  {   display: inline-block;
                                                                    padding-top: 10px;
                                                                    max-width: 70px;
                                                                    max-height: 60px;
                                                                }

.productoptionsdiv  p, .productoptionsdivselected p {   display: inline-block;
                            width: 80%;
                            font: 9pt arial;
                            color: #444444;
                            padding-top: 10px;
                        }

.productoptionsdiv  p a, .productoptionsdivselected p a {
                            font: 9pt arial;
                            font-weight: normal;
                            color: #444444;
                            text-shadow: 1px 1px 2px #EEEEEE;
                        }

.productoptionsdivselected p a  {   color: #FFFFFF; text-shadow: 1px 1px 2px #444444;   }

.shapeoptionsdiv, .shapeoptionsdivselected  {   display: inline-block;
                        text-align: center;
                        vertical-align: top;
                        width: 70px;
                        height: 100px;
                        background-color: #FFFFFF;
                        overflow: hidden;
                        padding-left: 4px;
                        padding-right: 4px;
                        padding-top: 10px;
                        padding-bottom: 10px;
                        margin-left: 10px;
                        margin-right: 10px;
                        margin-bottom: 15px;
                        border: 1px solid #AAAAAA;
                        border-radius: 0px;
                        box-shadow: 5px 5px 8px #EEEEEE;
                        cursor: pointer;
                        cursor: hand;
                    }

.shapeoptionsdivselected    {   background-color: #374353;}

.shapeoptionsdiv:hover  {   border: 1px solid #444444;
                                background-color: #FFFFC0;
                                box-shadow: 5px 5px 8px #CCCCCC;
                            }

.shapeoptionsdiv > div, .shapeoptionsdivselected > div  {   float: left;
                            width: 100%;
                            height: 60px;
                            overflow: hidden;
                            vertical-align: top;
                            text-align: center;
                        }

.shapeoptionsdiv > div div  {   background-color: #EEEEEE;
                                border: 2px solid #444444;
                                box-shadow: none;
                            }

.shapeoptionsdivselected > div div  {   background-color: #EEEEEE;
                                border: 2px solid #222222;
                                box-shadow: none;
                            }

.shapeoptionsdiv p, .shapeoptionsdivselected p  {   float: left;
                            width: 100%;
                            font: 9pt arial;
                            color: #444444;
                        }

.shapeoptionsdiv p  a, .shapeoptionsdivselected p a {   font: 9pt arial;
                            font-weight: normal;
                            color: #444444;
                            text-shadow: 1px 1px 2px #EEEEEE;
                        }

.shapeoptionsdivselected p a    {   color: #FFFFFF; text-shadow: 1px 1px 2px #444444;}

.productlogo        {   display: inline-block;
                        width: 102px;
                        margin-left: 15px;
                        margin-right: 15px;
                        margin-top: 25px;
                        margin-bottom: 25px;
                        box-shadow: 8px 8px 12px #AAAAAA;
                    }

.productlogotop     {   float: left;
                        width: 100px;
                        height: 88px;
                        border: 1px solid #999999;
                        border-bottom: none;
                        border-top-left-radius: 2px;
                        border-top-right-radius: 2px;
                    }

.productlogotop img {   float: left;
                        width: 100px;
                        height: 88px;
                        border: none;
                    }

.productlogobottom  {   float: left;
                        width: 100px;
                        border: 1px solid #999999;
                        background-color: #333333;
                    }

.productlogobottom  p   {   float: left;
                            width: 100%;
                            padding-top: 5px;
                            padding-bottom: 5px;
                            font: 8pt arial;
                            text-align: center;
                        }

.productlogobottom  a   {   font: 8pt arial;
                            color: #FFFFFF;
                            text-decoration: none;
                        }

.sortoptionsdiv, .sortoptionsdivselected
{
    box-sizing: border-box;
    display: inline-block;
    width: 130px;
    height: 65px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    box-shadow: none;
    border-radius: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 25px;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;

}

.sortoptionsdiv::before, .sortoptionsdivselected::before
{
    display: inline-block;
    content: "";
    width: 0px;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.sortoptionsdivselected
{
    background-color: #374353;
    border: 1px solid #374353;
    border-radius: 2px;
    box-shadow: 0px 5px 8px #CCCCCC;
}

.sortoptionsdiv:hover
{
    background-color: #FFFFC0;
    border: 1px solid #999999;
    box-shadow: 0px 5px 8px #CCCCCC;
}

.sortoptionsdiv p, .sortoptionsdivselected p
{
    display: inline-block;
    width: 90%;
    font-size: 9pt;
    font-family: helvetica, arial;
    vertical-align: middle;
}

.sortoptionsdiv p a, .sortoptionsdivselected p a
{
    font: inherit;
    font-family: inherit;
    text-shadow: none;
    color: #444444;
    text-decoration: none;
}

.sortoptionsdivselected p a
{
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #444444;
}


.mediumoptionsdiv, .mediumoptionsdivselected    {   display: inline-block;
                                                            width: 100px;
                                                            margin-left: 15px;
                                                            margin-right: 15px;
                                                            margin-bottom: 25px;
                                                            border: 1px solid #999999;
                                                            border-radius: 0px;
                                                            box-shadow: 5px 5px 8px #EEEEEE;
                                                            overflow: hidden;
                                                            background-color: #FFFFFF;
                                                            cursor: pointer;
                                                            cursor: hand;
                                                        }

.mediumoptionsdivselected   {   background-color: #374353;
                                    border: 1px solid #999999;
                                    box-shadow: 5px 5px 8px #CCCCCC;
                                }

.mediumoptionsdiv:hover {   background-color: #EEEEEE;
                                border: 1px solid #666666;
                                box-shadow: 5px 5px 8px #CCCCCC;
                            }



.mediumoptionsdiv img, .mediumoptionsdivselected img    {   float: left;
                                                                    width: 100%;
                                                                }


.mediumoptionsdiv div, .mediumoptionsdivselected div    {   float: left;
                                                                    width: 100%;
                                                                    height: 40px;
                                                                    overflow: hidden;
                                                                    border-top: 1px solid #999999;
                                                                    text-align: center;
                                                                }

.mediumoptionsdivselected div   {   border-top: 1px solid #444444;  }


.mediumoptionsdiv div p, .mediumoptionsdivselected div p    {   display: inline-block;
                                                                        width: 90%;
                                                                        padding-top: 10px;
                                                                        font: 9pt arial;
                                                                    }


.mediumoptionsdiv div p a, .mediumoptionsdivselected div p a    {   font: 9pt arial;
                                                                    font-weight: normal;
                                                                            color: #444444;
                                                                            text-decoration: none;
                                                                        text-shadow: 1px 1px 2px #EEEEEE;
                                                                    }


.mediumoptionsdivselected div p a       {   color: #FFFFFF; text-shadow: 1px 1px 2px #444444;}



.collectionoptionsdiv, .collectionoptionsdivselected    {   display: inline-block;
                                                            width: 100px;
                                                            margin-left: 10px;
                                                            margin-right: 10px;
                                                            margin-bottom: 25px;
                                                            border: 1px solid #999999;
                                                            border-radius: 0px;
                                                            box-shadow: 5px 5px 8px #EEEEEE;
                                                            overflow: hidden;
                                                            background-color: #FFFFFF;
                                                        }

.collectionoptionsdivselected   {   background-color: #374353;
                                    border: 1px solid #666666;
                                    box-shadow: 5px 5px 8px #CCCCCC;
                                }

.collectionoptionsdiv:hover {   background-color: #FFFFC0;
                                border: 1px solid #666666;
                                box-shadow: 5px 5px 8px #CCCCCC;
                            }



.collectionoptionsdiv img, .collectionoptionsdivselected img    {   float: left;
                                                                    width: 100%;
                                                                }


.collectionoptionsdiv div, .collectionoptionsdivselected div    {   float: left;
                                                                    width: 100%;
                                                                    height: 50px;
                                                                    overflow: hidden;
                                                                    border-top: 1px solid #999999;
                                                                    text-align: center;
                                                                }

.collectionoptionsdivselected div   {   border-top: 1px solid #666666;  }


.collectionoptionsdiv div p, .collectionoptionsdivselected div p    {   display: inline-block;
                                                                        width: 90%;
                                                                        padding-top: 10px;
                                                                        font: 9pt arial;
                                                                    }


.collectionoptionsdiv div p a, .collectionoptionsdivselected div p a    {   font: 9pt arial;
                                                                            color: #444444;
                                                                            text-decoration: none;
                                                                    }


.collectionoptionsdivselected div p a       {   color: #FFFFFF; }

.customdropdowncontainer
{
    display: inline-flex;
    display: -webkit-inline-flex;    
    
    width: 14%;
    max-width: 150px;
    
    margin: 0px;
    vertical-align: top;
    padding-bottom: 15px;

    flex-direction: row;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;    
    
    justify-content: space-between;
    -webkit-justify-content: space-between;   
    
    align-items: center;
    -webkit-align-items: center;    
    
    align-content: center;
    -webkit-align-content: center;    
    
}

.customdropdowncontainer > p
{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
    width: calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    margin-bottom: 1px;
    font-size: 9pt;
    font-family: avenir, helvetica, avenir, arial;
    color: #666666;
    letter-spacing: 0px;
    text-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.clearDropdownSelectionXImage
{
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;    
    border: none;
}

.customdropdown, .customdropdownselected
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 4px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
    cursor: pointer;

    border: none;
    border-top: 1px solid #DDDDDD;
    border-radius: 0px;
    
    text-align: justify;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;    
    
    justify-content: space-between;
    -webkit-justify-content: space-between;   
    
    align-items: center;
    -webkit-align-items: center;    
    
    align-content: center;
    -webkit-align-content: center;
}

.customdropdown:hover, .customdropdownhighlighted, .customdropdownselected
{
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 2px;
}

.customdropdownhighlighted
{
    border: 1px solid #AAAAAA;
    background-color: #FCFCFC;
}

.customdropdownselected
{
    border: 1px solid #999999;
    background-color: #172333;
}

.customdropdown:hover
{
    background-color: #F5F5F5;
}

.customdropdown p, .customdropdownselected p
{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 9pt;
    font-family: helvetica, arial;
    width: 100%;
    width: calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444444;
}

.customdropdownselected p
{
    color: #FFFFFF;
}

.customdropdown > img, .customdropdownselected > img
{
    display: inline-block;
    max-height: 10px;
}


.customdropdownhighlighted:hover
{
    background-color: #FFFFC0;
}

.customdropdownhighlighted:hover p
{
    color: #000000;
}


.hiddenoptionsdiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background-color: #EEEEEE;
    border: 1px solid #999999;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
    background-image: url("/BackgroundTextureGray.gif");
    background-position: top left;
    background-repeat: repeat;

}

.imageSearchEngineProduct
{
    max-width: 95%;
}

.imageall           {       max-width: 98%;
                            max-height: 280px;
                            box-shadow: 0px 8px 12px #EEEEEE;
                            margin-bottom: 15px;
                        }

.imageacrylicprint  {   max-width: 98%;
                        max-height: 240px;
                    }

.imagecanvasprint, .imageframedprint
{
    max-width: 100%;
    max-height: 280px;
}

.imagegreetingcard  {   max-width: 95%;
                        max-height: 200px;
                    }

.imagemetalprint    {   max-width: 98%;
                        max-height: 220px;
                        margin-bottom: 15px;
                    }

.imagemug           {   max-width: 98%;
                        max-height: 220px;
                        margin-bottom: 15px;
                    }

.imagewoodprint     {   max-width: 98%;
                        max-height: 220px;
                        margin-bottom: 15px;
                    }

.imagephonecasevertical     {   max-width: 50%;
                                margin-bottom: 10px;
                            }

.imagephonecasehorizontal       {   max-width: 90%;
                                    padding-top: 20%;
                                    margin-bottom: 10px;
                                }

.imagethrowpillow   {   max-width: 95%;
                    }

.imageduvetcover    {   max-width: 75%;
                    }

.imageshowercurtain {   max-width: 85%;
                    }

.imagetotebag       {   max-width: 85%;
                    }

.imageclothing      {   max-width: 85%;
                    }

.imageposter        {   box-sizing: border-box;
                        max-width: 98%;
                        max-height: 220px;
                        box-shadow: 0px 8px 12px #EEEEEE;
                        margin-bottom: 15px;
                    }

.imageprint         {   max-width: 98%;
                        max-height: 220px;
                        box-shadow: 0px 8px 12px #EEEEEE;
                        margin-bottom: 15px;
                    }

.imagespecialpromotion  {   max-width: 98%;
                            max-height: 220px;
                        }

.imagebeachtowelround
{
    max-width: 100%;
}

.imagetowel, .imagetowelhorizontal, .imagetowelvertical
{
    max-width: 95%;
}

.imagebattery, .imagebatteryhorizontal, .imagebatteryvertical
{
    max-width: 95%;
}

.imageyogamat, .imageyogamathorizontal, .imageyogamatvertical
{
    max-width: 95%;
}

.imageyogamat
{
    max-height: 250px;
}

.imageSpiralNotebook
{
    max-width: 95%;
}

.imagepouch
{
    max-width: 95%;
}

.imageTitle
{
    display: inline-block;
    width: 80%;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11pt;
    font-family: helvetica, avenir, cabin, arial;
    font-weight: normal;
    color: #666666;
    line-height: 120%;
}

.searchEngineLeftDiv
{
    float: left;
    width: 170px;
    text-align: left;
    margin-top: 20px;
}

.searchEngineRightDiv
{
    float: right;
    width: 720px;
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    padding: 0px;
    text-align: left;
}

#topPaginationDiv
{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: none;
    text-align: center;
}

.countdiv
{
    max-width: 45%;
    text-align: left;
}

.pagelistdiv
{
    float: right;
    text-align: right;
}

#messagediv
{
    width: 100%;
}

#searchEngineResultsParentDiv
{
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    text-align: justify;
    overflow: hidden;
}

.searchengineresultdiv
{
    display: inline-block;
    width: 23%;
    /*width: 30%;*/
    margin-bottom: 60px;
    text-align: center;
    vertical-align: top;
}

.searchengineresultdivhighlighted
{
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 5px 8px #DDDDDD;
    border-radius: 4px;
    overflow: hidden;
    background-color: #EEEEEE;
}

#searchEngineCollectionsContainerDiv
{
    padding-bottom: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
}

.artistNameDiv
{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.artistNameDiv img
{
    display: none;
    max-width: 12px;
    padding-top: 1px;
    vertical-align: middle;
    border: none;
}

.searchengineresultdiv:hover img
{
    display: inline-block;
}

.searchengineresultdiv:hover .artistName::before
{
    content: "View More from ";
}

#collectionstopdiv
{
    display: inline-block;
    width: 100%;
    line-height: 100%;
}

#collectionsexpanddiv
{
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
}

.collectionimagediv
{
    text-align: justify;
}

.collectionimagediv a img
{
    float: none;
    display: inline-block;
    width: 13.5%;
    max-width: 120px;
    margin-bottom: 2%;
    border: none;
    box-shadow: 5px 5px 8px #EEEEEE;
    vertical-align: top;
}

.collectionimagediv a:nth-child(1) img
{
    float: left;
    display: inline-block;
    width: 29.50%;
    margin-right: 3.5%;
    margin-bottom: 0%;
    max-width: 230px;
    border: none;
    vertical-align: top;
}

.collectionimageproductdiv
{
    text-align: center;
}

.collectionimageproductdiv a img, .collectionimageproductdiv a:nth-child(1) img
{
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 30%;
    margin: 0%;
    border: none;
    box-shadow: none;
    vertical-align: top;
}


.collectionimagediv a:nth-child(n + 6) img
{
    margin-bottom: 0%;
}

.searchEngineCollectionDropDownCollectionTabNormal, .searchEngineCollectionDropDownCollectionTabNormal:active, .searchEngineCollectionDropDownCollectionTabNormal:link, .searchEngineCollectionDropDownCollectionTabNormal:hover
{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11pt;
    font-family: cabin;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    text-transform: none;
}

.searchEngineCollectionDropDownCollectionTabSelected, .searchEngineCollectionDropDownCollectionTabSelected:active, .searchEngineCollectionDropDownCollectionTabSelected:link
{
    border-bottom: 2px solid #4CD4BF;
}

.searchEngineCollectionDropDownCollectionTabSelected:hover, .searchEngineCollectionDropDownCollectionTabNormal:hover
{
    border-bottom: 2px solid #444444;
}

#dropDownCollectionsContainerDiv
{
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px;
    border: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
}

#dropdownSearchCollectionsQuickLinksContainerDiv
{
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}

#collectionDropDownPaginationDescriptionDiv
{
    display: inline-block;
    vertical-align: top;
}

.collectionDropDownContainerDiv
{
    display: inline-block;
    width: 30%;
    padding-bottom: 0px;
    vertical-align: top;
    text-align: center;
}

.collectionDropDownImageDiv
{
    text-align: justify;
}

.collectionDropDownImageDiv img
{
    float: none;
    display: inline-block;
    width: 22.0%;
    max-width: 120px;
    margin-bottom: 2%;
    border: none;
    box-shadow: 0px 5px 8px #DDDDDD;
    vertical-align: top;
}

.collectionDropDownImageDiv img:nth-child(1)
{
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 5%;
    margin-bottom: 0%;
    max-width: 230px;
    border: none;
    vertical-align: top;
}

.collectionDropDownImageProductDiv
{
    text-align: center;
}

.collectionDropDownImageProductDiv img, .collectionDropDownImageProductDiv img:nth-child(1)
{
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 30%;
    margin: 0%;
    border: none;
    box-shadow: none;
    vertical-align: top;
}

.collectionDropDownGhostButton, .collectionDropDownGhostButton:active, .collectionDropDownGhostButton:link, .collectionDropDownGhostButton:hover, .collectionDropDownGhostButton:visited
{
    display: inline-block;
    padding: 15px;
    font-size: 12pt;
    font-family: cabin;
    border: 2px solid #999999;
}

.collectionDropDownGhostButton:hover
{
    border: 2px solid #444444;
}


.collectionimagediv a:nth-child(n + 6) img
{
    margin-bottom: 0%;
}



.buttonExpand, .collectionsexpand
{
    display: inline-block;
    max-width: 240px;
    padding: 10px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 0px;
    box-shadow: none;
    cursor: pointer;
    cursor: hand;
}

.buttonExpand:hover, .collectionsexpand:hover
{
    border: 1px solid #444444;
    background-color: #F7F7F7;
}

.buttonExpand p, .collectionsexpand span
{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
    max-width: calc(100% - 35px);
    font-size: 10pt;
    font-family: avenir, montserratregular, cabin, oswald, arial;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 2px;
    white-space: nowrap;
}

.buttonExpand:hover p, .collectionsexpand:hover span
{
    color: #222222;
}

.collectioncontainerdiv
{
    display: inline-block;
    width: 30%;
    padding-bottom: 0px;
    vertical-align: top;
    text-align: center;
}

#collectionsbottomdiv .collectioncontainerdiv
{
    padding-bottom: 40px;
}

#topLevelMediumDiv, #topLevelProductDiv
{
    display: inline-block;
    width: 100%;
    padding-top: 5px;
}

#similarProductsDiv
{
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}

#viewAllSubjectsDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.topLevelMediumButton, .topLevelMediumButton:link, .topLevelMediumButton:active, .topLevelMediumButton:visited
{
    display: inline-block;
    font-size: 9pt;
    font-family: arial, montserratlight, oswald;
    color: #999999;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    border: 1px solid #DDDDDD;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
}

.topLevelMediumButton:hover
{
    background-color: #F5F5F5;
    border: 1px solid #AAAAAA;
    color: #222222;
}

.topLevelProductButton, .topLevelProductButton:link, .topLevelProductButton:active, .topLevelProductButton:visited
{
    display: inline-block;
    font-size: 9pt;
    font-family: arial, montserratlight, oswald;
    color: #999999;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    border: 1px solid #DDDDDD;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}

.topLevelProductButton:hover
{
    background-color: #F5F5F5;
    border: 1px solid #AAAAAA;
    color: #222222;
}


.similarProductsButton, .similarProductsButton:link, .similarProductsButton:active, .similarProductsButton:visited
{
    display: inline-block;
    font-size: 9pt;
    font-family: helvetica, avenir, arial, montserratlight, oswald;
    color: #999999;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    letter-spacing: 0px;
}

.similarProductsButton:hover
{
    background-color: #F5F5F5;
    border: 1px solid #AAAAAA;
    color: #222222;
}

.similarProductsButtonSelected, .similarProductsButtonSelected:link, .similarProductsButtonSelected:active, .similarProductsButtonSelected:visited
{
    background-color: #FCFCFC;
    border: 1px solid #999999;
    color: #444444;
}


/* Product Details Styles */

#productDetailContainerDiv
{
    display: inline-block;
    width: 100%;
}

.productDetailTabLink, .productDetailTabLink:active, .productDetailTabLink:link, .productDetailTabLink:visited
{
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 9pt;
    font-family: helvetica, avenir, oswald, arial;
    font-weight: normal;
    letter-spacing: 0px;
    color: #444444;
    border-bottom: 3px solid #FFFFFF;
    line-height: 250%;
    letter-spacing: 1.0px;
    text-transform: none;
}

.productDetailTabLink:hover
{
    color: #444444;
    border-bottom: 3px solid #DDDDDD;
}

.productDetailTabLinkSelected:link
{
    color: #222222;
    border-bottom: 3px solid #58DBD7;
}

#productDetailTabContentContainerDiv
{
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    line-height: 100%;
    border-top: 1px solid #CCCCCC;
}

.productDetailContentDiv
{
    display: none;
    width: 100%;
    max-width: 1200px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 100%;
    text-align: center;
    background-color: #FFFFFF;
}

.productDetailContentDiv a, .productDetailContentDiv a:link
{
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-decoration: underline;
}

.productDetailContentDiv img
{
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 25%;
    margin-right: 4%;
    border-radius: 4px;
}

.productDetailContentDiv img.imageSmall
{
    max-width: 15%;
}

.productDetailContentDiv .productDetailTextDiv
{
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    text-align: left;
}

.productDetailTextDiv h3
{
    width: 100%;
    font-size: 12pt;
    font-family: montserratregular, avenir, cabin, arial;
    font-weight: normal;
    text-align: left;
    color: #444444;
    line-height: 100%;
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
    text-transform: none;
    letter-spacing: 0px;
}

.productDetailTextDiv h3:after
{
    display: block;
    width: 50px;
    height: 2px;
    overflow: hidden;
    background-color: #58DBD7;
    content: "";
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 10pt;
    line-height: 0%;
}


.productDetailContentDiv p
{
    width: 100%;
    padding-bottom: 15px;
    font-size: 12pt;
    font-family: avenir, helvetica, arial, avenir;
    text-align: center;
    line-height: 140%;
    color: #444444;
}

.productDetailTextDiv p
{
    width: 100%;
    padding-bottom: 15px;
    font-size: 11pt;
    font-family: avenir, helvetica, arial;
    text-align: left;
    line-height: 140%;
    color: #444444;
}

.productDetailTextDiv p:last-child
{
    padding-bottom: 0px;
}

.productOverviewIconContainerDiv
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    background: linear-gradient(to bottom, #F5F5F5, #F5F5F5);
    border: none;
    border-bottom: 2px solid #EEEEEE;
}

.productOverviewIconDiv
{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 11.5%;
    background-color: #FFFFFF;
    border: none;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 3px 3px 5px #DDDDDD;
    margin-bottom: 30px;
}

.productOverviewIconImageDiv
{
    display: inline-block;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: top;
    background-size: cover;
    background-position: center center;
}

.productOverviewIconTextDiv
{
    display: inline-block;
    width: 100%;
    min-height: 100px;
    vertical-align: top;
    padding-top: 12px;
    padding-bottom: 12px;
}

.productOverviewIconTitle
{
    display: inline-block;
    width: 90%;
    vertical-align: top;
    font-size: 10pt;
    font-family: avenir, arial;
    font-weight: normal;
    color: #444444;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.productOverviewIconSubtitle
{
    display: inline-block;
    width: 80%;
    padding-top: 7px;
    font-size: 9pt;
    font-family: arial;
    color: #444444;
}

.productDetailContentDiv a.ghostButton, .productDetailContentDiv a.ghostButton:link, .productDetailContentDiv a.ghostButton:active, .productDetailContentDiv a.ghostButton:visited, .productDetailContentDiv a.ghostButton:hover
{
    display: inline-block;
    text-align: center;
    min-width: 35%;
    font-size: 14pt;
    font-family: montserratregular, oswald, arial;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(106,201,157,0.75);
    letter-spacing: 0.5px;
    word-spacing: 2px;
}

.productDetailContentDiv a.ghostButton:hover
{
    background-color: rgba(106,201,157,0.90);
}

#sectionHeaderUploadForm
{
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    font-size: 24pt;
    font-family: oswald, arial;
}

.ghostButton, .ghostButton:active, .ghostButton:link, .ghostButton:hover
{
    display: inline-block;
    padding: 10px;
    font-size: 11pt;
    font-family: cabin, arial;
    border: 2px solid #4CD4BF;
    text-align: center;
}

.ghostButton:hover
{
    border: 2px solid #999999;
}


.ghostButtonBottom, .ghostButtonBottom:link, .ghostButtonBottom:active, .ghostButtonBottom:visited, .ghostButtonBottom:hover
{
    display: inline-block;
    text-align: center;
    min-width: 35%;
    font-size: 24pt;
    font-family: oswald, arial;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    padding: 8px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(106,201,157,0.75);
    word-spacing: 5px;
}

.ghostButtonBottom:hover
{
    background-color: rgba(106,201,157,0.90);
}

.productDetailYoutubeVideoParentDiv
{
    display: inline-block;
    width: 100%;
    width: calc(100% - 2px);
    max-width: 920px;
    border: 1px solid #999999;
    box-shadow: none;
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden;
}

.productDetailYoutubeVideo
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
}





#searchEngineNavigationBackgroundDiv
{
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 0%;
    background-color: rgba(0,0,0,0.50);
}

#searchEngineNavigationDiv
{
    float: left;
    box-sizing: border-box;
    width: 170px;
    margin-top: 5px;
    background-color: #FFFFFF;
    text-align: left;

    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

#searchEngineNavigationHeaderDiv
{
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #999999;
    text-align: justify;

    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

#searchEngineNavigationHeaderDiv > p
{
    display: inline-block;
    vertical-align: middle;
    font-size: 11pt;
    font-family: montserratregular, cabin, helvetica;
    text-transform: uppercase;
}

#searchEngineNavigationHeaderDiv > a
{
    display: inline-block;
    vertical-align: middle;
    border: none;
}

.searchEngineNavigationElementContainer
{
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 6px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    order: 1;
    -webkit-order: 1;
}

.searchEngineNavigationElementContainerExpanded
{

}

#searchEngineNavigationDepartmentDiv, #searchEngineNavigationProductDiv, #searchEngineNavigationMediumDiv
{
    /*display: none;*/
}

#searchEngineNavigationTagDiv
{
    /*border-top: 1px solid #CCCCCC;*/
}

.searchEngineNavigationElementContainer:nth-child(n+2)
{
    border-top: none;
}

#searchEngineNavigationSortOptionDiv
{
    /*margin-top: 40px;
    border-top: 1px solid #CCCCCC;*/
}

.searchEngineNavigationHeader
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    background-image: url('/assets/images/iconDownArrowMobileNavigation.jpg?test=1234');
    background-size: auto 35%;
    background-position: 100% center;
    background-repeat: no-repeat;
    text-align: left;
}

.searchEngineNavigationElementContainerExpanded .searchEngineNavigationHeader
{
    /*background-image: url('/assets/images/iconMobileNavigationMinusSign.jpg?test=1234');*/
    background-image: url('/assets/images/iconUpArrowMobileNavigation.jpg?test=1234');
    background-size: auto 35%;
}

.searchEngineNavigationHeaderTextDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    width: calc(100% - 25px);
}

.searchEngineNavigationHeaderTitle
{
    display: inline-block;
    width: 100%;
    font-size: 8pt;
    font-family: helvetica;
    color: #666666;
    letter-spacing: 1px;
}

.searchEngineNavigationHeaderValue
{
    display: inline-block;
    width: 100%;
    margin-top: 2px;
    font-size: 11pt;
    font-family: montserratregular, cabin, helvetica;
    color: #222222;
    text-transform: uppercase;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}

.searchEngineNavigationOptionsDiv
{
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.searchEngineNavigationElementContainerExpanded .searchEngineNavigationOptionsDiv
{
    display: inline-block;
}

.searchEngineNavigationOption, .searchEngineNavigationOption:active, .searchEngineNavigationOption:link, .searchEngineNavigationOption:visited
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10pt;
    font-family: avenir, helvetica, arial;
    color: #444444;
    border-left: 4px solid #FFFFFF;
}

.searchEngineNavigationOptionSelected, .searchEngineNavigationOptionSelected:active, .searchEngineNavigationOptionSelected:link, .searchEngineNavigationOptionSelected:visited
{
    font-weight: bold;
    border-color: #58DBD7;
}

.searchEngineNavigationOption:hover, .searchEngineNavigationOptionSelected:hover
{
    color: #222222;
    border-color: #666666;
}

.searchEngineNavigationSubjectOption, .searchEngineNavigationSubjectOption:active, .searchEngineNavigationSubjectOption:link, .searchEngineNavigationSubjectOption:visited
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 18px;
    font-size: 10pt;
    font-family: avenir, helvetica, arial;
    color: #444444;
    /*border-left: 4px solid #F5F5F5;*/
    position: relative;
}

.searchEngineNavigationSubjectOptionSelected, .searchEngineNavigationSubjectOptionSelected:active, .searchEngineNavigationSubjectOptionSelected:link, .searchEngineNavigationSubjectOptionSelected:visited
{
    border-color: #58DBD7;
}

.searchEngineNavigationSubjectOptionspan
{
    display: inline-block;
}

.searchEngineNavigationSubjectOption span::before
{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 4px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border: 1px solid #999999;
    overflow: hidden;
}

.searchEngineNavigationSubjectOption:hover
{
    font-weight: bold;
}

.searchEngineNavigationSubjectOption:hover span::before
{
    background-color: #444444;
    border: 1px solid #444444;
}

.searchEngineNavigationSubjectOptionSelected span::before
{
    background-color: #444444;
    border: 1px solid #444444;
}

.searchEngineNavigationShape
{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 70px;
    height: 100px;
    background-color: #FFFFFF;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border: 1px solid #AAAAAA;
    border-radius: 0px;
    cursor: pointer;
    cursor: hand;
}

.searchEngineNavigationShapeSelected, .searchEngineNavigationShape.searchEngineNavigationShapeSelected:hover
{
    background-color: #374353;
}

.searchEngineNavigationShape:hover
{
    border: 1px solid #444444;
    background-color: #FFFFC0;
    box-shadow: none;
}

.searchEngineNavigationShape > div
{
    float: left;
    width: 100%;
    height: 60px;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
}

.searchEngineNavigationShape > div div
{
    background-color: #EEEEEE;
    border: 2px solid #444444;
    box-shadow: none;
}

.searchEngineNavigationShapeSelected > div div
{
    background-color: #EEEEEE;
    border: 2px solid #222222;
    box-shadow: none;
}

.searchEngineNavigationShape p
{
    float: left;
    width: 100%;
    font: 9pt arial;
    color: #444444;
}

.searchEngineNavigationShape p  a
{
    font: 9pt arial;
    font-weight: normal;
    color: #444444;
    text-shadow: 1px 1px 2px #EEEEEE;
}

.searchEngineNavigationShapeSelected p a
{
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #444444;
}

.searchEngineNavigationDimensionInputDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 47%;
    vertical-align: top;
}

.searchEngineNavigationDimensionInputDiv > select
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    font-size: 12pt;
    font-family: helvetica, arial;
    border: 1px solid #666666;
}

.searchEngineNavigationDimensionInputDiv > p
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 5px;
    font-size: 8pt;
    font-family: helvetica, arial;
    color: #444444;
}

#searchEngineNavigationDimensionsApplyChangesDiv
{
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#searchEngineNavigationApplyDimensionChangesButton, #clearDimensionsButton, .clearColorButton
{
    display: inline-block;
    box-sizing: border-box;
    width: 70%;
    padding: 10px;
    font-size: 10pt;
    font-family: montserratregular, cabin, arial;
    border: 1px solid #999999;
    background-color: #F5F5F5;
    color: #444444;
    text-transform: uppercase;
}

#searchEngineNavigationApplyDimensionChangesButton:hover, #clearDimensionsButton:hover, .clearColorButton:hover
{
    background-color: #445577;
    color: #FFFFFF;
}

.searchEngineNavigationColor
{
    float: left;
    box-sizing: border-box;
    width: 10%;
    height: 15px;
    overflow: hidden;
}

.searchEngineNavigationTitleColorType
{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-family: helvetica, arial;
    text-align: left;
    text-transform: uppercase;
}

#searchEngineViewAllSubjectsDiv
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 0px;
}



#searchEngineNavigationSearchForm
{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
}

#searchEngineNavigationSearchTypeDiv
{
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: -5px;
    margin-bottom: 5px;
    border: none;
}

#searchEngineNavigationCustomSearchInputContainerDiv
{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #AAAAAA;
}

#searchEngineNavigationSearchInput
{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    width: calc(100% - 35px);
    box-sizing: border-box;
    padding: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11pt;
    font-family: avenir, montserratregular, arial;
    border: none;
}

#searchEngineNavigationSearchXImage
{
    display: inline-block;
    vertical-align: middle;
    max-height: 20px;
    margin-left: 8px;
}

#searchEngineNavigationSearchMagnifyingGlassImage
{
    display: inline-block;
    vertical-align: middle;
    max-height: 20px;
    margin-right: 8px;
}

.searchEngineNavigationSearchFormSelected #searchEngineNavigationSearchTypeDiv
{
    display: inline-block;
}

.searchEngineNavigationSearchTagExists #searchEngineNavigationSearchInput
{
    width: calc(100% - 65px);
}

#buttonShowSearchEngineNavigationSearchTypeOptions
{
    display: inline-block;
    box-sizing: border-box;
    font-size: 10pt;
    font-family: avenir, helvetica, montserratregular, arial;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #CCCCCC;
}

#buttonShowSearchEngineNavigationSearchTypeOptions > span
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#buttonShowSearchEngineNavigationSearchTypeOptions > img
{
    display: inline-block;
    vertical-align: middle;
    max-height: 10px;
}

#filtersContainerOuterDiv
{
    display: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#filtersBottomContainerOuterDiv
{
    display: none;
    box-sizing: border-box;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #F5F5F5;
    border-top: 1px solid #CCCCCC;
    transition: bottom 0.5s, visibility 0.5s;
}

.filtersContainerDiv
{
    display: flex;
    display: -webkit-flex;

    box-sizing: border-box;
    width: 100%;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-shrink: 0;
}

.filterNumResults
{
    display: inline-block;
    box-sizing: border-box;
    font-size: 12pt;
    font-family: montserratregular, avenir, helvetica, arial;
}

.buttonShowFilters, .buttonShowFilters:active, .buttonShowFilters:link, .buttonShowFilters:visited
{
    display: inline-block;
    box-sizing: border-box;
    width: 150px;
    padding: 8px;
    padding-left: 8px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    background-image: url('/assets/images/iconNavigationFilter.png');
    background-size: auto 75%;
    background-position: 95% center;
    background-repeat: no-repeat;
    font-size: 12pt;
    font-family: avenir, montserratregular;

}

#imageScrollToTop
{
    display: inline-block;
    max-width: 30px;
}

#searchEngineNavigationFiltersDiv
{
    display: none;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;

    width: 100%;
    box-sizing: border-box;

    margin-bottom: 15px;
}

#searchEngineNavigationFiltersSidebarDiv
{
    display: none;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between
    align-items: center;
    -webkit-align-items: center;

    width: 100%;
    box-sizing: border-box;

    margin-bottom: 20px;
}


.buttonClearNavigationFilter, .buttonClearNavigationFilter:active, .buttonClearNavigationFilter:link, .buttonClearNavigationFilter:visited
{
    display: inline-block;
    box-sizing: border-box;
    width: 30%;
    max-width: 150px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 9pt;
    font-family: avenir, montserratregular, helvetica, arial;
    text-transform: none;
    border: 1px solid #CCCCCC;
}

.buttonClearNavigationFilter > img
{
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
}

.buttonClearNavigationFilter > span
{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 75%;
    width: calc(100% - 20px);
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 100%;
}

#buttonClearAllNavigationFilters
{
    /*order: 6;
    -webkit-order: 6;*/
}

.searchEngineNavigationTag, .searchEngineNavigationTag:active, .searchEngineNavigationTag:link, .searchEngineNavigationTag:visited
{
    display: inline-block;
    box-sizing: border-box;
    padding: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    font-size: 10pt;
    font-family: avenir, arial;
    border: 1px solid #999999;
}

.searchEngineNavigationTag:hover
{
    background-color: #EEEEEE;
    border: 1px solid #444444;
}

.buttonSimilarArtContainerDiv
{
    display: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 40px;
    text-align: center;
}

.buttonSimilarArt, .buttonSimilarArt:active, .buttonSimilarArt:link, .buttonSimilarArt:hover, .buttonSimilarArt:visited
{
    display: inline-block;
    box-sizing: border-box;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9pt;
    font-family: montserratregular, arial, sans-serif;
    color: #666666;
    border: 1px solid #AAAAAA;
}

.buttonSimilarArt:hover
{
    color: #222222;
    border: 1px solid #999999;
}


#searchFormSearchEngineContainerDiv
{
    display: none;
    /*width: 90%;
    margin-top: -10px;*/
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

#searchFormSearchEngine
{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    margin: 0px;
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    text-align: left;
}

#searchFormSearchEngineSearchTypeDiv
{
    float: left;
    box-sizing: border-box;
    width: 85px;
    height: 100%;
    background-color: #FFFFFF;
    border-right: 1px solid #DDDDDD;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    display: none;
}    

#searchFormCustomInput
{
    position: relative;
    display: inline-block;
    height: 50px;
    width: 75%;
    max-width: 500px;
    border: 1px solid #CCCCCC;
    text-align: left;
}

#searchFormSearchEngineInput
{
    float: none;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    width: calc(100% - 60px);
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    background-color: #FFFFFF;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    font-family: avenir, arial, helvetica, sans-serif;
    color: #000000;
}

#searchFormSearchEngineImageXClearSearch
{
    display: none;
    vertical-align: middle;
    box-sizing: border-box;
    height: 100%;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 6px;
    padding-bottom: 9px;
    border: none;        
}

#searchFormSearchEngineImageMagnifyingGlass
{
    float: right;
    box-sizing: border-box;
    vertical-align: middle;
    height: 100%;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-right: 8px;        
    border: none;
}

.searchFormSearchEngineActivated #searchFormSearchEngineSearchTypeDiv
{
    display: inline-block;
}

.searchFormSearchEngineTagExists #searchFormSearchEngineImageXClearSearch
{
    display: inline-block;
}

.searchFormSearchEngineActivated #searchFormSearchEngineInput
{
    width: calc(100% - 120px);
}

.searchFormSearchEngineActivated.searchFormSearchEngineTagExists #searchFormSearchEngineInput
{
    width: calc(100% - 150px);
    padding-left: 5px;
} 

@media screen and (min-width: 1199px)
{
    .searchEngineRightDiv
        {
        width: 950px;
        width: -webkit-calc(100% - 220px);
        width: calc(100% - 220px);
    }

}

@media screen and (min-width: 2000px)
{
    .searchengineresultdiv
        {
        width: 14%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media screen and (min-width: 1600px)
{
    .searchEngineRightDiv
    {
        width: 1200px;
        width: -webkit-calc(100% - 220px);
        width: calc(100% - 220px);
    }

}


@media screen and (max-width: 1200px)
{
    .collectionimagediv
        {
        text-align: center;
    }

    .collectionimagediv a img, .collectionimagediv a:nth-child(1) img, .collectionimageproductdiv a img, .collectionimageproductdiv a:nth-child(1) img
        {
        float: none;
        width: 45%;
        max-width: 100%;
        margin: 0px;
    }

    .collectionimagediv a:nth-child(n + 3), .collectionimageproductdiv a:nth-child(n + 3)
        {
        display: none;
    }

    .searchengineresultdiv
        {
        width: 30%;
    }
}

@media screen and (max-width: 1000px)
{
    .searchEngineNavigationSubjectChildrenProductLink, .searchEngineNavigationSubjectChildrenProductLink:active, .searchEngineNavigationSubjectChildrenProductLink:link, .searchEngineNavigationSubjectChildrenProductLink:hover
        {
        display: inline-block;
        width: 45%;
    }

    .searchEngineFeaturedProductLink, .searchEngineFeaturedProductLink:active, .searchEngineFeaturedProductLink:link, .searchEngineFeaturedProductLink:hover
        {
        width: 45%;
    }

    .searchCollectionMainProductLink, .searchCollectionMainProductLink:active, .searchCollectionMainProductLink:link, .searchCollectionMainProductLink:hover
        {
        width: 30%;
    }

    .productDetailTabLink, .productDetailTabLink:active, .productDetailTabLink:link, .productDetailTabLink:visited
    {
        font-size: 9pt;
        font-family: arial;
        letter-spacing: 0px;
    }

    .productDetailTabLink:nth-child(n+9)
        {
        display: none;
    }

    .productOverviewIconDiv
        {
        width: 15%;
    }

    .productOverviewIconDiv:nth-child(n+6)
        {
        display: none;
    }

    .productOverviewIconTextDiv
        {
        padding-top: 8px;
        padding-bottom: 8px;
        min-height: 0px;
    }

    .productOverviewIconTitle
        {
        font-size: 9pt;
    }

    .productOverviewIconSubtitle
        {
        display: none;
    }

    #sectionHeaderUploadForm
        {
        font-size: 18pt;
    }

    .collectionDropDownContainerDiv
        {
        width: 30%;
    }

}


@media screen and (max-width: 840px)
{
    #searchCollectionDescription
        {
        display: none;
    }
    
    #searchEngineFooterDiv
        {
        display: inline-block;
    }

    .searchEngineLeftDiv
        {
        display: none;
    }

    .searchEngineRightDiv
        {
        width: 100%;
    }

    .searchCollectionMainProductLink, .searchCollectionMainProductLink:active, .searchCollectionMainProductLink:link, .searchCollectionMainProductLink:hover
        {
        width: 45%;
    }    

    .profiletitlebar
        {
        display: none;
    }
    
    .countdiv
        {
        display: none;
    }

    .pagelistdiv
       {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .customdropdown p, .customdropdownselected p, .customdropdownhighlighted p
    {

        width: 100%;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        font-size: 8pt;
    }

    .navigationDropdown p
    {
        width: 100%;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        font-size: 8pt;
    }

    #customDropdownKeywords, #customDropdownSort, #customDropdownSizeShape, #customdropdowncolors
    {
        display: none;
    }

    #similarProductsDiv
    {
        display: none !important;
    }

    #searchEngineResultsParentDiv   {   text-align: center; }

    .searchengineresultdiv
        {
        width: 47%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 50px;
    }

    #dropDownCollectionsContainerDiv
    {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border: none;
    }

    #dropDownCollectionsContainerDiv.hiddenoptionsdiv
    {
        background-image: none;
    }

    #dropdownSearchCollectionsQuickLinksContainerDiv
    {
        display: none;
    }

    .imageprint {   max-width: 98%;
                    max-width: -webkit-calc(90% - 10px);
                    max-width: calc(90% - 10px);
                    padding: 6px;
                    border: 1px solid #999999;
                }

    .imageposter    {   max-width: 98%;
                        max-width: -webkit-calc(90% - 10px);
                        max-width: calc(90% - 10px);
                        padding: 6px;
                        border: 1px solid #999999;
                    }

    .imagephonecasevertical     {   max-width: 80%;
                                }

    .imagephonecasehorizontal       {   max-width: 100%;
                                        padding-top: 40%;
                                    }

    #collectionDropDownPaginationDescriptionDiv
    {
        display: none;
    }

    .collectionDropDownContainerDiv
    {
        width: 45%;
    }

    .productName
    {
        display: none;
    }



    #dropdownParentDiv
    {
        display: none;
    }

    #filtersContainerOuterDiv
    {
        display: inline-block;
    }

    #searchEngineNavigationFiltersDiv
    {
        display: flex;
        display: -webkit-flex;
    }

    #searchEngineNavigationDiv
    {
        float: none;
        display: none;
        position: absolute;
        z-index: 10000;
        width: 85%;
        max-width: 500px;
        padding: 15px;
        left: 0px;
        top: 0px;
        margin-top: 0px;
    }

    .searchEngineNavigationElementContainer
    {
        display: inline-block;
    }

    #searchEngineNavigationHeaderDiv
    {
        display: flex;
        display: -webkit-flex;
    }

    #searchEngineNavigationSearchForm
    {
        margin-top: 15px;
    }

    #searchEngineNavigationFiltersSidebarDiv
    {
        display: flex;
        display: -webkit-flex;    
    }
    
    #filtersBottomContainerOuterDiv.filtersScrollDown
    {
        display: inline-block;
    }


}

@media screen and (max-width: 640px)
{
    
    #productDetailContainerDiv
    {
        display: none;
    }

    #topPaginationDiv
    {
        display: none;
    }

    .collectioncontainerdiv
    {
        width: 100%;
    }

    .collectionimagediv a:nth-child(n+1) img, .collectionimageproductdiv a:nth-child(n+1) img
    {
        width: 30%;
        max-width: 120px;
        margin: 2px;
    }

    .collectionimagediv a:nth-child(n+1), .collectionimageproductdiv a:nth-child(n+1)
    {
        display: inline;
    }

    .collectionimagediv a:nth-child(n+4), .collectionimageproductdiv a:nth-child(n+4)
    {
        display: none;
    }

    #collectionstopdiv
    {
        display: none;
    }

    #collectionsexpanddiv
    {
        display: none;
    }

    #customDropdownMedium
    {
        display: none;
    }

    #moreFiltersDiv
    {
        display: inline-block;
    }

    .collectionDropDownContainerDiv
    {
        width: 100%;
    }

    #searchCollectionMainProductsContainerDiv
    {
        align-items: flex-start;
    }

    .searchEngineFeaturedProductTitle, .searchCollectionMainProductTitle
    {
        font-size: 9pt;
    }





    #searchEngineCollectionsContainerDiv
    {
        display: none;
    }

    .searchengineresultdiv
    {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        /*width: 44%;
        margin-left: 0%;
        margin-right: 0%;*/
    }
    
    .searchengineresultdiv:nth-of-type(2n)
    {
        /*margin-left: 4%;*/
    }    
    
    .searchengineresultdiv:nth-of-type(2n+1)
    {
        /*margin-right: 4%;*/
    }

    .imagephonecasehorizontal
    {
        padding-top: 0%;
    }

    .dropdownmenutextdiv
    {
        width: 45%;
        padding-left: 1%;
        padding-right: 1%;
        min-width: 0px;
    }

    #searchFormSearchEngineContainerDiv
    {        
        display: inline-block;
    }     
    
    #searchEngineNavigationFiltersDiv
        {
        justify-content: space-between;
        -webkit-justify-content: space-between
    }
    
    .buttonClearNavigationFilter, .buttonClearNavigationFilter:active, .buttonClearNavigationFilter:link, .buttonClearNavigationFilter:visited
        {
        width: 48%;
        max-width: 150px;
        margin-right: 0px;
    }

}

@media screen and (max-width: 480px)
{
    #searchEngineNavigationFiltersDiv
    {
        display: none;
    }
}
