/*catalog changes*/
a[href="/lighting-fixtures/shades"] .flexBox {
    display: none;
}

/*end ofcatalog changes*/

/*start header styles*/
body {
    color: #818486;
}

#fullWrap {
    /* border-top: 6px solid #a7a7a7; */
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

#topHeader {
    background: #fff;
    text-align: right;
    border-bottom: solid 3px #71b05d;
}

.topLinks {
    display: inline-block;
    color: #000;
    font-size: 14px;
    margin: 6px 0;
    padding: 0px 20px;
    border-right: solid 1px #000;
    vertical-align: middle;
}

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

.cartIcon {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 5px 20px 0;
    padding: 5px 10px;
    background: #71b05d;
    vertical-align: middle;
    border-radius: 10px 10px 0 0;
}

a {
    color: inherit !important;
}

.cartIcon i.fa.fa-shopping-cart {
    margin-right: -15px;
    font-size: 33px;
    vertical-align: middle;
}

.cartIcon span {
    font-size: 13px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 19px;
    position: relative;
    right: 7px;
    top: 7px;
}

#headerSection {
    padding: 20px 0;
    position: relative;
}

#leftHeader {
    float: left;
}

#searchEngine {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    right: 0;
    top: 40px;
}

#searchInputBox {
    float: left;
    border: 1px solid #000;
    border-right: 0px;
    background: #fff;
    height: 40px;
}

#searchInputBox input {
    border: 0px;
    background: transparent;
    margin: 2px;
    padding: 5px;
    width: 300px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    font-family: inherit;
}

#searchSubmitBtn {
    float: left;
    height: 42px;
    line-height: 41px;
    padding: 0px 15px;
    background: #71b05d;
    border: 1px solid #000;
    border-left: 0px;
    cursor: pointer;
}

#searchSubmitBtn i {
    line-height: 30px;
    color: #fff;
}

#searchSubmitBtn:hover i {
    color: #000;
}

#middleHeader {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#logoImage {
    max-width: 400px;
    margin: auto;
}

#logoImage img {
    width: 100%;
}

#menuSection {
    white-space: nowrap;
}

.dropName {
    padding: 5px 10px 20px;
    border-bottom: 3px solid transparent;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.dropBox {
    /*width: 100%;*/
    background: #fff;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    border: 1px solid #f9f9f9;
    box-sizing: border-box;
    padding: 10px;
    /*min-height: 300px;*/
}

.productsBox {
    display: inline-block;
}

.dropBox .dropName {
    color: #000;
    transition: all .3s ease-in-out;
    padding: 5px 10px;
    border-bottom: 3px solid transparent;
    min-width: 250px;
    text-align: left;
}

.dropBox .dropName:hover {
    border-bottom: 3px solid #000;
}

.dropName:hover {
    padding: 5px 10px;
    border-bottom: 3px solid #71b05d;
}

.activeDrop {
    color: #000 !important;
    padding: 5px 10px;
    border-bottom: 3px solid #a7a7a7;
}

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

.activeRight {
    margin-left: 200px;
}

#rightHeader {
    float: right;
}

#socialMediaHolder {
    float: right;
}

.socialMediaBtn {
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #a7a7a7;
    border-radius: 50px;
}

.headerBtn {
    margin: 20px 0;
    color: #000;
    font-size: 14px;
}

#rightHeader .headerBtn {
    margin: 10px 0;
    text-align: right;
}

.hamburger {
    display: none;
    position: absolute;
    bottom: -9px;
}

.hamburger.active .top-bar {
    transform: rotate(45deg);
    top: 14px;
}
.hamburger.active .middle-bar {
    opacity: 0;
}
.hamburger.active .bottom-bar {
    transform: rotate(135deg);
    top: 14px;
}

.top-bar {
    width: 22px;
    height: 2px;
    position: absolute;
    right: 10px;
    top: 7px;
    transition-delay: 0.1s,0.2s;
    transition-duration: 0.1s,0.1s;
    transition-timing-function: ease-in-out;
    background-color: #000;
    transform-origin: 11px 1px;
}

.middle-bar {
    width: 22px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 10px;
    top: 14px;
    transition-delay: 0.1s,0.2s;
    transition-duration: 0.1s,0.1s;
    transition-timing-function: ease-in-out;
}


.bottom-bar {
    width: 22px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 10px;
    top: 21px;
    transition-delay: 0.1s,0.2s;
    transition-duration: 0.1s,0.1s;
    transition-timing-function: ease-in-out;
}

#shFreeMessage {
    text-align: right;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    padding-right: 10px;
}

/*end header styles*/


/*start footer styles*/

.footerContainer {
    padding: 20px 0;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    margin-top: 30px;
    display: none;
}

.boxBtn {
    width: 235px;
    padding: 20px 0;
    background: #ededed;
    float: left;
    margin: 0 13px 0 0;
    text-align: center;
    color: #b3b3b3;
    font-size: 14px;
}

.endBox {
    margin: 0 0 0 0px;
}

.boxBtn strong {
    color: #666;
    font-size: 20px;
    font-weight: 300;
}

.contactColumn {
    float: left;
    font-size: 14px;
    color: #666;
    width: 33.33333333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.contactColumn .popupMainText {
    margin: 20px 0 0;
}

.popupMainText {
    text-align: left;
    font-size:17px;
    font-weight:600;
    color:#fff;
    border:1px solid #a7a7a7;
    border-radius: 5px;
    background: #a7a7a7;
    width:265px;
    padding:10px;
}

.contactTitle {
    font-size: 16px;
    padding-bottom: 10px;
}

#socialMedia {
    margin: 10px 0;
}

.socialBtn {
    width: 34px;
    height: 34px;
    border-radius: 50px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #666;
    display: inline-block;
    margin: 10px;
    font-size: 20px;
}

.customSubmitBox {
    width: 70px !important;
    font-size: 14px;
    border-radius: 0px !important;
    float: left;
}

.customFormBtn {
    border-radius: 0px !important;
    text-transform: capitalize !important;
    background: #ededed !important;
    line-height: 30px !important;
}

.customFormBtn:hover {
    font-weight: 300 !important;
}

.buttonContainer {
    padding: 2px 0 !important;
}

.customFormBox {
    float: left;
    width: calc(100% - 80px) !important;
    margin: 0px !important;
}

.customFormInput {
    width: 100%;
}

.customFormInput input {
    height: 28px !important;
    line-height: 28px !important;
}

.iconInput .formIcon {
    height: 30px !important;
    line-height: 30px !important;
}

#midFooter {
    padding: 50px 0 25px;
}

.footerColumn {
    float: left;
    font-size: 14px;
    padding: 0 15px;
    width: 25%;
    box-sizing: border-box;
}

.firstCol {
    margin: 0 0 20px 0;
}


#greyBar {
    width: 100%;
    background: #818385;
    padding: 5px;
}

#footerLogo {
    float: left;
}

#footerLogo img {
    height: 25px;
}

.centerBox {
    width: 1240px;
    margin: auto;
}
#footerNum {
    float: right;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 20px 10px 0;
}

#bottomArea {
    padding: 20px 10px 0;
    font-size: 18px;
    color: #fff;
	float: left;
}

#bottomRightArea {
    float: right;
}

#bottomRightArea img {
    height: 30px;
    margin-top: -5px;
}

.requiredStar {
    display: none !important;
}

#checkoutForm .iconInput .formIcon {
    height: 50px !important;
    line-height: 50px !important;
    margin-left: -10px !important;
}


/*start footer styles*/
#footerWrapper1 {
    border-top: 5px solid #a7a7a7;
    background: #a7a7a7;
    padding: 50px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.footerCol {
    width: 180px;
    float: left;
    padding: 0 20px;
}
.colTitle {
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #888;
}
.colContent {
    line-height: 30px;
}
.colContent a {
    color: #fff;
    font-weight: 300;
}
.colContent a:hover, .colContent a:hover i {
    color: #40c8f4;
}
.colContent a i {
    color: #ccc;
}
#emailBtn {
    padding: 5px 0;
    line-height: 40px;
    background: #40c8f4;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 300;
}
#emailBtn strong {
    font-weight: 700;
}
#emailBtn:hover {
    background-color: #5ed2f7;
    cursor: pointer;
}
.miniText {
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-top: -13px;
}
.miniText strong {
    font-size: 16px;
    font-weight: 700;
    float: right;
}
#mediaBox i {
    color: #fff;
}
#brandImgBox {
    display: none;
}
#brandInfoBox {
    width: auto !important;
    float: none !important;
}

.centerBox {
    position: relative;
}
.footerBottomText {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.footerBottomText a {
    color: #000;
}
.footerBottomText a:hover {
    color: #c00;
}
#paymentBox {
    position: absolute;
/*    right: 0px;
    bottom: 10px;
    width: 445px;*/
}
#paymentBox img {
    filter: brightness(0%);
    padding: 10px;
}


/*testimonials page*/
.testimonialHeader {
    font-size: 30px;
    padding: 20px;
    text-align: center;
}
.testimonialQuote {
    font-size: 20px;
    font-style: italic;
    max-width: 800px;
    margin-top: 20px;
    text-align: center;
    margin: 20px auto 0;
}
.testimonialPerson {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

/*for mobile devices*/
.mobileLogo {
    /* display: none; */
    max-width: 400px;
    margin: 0;
}
.mobileLogo img{
    width: 100%;
}
#mobileMenu{
    display: none;
    background: #f7f7f7;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: calc(100% + 20px);
}
.mobileDropName {
    font-size: 16px;
    padding: .75em .75em .75em 10px;
    /*margin-left: 10px;*/
    color: #000;
    text-transform: uppercase;
}
.mobileDropName i.fa.fa-angle-down {
    float: right;
    transition : transform .3s ease-in-out;
}
.mobileDropName:hover {
    background: #fff;
}
.mobiledropBox {
    display: none;
}
.mobiledropBox .mobileDropName{
    padding-left: 40px;
    background: #efefef;
}
.mobiledropBox .mobileDropName:hover{
    background: #fff;
}
.rotateAngle-down{
    -webkit-transform : rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform : rotate(180deg);
    transform : rotate(180deg);
}
@media only screen and (max-width: 1260px) {
    #leftHeader {
        margin-left: 2%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    #rightHeader {
        margin-right: 2%;
    }
    #menuSection {
        display: none;
    }
    .hamburger {
        display: inline-block;
        cursor: pointer;
        padding: 20px;
        position: relative;
    }
    #middleHeader {
        margin-left: 0;
        width: calc(100% - 394.64px);
    }
}
@media only screen and (max-width: 1187px) {
#paymentBox {
        position: inherit;
    }
}
@media only screen and (max-width: 963px) {
    #rightInfoColumn{
        float: none !important;
        width: 100% !important;
        max-width: 500px;
    }
    #leftInfoColumn {
        width: 100% !important;
        max-width: 400px;
        float: none !important;
    }
    #contactInfoBox {
        height: auto !important;
    }
    #dynamicAddress {
        width: 100% !important;
        max-width: 385px;
        height: auto !important;
    }
}
@media only screen and (max-width: 951px) {
    #loginLoginSubLeft {
        padding: 0 0 20px 20px !important;
        width: 95% !important;
    }
    #loginLoginSubRight {
        padding: 0 0 20px 20px !important;
        width: 95% !important;
        border-left: 0 !important;
    }
    .loginSubFormWrapper {
        width: 80% !important;
    }
    .loginSubHeaders {
        text-align: center;
    }
    #loginbodyWrapper {
        width: 100% !important;
        max-width: 950px;
    }
    .footerColumn {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    #searchInputBox input {
        width: 200px;
    }
}
@media only screen and (max-width: 750px) {
    .contactColumn {
        width: 100%;
    } 
}
@media only screen and (max-width: 700px) {
    #searchEngine {
        /* position: unset; */
        right: 50%;
        transform: translateX(50%);
        top: calc(100% - 60px);
        width: 375px;
        padding: 0 10px;
        max-width: calc(100% - 20px);
    }
    
    #searchInputBox {
        width: calc(100% - 46px);
    }
    
    #shFreeMessage {
        padding-right: 0;
        text-align: center;
    }
    
    #searchInputBox input {
        width: 100%;
    }
    
    .mobileLogo {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 570px) {
    .mobileLogo {
        display: block;
    }
    #logoImage {
        display: none;
    }
    #bottomArea, #footerNum {
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {
    .hamburger {
        position: absolute;
        bottom: -9px;
    }
    
    #searchEngine {
        padding-left: 50px;
        max-width: calc(100% - 60px);
    }
}
