body,
html {
    font-family: 'Roboto', Arial, sans-serif;
    background: #f3f3f3;
}
@font-face {
    font-family: Pristina;
    src: url(https://gallerydesignkc.xologic.com/data/fonts/pristina-webfont.woff);
}


#fullHeader {
    background: rgba(12, 65, 107, 0.85);
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
}
.phoneHeader {
    color: #fff;
    display: inherit;
    font-size: 16px;
    font-weight: 600;
}

#headerSection {
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}

#logoImage {
    float: left;
    padding: 40px 10px 0 0;
    font-size: 50px;
    line-height: 0.7;
    color: #fff;
    font-weight: 600;
    font-family: 'Pristina', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#menuSection {
/*    position: absolute;
    left: 50%;
    transform: translateX(-50%);*/
    float: right;
    clear: right;
}
#topMenu {
    margin-top: 10px;
    float: right;
}
.dropName {
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

.dropName i {
    font-size: 18px;
    float: right;
    margin: 0 5px;
}

.dropBox {
    width: 275px;
    background: rgba(0, 0, 0, 0.85);
    text-transform: uppercase;
    font-size: 12px !important;
    padding: 10px;
}

.dropBox .dropName {
    color: #fff;
    font-size: 12px !important;
    padding: 3px 10px;
}

.dropName:hover {
    text-decoration: underline;
}

#rightDropSection {
    float: right;
    width: 50%;
    max-height: 325px;
    overflow: auto;
}

#leftDropSection {
    float: left;
    width: 50%;
}

.dropTitle {
    text-decoration: underline;
    color: #fff;
    padding: 0 10px 12px;
}

.activeDrop {
    color: #fff !important;
}

.activeLeft {
    margin-left: -200px;
}

.activeRight {
    margin-left: 200px;
}

#rightSection {
    float: right;
    padding: 30px 0 33px;
}

.headIcon {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.socialHeadBtn {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

/*#searchBox {
    display: block;
    vertical-align: top;
    transition: all 0.3s ease;
}

#searchIcon img {
    width: 100%;
}

#searchIcon {
    cursor: pointer;
    width: 17px;
}*/

#searchEngine {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: arial;
    padding: 5px;
    width: 350px;
}

#searchInputBox {
    width: 100%;
}

#searchInputBox input {
    padding: 6px;
    width: calc(100% - 55px );
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    height: 30px;
    border: 1px solid #ccc;
    border-right: 0;
}

#searchSubmitBtn {
    background: transparent;
    width: 50px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    transform: translateX(-5px );
    display: inline-block;
    vertical-align: bottom;
}

#searchSubmitBtn i {
    color: #fff;
    font-size: 16px;
}

#topBanner {
    height: 300px;
    overflow: hidden;
}

#topBanner img {
    width: 100%;
    margin-top: -500px;
}

#scrollTopBtn {
    position: fixed;
    right: 20px;
    bottom: 2%;
    padding: 8px 12px;
    border-radius: 10px;
    background: #666;
    font-size: 26px;
    transition: all .5s ease-in-out;
    opacity: 0;
    color: #fff;
    z-index: 10000;
}

#scrollTopBtn.show {
    opacity: 1;
    cursor: pointer;
}

#bodySection {
    max-width: 1150px;
    margin: 109px auto 0;
}

.centerWrapp {
    max-width: 1150px;
    margin: 40px auto 20px;
}

.pageMainTitle {
    font-size: 34px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

#showBreadCrumb {
    display: none !important;
}

#resultsListNavTop {
    width: calc(100% - 265px);
    float: right;
}

.itemListInfo {
    float: left !important;
}

.pageBtn {
    border: none !important;
    background: transparent !important;
}

.pageBtn:hover,
.currentPage {
    border: none !important;
    background: transparent !important;
    color: #f00 !important;
}

.productListBox {
    width: 30% !important;
    height: 330px !important;
    border: none !important;
}

.productListBox:hover {
    box-shadow: none !important;
}

.iconButtonHolder {
    display: none;
}

.vpButton {
    background: #d30203 !important;
    border: none !important;
    border-radius: 0 !important;
    width: 150px;
    margin: 0 auto !important;
}

.vpButton:hover {
    background: #df2d2d !important;
}

.productListTextBox {
    text-align: center;
    margin: 10px auto 0;
}

.sideLinkContainer input {
    color: #d30203 !important;
}

.colorScheme_bg {
    background: #d30203 !important;
}

.itemSelectBtn[status="selected"] {
    border: 2px solid #d30203 !important;
}

.dollarType {
    font-size: 16px;
    margin: -2px 45px 0 0;
    ;
    float: right;
}

.dollarType img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    float: left;
}

#threePromises {
    background: #0c416b;
    color: #fff;
    font-size: 14px;
    padding: 5px;
}

#threePromisesBorder {
    border: 1px solid #fff;
    padding: 5px;
}

.promises {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
}

#secondPromise {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.promises img {
    vertical-align: middle;
    padding: 0 15px;
}

.overlapTextHolder {
    position: relative;
    overflow: hidden;
}

#rushText {
    color: #c00;
    float: left;
    width: 260px;
    padding-left: 20px;
}

#blackFriday {
    text-align: center;
    font-size: 40px;
    font-family: 'Helvetica';
    color: #ffffff;
}

.productListImgBox {
    display: block !important;
    width: 100% !important;
}

.pickupInfo {
    display: none !important;
}

@font-face {
    font-family: 'Archer Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: url('https://gallerydesignkc.xologic.com/Archer-MediumItal.woff') format('woff');
}

#bottomImage {
    width: 100%;
    position: relative;
    z-index: 1;
}

#bottomImage img {
    width: 100%;
}

#fullFooterWrapp {
    width: 100%;
    border-bottom: 1px solid #a7a9ac;
    border-top: 1px solid #a7a9ac;
    margin-top: -3px;
}

.footerWrapp {
    margin: 0 auto 20px;
}

.footerBox {
    display: inline-block;
    padding: 110px 20px;
    vertical-align: middle;
    width: 29%;
    margin: -10px 0 -30px;
}

#shopFooterBtn {
    padding: 30px 10px;
    font-size: 25px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}


#shopFooterBtn h1 {
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
}

#shopFooterTitle {
    color: #BCA56F;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #ccc;
    padding: 0 0 5px;
    margin-bottom: 0px;
    width: 200px;
    margin: 0 auto;
}

.middleFooterBox {
    border-left: 1px solid #a7a9ac;
    border-right: 1px solid #a7a9ac;
    text-align: center;
}

.middleFooterBox span {
    color: #a7a9ac;
    font-size: 14px;
    margin-bottom: 10px;
}

.footerTitle {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#socialMedia {
    padding: 10px 0;
}

.socialBtn {
    display: inline-block;
    border: 1px solid #dfdfdf;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #000;
}

.socialBtn img {
    height: 34%;
}

.footerPromises {
    color: #d5172a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.footerPromises img {
    display: inline-block;
    vertical-align: middle;
    color: #d5172a;
    padding: 5px 15px;
}

.bottomWrapp {
    width: 505px;
    margin: 0 auto;
    padding: 15px 0;
}

#bottomFooter {
    position: relative;
    z-index: 1;
    background: #f3f3f3;
}

#bottomFooter span {
    padding: 0 5px;
}

#bottomFooter a {
    color: #a7a9ac;
}

#contactBtn {
    padding: 10px;
    background: #0c416b;
    max-width: 200px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}

#contactBtn:hover > #contactBorderBox {
    background: #115c98;
    box-shadow: 0px 0px 5px #666;
}

#contactBorderBox {
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    transition: .2s ease-in-out all;
}