html,
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

img {
    border: 0px;
}

a,
a:hover {
    text-decoration: none;
}

#headerWrapper1 {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
}
main-content {
    max-width: 1400px;
    margin: 0 auto;
}
.centerBox {
    max-width: 1000px;
    width: 98%;
    margin: 0 auto;
}

#headerSection {
    padding-bottom: 10px;
}

#logoImage {
    float: left;
    padding-top: 10px;
    height: 80px;
}

.topRightLinks.login {
    font-weight: 700;
    color: #003f70;
}

p.itemP {
    font-size: 18px;
    text-align: center;
}

#flagHolder {
    float: left;
    width: 50px;
    margin: 7px 0 0 20px
}

#flagHolder img {
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 50%;
    margin-top: 20px
}

#rightHeadContent {
    float: right;
}

#topRightBox {
    font-size: 14px;
}

#topWhiteBox {
    float: left;
}

.topRightText {
    color: #747474;
    float: left;
    padding: 5px 0 22px;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    width: 285px;
}

.topRightText strong {
    font-weight: 700;
}

.topRightText span {
    float: right;
    margin-left: 15px;
}

#topGrayBox {
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0px;
    border-left: 0px;
    margin-top: -1px;
    width: 235px;
    text-align: right;
}

.topRightLinks {
    color: #747474;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.topRightLinks:hover {
    color: #003f70;
}

#slantBox {
    float: left;
    height: 33px;
    width: 55px;
    background: url(/data/images/slant.jpg) no-repeat bottom right;
    margin-top: -1px;
}

#bottomRightBox {}

#cartBtn {
    float: right;
    color: #fff;
    background: #003f70;
    padding: 0px 15px;
    margin-left: 10px;
    border-radius: 5px;
    line-height: 43px;
    font-size: 18px;
}

#cartBtn:hover {
    background-color: #125284;
}

#searchEngine {
    float: right;
    font-size: 12px;
    font-family: arial;
}

#searchInputBox {
    float: left;
    border: 1px solid #ccc;
    border-right: 0px;
    background: #fff;
    height: 41px;
    border-radius: 5px 0 0 5px;
}

#searchInputBox input {
    border: 0px;
    background: transparent;
    margin: 2px;
    padding: 6px;
    width: 415px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    color: #747474;
    line-height: 25px;
}

#searchSubmitBtn {
    float: left;
    line-height: 41px;
    font-size: 14px;
    padding: 0px 20px;
    background: #747474;
    border: 1px solid #747474;
    color: #fff;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

#searchSubmitBtn:hover {
    background-color: #999;
    border-color: #999;
}

#menuWrapper1 {
    background: #747474;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0;
    color: #fff;
    font-size: 16px;
}

#menuSection a {
    color: #fff;
}

#menuSection a:hover {
    text-decoration: underline;
}

#iconNavWrapper {
    margin-bottom: 20px;
}

#menuIconSection {
    top: 0px;
    position: relative;
    z-index: 1001;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    max-width: 1070px;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

.iconBtn {
    width: 116px;
    background: #003f70;
    text-align: center;
}

.edgeIconBtn {
    width: 110px;
}

.iconImg {
    height: 80px;
    width: 113px;
    margin: 0 auto;
    background: url(/data/images/fixture_icons-trans.png) no-repeat left top;
}


.iconImg2 {
    height: 80px;
    width: 113px;
    margin: 0 auto;
    background: url(/data/images/logo-white-bulb.png) no-repeat left top;
}

.iconImg3 {
    height: 80px;
    width: 113px;
    margin: 0 auto;
    background: url(/data/images/speech-bubble.png) no-repeat left top;
}

.iconImg4 {
    height: 80px;
    width: 113px;
    margin: 0 auto;
    background: url(/data/images/sink-solid-svg.png?v1) no-repeat left top;
}
.iconText {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 10px;
}

.chandelierIcon {
    background-position: -20px top;
}

.fanIcon {
    background-position: -132px top;
}

.lampIcon {
    background-position: -243px top;
}

.outdoorIcon {
    background-position: -353px top;
}

.decorIcon {
    background-position: -464px top;
}

.pendantIcon {
    background-position: -555px top;
}

.flushIcon {
    background-position: -665px top;
}

.semiFlushIcon {
    background-position: -797px top;
}

.sconceIcon {
    background-position: -910px top;
}

.roomsIcon {
    background-position: -1047px top;
}


.dropName {
    color: #fff;
}

.dropBox {
    width: 200px;
    background: #666;
    padding: 5px;
}

.dropBox .dropName {
    color: #fff;
    padding: 5px;
    font-size: 14px;
}

.dropBox .dropName:hover {
    background: #fff;
    color: #666;
}

.activeDrop {
    background: #666 !important;
    color: #fff !important;
}

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

.activeRight {
    margin-left: 200px;
}

#bodyWrapper {
    padding-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
}

.itemContainer {
    margin-top: 10px;
}

.itemTitle {
    text-align: center;
    font-size: 30px;
    color: #747474;
    letter-spacing: 2px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-weight: 300;
}

.itemTitle strong {
    color: #003f70;
}

.itemBox {
    padding: 10px 0;
}

#footerWrapper1 {
    border-top: 5px solid #747474;
    padding: 50px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.footerCol {
    width: 180px;
    float: left;
    padding: 50px 20px 0;
}

.colTitle {
    color: #747474;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 15px;
}

.colContent {
    line-height: 30px;
}

.colContent a {
    color: #747474;
    font-weight: 300;
}

.colContent a:hover,
.colContent a:hover i {
    color: #003f70;
}

.colContent a i {
    color: #ccc;
}

#emailBtn {
    padding: 5px 0;
    line-height: 40px;
    background: #003f70;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
}

#emailBtn strong {
    font-weight: 700;
}

#emailBtn:hover {
    background-color: #125284;
    cursor: pointer;
}

.miniText {
    line-height: 32px;
    font-size: 16px;
    color: #747474;
    font-weight: 300;
    margin-top: -13px;
}

.miniText strong {
    font-size: 16px;
    font-weight: 700;
    float: right;
    width: 100%;
    text-align: center;
}

#mediaBox i {
    color: #fff;
}

#brandImgBox {
    display: none;
}

#brandInfoBox {
    width: auto !important;
    float: none !important;
}

.dropName {
    padding: 5px 0px !important;
}

.dropBox .dropName {
    padding: 5px !important;
}

.dropBox {
    margin-left: 0px !important;
    padding: 0px !important;
    border: 1px solid #666 !important;
}

.dropBox .dropName {
    color: #fff !important;
    padding: 5px;
    font-size: 14px;
    background: #666 !important;
}

.dropBox .dropName:hover {
    background: #fff !important;
    color: #666 !important;
}

.catalogListBox a {
    -webkit-text-stroke: 0.0px !important;
}

.footerBottomText {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.footerBottomText a {
    color: #000;
}

.footerBottomText a:hover {
    color: #003f70;
}

.detailItemTitle {
    color: #000;
}

#productDetailInfo {
    color: #000;
}

.dtailInfoColumn {
    color: #000;
}

.tabBoxButton {
    color: #000;
}

.itemDetailFeatureList {
    color: #000;
}

.detailInfoColumn {
    color: #000;
}

.ItemBlock {
    border: 1px solid #fff;
}

.ItemBlock:hover {
    border: 1px solid #D3D3D3;
}

#itemDetailTabContent {
    border-color: #c0c0c0 #c0c0c0;
}

#CollectionName {
    color: #000;
    border-bottom: 1px solid #c0c0c0;
}

.productListImgBox {
    width: 225px;
}

.productListBox {
    width: 225px;
    height: 370px;
    border: 1px solid #fff;
    overflow: hidden;
}

.productListBox:hover {
    border: 1px solid #c0c0c0;
}


.productPriceContainer {
    background: url(/data/images/CDN-image.png) no-repeat left;
    background-position: 30px;
}

#itemDetailPriceP {
    float: left !important;
    margin-top: 5px !important;
}

#productPrice {
    height: 45px;
}

.dataPrice {
    background: url(/data/images/CDN-image.png) no-repeat;
    background-position: 20px;
}

.dataTitle {
    height: 50px !important;
}

.productListTitle {
    height: 40px !important;
}

#productPrice {
    background: url(/data/images/CDN-image.png)no-repeat;
}

.productListTextBox {
    width: 220px;
}

.addToCartButton {
    background: #515151;
    border: 1px solid #fff;
}

.addToCartButton:hover {
    background: #515151;
    opacity: .75;
}

.categoryTitleBox {
    padding: 10px 0 10px !important;
}

.selectToCompare {
    padding: 10px 0;
}

.catalogTitleBox {
    border-top: 3px solid #fff !important;
}

.catalogEndsTitle {
    color: #666;
    background: #fff !important;
}

.catalogSidebar {
    border: 1px solid #fff !important;
}

#itemDetailPriceP {
    position: relative;
}

#logoImageMbl {
    display: none;
}

@media (max-width: 1010px) {
    #logoImage {
        display: none;
    }

    #logoImageMbl {
        display: block;
        float: left;
        padding-top: 8px;
        height: 80px;
    }

    #menuIconSection {
        max-width: 356px;
        padding-top: 0;
    }

    .iconImg {
        display: none;
    }

    .iconImg2 {
        display: none;
    }

    .iconImg3 {
        display: none;
    }
}

@media (max-width:775px){
    #logoImageMbl {
        float: none;
        margin: 0 auto;
    }

    #topRightBox {
        border-top: 1px solid #ccc;
    }

    #topGrayBox {
        border-top: 1px solid #ccc;
    }

    #slantBox {
        border-top: 1px solid #ccc;
    }

    #rightHeadContent {
        width: 100%;
        margin-top: 10px;
    }

    .topRightText {
        display: inline-block;
    }

    #searchEngine {
        float: none;
    }

    #menuIconSection {
        max-width: 356px;
        padding-top: 0;
    }

    .dropTab {
        padding-top: 3px;
    }

    .iconImg {
        display: none;
    }

    .iconImg2 {
        display: none;
    }

    .iconImg3 {
        display: none;
    }
}

@media (max-width: 600px) {
    #searchEngine {
        float: right;
    }

    #cartBtn {
        float: none;
        width: 65px;
        text-align: center;
        margin: 0 auto 10px;
    }

    #topGrayBox {
        border: none;
        background: transparent;
        text-align: left;
        width: 45%;
        padding-left: 15px;
    }

    #topWhiteBox {
        width: 45%;
    }

    .topRightText {
        width: 100%;
    }

    #slantBox {
        display: none;
    }
}

@media (max-width:515px) {
    #searchEngine {
        position: relative;
        margin: 0 auto;
        margin-right: 49%;
        transform: translateX(50%);
    }

    #searchInputBox input {
        max-width: 165px;
    }

    #searchInputBox {
        float: none;
        display: inline-block;
    }

    #searchSubmitBtn {
        float: none;
        width: 13px;
        display: inline-block;
        margin-left: -4px;
        transform: translateY(-1px);
    }

    #searchEngine form#searchForm1-2 {
        width: 237px;
    }
}

@media (max-width: 400px) {
    #menuIconSection {
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .dropName.iconBtn {
        width: 100%;
    }

    .dropTab {
        width: 30%;
    }
}
