/************************* NOTICE ***********************\

- THIS FILE SHOULD BE USED FOR CUSTOM CSS MODIFICATIONS -

- Using this file for CSS modifications rather than
modifying Style.css directly will allow your site to
receive template updates in the future.

\************************* NOTICE ***********************/
body {
    background-color: #e7e7e7;
    background: url('https://store-hxhq6.mybigcommerce.com/product_images/uploaded_images/websitebackground.png') repeat;   
}
section.main > .row, header.main {
    background-color: #fff; 
    -webkit-box-shadow: 0px 22px 31px 8px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 22px 31px 8px rgba(0,0,0,0.38);
    box-shadow: 0px 22px 31px 8px rgba(0,0,0,0.38);  
}
section.main > .row {
    padding-bottom: 30px;   
}
footer.main {
    margin-top: 0px;   
}
.gift-certificate {
    display: none !important;   
}
.account-links .inline-list > li {
    float: right;
}
.account-links .inline-list > li.account-link,
.account-links .inline-list > li.create-account,
.account-links .inline-list > li.phone-number {
    float: left;   
}
.account-links {
    width: 100%;
    width: calc(100% - 37px);
}
header.main .info-col .search-form input {
    height: 44px;
    width: 475px;
}
header.main .info-col .search-form button {
    line-height: 38px;
}
.logo {
    margin-top: 10px;   
}
.nav.hide-pages-desktop .page-menu-link {
    display: none;
}
.category-list .page-menu-link:last-child {
    display: inline-block;
}
.category-list .page-menu-link:last-child a {
    border-left: 1px solid #fff;
}
.homepage-marketing a img {
    display: block;   
}
.border:not(.remove) {
    border: solid 1px #CCCCCC !important;
    margin-bottom: -1px;
    margin-left: -1px;
}
.categoryGrid .subcat-grid li .ProductImage,
.categoryGrid .subcat-grid li .ProductDetails,
.categoryGrid .subcat-grid li .overlay-link
{
    display: none;   
}
.categoryGrid .subcat-grid li {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
.categoryGrid ul {
    list-style: none;  
    margin: 0px; 
}
.categoryGrid .gridLeft {
    clear: left;
    float: left;
    width: 30%;
}
.categoryGrid .gridLeft .th {
    text-align: center;
}
.categoryGrid .gridLeft a {
    cursor: text;
    font-weight: bold;
    color: #111 !important;
}
.categoryGrid .gridLeft a:hover {
    color: #111 !important;
}
.categoryGrid .gridRight {
    margin: 40px 0 0 0;
    float: left;  
    width: 70%; 
}
.categoryGrid .subcat-grid .gridRight li:nth-child(odd) {
    background-color: #cccccc;   
}
.gridHeader {  
}
.gridHeaderCell {
    display: table-cell; 
    float: left;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}
.code {
    width: 20%;   
    clear: left;
}
.gridRowCell.code {
    text-align: left !important;
    padding-left: 5px;
}
.topwidth {
    width: 12%;
}
.bottomwidth {
    width: 12%; 
}
.shaftheight {
    width: 12%;
}
.listprice {
    width: 12%;
}
.gridRowCell.listprice {
    text-decoration: line-through;
}
.saleprice {
    width: 12%;
}
.addtoCart {
    width: 20%;
    text-align: right !important;
    padding-right: 5px;
}
.gridRowCell {
    display: table-cell; 
    float: left;
    font-size: 11px;
    text-align: center;
    height: 36px;
    line-height: 36px;
}
.addtoCart .button {
    color: #fff !important; 
    background-color: #135387;
    border-color: #135387;
    border-radius: 3px;
    font-weight: bold;    
    padding: 7px 10px 8px;
}
#belowHeaderPromo > .row {
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
}
/* Retina Main Logo Support */
.logo img {
    height: 30px;
    margin: 3px 0 12px 5px;
}
#homebody .row {
    margin-top: 15px;
    margin-bottom: 15px;
}
.cartIndividprice {
    float: right;  
    width: 50%;  
}
.cartpriceTotal {
    width: 50%;  
}
.lowestPrice {
    display: none;   
}
.priceCell .lowestPrice {
    display: block;   
}

/*Legacy Wholesalemillwork Styling */
a.button {
    cursor: pointer;
    -webkit-appearance: button;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #135387;
    border-color: #135387;
    text-transform: uppercase;
    font-weight: bold;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    line-height: normal;
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    -webkit-box-shadow: 0 1px 0 0 #DEDEDE;
    box-shadow: 0 1px 0 0 #DEDEDE;
}
a.button:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
a.button {
    -webkit-appearance: initial;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 0 0 #DEDEDE;
    box-shadow: 0 1px 0 0 #DEDEDE;
}
a.button-primary {
    background-color: #1167D3;
    border-color: #1167D3;
    -webkit-box-shadow: 0 1px 0 0 #DEDEDE;
    box-shadow: 0 1px 0 0 #DEDEDE;
}
a.button-secondary, .button-secondary {
    color:#666666;
    border-color:#CCCCCC;
    background-color:transparent;
    -webkit-box-shadow: 0 1px 0 0 #DEDEDE;
    box-shadow: 0 1px 0 0 #DEDEDE;
}
a.button-secondary:hover, .button-secondary:hover {
    color:#135387;
    border-color:#135387;
    background-color:transparent;
}
.contact-phone {
    border: solid 1px #ccc;
    padding: 20px;
    width: 282px;
    text-align: center;
    font-size: 30px;
    font-family: Playfair Display;
    color: #575757;
    margin: 11px 0 0 10px;
    line-height: 0;
    float: left;
    clear: right;
    background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.contact-address {
    border: solid 1px #ccc;
    background-color: #FFFFFF;
    padding: 20px;
    width: 213px;
    font-size: 18px;
    font-family: Playfair Display;
    color: #575757;
    margin: 15px 5px 15px 0;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.contact-address .fa.fa-envelope-o {
    font-size: 30px;
    float: left;
    margin-right: 14px;
    margin-bottom: 40px;
}
.contact-address .small-text {
    font-family: Open Sans;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 45px;
}
.contact-email {
    border: solid 1px #ccc;
    padding: 20px;
    width: 282px;
    font-size: 16px;
    font-family: Playfair Display;
    color: #575757;
    margin: 15px 0px 15px 10px;
    float: left;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    
}
.contact-email .fa.fa-keyboard-o {
    font-size: 25px;
}
.contact-email a {
    color: #575757;
    text-decoration: none;
}
.contact-email a:hover {
    color: #135387;
}
.pinit-button {
    text-align: right;
    margin-right: 12px;
}
.gallery-flag {
    padding:3px 5px;
    text-transform: uppercase;
    font-size:11px;
    color: #FFFFFF;
    background-color: #135387;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    right:5px;
    top:5px;
    box-shadow: 0 1px 0 0 #DEDEDE;
}
.position-relative {
    position: relative;
}
table .position-relative td {
    position: relative;
}
a.qty-toggle {
    cursor:pointer;
}
.view-all-sizes {
    padding-bottom: 20px;
    text-decoration: underline;
}
.view-all-sizes:hover {
    text-decoration:none;
}
.product-gallery .product-title {
    font-weight:bold;
}
.gallery-section {
    color:#666666;
    border:solid 1px #CCCCCC;
    background-color:transparent;
    -webkit-box-shadow: 0 1px 0 0 #DEDEDE;
    box-shadow: 0 1px 0 0 #DEDEDE;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    clear:both;
    overflow:auto;
    margin-top:20px;
    padding: 5px;
    background-color: #FAFAFA;
}
.gallery-section .title {
    font-size:30px;
    font-weight:100;
    margin: 36px 25px;
    float:left;
    font-family:'Playfair Display', Serif;
    font-weight:100;
    font-style:italic;
    vertical-align: middle;
}
.gallery-section .item {
        border: solid 1px #cccccc;
        width: 130px;
        float: right;
        margin: 3px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-box-shadow: 0 1px 0 0 #DEDEDE;
        box-shadow: 0 1px 0 0 #DEDEDE;
        background-color:#ffffff;
}
.gallery-section .item .hero {
    height: 75px;
    border-radius: 5px; 
    -webkit-border-radius: 5px;
}
.gallery-section .item .hero img {
    height: 75px;
    border-radius: 4px 4px 0 0; 
    -webkit-border-radius:  4px 4px 0 0;
}
.gallery-section .item .item-desc{
    background-color: #E3E3E3;
    text-align:center;
    text-transform:uppercase;
    padding: 5px;
    letter-spacing: .09em;
    border-radius: 0px 0px 3px 3px; 
    -webkit-border-radius: 0px 0px 3px 3px;
}
.gallery-section .item:hover {
    border-color: #135387;
}
a .item {
    color: #666666;
}
a .item:hover .item-desc {
    background-color:#135387;
    color:#ffffff;
}
/*#also-add {display:block !important;}
*/.also-add-container.gallery-section:before {
content: '';
width: 0px;
height: 0px;
position: absolute;
top: -23px;
right: 23px;
border-width: 11px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-bottom-color: #135387;
}
.also-add-container.gallery-section:after {
content: '';
width: 0px;
height: 0px;
position: absolute;
top: -22px;
right: 23px;
border-width: 11px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-bottom-color: #FAFAFA;
}
.also-add-container.gallery-section {
width: 753px;
height: 113px;
margin: -10px 0 15px 0;
border-radius: 4px;
border: solid 1px #135387;
background:#FAFAFA;
position:relative;
-webkit-box-shadow: 0 1px 0 0 #DEDEDE;
box-shadow: 0 1px 0 0 #DEDEDE;
overflow:visible;
}
.also-add-container.gallery-section .title {
color: #135387;
}
.also-add-container.gallery-section .close {
float: left;
position: absolute;
padding: 2px 7px;
font-weight: 100;
font-size: 12px;
letter-spacing: .06em;
box-shadow: none;
-webkit-box-shadow: none;
}
table.unstripe tbody tr:nth-child(odd){
background: transparent;
}
table.product-grid {
margin: 0 auto
}
table.product-grid tbody tr td, table.product-grid tr td {
text-align: center;
}
ul.breadcrumbs {
    background: none;
    border: 0;
    padding-left: 0;
    text-transform: lowercase;
    padding-top: 49px;
}
#belowHeaderPromo > .row {
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    /* -webkit-box-shadow: 0px 0px 31px 4px rgba(0,0,0,0.38); */
    -moz-box-shadow: 0px 0px 31px 4px rgba(0,0,0,0.38);
    /* box-shadow: 0px 0px 31px 4px rgba(0,0,0,0.38); */
    margin-bottom: -49px;
}
section.main > .row {
-webkit-box-shadow: 0px 30px 31px 4px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 30px 31px 4px rgba(0,0,0,0.38);
    box-shadow: 0px 30px 31px 4px rgba(0,0,0,0.38);
}
.utilitarian-home {
    padding-top: 50px;
}
.main-menu .category-list {
    position: relative;   
}
.main-menu > .category-list > li:first-child {
    position: relative;   
}
.main-menu > .category-list > li:first-child li {
    position: relative;   
}
.main-menu > .category-list > li:first-child > ul {
    width: 730px;
    top: 28px;
    padding: 0px;
    background: #dfdfdf;
}
.main-menu > .category-list > li:first-child > ul ul {
    width: 85%;
    top: 0px;
    padding: 0px;
    background: #dfdfdf;
}
.parent-expand-link {
    display: none !important;   
}
.nav ul ul::after {
    display: none !important;   
}
.main-menu .category-list > li:first-child > ul > li > a {
    color: #135387 !important;   
}
.main-menu .category-list > li:first-child > ul > li li a {
    color: #fff !important;   
}
.main-menu .category-list > li:first-child > ul > li {
    background-color: #dfdfdf !important;
    width: 35%;
    display: inline-block;
}
.main-menu .category-list > li:first-child > ul > li:nth-child(even) {
    float: right;
} 
.main-menu .category-list > li:first-child > ul > li:nth-child(odd) {
} 
.main-menu .category-list li:first-child ul > li > ul {
    z-index: 1000;
}
body.default.page .hidden-homepage {display: none;}
@media screen and (max-width: 769px) {
.hidden-mobile {display:none;}
.logo {width: auto;}
.mobile-cart-link a {padding-top: 22px; padding-bottom: 22px;}
    #homebody .row .four {
        width: 33.33333333% !Important;
        float: left 
    }
}
@media screen and (max-width: 550px) {
    #homebody .row .four {
        width: 100% !Important;
        float: none;
        text-align: center;
    }
}
@media screen and (max-width: 425px) {
    .logo img {
        margin: 3px 0 12px 0px;
        height: auto;
    }
    .logo {
        width: 70%;
    }
}

/*Updating tab styling */
.tabs dd.active a, .tabs li.active a {
    border: none;
}
div[id^="tab"] {
    clear: both;
    border: solid 1px #DADADA;
    padding: 10px;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
ul.tabs {
    height: 54px;
    top: 1px;
}
.tabs dd.active, .tabs li.active {
    margin-top: -2px;
}

.category .bordered {
    border: solid 1px #6B6B6B;
    border-radius: 4px;
    margin: 25px 0;
    padding: 10px 0;
}


h4.section-header-title {
    margin-left: 20px;
    margin-top: -18px;
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    position: absolute;
}

.category.page.no-subcategories ul.subcategory-list {
display: none;
visibility: hidden;
}

@media screen and (max-width: 900px) {
    header.main .info-col .search-form input {
        width: 400px;
    }
}