:root {
    --clrParrot: #e4e535;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}
.btnBlack {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btnBlack:hover {
    background-color: #d5d5d5;
    border-color: #a5a5a5
}

.sectionTitle {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.sectionTitle .title {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 34px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase
}

.aboutPage.materials .aboutTextSection  .sectionTitle .title.caplize{text-transform: capitalize;}
.subscribeBox .sectionTitle .title i{font-size: 42px; font-style: normal;}
.subscribeBox .sectionTitle .title i.doller{font-size: 45px; vertical-align: top; }

.mainNavList .dropdownList > li > a.jewelDealClass{color: #00b8ab; }
.mainNavList .dropdownList > li > a.jewelDealClass:hover{color: #00b8ab;}
/*.mainNavList .dropdownList > li > a.jewelDealClass:hover{color: #00b8ab;}   */

.sectionTitle .title span.normal {
    text-transform: none
}

#footer .footerNavTitle span {
    display: none
}

@media(max-width:767px) {
    .sectionTitle .title {
    font-size: 26px;
    line-height: 26px
}


}

.pageTitleSection {
    width: 100%;
    float: left;
    margin: 30px 0 50px;
    padding: 0;
    box-sizing: border-box
}

.pageTitleSection .title {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 50px;
    font-family: 'Times New Roman';
    font-weight: 600;
    line-height: 50px
}

#header {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative
}

.offerTagLine {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #a5a5a5;
    color: #fff;
    padding: 0 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    display: none
}

.topStripLinks {
    width: 100%;
    float: left;
    margin: 0;
    padding: 7px 0;
    text-align: right;
    list-style: none
}

.topStripLinks>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    color: #6e6e6e;
    font-size: 18px;
    position: relative;
    font-family: 'Times New Roman';
    font-weight: 600
}

.topStripLinks>li:first-child {
    margin-left: 0
}

.topStripLinks>li>a {
    color: #252525;
    display: inline-block;
    transition: all .4s ease-in-out
}

.topStripLinks>li>a .fa {
    font-size: 15px
}

.topStripLinks>li>a .fa-gift {
    font-size: 21px
}

.topStripLinks>li>a:hover {
    color: #858585
}

.topStripLinks>li.seperator {
    margin-left: 5px
}

.topStripLinks>li.seperator:before {
    content: "/";
    margin-right: 5px
}

.header .topright li:last-child a{
    position: relative;
}

.topStripLinks>li #cart_item {
position: absolute;
left:50%;
width: 12px;
margin-left: -8px;
color: #000;
text-align: center;
}

.topStripLinks>li .mainSearchBox {
    position: fixed;
    left: 0;
    top: -100%;
    right: 0;
    height: 100vh;
    min-width: 200px;
    background-color: rgba(0, 0, 0, .8);
    transform: scale(1.1);
    transition: all .6s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: -10
}

.topStripLinks>li .mainSearchBox .closeSearchBox {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 50px;
    font-weight: lighter;
    color: rgba(255, 255, 255, .5);
    width: 60px;
    height: 60px;
    background: url(../images/cross-out.png) no-repeat center center/cover;
    opacity: .4
}

.topStripLinks>li .mainSearchBox .closeSearchBox:hover {
    opacity: .6
}

.topStripLinks>li .mainSearchBox .container {
    position: relative;
    top: 30%;
    transform: translateY(-30%)
}

.topStripLinks>li .mainSearchBox .form-group * {
    border-radius: 0
}

.topStripLinks>li .mainSearchBox .form-group {
    padding: 10px 0 0;
    margin: 0
}

.topStripLinks>li .mainSearchBox .input-group {
    box-shadow: 0 0 10px -3px #fff
}

.topStripLinks>li .mainSearchBox .btn-default {
    background-color: #000;
    height: 46px;
    color:#fff;
}
.topStripLinks>li .mainSearchBox .btn-default:hover{color: #fff !important;}

.topStripLinks>li .mainSearchBox.in {
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: scale(1)
}

.topStripLinks>li .mainSearchBox .btn-default:hover {
    color: #000
}

.header {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 5% 40px;
    text-align: center
}

.header .toggleMenu {
    width: 42px;
    height: 40px;
    color: #000;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header .toggleMenu img {
    width: 100%
}

.header .headerLogo {
    max-width: 500px;
    display: inline-block
}

.header .headerLogo a {
    display: block
}

.header .headerLogo img {
    max-width: 100%
}

.homeTop {
    width: 100%;
    float: left;
    margin-top: 25px;
    padding: 0 5%
}

/*.homeTop img {
    width: 100%
}*/

.homeTop img {
    max-width: 100%
}

.homeTop .homeImg {
    width: 100%;
    float: left;
    margin-bottom: 15px
}  

/*.homeTop .homeImg a {
    display: block;
    background-color: #e6e7e9;
}

.homeTop .homeImg a:hover {
    background-color: var(--clrParrot);
}*/

.homeTop .homeImg a {
    display: block;
    /*background-color: #dddbdb;*/
    /*background-color: #ededed;*/
    text-align: center;
    padding: 15px 0;
    position: relative;
    
}
.homeTop a > img{position: relative; z-index: 1;}

/*.homeTop .homeImg a span{position: absolute; width: 100%; left: 0; bottom: 39%; display: none;}
.homeTop .homeImg a:hover span{display: block;}
.homeTop .homeImg a span img{width: auto; max-width: 100%;}*/




.homeTop .homeImg a:hover {
  /*  background-color: var(--clrParrot);*/
    background:#f2f2f2;
}
.valentinesDayClass{color: #da0052 !important;}

/*.homeTop .homeImg a img{
   filter:  brightness(2000%) sepia(0%) saturate(0%);;
}
.homeTop .homeImg a:hover img{
   filter: inherit;
}*/

@media(max-width:1500px) {
    .homeTop .homeImg a{padding: 0;}
    .homeTop .homeImg a img{width: 100%;}
    .homeTop .homeImg a span{bottom: 36%;}
}

@media(max-width:1400px) {
  .homeTop .homeImg a span img{width: auto; max-width: 100%;}
}
@media(max-width:1100px) {
    .homeTop .homeImg a span{padding: 0 15px;}
}



@media(max-width:767px) {
    .homeTop {
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px
}

.homeTop .row {
    margin: 0 -10px
}

.homeTop .row [class*=col-] {
    padding: 10px
}

.homeTop .homeImg {
    margin-bottom: 0
}
}

.freshStyle,
.homeGiftoffer {
    padding: 0 5%
}

@media(min-width:768px) and (max-width:990px) {
    #header {
    border-bottom: 1px solid #f5f5f5
}

.topStripLinks {
    width: auto;
    float: right;
    padding: 0
}

.header {
    width: 100%;
    padding: 12px 0 !important;
}

.header .headerLogo {
    max-width: 300px
}
}

@media(min-width:992px) {
    .offerTagLine {
    display: block
}
}

@media(max-width:767px) {

    /* body {
    padding-top: 41px
    } */
    #header {
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2);
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: #fff
}

#header .container {
    padding: 0
}

.topStripLinks {
    float: right;
    width: auto;
    padding: 0;
    margin: 4px 0 0
}

.topStripLinks>li {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0
}

.topStripLinks>li>a {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    line-height: 22px
}

.topStripLinks>li.seperator {
    margin-left: 0
}

.topStripLinks>li.seperator:before {
    display: none
}



.topStripLinks>li .mainSearchBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 41px;
    border-bottom: 1px solid #d5d5d5
}

.topStripLinks>li .mainSearchBox .form-group {
    padding: 5px;
    background-color: #fff
}

.header {
    float: left;
    width: auto;
    padding: 0
}

.header .headerLogo {
    max-width: 150px;
    padding: 5px 0 7px
}
}

@media(max-width:340px) {
    .header .headerLogo {
    max-width: 92px
}
}

@media(min-width:768px) {
    #navigation {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 15px 15px;
    background-color: #f5f5f5;
    box-sizing: border-box
}
.product-left-list {
        display: flex;
    }


 .product-left-list h2 a{position: relative;}


#navigation .navHeader {
    display: none
}

.mainNavList {
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.mainNavList>li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 20px;
    position: relative
}

.mainNavList>li.fullWidth {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 10px;
    position:static
}

.mainNavList>li:nth-child(2).fullWidth .dropdown .mainDropdown{ justify-content: space-between;}
.mainNavList>li:nth-child(2).fullWidth .dropdown .dropdownList{width: inherit;}

.mainNavList > li.fullWidth  a + .dropdown{border-top:1px solid #ddd; border-bottom:1px solid #ddd ;}
.mainNavList > li.fullWidth .dropdown .dropdown {border:none;}
.mainNavList>li>a {
    display: block;
    color: #292929;
    font-size: 20px;
    text-transform: uppercase;
    padding: 18px 0;
    font-family: 'Times New Roman';
    font-weight: 900
}

.mainNavList>li.specialDay>a {
    color: #ff306d !important
}


.mainNavList .dropdown {
    position: absolute;
    left: 0;
    top: 75%;
    background-color: rgba(255, 255, 255, .95);
    padding: 12px 0 10px; 
    transition: all .5s ease-in-out;
    display: none;
    width: 100%;
  
}

.mainNavList .dropdown .dropdown{padding-top: 3px;}

.mainNavList>li.fullWidth .dropdown .mainDropdown{width: 100%;   display: flex; margin: 0 -5px;}
.mainNavList>li.fullWidth .dropdown .dropdownList{width: 20%;  padding: 0 5px;}
.mainNavList>li.fullWidth .dropdown .dropdownList .dropdown{position: relative; display: block; left: 0; top:0; z-index: 999; font-weight: 600;}
.mainNavList>li.fullWidth .dropdown .dropdownList  .dropdown .dropdownList{width: 100%; padding: 0;}
.mainNavList>li.fullWidth .dropdown .dropdownList  .dropdown .dropdownList a{padding-left: 4px;}

.mainNavList .dropdownList {
    margin: 0;
    padding: 0;
    list-style: none
}

.mainNavList .dropdownList>li {
    margin: 0;
    padding: 4px 0;
    position: relative;
    z-index: 99;
}

.mainNavList .dropdownList>li.arrowIcon:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: none;
    background: url(../images/arrow-next.png) no-repeat center center/50%
} 

/*.mainNavList .dropdownList>li:hover:before {
    display: block
} */

.mainNavList .dropdownList>li>a {
    display: block;
    color: #000;
    font-size: 13px;
    text-align: left;
    /*white-space: nowrap;*/
    line-height: 21px;
    font-family: 'Times New Roman';
    /*font-weight: 900;*/
    text-transform:capitalize;
    letter-spacing: .5px;
    font-weight: 600;
}

.mainNavList .dropdownList>li>a:hover{color: #666666;}

.mainNavList>li.open>.dropdown,
.mainNavList>li:hover>.dropdown {
    display: block;
    top: 100%;
    z-index: 2;
}
.mainNavList  li.fullWidth  a.title{font-size: 14px; position: relative; text-transform: uppercase; font-weight: 900; margin-bottom: 6px; letter-spacing: 1px;}
.mainNavList  li.fullWidth  a.title:hover{color: #000;}

.mainNavList .dropdown li .dropdown {
    top: -7px;
    left: 100%
}

.mainNavList .dropdown li:hover .dropdown,
.mainNavList>li li.open .dropdown,
.mainNavList>li li.open .dropdown.showDropdown {
    opacity: 1;
    visibility: visible
}

.fixedNav .navOverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99
}

.fixedNav #navigation {
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 13px 15px
}
}

.product-left-list ul {
    display: none
}

.pageSideNav .product-left-list .dropdown h2 span {
    position: absolute;
        top: 8px;
    right: 15px;
    font-size: 16px;
}
.pageSideNav .product-left-list .dropdown .fa-angle-down
 {
    transition: all .6s ease-in-out 0s;
}
.pageSideNav .product-left-list .dropdown.open .fa-angle-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* .product-left-list h2 {
    background: url(../images/accplus.png) right 0 no-repeat;
    transition: all .4s ease-in-out;
    width: 100%;
    float: left; font-size: 22px;
} */

.product-left-list h2.no-arrow {
    background: 0 0 !important
}

/* .product-left-list h2.addarrow {
    background: url(../images/accmins.png) right 0 no-repeat
} */

.pageSideNav {
    max-width: 100% !important
}

.pageSideNav.rightFixed {
    position: inherit;
    top: 68px
}

.product-left-list li h2 {
    background: 0 0
}

@media(min-width:992px) {
    #navigation {
    background-color: #fff
}

.mainNavList>li>a {
    font-size: 14px;
    letter-spacing: 0.5px
}
/*.mainNavList>li.sectionHighlighted>a:before {background: url(../images/stars-high2.gif)left top no-repeat; position: absolute; left:0; top:4px; content: ''; width: 100%; height: 100%;}*/
/*.mainNavList>li.sectionHighlighted>a {color: #000;}*/


}

   .dropdownMainMenu .backBtn{display: none;}




@media(min-width:781px) and (max-width:1030px) {
    .mainNavList>li>a {
    /*font-size: 18px !important*/
    font-size: 14px !important
}

.mainNavList>li {
    padding: 0 4px !important
}
}

@media(min-width:766px) and (max-width:780px) {
    .mainNavList>li>a {
    /*font-size: 14px !important*/
    font-size: 13px !important
}

.mainNavList>li {
    /*padding: 0 8px !important*/
    padding: 0 4px !important
}
}

@media(max-width:767px) {
    .dropdownMainMenu .backBtn{display: block;}
    .navOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    z-index: -10
}

.navContainer {
    width: 280px;
    height: 100vh;
    background-color: #fff;
    position: fixed ;
    left: -100%
}

#navigation .navHeader {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000 ;
    padding: 5px 0 7px;
}

#navigation .navHeader .navLogo {
    padding: 0 13px;
    color: #fff;
    font-size: 16px;
    font-family: 'Times New Roman'
}

#navigation .navHeader .navLogo img {
    width: 160px
}

#navigation .navHeader .toggleMenu {
    color: #fff;
    font-size: 20px;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px
}

.mainNavList {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 32px);
    overflow-y: auto ;
    position: fixed;width: 280px; overflow-x: hidden;
    transition: all 0.4s ease-in-out;
}

.mainNavList>li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d5d5d5;
    position:static
}
#navigation .container{padding: 0;}

.mainNavList>li>a {
    display: block;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    font-family: 'Times New Roman' ;
    letter-spacing: 0.8px;
}

.mainNavList>li.specialDay>a {
    color: #ce4977 !important
}
.mainNavList>li.sectionHighlighted >a {
    color: #00b8ab !important
}
.loginBlockNav>li{list-style: none;}
.loginBlockNav>li { background-color: #f5f5f5; border-top: 1px solid #d5d5d5;}

.loginBlockNav>li a{display: block;color: #000;font-size: 16px;text-transform: uppercase;padding: 10px 13px;font-family: 'Times New Roman';}
.loginBlockNav{padding-left: 0; float: left; width: 100%;}

.mainNavList>li.logLi>a::before,
.mainNavList>li.logLi~li>a::before {
    display: none
}

.mainNavList>li.logLi~li {
    background-color: #f5f5f5
}




.mainNavList .dropdownList {
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    border-radius: 4px;
    clear: both ;
    margin-bottom: 4px;
}

.mainNavList .dropdownList>li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;  
    position: relative
}

.mainNavList .dropdownList>li:first-child {
    border-top: none
}

.mainNavList .dropdownList>li>a {
    display: block;
    color: #000;
    padding: 7px 20px;
    letter-spacing: 1px;
    font-size: 16px;
    position: relative;
    font-family: 'Times New Roman';
    text-transform:capitalize;
    font-weight: 600;
}
.mainNavList .dropdownList > li > a.title{font-weight: 700; font-size: 19px; text-transform: uppercase; padding: 15px 10px 8px;}

.mainNavList>li.open>.dropdown {
    max-height: 500px
}

.mainNavList>li.open .dropdown-backdrop {
    display: none !important;
    z-index: -10
}

.mainNavList .dropdown.showdrop .dropdownList .dropdown li>a {
    background-color: rgba(0, 0, 0, .07);
    padding: 10px 25px
}

.mainNavList .dropdown .dropdownList .dropdown li a {
    font-size: 16px
}

.mainNavList .dropdown-new li a {
    font-size: 13px;
    padding-left: 32px
}

  
.mainNavList .dropdownList>li .dropdown .dropdownList li a:before{display: none !important;}  
.mainNavList .dropdown.dropdownMainMenu { margin: 0;padding: 0; display: block !important; list-style: none;position:absolute; background: #fff; height: calc(100vh);  overflow-y: auto; z-index: 999; width: 280px; top: 0px; right: -100%; transition: all 0.4s ease-in-out; padding-bottom: 80px;}
.mainNavList .dropdown.dropdownMainMenu.subCatNavication { right: 0;}
.dropdownMainMenu  .backBtn{padding: 10px 10px 0;font-family: 'Times New Roman'; font-size: 18px; cursor: pointer; font-weight: 700;}
.dropdownMainMenu  .backBtn .fa{margin-right: 6px; font-size: 18px;}

.dropdown-new {
    display: none
}

.dropdown-new .dropdownList>li>a:before {
    background: 0 0
}

.mainNavList>li>a:before {
    position: absolute;
    content: '\25BC';
    font-size: 12px;
    top: 10px;
    right: 15px;
    color: #333;
    transform: rotate(-90deg);
}

.mainNavList>li.hidden-sm>a:before{display: none;}

.navContainer,
.navOverlay {
    transition: all .5s ease-in-out
}

.navOverlay.showMainNav {
    visibility: visible;
    opacity: 1;
    z-index: 999
}

.navOverlay.showMainNav .navContainer {
    left: 0
}
}

#homeCarousel {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

#homeCarousel img {
    width: 100%
}

#homeCarousel .slick-prev {
    left: 50px
}

#homeCarousel .slick-next {
    right: 50px
}

#homeCarousel .slick-next,
#homeCarousel .slick-prev {
    z-index: 1
}

#pageBanner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

#pageBanner img {
    width: 100%
}

.callToAction {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.callToAction.home {
    margin: 55px 0 100px
}

.callToAction.home h1 {
    margin: 0;
    padding: 0;
    font-size: 46px;
    text-align: center;
    font-family: 'Times New Roman';
    font-weight: 700;
    line-height: 46px
}

.callToAction.home h1 span {
    display: inline-block;
    margin: 0 20px
}

.callToAction.home h1 .subtitle {
    display: block;
    color: #000;
    font-size: 26px;
    margin-top: 15px;
    font-weight: 600;
    line-height: 30px
}

@media(min-width:768px) and (max-width:990px) {
    .callToAction.home {
    margin: 50px 0
}

.callToAction.home h1 span {
    margin: 0 0 0 10px
}

.callToAction.home h1 span:first-child {
    margin-left: 0
}
}

@media(max-width:767px) {
    .callToAction.home {
    margin: 20px 0
}

.callToAction.home h1 {
    font-size: 26px
}

.callToAction.home h1 span {
    margin: 10px 0;
    display: block
}

.mainNavList .dropdown li .dropdown {
    left: 0;
    top: 0
}
}

.categoryBanner {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    padding: 0
}

.categoryBanner .catBannerBlock {
    display: block;
    margin-bottom: 30px
}

.categoryBanner .catBannerBlock img {
    max-width: 100%;
    max-height: 100%
}

.categoryBanner .catBannerBlock.withFrame {
    background: url(../images/frame-01.png) no-repeat right top/100%;
    padding: 25px 50px 40px 25px;
    margin-bottom: 0
}

.categoryBanner .catBannerBlock.orangeFrame {
    background-image: url(../images/frame-02.png)
}

.categoryBanner .sectionTitle {
    text-align: left
}

.categoryBanner a {
    color: #000
}

.categoryBanner .catBannerBlock.withFrame+.sectionTitle {
    padding-left: 25px
}

.categoryBanner .gifBlock {
    margin: 0
}

.categoryBanner .gifBlock+.sectionTitle {
    padding-left: 8%
}

@media(max-width:767px) {
    .categoryBanner .sectionTitle {
    text-align: center;
    margin-bottom: 30px
}

.categoryBanner .catBannerBlock.withFrame+.sectionTitle {
    padding-left: 0
}
}

.featuredBanner {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    padding: 0
}

.featuredBanner .bannerBlock {
    width: 100%;
    display: table;
    background-color: #1d252c;
    color: #fff
}

.featuredBanner .bannerBlock .blockCell {
    display: table-cell;
    float: none;
    padding: 0;
    vertical-align: middle;
    text-align: center
}

.featuredBanner .bannerBlock .blockCell img {
    width: 100%
}

.featuredBanner .bannerBlock .blockCell .blockTitle {
    display: inline-block;
    font-size: 30px;
    text-align: left;
    font-family: 'Times New Roman';
    font-weight: 700;
    color: #fff;
    line-height: 46px
}

.featuredBanner .bannerBlock .blockCell .blockTitle span {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px
}

@media(max-width:767px) {
    .featuredBanner .bannerBlock .blockCell {
    display: block
}

.featuredBanner .bannerBlock .blockCell .blockTitle {
    font-size: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    padding: 20px 0
}

.featuredBanner .bannerBlock .blockCell .blockTitle span {
    font-size: 20px
}
}

.freshStyle {
    width: 100%;
    float: left;
    margin: 0 0 35px
}

.freshStyle .sectionTitle {
    text-align: center;
    margin: 55px 0 50px
}
.freshStyle .sectionTitle .title{
    letter-spacing: 1px;
}

.subscribeBox .sectionTitle .title span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: initial;
}
.subscribeBox .sectionTitle .title span:after{display: none;}

.freshStyle .item {
    margin: 0 10px;
    border: 1px solid #e5e5e5;
    transition: all .4s ease-in-out 0s
}

.freshStyle .item a {
    display: block
}

.freshStyle .item img {
    width: 100%
}

.freshStyle .slick-next,
.freshStyle .slick-prev {
    width: 60px;
    height: 90px;
    overflow: hidden;
    text-indent: -99px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%
}

.freshStyle .slick-prev {
    background-image: url(../images/arrow-prev.png);
    left: -50px;
    z-index: 1
}

.freshStyle .slick-next {
    background-image: url(../images/arrow-next.png);
    right: -50px
}

.freshStyle .slick-next::before,
.freshStyle .slick-prev::before {
    display: none
}

.freshStyle .item:hover {
    border-color: #284162
}

.freshStyle .item .btn-block {
    /* background: #e5e5e5 none repeat scroll 0 0; */
    border-top: 1px solid #e5e5e5;
    float: left;
    padding: 8px;
    text-align: left;
    transition: all .4s ease-in-out 0s;
    width: 100%
}

.freshStyle .item:hover .btn-block {
    background: #284162 none repeat scroll 0 0
}

.freshStyle .item .productPrice {
    font-size: 18px;
    font-weight: 500
}

.freshStyle .item span {
    width: 74%;
    float: left;
    font-size: 12px;
    line-height: 25px
}

.freshStyle .item span.productPrice {
    width: 26%;
    text-align: right
}

@media(min-width:768px) and (max-width:990px) {

    .freshStyle .slick-next,
    .freshStyle .slick-prev {
    width: 40px;
    height: 60px
}

.freshStyle .slick-prev {
    left: 0;
    z-index: 1
}

.freshStyle .slick-next {
    right: 0
}
}

@media(max-width:767px) {
    .freshStyle .sectionTitle {
    margin: 30px 0 50px
}

.freshStyle .slick-next,
.freshStyle .slick-prev {
    width: 30px;
    height: 35px
}

.freshStyle .slick-prev {
    left: 0;
    z-index: 1
}

.freshStyle .slick-next {
    right: 0
}

.freshStyle .item {
    margin: 0 5px
}
}

.locateRetailer {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .3)
}

.locateRetailer img {
    width: 100%
}

.locateRetailer .backgroundVideo {
    width: 100%;
    min-height: 600px;
    padding: 0;
    float: left;
    position: relative;
    background-color: transparent
}

.locateRetailer .backgroundImage {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

.locateRetailer h3 {
    margin: 0
}

.locateRetailer .videoText {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    font-family: 'Times New Roman';
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    line-height: 34px;
    z-index: 1
}

.locateRetailer .videoText span {
    font-size: 24px;
    text-transform: lowercase;
    display: block;
    letter-spacing: .5px
}

.ytplayer-container {
    position: absolute;
    top: 0;
    z-index: -1
}

@media(max-width:767px) {
    .locateRetailer {
    margin: 0 0 0
}
}

.asSeenOn {
    width: 100%;
    float: left;
    margin: 0;
    background-color: #dddbdb;
    position: relative;
    padding: 0 5%
}

.asSeenOn .getPersonal {
    margin-top: -50px
}

.asSeenOn .sectionTitle {
    margin-top: 100px
}

.asSeenOn .asSeenGallery img {
    width: 100%
}

.asSeenOn .asSeenGallery * {
    background-color: transparent !important
}

.asSeenOn .asSeenGallery iframe {
    height: auto !important;
    min-height: 246px !important
}
.subscribeBox {
    width: 100%;
    float: left;
    margin: 70px 0 0;
    padding: 35px 0 50px;
    position: relative
}
 .sectionTitle span{position: relative;}
.sectionTitle span:after{position:absolute; content: '';background: #000; height: 1px; width: 190px; bottom: -25px; left:50%; margin-left: -95px;}
@media(min-width:1000px){
    .subscribeBox{ padding: 90px 0 65px;}
}

.subscribeBox .sectionTitle {
    margin: 0 0 40px;
    text-align: center
}

.subscribeBox .form-group {
    margin: 0 0 50px
}

.subscribeBox .form-group * {
    border-radius: 0
}


.subscribeBox .form-control::-moz-placeholder {
     font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #7b7b7b;
    font-family: 'Times New Roman';
    font-weight: 700;
}


.subscribeBox .form-control:-ms-input-placeholder {
   
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

.subscribeBox .form-control::-webkit-input-placeholder {

     font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px
}

.subscribeBox .form-group .btnBlack {
    text-transform: uppercase;
    background: #000;
    font-size: 20px;
    font-weight: bold;
    padding-left:60px;
    padding-right:60px;
    border:none;
    color: #fff;
    letter-spacing: 1.5px;
}
.subscribeBox .form-group .btnBlack:hover{color: #000; background: #eaeb4e;}
.subscribeBox .form-control{background: #fff; border: none; height: 50px; box-shadow:none;    font-family: 'Times New Roman';    font-weight: 700; font-size: 18px;}
.subscribeBox .input-group{background: #fff; border: 1px solid #888; padding:2px 4px 1px;}
.homeGiftoffer {
    width: 100%;
    float: left
}

.homeGiftoffer .offerBlock {
    width: 100%;
    float: left
}

.homeGiftoffer .offerBlock img {
    width: 100%
}

.footerBottom{background: #e7e7e7; padding: 12px 0; margin-top: 20px;}
.footerBottom ul{padding-left: 0; margin-bottom: 0;}
.footerBottom ul li{color: #000; margin-left: 40px; list-style: none; font-size: 14px;}
.footerBottom ul li:first-child{margin-left: 0px;}
.footerBottom ul li a{color: #000;}
.footerBottom ul li .socialLinksBox  a{width: 30px; height: 30px; text-align: center; background:rgba(0,0,0,.3);  color: #fff; font-size: 18px; line-height: 30px; margin-left: 20px; border-radius:4px;}
.footerBottom ul li .socialLinksBox  a.blogIcon{line-height: 27px;}
.footerBottom ul li .socialLinksBox  a.blogIcon img{ width: 16px;}
.footerBottom ul li .socialLinksBox  a:hover{color: #fff;}

.socialLinksBox {
    width: 100%;
    float: left;
    padding: 0;
    text-align: center
}

.socialLinksBox a {
    display: inline-block;
    font-size: 22px;
    color: #a5a5a5;
}

@media(max-width:767px) {
    .socialLinksBox {
    margin-bottom: 0
}



.socialLinksBox a {
    font-size: 24px;
}
}

@media(min-width:768px) and (max-width:990px) {
    .asSeenOn .getPersonal {
    margin-top: 0
}

.asSeenOn .sectionTitle {
    text-align: center;
    margin: 30px 0
}
}

@media(max-width:767px) {
    .asSeenOn .getPersonal {
    margin-top: 0
}

.asSeenOn .sectionTitle {
    margin: 30px 0;
    text-align: center
}

.subscribeBox {
    margin-top: 30px
}

.subscribeBox .form-group {
    margin: 0 0 20px
}

.homeGiftoffer .offerBlock {
    margin-bottom: 20px
}

.homeGiftoffer .offerBlock img {
    width: 100%
}
}

#footer {
    width: 100%;
    float: left;
    margin: 80px 0 0 0;
    padding: 55px 0 0;
    background-color: #dddbdc;
    position: relative
}

#footer .footerNavBlocks {
    list-style: none;
    padding: 0 5% 0 0;
    display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.footerContainer .row{flex-wrap:wrap; display: flex;}
.footerContainer .row{flex-wrap:wrap; display: flex;}
#footer .sectionTitle span:after{display: none;}
#footer .sectionTitle .title {font-size: 20px; line-height: 26px; text-transform:inherit;}
#footer  .form-control{border-radius:0; font-size: 16px; font-weight: 700; border-color: #949494; line-height: .875rem; padding: 23px 15px; width: 68%; margin-right: 2%; font-family: 'Times New Roman';}
#footer  .btnBlack{border-radius:0; font-size: 20px; padding: 10px 0px; width: 100%; text-transform: uppercase; letter-spacing: 1px; }
#footer  .btnBlack:hover, #footer .btnBlack:focus{background: #284162; color: #000; border-color:#284162;}
/*.form-group.ftpphone span{border: 1px  solid #949494; width: 30%; background: #fff; padding: 4px;}*/
.form-group.ftpphone span{ width: 30%;}
#footer .form-group.ftpphone{display: flex; margin-bottom: 22px;}
#footer .sectionTitle{margin-bottom: 26px;}
#footer .ftpsubscribeBox label{padding-left: 20px; padding-right: 20px;}
#footer .ftpsubscribeBox  label input[type="checkbox"]{margin-right: 1%;margin-bottom: 10px; transform: scale(1.5, 1.5); float: left;width: 5%;}
#footer .ftpsubscribeBox  label span { width: 92%; display: inline-block; font-size: 13px; font-family: 'Times New Roman'; font-weight: 700; line-height: 21px;}
#footer .ftpsubscribeBox .footerNavTitle span{display: inline-block; font-size: 30px;}
.ftpsubscribeBox{margin-bottom: 20px;}


@media(min-width:1500px){.ftpsubscribeBox{padding-left: 8%;}}
@media(max-width:1500px){#footer .sectionTitle .title{font-size: 20px; line-height: 28px;}}
@media(min-width:1000px){
    .order-lg-1{-ms-flex-order: 1; order: 1;}
}

#footer .footerNavBlocks>li {
    margin: 0;
}

#footer .footerNavTitle {
    display: block;
    font-size: 18px;
    text-transform: uppercase;   
     margin: 0 0 20px;
    letter-spacing: 1px;
}

#footer .ftpsubscribeBox .footerNavTitle{font-size: 30px; background: none; margin-bottom: 15px; margin-top: -6px;}
#footer .ftpsubscribeBox h3{font-size: 24px; font-family: 'Times New Roman';}

#footer .footerNavList {
    margin: 0;
    padding: 0;
    list-style: none
}

#footer .footerNavList>li {
    margin: 0 0 14px
}

#footer .footerNavList>li>a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Times New Roman';
    letter-spacing: .5px;
    position: relative;
}
@media(min-width:768px) {
#footer .footerNavList>li>a:after{width:0; opacity:0; position: absolute; content: ''; height: 1px; background: #000; left:0; bottom: 0; /*transition: all .5s ease-in-out;*/}
#footer .footerNavList>li:hover>a:after{width: 100%; opacity:1;}
}

#footer .footerLogo {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center
}

#footer .footerLogo a {
    display: inline-block
}

#footer .footerLogo a img {
    max-width: 300px;
    opacity: .7
}

#footer .footerLogo p {
    margin: 10px 0 0;
    font-size: 12px;
    font-family: 'Times New Roman';
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: inherit;
    letter-spacing: 2px;
    word-spacing: 3px
}

@media(min-width:768px) and (max-width:990px) {
    #footer .footerNavTitle {
    font-size: 18px
}

#footer .footerNavList>li>a {
    font-weight: 400
}
}

@media(max-width:767px) {
    #footer .footerNavBlocks>li {
    width: 100%
}

#footer .footerNavTitle {
    font-size: 22px;
    margin-bottom: 10px
}

#footer .footerNavList {
    margin: 0 -10px 20px
}

#footer .footerNavList>li {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 10px
}

#footer .footerNavList>li>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#footer .footerLogo a img {
    max-width: inherit;
    width: 100%
}

#footer .footerLogo p {
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px
}
}

.aboutPage .sectionLink {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Times New Roman';
    font-weight: 600;
    color: #000;
    text-decoration: underline
}

.aboutTextSection {
    width: 100%;
    float: left;
    margin: 0 0 40px;
    padding: 0
}
.aboutTextSection .sectionTitle span:after{display: none;}

.aboutTextSection .sectionTitle {
    margin-top: 20px
}

.aboutTextSection .sectionTitle .title {
    font-size: 28px;
    letter-spacing: 1px;
}

.aboutTextSection .sectionTitle .title span {
    font-size: 24px;
}

.aboutTextSection .textBox {
    width: 100%;
    float: left;
    margin: 0 0 30px
}

.aboutTextSection .textBox .title {
    margin: 0;
    font-size: 26px;
    font-family: 'Times New Roman';
    font-weight: 700;
    text-transform: uppercase
}

.aboutPage.materials .aboutTextSection storng{ margin: 0;
    font-size: 26px;
    font-family: 'Times New Roman';
    font-weight: 700;
    text-transform: uppercase}

.aboutTextSection .textBox p {
    margin: 10px 0 0;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Times New Roman';

}
.aboutTextSection .textBox p strong{font-size: 26px; font-weight: 700;}

.aboutTextSection .textBox p strong.heading{display: block; text-transform: uppercase; margin-bottom: 30px; font-size: 28px; }
.aboutTextSection .textBox p strong.d-block{text-transform: capitalize; font-size: 26px;}


.aboutTextSection .textBox .txtImage {
    text-align: center
}

.aboutTextSection .textBox .txtImage img {
    max-width: 50%
}

.aboutTextSection .textBannerBlock {
    display: block
}

.aboutTextSection .row {
    margin-bottom: 120px
}

@media(max-width:767px) {
    .aboutTextSection {
    margin-bottom: 20px
}

.aboutTextSection .sectionTitle {
    margin-top: 10px
}

.aboutTextSection .sectionTitle .title {
    font-size: 24px
}

.aboutTextSection .sectionTitle .title span {
    font-size: 16px
}

.aboutTextSection .textBox {
    margin-bottom: 10px
}

.aboutTextSection .textBox .title {
    font-size: 16px
}
.aboutTextSection .textBox p strong{font-size: 24px; }
.aboutTextSection .textBox p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px
}
.aboutTextSection .textBannerBlock{margin: 20px 0 0;}

.aboutTextSection .row {
    margin-bottom: 40px
}
}

.aboutGallerySection {
    width: 100%;
    float: left;
    margin: 0 0 150px;
    padding: 0
}

.aboutGallerySection .galleryList {
    margin-bottom: 70px
}

.aboutGallerySection .galleryList img {
    width: 100%
}

.aboutGallerySection .galleryText p {
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Times New Roman';
    font-weight: 600
}

@media(max-width:767px) {
    .aboutGallerySection {
    margin-bottom: 50px
}

.aboutGallerySection .galleryList {
    margin-bottom: 30px
}

.aboutGallerySection .galleryText p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px
}
}

.globalContentBox {
    width: 100%;
    float: left;
    margin: 0 0 70px;
    padding: 0;
    font-size: 26px;
    font-family: 'Times New Roman';
    font-weight: 600
}

.globalContentBox .contentTitle {
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px
}

.globalContentBox p {
    display: block;
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 30px
}

.globalContentBox .listBox {
    width: 100%;
    float: left;
    margin: 0 0 50px;
    padding: 0
}

.globalContentBox .list {
    margin: 0;
    padding: 0
}

.globalContentBox .list>li {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    line-height: 30px
}

.globalContentBox .bulletList>li {
    list-style: disc;
    margin-left: 20px;
    padding-left: 10px
}

.globalContentBox .textImage {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px;
    box-sizing: border-box
}

.globalContentBox .textImage img {
    max-width: 100%
}

@media(max-width:767px) {
    .globalContentBox {
    margin-bottom: 30px
}

.globalContentBox,
.globalContentBox p {
    font-size: 16px;
    line-height: 20px
}

.globalContentBox .contentTitle {
    font-size: 20px
}

.globalContentBox .listBox {
    margin-bottom: 20px
}

.globalContentBox .list>li,
.globalContentBox p {
    margin-bottom: 10px
}

.globalContentBox .bulletList>li {
    margin-left: 15px;
    padding-left: 5px
}

/* .product-left-list {
    display: none
} */
 .product-left-list h2 {
    width: 100%; margin-bottom: 10px; font-size: 12px; text-align: left;padding: 8px 10px;
}
}

.paymentCards {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
    text-align: center
}

.paymentCards span {
    display: inline-block;
    width: 60px;
    overflow: hidden
}

.paymentCards span img {
    max-width: 100%
}

.paymentCards [class*=paymentCard-] {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 4px;
    height: 33px;
    vertical-align: top;
    margin: 3px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0, #e5e5e5 100%);
    background: linear-gradient(to bottom, #f9f9f9 0, #e5e5e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e5e5e5', GradientType=0)
}

#header {
    padding: 0;
    border-bottom: 1px solid #e5e5e5
}

.headerNewsTicker .staticTicker>li a {
    margin-left: 6px;
    font-weight: 700;
    /*   text-transform: uppercase; */
    color: #284162;
    /*    text-decoration: underline;   */

}
.headerNewsTicker .staticTicker>li a:hover{text-decoration: none; color: #284162;}

.headerNewsTicker .staticTicker>li a img {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 2px
}

.header .topLeft li,
.header .topright li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    line-height: 40px;
    margin-left: 0
}

.header .topLeft li img,
.header .topright li img {
    margin-right: 5px;
    display: inline-block;
    margin-top: -5px
}

.header {
    text-align: left;
    padding: 15px 5% 9px
}

.header .topLeft li a,
.header .topright li a {
    font-size: 13px;
    color: #5e5e5e
}

.header .topLeft li a:hover,
.header .topright li a:hover {
    color: #000
}

.header .topright li {
    padding: 0
}


.mainNavList {
    margin-bottom: 0
}

.header .topright li .dropdown-menu li {
    padding: 4px 0
}



.mainNavList>li:last-child a {
    color: #292929
}

@media(max-width:780px) {
    #header {
    padding: 0
}

.header {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}

.header .topright li img {
    margin-right: 6px
}

.mainNavList>li>a {
    padding: 12px 10px;
    font-weight: 600;
    position: relative;
}
}

#navigation {
    padding-bottom: 0
}

.innerBanner {
    width: 100%;
    float: left
}

.innerBanner img {
    width: 100%
}

.innerWrapper {
    width: 100%;
    float: left;
    padding: 7px 5%
}

.product-left-list h2 {
    padding: 0;
    margin-top: 0;
    border: 1px solid #ddd;
    padding: 8px 50px 8px 10px;
    border-radius: 0;
    margin-right: 6px;
}
.product-left-list .dropdown-menu {    min-width: 200px !important; border-radius: 0 !important;}
.product-left-list .dropdown-menu>li>a:focus, .product-left-list .dropdown-menu>li>a:hover { background-image: inherit !important; background-color: inherit !important;}
.filterForm { float: right;}
.featuredProduct {
    border: 1px solid #ddd;
    transition: all .4s ease-in-out
}

.featuredProduct:hover {
    border-color: inherit;
}

.featuredProduct {
    float: left
}

.featuredProduct .productBlock {
    width: 100%;
    float: left;
    /*background: #e5e5e5;  */
    border-top: none; 
    text-align: center;
    padding: 8px 10px;
    transition: all .4s ease-in-out;
    background: #EFF6FF;
    border-top:1px solid #C9DAF0;
    
}
.featuredProduct.bannerProduct .productBlock{border-color: #fff;}

  #shoppingCartList table td,   #shoppingCartList table th{font-size: 14px;}


/*.featuredProduct:hover .productBlock {
background: #284162
}   */

.featuredProduct .block1 {
    font-size: 14px;
    color: #284162;
    letter-spacing: .3px;
    padding: 0
}

.featuredProduct .block1>span {
    text-align: center;
}

.featuredProduct .block2 {
    padding: 8px 10px
}

.featuredProduct img[src="http://beta.slateandtell.com/images/ajax-loader-product.gif"],
.featuredProduct img[src="https://www.slateandtell.com/images/ajax-loader-product.gif"] {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%)
}

.wishListBlock {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 15px;
}

.breadcrumb,
.breadcrumbNew {
    background: 0 0;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center
}

.breadcrumb a,
.breadcrumbNew a {
    color: #b0b0b0;
    padding: 0
}

.breadcrumb>li+li:before,
.breadcrumbNew>li+li:before {
    padding: 0 16px
}

.breadcrumb li:first-child a,
.breadcrumbNew li:first-child a {
    padding-left: 0
}

.breadcrumb li.active,
.breadcrumbNew li.active {
    padding-left: 3px
}

.breadcrumb>li+li:last-child:before,
.breadcrumbNew>li+li:last-child:before {
    padding-right: 15px
}

.productListing .pageTitleBox {
    width: 100%;
    margin: 0 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.productListing h1 {
  /*  text-transform: capitalize;*/
    font-size: 30px;
    margin: 0;
    letter-spacing: 1px;
    color: #284162;
}

.breadcrumb a:hover {
    color: #000
}

.wishListBlock a {
    padding-left: 10px
}

.productListing .featuredProduct {
    margin-bottom: 20px
}

.productListing .featuredProduct.bannerProduct .productBlock{display: none;}
#cartProductsScroll.productListing .featuredProduct {height: auto;}
.detailPage  .owl-carousel.productListing .featuredProduct{height: auto !important;}
.productListing .featuredProduct.bannerProduct .productImage img{top:50% !important; left:50% !important; transform: translate(-50%, -50%); max-height: 100%;}
.featuredProduct.bannerProduct .productImage{height: 100%;}
.reletad-product #cartProductsScroll.productListing .featuredProduct{border-bottom: 1px solid #e5e5e5;}
#cartProductsScroll .owl-wrapper-outer{padding-bottom: 1px;}

.productListing select {
    width: 100%;
    border: 1px solid #cbcbcb;
    padding-left: 10px;
    height: 32px;
    float: left;
    font-size: 12px;
    color: #5e5e5e;
    text-transform: capitalize;
    letter-spacing: normal
}

.col-md-3.classForDevUse {
    padding: 0 8px;
}

.mainNavList>li .dropdownList li a,
.mainNavList>li .dropdownList li:hover a {
    border: none
}
.mainNavList>li:hover > a{/*color: var(--clrParrot);*/ color: #666666;}
.mainNavList> .dropdown li a{color: #000;}
.mainNavList> .dropdown li a:hover{color: #595959;}
/* .product-left-list h2 {
    background-position: 15px
} */
    .product-left-list h2 a {
        position: relative;
    }

/* .product-left-list h2.addarrow {
    background-position: 15px
} */

.productaccording {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e5e5e5
}

.productListing .col-md-12,
.productListing .col-md-4,
.productListing .col-md-8, .productListing .productBlock .col-xs-12 {
    padding: 0 8px
}

.topStyle {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 1;
    background-color: #284162;
    color: #fff;
    padding: 0px 10px;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 25px;
}


.topStyle.quickShip, .topStyle.blackFridayShip {
    right: 10px;
    left: inherit
}

.topStyle img {
    width: 75px
}

@media(max-width:767px) {
    .topStyle {
    max-width: 48%
}

.topStyle img {
    width: 80%
}
.topStyle.blackFridayShip{right:-4px;}
}

.breadcrumbNew>li {
    display: inline-block;
    list-style: none
}

.breadcrumbNew>li+li:before {
    color: #ccc;
    content: "/\00a0"
}

.breadcrumbNew>.active {
    color: #777
}

.productListing select:active,
.productListing select:focus {
    outline: 0
}

.product-selectDropDown {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 100%;
    outline: 0 none;
    position: relative;
    float: right;
    width: 140px;
    padding-left: 10px
}

.mainNavList .dropdown {
    background: #fff
}

.saved .fa-star {
    color: #eb9800
}

.wishListBlock a .firstDiv .fa-heart, .wishListBlock a:hover .firstDiv .fa-heart-o {
   color: #284162;
}



.wishListBlock .firstDiv,
.wishListBlock .secondDiv {
    display: inline-block;
    width: auto
}

.wishListBlock a:hover .secondDiv .fa-star {
    display: block
}

.wishListBlock a .secondDiv .fa-star {
    display: none
}

.wishListBlock a:hover .secondDiv .fa-star-o {
    display: none
}

#pageLoadPopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    z-index: 9999;
    overflow: hidden;
    transition: all .6s ease-in-out 0s
}

#pageLoadPopup .popupLogo {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

#pageLoadPopup .popupLogo a {
    display: inline-block
}

#pageLoadPopup .popupLogo img {
    max-width: 100%
}

#pageLoadPopup.hidePopup {
    display: none
}

#pageLoadPopup.showPopup {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: showPagePopup 1s forwards ease-in-out;
    -moz-animation: showPagePopup 1s forwards ease-in-out;
    -ms-animation: showPagePopup 1s forwards ease-in-out;
    animation: showPagePopup 1s forwards ease-in-out;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s
}

#pageLoadPopup .popupContainer {
    width:1000px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#pageLoadPopup .popupContainer .checkAgree {text-align: left;padding: 0; font-size: 16px; line-height: 22px; float: left; width: 100%; margin-bottom: 20px;}
#pageLoadPopup .popupContainer .checkAgree input{float: left; margin-top: 5px;}
#pageLoadPopup .popupContainer .checkAgree span{float: left; width: 90%;     font-size: 14px;
    font-weight: 400;}


#pageLoadPopup .popupBlock {
    width: 100%;
    display: table;
    overflow: hidden;
    background: #fff;
    
}

#pageLoadPopup .popupBlockCell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding:20px 50px;
    text-align: center
}

#pageLoadPopup p {
   color: #000;
    margin: 0 0;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
}

#pageLoadPopup .dollerText {
    font-size: 36px;
    color: #000;
    line-height: normal;
    font-weight: 700 ;
    margin-top:-5px;
    font-family: 'Times New Roman';
}

#pageLoadPopup .dollerText sup {
    font-weight: 500
}

#pageLoadPopup .dollerText span {
    font-size: 32px;
}

#pageLoadPopup .helloText {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    line-height: normal
}

#pageLoadPopup .giftCard {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

#pageLoadPopup .signupForm {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px 0 0;
    position: relative
}

#pageLoadPopup .noThanks {
    color: #000;
    font-size: 15px;
    font-weight: 700;
   /* text-decoration: underline;*/
    margin-top: 15px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #000;
}

#pageLoadPopup .closePopup {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 20px;
    right: 30px;
    text-decoration: none;
    font-family: inherit;
    background-color: #000;
    color: #000;
    border-radius: 50%;
    -webkit-mask-image: url(../img/icons/icon-close.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 90%;
    mask-image: url(../img/icons/icon-close.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 90%;
}

#pageLoadPopup input[type=text] {
    width: 100%;
    text-align: left;
    /*    height: 60px;
    line-height: 60px; */
    border: 1px solid #040404;
    float: left;
    /*    margin-bottom: 20px;  */
    color: #000;
    font-size: 16px;
    padding: 15px 15px 6px;
}
.popUp-logo img{max-width: 100%;}
#pageLoadPopup .form-group{position: relative; width: 100%; float: left; margin-bottom: 10px;}
#pageLoadPopup .form-group span{position:absolute; left:17px; bottom: 12px; color: #9f9e9e; font-size: 16px; transition: all .4s ease-in-out; pointer-events: none;}
#pageLoadPopup .form-group.showpopupText span{ bottom: 23px; font-size: 14px; }

/* #pageLoadPopup input[name=mobileno] {width: 54%;}
#pageLoadPopup input[name=zipcode]  {width: 41%; float: right;} */

#pageLoadPopup input[type=button] {
        width: 50%;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    background: #284162;
    border-radius: 5px;
    text-transform: uppercase;
    border: 0;
        color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
    display: inline-block ;

}
#pageLoadPopup input:hover[type=button] {background: #284162; color: #fff;}

#pageLoadPopup :placeholder {
    color: #999;
    opacity: 1
}

@media (max-width: 1380px) {
    #pageLoadPopup .popupBlockCell{ padding: 40px;}

}

#pageLoadPopup :-ms-input-placeholder {
    color: #999
}

#pageLoadPopup :-ms-input-placeholder {
    color: #999
}

.meassageError {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0
}

@media(max-width: 767px) {
    #pageLoadPopup .popupContainer .popUp-logo{margin-bottom: 25px;}
    #pageLoadPopup .popupContainer {
    width: 90%;  
    background: #fff;
  
}



#pageLoadPopup .helloText {
    font-size: 24px
}

#pageLoadPopup .dollerText {
    font-size: 40px
}

#pageLoadPopup .dollerText span {
    font-size: 28px;
}

#pageLoadPopup .giftCard {
    font-size: 20px;
    margin-bottom: 5px
}

#pageLoadPopup .noThanks.closePopup {
    top: 7px;
    right: 20px;
}

#pageLoadPopup p {
    font-size: 20px
}

#pageLoadPopup .popupBlockCell{padding: 15px;}
#pageLoadPopup .popupContainer .checkAgree span{width: 86%;}
#pageLoadPopup .popupContainer .checkAgree{padding: 0; font-size: 16px; line-height: 20px; margin-bottom: 12px !important;}
#pageLoadPopup .popupContainer .popUp-logo{margin-bottom: 0;}
#pageLoadPopup .popupContainer .checkAgree span {
    font-size: 11px;
}
#pageLoadPopup .dollerText{margin-top: -5px;}



#pageLoadPopup .checkAgree {
    line-height: 16px;
}
#pageLoadPopup .form-group{margin-bottom: 15px;}
}

@-webkit-keyframes showPagePopup {
    0% {
    transform: scale(1);
    visibility: hidden;
    opacity: 0
}

100% {
    transform: scale(1);
    visibility: visible;
    opacity: 1
}
}

@-moz-keyframes showPagePopup {
    0% {
    transform: scale(1);
    visibility: hidden;
    opacity: 0
}

100% {
    transform: scale(1);
    visibility: visible;
    opacity: 1
}
}

@keyframes showPagePopup {
    0% {
    transform: scale(1);
    visibility: hidden;
    opacity: 0
}

100% {
    transform: scale(1);
    visibility: visible;
    opacity: 1
}
}

.product-selectDropDown .dropdown-menu {
    display: block;
    opacity: 0;
    margin-top: 0;
    transform: rotateX(-90deg);
    transform-origin: 0 0 0;
    transition: all .6s ease-in-out 0s;
    left: inherit;
    right: 0;
    min-width: auto;
    width: 130px;
    top: 98%;
    font-size: 12px
}

.product-selectDropDown.open .dropdown-menu {
    opacity: 1;
    transform: rotateX(0);
    box-shadow: none;
    border: 1px solid #cbcbcb;
    border-radius: 0
}

.product-selectDropDown .fa-angle-down {
    transition: all .6s ease-in-out 0s
}

.product-selectDropDown.open .fa-angle-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-selectDropDown span {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 16px
}

.product-selectDropDown button {
    text-transform: capitalize;
    background: 0 0;
    border: 1px solid #cbcbcb;
    width: 100%;
    float: left;
    padding: 5px 10px;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #5e5e5e;
    font-weight: normal;
    text-shadow:inherit;
}

.filterForm form{display: flex;}
.filterForm form .form-control{ font-family: 'Times New Roman'; border-radius:0;  text-transform: uppercase;   border: 1px solid #cbcbcb;   padding: 4px 10px;  font-size: 12px; width: 160px; box-shadow: inherit !important;}
.filterForm form .form-control, .filterForm form .form-control:focus{box-shadow: inherit !important;}
.filterForm form select.form-control{ -webkit-appearance: none;  -moz-appearance: none;  appearance: none; position: relative;  background: url(../images/selectArrow.png)95% 11px no-repeat;   background-size: 8px;}


.product-selectDropDown .dropdown-menu li {
    width: 100%;
    float: left;
    border-top: 1px solid #cbcbcb;
        padding: 0 10px;
}

.product-selectDropDown .dropdown-menu li:first-child {
    border-top: none
}

.product-selectDropDown .dropdown-menu>li>a {
    padding: 5px 8px
}

.product-selectDropDown .selected a {
    font-weight: 700;
    font-size: 14px
}

@media (max-width: 767px) {
    .product-selectDropDown button {
    font-size: 11px;
    background-color: rgba(0, 0, 0, 0.025);
}

.product-selectDropDown span {
    top: 5px;
}

.product-selectDropDown.open span {
    top: 7px;
}

.product-selectDropDown .fa-angle-down::before {
    content: "\f0d7";
}
}

.module-information img {
    max-width: 100%
}

.module-information p {
    font-size: 16px;
    line-height: 34px
}

.module-information p a {
    color: #007bbb
}

.module-information .createAccountDiv {
    border-left: 0;
    padding: 0
}

@media(min-width:766px) {
    #navigation {
    text-align: center
}

.topStripLinks>li {
    font-size: 14px;
    font-weight: 400
}

#navigation {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.fixedNav #navigation {
    padding: 0 15px
}
}

@media(max-width:1480px) {
    .header .topLeft li {
    padding: 0 6px;
    margin-left: 0
}

.header .topright li {
    padding: 0;
    margin-left: 0
}

.header .topLeft li a,
.header .topright li a {
    font-size: 12px
}


}



@media(max-width:1030px) {

    .header .topLeft li a,
    .header .topright li a {
    font-size: 11px
}

.header .topLeft li {
    padding: 0
}

.header .topright li a:hover {
    margin-top: 0
}

.header .topLeft li img,
.header .topright li img {
    margin-right: 1px
}

.header .topright li img {
    max-width: 100%
}


.featuredProduct .block1 {
    height: auto
}

.header .topLeft li span.input-group-btn {
    display: block !important
}

.wishListBlock a {
    padding-left: 4px
}

.firstDiv .fa-heart-o,
.secondDiv .fa-star-o {
    display: none !important
}

.firstDiv .fa-heart,
.secondDiv .fa-star {
    display: block !important
}

.freshStyle .item span {
    width: 75%
}

.freshStyle .item span.productPrice {
    width: 25%
}
}

@media(max-width:780px) {


.featuredProduct .block1 {
    height: auto
}

    .wishListBlock {
        text-align: right;
        top: -6px;    right: 0;
    }

.wishListBlock a {
    padding: 0 10px
}

.header .topLeft li img {
    max-width: 100%
}

.header .topLeft li,
.header .topright li {
    line-height: normal
}

.header .headerLogo {
    margin-top: 8px
}

.featuredProduct .block1>span,
.featuredProduct .productBlock {
    text-align: center
}

.topStripLinks.topLeft.topright img {
    width: 24px
}

.freshStyle .item span {
    width: 70%
}

.freshStyle .item span.productPrice {
    width: 30%
}

.Mt20 {
    margin-top: 30px;
    margin-bottom: 20px
}

.freshStyle .item .productPrice {
    font-size: 16px
}
}

@media(max-width:767px) {
         #footer {  margin: 0 0 0 0;}
  
    .breadcrumb>li,
    .breadcrumbNew>li {
    font-size: 13px
}

.breadcrumb li.active,
.breadcrumbNew li.active {
    padding-left: 0
}

.innerWrapper {
    padding: 15px 2%;

}
.clearfix{clear:both;}

.productListing h1 {
    margin-top: 0
}

.header {
    padding: 0
}

.header .headerLogo {
    margin-top: 0
}

.topStripLinks.topLeft.topright {
    margin-top: -38px
}

#header {
    padding: 0
}

.topStripLinks>li>a {
    width: 32px
}

.header .topLeft li {
    padding: 0
}

.topStripLinks {
    position: relative;
    z-index: 99
}

.topStripLinks>li>a {
    height: auto;
    line-height: normal
}

.header .topLeft li img,
.header .topright li img {
    margin-right: 0
}

.mainNavList>li:last-child a {
    color: #000
}

/* .product-selectDropDown {
margin-bottom: 20px
} */
.productListing h1 {
    text-align: center
}

.pageTitleBox .pageTitle h1 {
    font-size: 24px;
    text-align: left;
}

.pageTitleBox.searchResult {
    font-size: 20px;
}

.topStripLinks>li .mainSearchBox .form-group {
    padding: 0
}

.topStripLinks .input-group {
    width: 100%
}

.topStripLinks .input-group-btn {
    position: absolute;
    right: 49px
}

.breadcrumb,
.breadcrumbNew {
    display: none
}

    .topStyle {
        top: 6px;
        left: 6px;
        font-size: 7px;
    }
.freshStyle .item span {
    width: 100%
}

.freshStyle .item span.productPrice {
    width: 100%;
    text-align: left
}

.asSeenGallery iframe {
    width: 100% !important
}

.asSeenGallery iframe .image-box {
    width: 28% !important
}

.asSeenOn .asSeenGallery iframe {
    min-height: 123px !important
}

.locateRetailer .videoText {
    font-size: 16px
}

.locateRetailer .videoText span {
    font-size: 18px
}

.footerNavList {
    display: none
}

.footerNav,
footer {
    text-align: left
}

#footer .footerNavTitle {
    font-size: 14px;
    cursor: pointer;
    background: #e1e1e1;
    padding: 10px;
    margin-bottom: 10px
}

#footer .footerNavList {
    margin: -10px 0 20px 0;
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 10px
}

#footer .footerNavTitle span {
    display: block;
    float: right;
    font-size: 18px
}
#footer .ftpsubscribeBox .footerNavTitle span{ float: none; font-size: 24px;}
#footer .ftpsubscribeBox .footerNavTitle{font-size: 24px;padding: 0;    margin-bottom: 10px;  margin-top: 0;}




#footer .footerNavTitle span .fa {
    transition: all .6s ease-in-out
}

#footer .footerNavTitle.add-arrow span .fa {
    transform: rotate(180deg)
}
}

@media(max-width:480px) {
    .topStripLinks>li>a {
    width: 24px
}
}

[class*=videoFrame-] {
    width: 100%;
    margin: 0;
    padding: 0;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch
}

.videoFrame-magenta {
    background-image: url(../images/category-banners/frame-only.png)
}

.videoWrapper {
    position: relative;
    overflow: hidden;
   /* padding: 8% 11% 9% 8% */
}

.product-delivery-estimate {
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1.4px
}

.product-delivery-estimate .bluetext {
    color: #000
}

.staySafeClass {
    margin: 70px 0 0;
    padding: 0;
    color: #000;
    font-size: 30px;
    font-family: 'Times New Roman';
    font-weight: 700;
    line-height: 46px;
}

#fb_connect span{background: #3b5998; color: #fff; font-size: 16px; padding: 10px 16px; display: inline-block; margin-right: 10px;}
#fb_connect {font-size: 17px;  font-family: 'Times New Roman'; color: #5c5c5c; font-weight: bold;}


@media(max-width:780px) {
    .product-delivery-estimate {
    text-align: left
}

.footerBottom ul{flex-wrap:wrap;}
.footerBottom ul li{width: 50%; margin: 0; margin-bottom: 15px;}
}

@media(max-width:1300px) {
    .wishListBlock a{padding-left: 7px;}
}
@media(max-width:1100px) {
}
@media(max-width:766px) {
    .product-delivery-estimate {
    text-align: center;
    margin-bottom: 10px
}

.staySafeClass {
    font-size: 18px;
    margin-top: 25px;
}
#pageLoadPopup .dollerText{margin-top: -13px;}
.popUp-logo img{max-width: 100%;}
#pageLoadPopup p{        font-size: 20px;
        margin-bottom: 10px;}
#pageLoadPopup .dollerText{font-size: 36px; }
#pageLoadPopup .dollerText span{font-size: 33px;}

#pageLoadPopup input[type="button"] {
        font-size: 12px;
        border-radius: 0;
        padding: 5px 0;
    }
#pageLoadPopup input[type="text"] {
        border: 1px solid #040404;
        border-radius: 0;
        padding: 7px 10px 10px;
        border-radius: 0;
        line-height: 15px;
    }
    #pageLoadPopup .form-group.showpopupText span{bottom: 27px;}
.footerBottom ul li{width: 100%; text-align: center; font-size: 12px; float: left;}
.subscribeBox .form-group .btnBlack{padding-left: 12px; padding-right: 12px; font-size: 16px;}
.footerBottom ul li .socialLinksBox a{margin-left: 8px; height: 28px; width: 28px; line-height: 28px;}




}
@media(max-width: 360px) {
    #pageLoadPopup .popupContainer .checkAgree{line-height: 20px; font-size: 14px;}
    #pageLoadPopup .popupBlockCell{padding: 30px;}
    #pageLoadPopup .form-group, #pageLoadPopup .popupContainer .popUp-logo{margin-bottom: 15px;}
    
}


@media(min-width:1030px){
    .subscribeBox .container{max-width: 1040px;}
    .footerContainer{width: 90%; padding: 0;}
}
@media(min-width:1200px){
    .footerContainer{width: 85%;}
}
@media(min-width:1600px){
    .footerContainer{width: 75%; }
}

/*contactNewForm css start here*/
.contactNewForm .contentBar{ width: calc(100% - 75px); float: left;}
.contactNewForm h2{font-size: 28px;  letter-spacing: 2px;  font-weight: 200; font-family: 'Times New Roman';}
.contactNewForm .iconBar{ width: 60px; float: left; margin-top: -4px; margin-right: 10px;}
.contactNewForm .iconBar img{max-width: 38px;}
.contactNewForm .contactListing { width: 100%; float: left; padding: 30px 0;  }
.contactNewForm .contentBar .title{font-size: 24px;  margin-bottom: 30px; font-family: 'Times New Roman';}
.contactNewForm .contentBar p{font-size: 16px;  margin-bottom: 10px; line-height: 28px; font-weight: 300;}
.contactNewForm.orderStatusPage .contentBar p{font-size: 16px; line-height: 24px;}
.contactNewForm.orderStatusPage .formBar {margin-bottom: 28px;}
.contactNewForm.orderStatusPage p font {font-size: 16px;}
.contactNewForm .contentBar .inputField{width: 73%; border:1px solid #1e1e1e; margin-right: 15px;  padding: 15px; font-size: 16px;}
.contactNewForm .contentBar .btn-default{font-weight: bold; font-size: 20px; width: 220px; text-align: center;   height: 53px; padding: 0; line-height: 53px;}
.contactLink a{font-size: 20px; color: #000; text-decoration: underline; text-transform: uppercase; font-weight: 700; margin-top: 10px;}
.contactNewForm.orderStatusPage .contactLink a{font-size: 18px;}
#textnamenew.form-control{height: 40px;}
.contactNewForm .subTitle {font-size: 18px;}
.w-72{width: 73%;}
.contactLink a:hover{color: #000; text-decoration: none;}
#contactModal .modal-backdrop{z-index: 0;}
#contactModal .close{position: absolute; top:5px; right:10px; font-size: 28px; opacity:1;}
.homeStyleBlock h3{color: #000; font-size: 34px;  line-height: 46px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px;}
.homeStyleBlock{color: #000;  font-family: 'Times New Roman';  padding: 50px 0; float:left; width: 100%;}
.homeStyleBlock p{color: #000;  font-size: 30px; margin-top: 30px; line-height: 36px;}
.homeStyleBlock .autoplayCartBanner span{color: #000;  font-size: 22px; display: block; margin-top: 15px;}
.homeStyleBlock .starHome{color: #e3e84b;  font-size: 22px;}
.homeStyleBlock .starHome span{margin-right: 6px;}
.homeStyleBlock .autoplayCartBanner{border:none; padding-right: 0; overflow: hidden;}
.unlockHeading{font-size: 18px;  margin-bottom: 20px; font-weight: 700; font-family: 'Times New Roman';}
.unlockHeading i{font-style: normal; font-size: 20px;}
.unlockHeading span{display: block; font-size: 16px;}
.customForm .textOvercount{width: 90%; display: inline-block;}
.unlockHeading.resunlockHeading label{vertical-align: top; float: left; margin-right: 17px;}
.accessibilityPage {font-family: 'Times New Roman';}
.accessibilityPage p{font-size: 18px; line-height: 30px; font-weight: 600;}
.accessibilityPage .btn {font-size: 20px;  font-weight: 700; padding: 15px 25px;}
.accessibilityPage .btn .fas{font-size: 30px;  display: inline-block; vertical-align: top;}
.unlockHeading.resunlockHeading .agreeText{display: block; margin-top: 7px; font-size: 15px; color: #777;}
.unlockHeading.checkoutLabel .clickBox{margin-right: 9px; vertical-align: top;}
.unlockHeading.checkoutLabel #subcriberChkoutOptText{margin-top: 7px;}
.orderlist li {font-size: 18px; line-height: 34px; font-family: 'Times New Roman'; margin: 0 0 5px;  width: 100%;}
.termsPage h4,.termsPage h5  {font-family: 'Times New Roman'; font-size: 23px;}
.unlockHeading.checkoutLabel .textOvercount{width: 90%;  float: left;}
.productBannerReview{background: #f7f7f9; border:20px solid #fff; display: flex; align-items: center; font-family: 'Times New Roman'; width: 100%; height: 100%; position: absolute; z-index: 9;  transition: all .6s ease-in-out; padding: 15px; font-size: 18px; text-align: center;}
.productBannerReview p{line-height: 26px; margin-bottom: 10px; color: #000;}
.productBannerReview .leftQuote, .productBannerReview .rightQuote{font-size: 24px; position: absolute; color: #e7e84f;}
.productBannerReview .rightQuote{bottom: -10px; right:13px;}
.productBannerReview .leftQuote{top:-12px; left:13px;}
.productBannerReview span{color: #000; font-weight: 700;}
.featuredProduct.bannerProduct .productBannerReview + .productImage img.bottom:hover{opacity: 1;}
.subEmailPopup{font-size: 13px; }
.subEmailPopup .form-control{border-radius:0; border-color: #000; height: 42px; }
.subEmailPopup .btn-email{background: #000; color: #fff; border-radius:0; font-size: 16px; font-weight: 700;  text-transform: uppercase;}
.subEmailPopup .btn-email:hover{background: #284162; color: #fff; }
.sezzel-featured-logo{width: 70%;}
@media(min-width:980px) {
.featuredProduct.bannerProduct:hover .productBannerReview{opacity:0; z-index: -1;}
}
@media(max-width:1500px) {
    .productBannerReview p{line-height: 24px;}
    .productBannerReview{font-size: 16px;}
}
@media(max-width:1100px) {
.productBannerReview{font-size: 15px; line-height: 22px;}
.productBannerReview{border: 6px solid #fff;}
.productBannerReview .leftQuote, .productBannerReview .rightQuote{font-size: 18px;}
.productBannerReview .leftQuote{left:0;}
.productBannerReview .rightQuote{right:0;}
.productBannerReview p{line-height: 20px;}
#footer .footerNavList > li > a{font-size: 12px;}
}
@media(max-width:980px) {
.productBannerReview{font-size: 14px; line-height: 18px; padding: 8px;}
.productBannerReview p{line-height: 18px;  margin-bottom: 8px;}
.mainNavList > li:hover > a{color: #000;}
.sezzel-featured-logo{width: 100%;}
}
.confirmChoiceBtn{width: auto !important; letter-spacing: 0.5px !important; }

@media(max-width: 766px) {
    .orderlist li {font-size: 16px; line-height: 30px;}
    .confirmChoiceBtn{width: 100% !important;}
    #footer #contactEmailFooter.form-control{width: 100%; margin-right: 0;}
    .homeStyleBlock p{font-size: 16px; line-height: 20px; margin-top: 20px;}
    .homeStyleBlock .autoplayCartBanner span{font-size: 16px;}
    .homeStyleBlock .starHome{font-size: 20px; margin-bottom: 6px;}
    .homeStyleBlock h3{margin-bottom: 13px;}
    .homeStyleBlock{padding: 25px 0;}
    .contactNewForm .iconBar img{max-width: 100%;}
    .contactNewForm .iconBar{width: 40px; margin-top: -9px;}
    /*.contactNewForm .contentBar{width: calc(100% - 60px);}*/
    .contactNewForm .contentBar{width:100%; text-align: center;}
    .contactNewForm .contentBar .iconBlock  {width:40px; margin-right: 10px; margin-top: -9px; display: inline-block;}
    .contactNewForm .contentBar .title{font-size: 22px; margin-bottom: 10px;}
    .contactNewForm .contentBar p{font-size: 16px; line-height: 26px; margin-bottom: 20px;}
     .contactNewForm .contactLink, .contactNewForm .formBar  {flex-wrap:wrap;}
     .contactLink a{font-size: 18px;}
    .contactLink a{width: 50%; margin:20px 0 15px;}
    .contactNewForm .contentBar .inputField{width: 100%;}
    .contactNewForm  .formBar{justify-content: center !important;}
    .contactNewForm .contentBar .inputField{margin: 0 0 20px;}
    .topStripLinks > li #cart_item{margin-left: -6px;}
    .subscribeBox{padding-top: 40px 0 50px;}
    .footerBottom ul li:first-child{flex: 1 1 auto;  flex-basis: auto;flex-basis: auto; order:2;}
    .footerBottom{padding-bottom: 50px;padding-top: 32px;}   .sectionTitle span {font-size: 26px; line-height: normal;}
    .subscribeBox .sectionTitle .title span{font-size: 20px;}
    .homeGiftoffer.mb-4{margin-bottom: 0 !important;}
    .freshStyle{margin-bottom: 20px;}
    .subscribeBox .sectionTitle .title i.doller{font-size: 35px;}
    .subscribeBox .sectionTitle .title i{font-size: 33px;}
      .unlockHeading span{font-size: 14px;}
      .checkoutPage .clickBox{font-size: 14px;}
      .featuredProduct .productImage{height: auto;}
      .productBannerReview{font-size: 16px;}
      .productBannerReview p{line-height: 24px;}
          .w-72{width: 100%;}
          #footer .footerNavBlocks{flex-wrap:wrap;}
          .ftpsubscribeBox{padding-left: 0; margin-bottom: 20px;}
          #footer .footerNavBlocks{padding-right: 0;}
          .ftpsubscribeBox .footerNavTitle{background: none;}
          .filterForm form .form-control{width: 100%; margin-right: 10px;}
          .aboutTextSection .textBox p strong.heading{font-size: 24px;}
}
@media(max-width: 480px) {
    .homeStyleBlock p br{display: none;}
         .productBannerReview{font-size: 14px; padding: 10px;}
      .productBannerReview p{line-height: 20px;}
       #footer .ftpsubscribeBox label input[type="checkbox"] {     
  width: 10%;
}

 #footer .ftpsubscribeBox label span {
  width:88%;   
}
  #footer .ftpsubscribeBox label {
  padding-left: 0;
  padding-right: 0;
}
 .customForm{margin-bottom: 40px;}

    }
@media(max-width: 340px) {
    .accessibilityPage .btn{padding: 12px 18px; font-size: 16px;}
    } 
 body .uwy{z-index: 88 !important;}      
#userwayAccessibilityIcon{bottom: 89px !important; left: 28px !important;}  
  
  
@media(min-width:768px) and (max-width:990px) {
  .mainNavList .dropdownList > li > a{ white-space:normal;}
  .mainNavList li.fullWidth a.title, .mainNavList .dropdownList > li > a{font-size: 12px; line-height: 19px;}
}  

.afterpay-paragraph span, .payafterWidgetClass, .payafterWidgetClass span{font-size: 14px !important; color: #6c6c6c !important; }


/*new home banner css start*/
.homeBanner{overflow: hidden; background: #d2d1e1;}
#homeCarousel .bannerTitel{font-size: 3.4vw; text-transform: uppercase; line-height: 3.4vw;  margin-bottom: 50px; }
#homeCarousel .leftbanner{width: 66.66666667%;}
#homeCarousel .rightbanner{width: 33.33333333%;}
#homeCarousel .bannerbtn {margin-top: 60px;}
#homeCarousel .rightbanner{padding: 40px 3%}
#homeCarousel .rightbanner p{font-size: 18px;  font-family: 'Times New Roman';}
#homeCarousel .rightbanner a{font-size: 1.3vw; text-transform: uppercase; color: #000; margin-bottom: 30px; display: block; border:1px solid #000; padding: 1.8vw 0;     font-family: 'HelveticaNeue-CondensedBold';}
.homeBanner span {font-family: 'HelveticaNeue-CondensedBold'; position: absolute; bottom: 80px; font-size: 22px; text-transform: uppercase; color: #000;  display: block; border: 1px solid #000; padding: 24px 0; width: 75%; text-align: center; left: 50%;  transform: translateX(-50%);}
  .homeBanner span:hover,   .homeBanner span.active{background: #e3e534; border-color: #e3e534;}
/*.homeBanner .homeFirstBox {width: 100%; position: relative;}*/
.homeBanner .homeFirstBox {/*width: 33.333%;*/ position: relative; width: 100%;}
.homeButtonbanner {position: absolute; bottom: 120px; width: 100%; padding: 0 22%;}
/*.homeButtonbanner a{font-family: 'HelveticaNeue-CondensedBold'; font-size: 22px;text-transform: uppercase; color: #000; border: 1px solid #000; padding: 24px 90px; display: inline-block;} 
.homeButtonbanner a:hover{ border: 1px solid #000; background: #000; color: #fff;} 
.homeButtonbanner a:focus, .homeButtonbanner a:active{border: 1px solid #fff; background:none;}
 .homeButtonbanner a.active{ border: 1px solid #000; background: #000; color: #fff;}
  .homeButtonbanner a.active:hover{ border: 1px solid #000; background: none; color: #000;}
*/
.homeButtonbanner a{ font-size: 22px;text-transform: uppercase; color: #000;   display: inline-block; letter-spacing: 1px; text-underline-offset: 5px;}
.homeButtonbanner a:hover{  text-decoration: underline; color: #000;}



#homeCarousel .rightbanner a + a{ margin-bottom:0px;}
#homeCarousel .rightbanner a:hover{ background: #000; border-color: #000 ; color: #fff;}  

@media(max-width: 1100px) {
   .homeButtonbanner{padding: 0 14%;} 
    
}
@media(max-width: 980px) {
    #homeCarousel .bannerbtn{margin-top: 5vh;}
    .homeBanner span{font-size: 20px;}
   /* .homeButtonbanner a{padding: 20px 55px;}  */
    .homeButtonbanner{padding: 0 7%; bottom: 75px;}
    
} 
@media(max-width: 766px) {
    .homeButtonbanner a{padding: 8px 0px; font-size: 18px; width: 100%; text-align: center; margin-bottom: 8px;}
    .homeButtonbanner{padding: 0 14%; bottom: 10px;}    
#homeCarousel .leftbanner, #homeCarousel .rightbanner{width: 100%;}
#homeCarousel .bannerTitel br{display: none;}
#homeCarousel .rightbanner a{margin-bottom: 22px;}
#homeCarousel .bannerTitel{font-size: 30px; line-height: normal; margin-bottom: 20px;}
#homeCarousel .bannerbtn {margin-top: 30px; display: flex;}
#homeCarousel .bannerbtn a + a{margin-left: 10px;}
#homeCarousel .rightbanner a{font-size: 16px; padding: 18px 0; width: 50%;}
.baannerBlock .homeFirstBox{width: 50%;}
.baannerBlock .homeFirstBox.mobileBlock{width: 100%;}
.homeBanner span{padding: 18px 0;}
.baannerBlock .homeFirstBox.mobileBlock span{left: inherit;  right: 7%;  transform: inherit;  width: 36%; bottom: 75px;}
.homeBanner .homeFirstBox.lefttextcontent  span{left:7%; right:inherit;}
.productListing{display: flex; flex-wrap:wrap; width: 100%;}
 .pageSideNav .product-left-list .dropdown h2 span{top:13px;}
   .contactNewForm h2{font-size: 24px;}



    
} 
@media(max-width: 500px) {
    #homeCarousel .bannerTitel{font-size: 24px;}
    #homeCarousel .rightbanner p{font-size: 18px;}
    #homeCarousel .bannerbtn{flex-wrap:wrap;}
      #homeCarousel .bannerbtn a{width: 100%;}
    #homeCarousel .bannerbtn a + a{margin-left: 0; margin-bottom: 0;  }
    .homeBanner span{font-size: 14px; padding: 9px 0 8px; }
    .baannerBlock .homeFirstBox.mobileBlock span{bottom: 30px;}
  

}
/*new home banner css end*/
