.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#divworkspacearea {
    max-width: 1160px;
    margin: 180px auto 0;
    background: #fff;
    padding: 20px 0 20px 0;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    padding: 0;
    background: #fff;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    background-color: #fff;
    font-family: 'Roboto', sans-serif
}

#staticpagecontent {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

#mobilebar {
    width: 100%;
    background-color: #000;
}

.mobilebarsocial {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.mobilebarsocial li {
    list-style: none;
    display: inline;
    margin-right: 3px;
}

.mobilebarsocial li a {
    color: #fff;
}

.mobilebarsocial li a:hover {
    color: #59baaf;
}

.mobilebarnav {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 16px;
    float: right;
}

.mobilebarnav li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}

.mobilebarnav li:hover {
    cursor: pointer;
}

.mobilebarnav li a {
    color: #fff;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.mobilebarnav li a:hover {
    color: #59baaf;
    text-decoration: none;
}

.mobilebarnav ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: opacity .5s, top 1s, visibility .5s;
    -moz-transition: opacity .5s, top 1s, visibility .5s;
    -ms-transition: opacity .5s, top 1s, visibility .5s;
    transition: opacity .5s, top 1s, visibility .5s;
    z-index: -1;
}

.mobilebarnav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    right: 0px;
    top: 35px;
    background: #000000;
    padding-bottom: 25px;
    z-index: 1;
}

.mobilebarnav ul li ul li {
    width: 121px;
    margin-left: 0;
    display: block;
    position: relative;
    clear: both;
    top: 17px;
    width: 100%;
}

.mobilebarnav ul li ul li a {
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Header */

.headercontainer {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
}

#headerlink {
    margin-top: 30px;
}

#headerlink a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

#headerlink a:hover {
    text-decoration: underline;
}

.headerlogo {
    text-align: center;
    margin-top: 5px;
}

.headerlogo img {
    max-width: 100%;
    height: auto;
}

.headerlogo a {
    text-decoration: none;
    color: #CE3234;
    font-size: 18px;
    font-weight: 600;
}

.headerlogo a:hover{
    text-decoration: underline;
}

.headerlogo span {
    white-space: nowrap;
}

.topnav {
    text-align: right;
    margin-top: 10px;
}

.topnav ul {
    list-style: none;
}

.topnav li {
    display: inline-block;
    padding-left: 8px;
}

.topnav li>a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 33px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}

.topnav li>a:hover {
    color: #000;
    text-decoration: underline;
}

.headersearch {
    position: relative;
    text-align: right;
}

.headersearch input {
    width: 180px;
    height: 25px;
    background: transparent;
    color: #000;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #000;
    padding: 0 25px 0 10px;
}

.headersearch input::-webkit-input-placeholder {
    color: #000;
}

.headersearch span {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.headerphone {
    margin-top: 10px;
    text-align: right;
}

.headerphone p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

#mainnav {
    text-align: center;
    ;
}

#mainnav ul {
    list-style: none;
}

#mainnav li {
    display: inline-block;
    position: relative;
    padding: 6px 25px;
}

#mainnav li:hover {
    background: #0066ac;
}

#mainnav li>a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 33px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 25px;
}

#mainnav li:hover>a {
    color: #FFF;
}

#mainnav .navmegamenu {
    display: none;
}

#mainnav li:hover .navmegamenu {
    display: block;
    width: 700px;
    background: #fff;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 300;
    padding: 10px;
}

.navcolumn {
    width: 160px;
    margin: 0 1% 10px 1%;
    float: left;
}

.navcolumnheading {
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-transform: uppercase !important;
    padding-bottom: 10px;
    display: block;
    text-align: left;
}

.navcolumnheading a{
    text-decoration: none;
    color: #000;
}

.navcolumnheading a:hover{
    text-decoration: underline;
}

#mainnav .navcolumn li a {
    width: 160px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    color: #000;
    text-transform: none;
    padding: 0;
}

#mainnav .navcolumn ul {
    text-align: left;
}

#mainnav .navcolumn li {
    width: 160px;
    padding: 2px 0;
}

#mainnav .navcolumn li:hover {
    background: none;
}

#mainnav .navcolumn li a:hover {
    text-decoration: underline;
}

#mobilenav {
    position: absolute;
    top: 75px;
    line-height: 39px;
}

#mobilenav a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

#slideout-menu {
    display: none;
    position: fixed;
    top: 5vw;
    width: 75%;
    max-width: 280px;
    max-height: calc(100vh - 30px);
    background-color: #fff;
    box-shadow: 0 0 0 150vw rgba(0, 0, 0, 0);
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

#slideout-menu.open {
    box-shadow: 0 0 0 200vw rgba(0, 0, 0, .5);
}

#slideout-menu div,
#slideout-menu ul li a,
#slideout-menu .spacer {
    border-bottom: 1px solid #eee;
}

#slideout-menu p {
    display: inline-block;
    position: relative;
    padding: 12px;
    color: #222;
}

#slideout-menu p a {
    padding: 6px;
    font-weight: 700;
    text-decoration: none;
    color: #1160a4;
}

#slideout-menu p a:hover {
    color: #8DE8FF;
}

#slideout-menu .slideout-menu-toggle {
    position: absolute;
    right: 0;
    padding: 10px;
    font-size: 1.1em;
    color: #ce3234;
}

#slideout-menu .slideout-menu-toggle:hover {
    color: #ce3234;
}

#slideout-menu > ul {
    position: relative;
}

#slideout-menu ul {
    list-style: none;
}

#slideout-menu ul li a {
    position: relative;
    font-weight: 600;
    display: block;
    padding: 10px;
    color: #222;
    text-decoration: none;
}

#slideout-menu ul ul li a {
    padding-left: 30px;
}

#slideout-menu ul li a:hover {
    background-color: #eee;
    color: #151515;
}

#slideout-menu ul li a i,
#slideout-menu ul li a .menu-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1.4;
    color: #1160a4;
}

#slideout-menu ul li a .menu-indicator {
    font-size: 1.1em;
    line-height: 1.25;
}

#slideout-menu .slide-in ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #eee;
    z-index: 1;
}

/* End Header */

/* Homepage */

.homepagecontainer {
    margin-bottom: 15px;
}

.homebanner {
    position: relative;
}

.homebanner img {
    width: 100%;
    height: auto;
}

.HomePageForm .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -26px;
}

.active span {
    background: #0066ac !important;
}

.slideshowoverlay {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -228px;
    text-align: center;
}

.slideshowoverlay h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.slideshowoverlay h3 {
    font-size: 25px;
    color: #fff;
    margin: 5px 0 35px 0;
}

.slideshowoverlay a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.mobilebrands {
    text-align: center;
}

.mobilebrands li {
    list-style: none;
    display: inline-block;
    margin: 20px;
}

.brandslider {
    text-align: center;
    margin: 0;
    padding: 0 50px;
}

.brandslider ul {
    list-style: none;
}

.brandslider li {
    display: inline-block;
    height: 100px;
    padding: 25px;
}

.brandslider span {
    display: none;
}

.brandslider li a {
    display: block;
    color: #424242;
}

.brandslider #Brand .owl-item {
    display: block;
    width: 100%;
    height: auto;
}

.brandslider #Brand .owl-pagination {
    display: none;
}

.brandslider #Brand .owl-prev {
    width: 14px;
    height: 14px;
    background-color: transparent !important;
    border-left: 2px solid #4d4d4d;
    border-top: 2px solid #4d4d4d;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    opacity: 1 !important;
    position: absolute;
    top: 45%;
    left: -35px;
}

.brandslider #Brand .owl-next {
    width: 14px;
    height: 14px;
    background-color: transparent !important;
    border-left: 2px solid #4d4d4d;
    border-top: 2px solid #4d4d4d;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    opacity: 1 !important;
    position: absolute;
    top: 45%;
    right: -35px;
}

.bannerbg {
    width: 100%;
    background: #fff;
}

.bannercontent {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.bannerimg img {
    width: 100%;
    height: auto;
}

.bannercontenttext {
    padding-left: 10px;
    float: left;
}

.bannercontenttext p {
    font-size: 13px;
    color: #8f8f8f;
    text-transform: uppercase;
    padding: 5px 0;
}

.bannercontenttextlarge {
    font-size: 20px;
    color: #303030;
}

.bannercontentbutton {
    margin: 20px 15px;
    float: right;
}

.bannercontentbutton a {
    background: #424242;
    font-size: 13px;
    color: #e6e7e7;
    border: 0;
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.categorycontent {
    background: #fff;
    padding: 30px 0;
    margin-bottom: 50px;
    float: left;
}

.categorybanner {
    background: #fff;
    margin-bottom: 20px;
}

.categorybanner a {
    text-decoration: none;
}

.categoryimg {
    margin-bottom: 10px;
}

.categoryimg img {
    width: 100%;
    height: auto;
}

.categorytext {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.categorytext p {
    font-size: 13px;
    line-height: 33px;
    color: #8f8f8f;
    text-transform: uppercase;
}

.categorytextlarge {
    font-size: 20px;
    font-weight: normal;
    color: #303030;
}

/* End Homepage */

/* Footer */

.footermain {
    width: 100%;
    background: #fff;
    margin-top: 25px;
    padding-bottom: 50px;
}

.footercolumn {
    font-family: 'Roboto', sans-serif;
    padding: 20px 0 20px 20%;
}

.footerheading {
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
    color: #2b2b2b;
}

.footercolumn p {
    font-size: 13px;
    line-height: 20px;
    color: #5c5c5c;
}

.footercolumn p a {
    color: #5c5c5c;
    text-decoration: none;
}

.footercolumn p a:hover {
    text-decoration: underline;
}

.footercolumn ul {
    list-style: none;
}

.footercolumn li {
    display: block;
    padding-bottom: 5px;
}

.footercolumn li a {
    font-size: 13px;
    color: #5c5c5c;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footersocialmedia {
    margin-top: 30px;
    text-align: center;
}

.footersocialmedia ul {
    list-style: none;
}

.footersocialmedia li {
    display: inline-block;
    padding: 0 8px;
}

.footersocialmedia li a {
    display: block;
    color: #424242;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footersocialmedia li a:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.5, 1.5);
}

.footercopyright {
    margin: 10px 0 20px 0;
    text-align: center;
}

.footercopyright p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #777;
}

.footercopyright p a {
    color: #777;
    text-decoration: none;
}

.footercopyright p a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    border: 1px solid #303030;
    background-color: #FFF;
    padding: 15px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#seocontentbox p {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #303030;
}

/* End Footer */

@media screen and (max-width: 400px) {

    .headerlogo {
        text-align: right;
    }

    .headerlogo img {
        max-width: 84%;
    }

    .bannercontent {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .bannercontenttext {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    .bannercontenttext p {
        font-size: 12px;
    }

    .bannercontenttextlarge {
        font-size: 17px;
    }

    .bannercontentbutton {
        float: none;
        text-align: center;
    }

    .footermain {
        padding-bottom: 10px;
    }

    .footercolumn {
        padding: 20px 0 10px 10px;
    }

}

@media screen and (min-width: 401px) and (max-width: 767px) {

    .headerlogo img {
        max-width: 81%;
    }

    .bannercontent {
        margin-bottom: 20px;
        padding-bottom: 65px;
        float: none;
    }

    .footermain {
        padding-bottom: 10px;
    }

    .footercolumn {
        padding: 20px 0 10px 10px;
    }

}

@media screen and (max-width: 767px) {

    #divworkspacearea {
        margin-top: 0;
    }

    .headercontainer {
        position: static;
        background: #FFF;
        margin-top: 0;
    }

    .headerlogo {
        margin: 20px 0 0 0;
    }

    .topnav {
        text-align: center;
        margin: 10px 0;
    }

    .headersearch {
        width: 216px;
        margin: 0 auto 15px auto;
    }

}

@media screen and (min-width: 768px) and (max-width: 840px) {

    .bannercontenttext {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    .bannercontenttext p {
        font-size: 12px;
    }

    .bannercontenttextlarge {
        font-size: 17px;
    }

    .bannercontentbutton {
        float: none;
        text-align: center;
    }

    .footerheading {
        font-size: 17px;
    }

}

@media screen and (min-width: 841px) and (max-width: 1024px) {

    .bannercontenttext {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    .bannercontentbutton {
        float: none;
        text-align: center;
    }

    .footerheading {
        font-size: 17px;
    }

}

@media screen and (min-width: 768px) and (max-width: 915px) {

    #divworkspacearea {
        margin-top: 0;
    }

    .headercontainer {
        position: static;
        background: #FFF;
    }

    #mainnav {
        text-align: left;
    }


    #mainnav li {
        padding: 6px 0;
    }

    #mainnav li>a {
        padding: 0 18px;
    }

    #mainnav li:hover .navmegamenu {
        background-color: #FFF;
    }

    .headersearch input {
        background: #fff;
    }

    .headersearch span {
        color: #aaa;
    }

}

@media screen and (min-width: 916px) and (max-width: 1024px) {

    #divworkspacearea {
        margin-top: 0;
    }

    .headercontainer {
        position: static;
        background: #FFF;
    }

    #mainnav {
        text-align: left;
    }

    #mainnav li {
        padding: 6px 5px;
    }

    #mainnav li:hover .navmegamenu {
        background-color: #FFF;
    }

    .headersearch input {
        background: #fff;
    }

    .headersearch span {
        color: #aaa;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1140px) {

    #mainnav li {
        padding: 6px 15px;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1190px) {

    .bannercontenttext p {
        font-size: 12px;
    }

    .bannercontenttextlarge {
        font-size: 17px;
    }

}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}

/* Collections Pages */

.CollectionsContainer {
    padding-top: 10px;
    clear: both;
    overflow: hidden;
}

.CollectionsLeftColumn {
    width: 99%;
    float: left;
    padding-right: 1%;
}

.CollectionsLeftHeadingUL {
    list-style: square;
    color: #000;
    padding-left: 17px;
}

.CollectionsLeftHeading {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 7px;
}

.CollectionsLeftDynamicContent {
    color: #c8c8c8;
    padding-left: 34px;
}

.CollectionsLeftDynamicData {
    font-family: Arial, sans-serif;
    font-size: 15px;
    list-style: square;
    line-height: 20px;
    /*padding-left: 10px;*/
}

.CollectionsLeftDynamicData:hover {
    color: #000;
}

.CollectionsLeftDynamicData a {
    font-size: 12px;
    color: #444;
    text-decoration: none;
}

.CollectionsLeftDynamicData a:hover {
    color: #000;
    /*text-decoration: underline;*/
}

.CollectionsRightColumn {
    width: 100%;
    float: left;
}

.CollectionsRightHeading {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 7px;
}

.CollectionsRightParagraph {
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.CollectionsRightDynamicData {
    width: 31%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 3.5% 10px 0;
}

.CollectionsRightDynamicData:nth-child(3n) {
    padding-right: 0;
}

.CollectionsRightDynamicData a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
    text-decoration: none;
    /*position: relative;
	top: -10px;*/
}

.CollectionsRightDynamicData a:hover {
    text-decoration: underline;
}

.CollectionsRightDynamicDataImg {
    width: 100%;
    height: auto !important;
}

@media only screen and (max-width: 768px) {

    .CollectionsLeftColumn {
        display: none;
    }

}

@media only screen and (max-width: 600px) {

    .CollectionsRightDynamicData {
        width: 48%;
        padding: 0 4% 10px 0;
    }

    .CollectionsRightDynamicData:nth-child(3n) {
        padding: 0 4% 10px 0;
    }

    .CollectionsRightDynamicData:nth-child(2n) {
        padding-right: 0;
    }

}

@media only screen and (max-width: 480px) {

    .CollectionsRightDynamicData {
        width: 100%;
        padding: 0;
    }

    .CollectionsRightDynamicData:nth-child(3n) {
        padding: 0;
    }

    .CollectionsRightDynamicData:nth-child(2n) {
        padding-right: 0;
    }

}

/* End Collections Pages */

/* Single Collection Page */

.CollectionContainer {
    overflow: hidden;
}

.CollectionsPageHeader {
    width: 100%;
    float: left;
}

.CollectionDetails {
    position: relative;
}

.CollectionDetails h1 {
    font-family: Times New Roman, Times, serif;
    font-size: 33px;
    font-style: italic;
    font-weight: normal;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 6px 30px 6px 10px;
    position: absolute;
    right: 0;
    bottom: 150px;
}

.CollectionDetails span {
    font-family: Times New Roman, Times, serif;
    text-transform: uppercase;
    font-style: normal;
}

.CollectionTagline {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 20px;
    padding-top: 10px;
}

.CollectionSmallImage {
    width: 48%;
    height: auto;
    padding: 0 1%;
}

.CollectionLeftImage {
    width: 100%;
    height: auto;
}

.CollectionsDetailsRight {
    width: 100%;
    position: relative;
}

.CollectionRightImage {
    width: 100%;
    height: auto;
}

.CollectionParagraph {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.CollectionsCategoriesLink {
    width: 235px;
    float: left;
    padding-right: 30px;
}

.CollectionNavigation {
    width: 100%;
    padding: 10px 0;
}

.CollectionsPageThumbnail {
    position: relative;
}

.CollectionsPageThumbnail p {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 96%;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    line-height: 17px;
    padding: 2.1%;
    display: none;
}

.CollectionsPageThumbnail:hover p {
    display: block;
}

.CollectionsPageCollage {
    width: 685px;
    float: right;
    margin-top: 20px;
    padding: 20px 0 !important;
    clear: both;
}

.CollectionNavigationHeadingUL {
    list-style: square;
    color: #000;
    padding-left: 17px;
}

.CollectionNavigationHeading {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 7px;
}

.CollectionNavigationListUL {
    color: #c8c8c8;
    padding-left: 34px;
}

.CollectionNavigationList {
    font-family: Arial, sans-serif;
    font-size: 15px;
    list-style: square;
    line-height: 20px;
}

.CollectionNavigationList:hover {
    color: #000;
}

.CollectionNavigationList a {
    font-size: 12px;
    color: #444;
    text-decoration: none;
}

.CollectionNavigationList a:hover {
    color: #000;
}

@media only screen and (max-width: 480px) {

    .CollectionSmallImage {
        width: 100%;
        padding: 0;
    }

}

/* End Single Collection Page */

/* Item Browser Page Edits */

.AttributeFilterDivBrand p {
    border: 1px solid #0066ac !important;
}

/* End Item Browser Page Edits */

/* Item Information Page Edits */

.ProductInfoParagraphSKU {
    float: none;
}

.RequestInformation a {
    background: #0066ac;
    background-image: linear-gradient(to bottom, #0066ac, #0066ac);
}

.RequestInformation a:hover {
    background: #0066ac;
    background-image: linear-gradient(to bottom, #0066ac, #0066ac);
}

#whynoprice {
    text-align: center;
}

#whynoprice p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.whynopricebackground {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.whynopriceclose {
    display: inline-block;
    background-color: #0066ac;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 16px;
    font-weight: 400;
    text-decoration: none;
}

#whynopricediv {
    margin-bottom: 15px;
    margin-top: 10px;
    clear: both;
}

#whynopricediv a {
    display: inline-block;
    background-color: #0066ac;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 16px;
    font-weight: 100;
    text-decoration: none;
}

/* End Item Information Page Edits */

/* Collections Page Edits */

#collectionsintrocopy p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

/* End Collections Page Edits */

/* Brand Mobile List */
.brand-list {
	text-align: center;
}

.brand-list ul li {
	list-style: none;
	display: inline-block;
	padding: 2vw;
}
/* End Brand Mobile List */

/*iteminformation page chages*/
/*Ticket #47600*/
/*.ProductInfo,*/
.ProductGroupsParagraphCustomizable,
.ProductImageAdditionalView {
    display: none;
}

/* Dining Sets & Seating Sets Styles */

#style-nav h2 {
    text-transform: none;
    margin-bottom: 7px;
    font-size:15px;
    font-weight: normal;
}

#style-nav ul {
    margin:10px 0 25px 20px;
    list-style-type: none;
    padding:0;
    color: #c8c8c8;
}

#style-nav li {
    font-family: Arial, sans-serif;
    font-size: 15px;
    list-style: square;
    line-height: 20px;
}

#style-nav ul li:hover {
    color: #000;
}

#style-nav li a {
    font-size: 12px;
    color: #444;
    text-decoration: none;
}

#collections-list p {
    margin:25px 0;
}

#collections-list > img {
    width:100%;
    height:auto;
}

#collections-list ul {
    margin:0 0 50px 0;
}

#collections-list li {
    box-sizing: border-box;
    padding: 10px 10px 0px 0;
    display: inline-block;
    vertical-align: top;
    /*margin-right:-5px;*/
    width: 33%;
}

#collections-list li a {
    position: relative;
    color: #000;
    display: block;
    text-decoration: none;
    text-align: center;
}

#collections-list li a:hover {
    text-decoration: underline;
}

#collections-list li span {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.65);
    text-align: center;
    font-family: "Arial", sans-serif;
}

#collections-list li img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1024px) {
    #collections-list li {
        width: 50%;
    }
}

@media screen and (max-width:560px) {
    #collections-list li {
        width: 100%;
    }
}

/* End Dining Sets & Seating Sets Styles */