//global css
/*Custom code to display Category folder view on Department page CSS*/
.elementor-element-9ca1add { border: #000 0px solid; }
ul.clsFolderMain{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	list-style-type: none;
	text-align: center;
}

/*Hero shot Layout 2 CSS*/
.elementor-element#grillOutdoorCooking{
	top: 350px;
	width: 80%;
    margin: 10px 8px 0 0;
}
.elementor-element#outdoorLighting{
	top: 300px;
	width: 75%;
    margin: 10px 15px 0 0;
}
.elementor-element#recreationActivity{
	top: 350px;
	width: 80%;
    margin: 10px 8px 0 0;
}
.elementor-element#pestControl{
	top: 300px;
	width: 70%;
    margin: 10px 25px 0 0;
}
.elementor-element#coolersIceChest{
	top: 300px;
	width: 70%;
    margin: 10px 25px 0 0;
}
.elementor-element#firePitsHeaters{
	top: 350px;
	width: 80%;
    margin: 10px 8px 0 0;
}
.elementor-element#FencingSupplies{
	top: 300px;
    width: 75%;
    margin: 10px 15px 0 0;
}
.elementor-element#PoultrySupplies{
	top: 350px;
	width: 80%;
    margin: 10px 8px 0 0;
}
.elementor-element#GoatSheepRabbit{
	top: 300px;
    width: 70%;
    margin: 10px 25px 0 0;
}
.elementor-element#BeeKeepting{
	top: 300px;
    width: 70%;
    margin: 10px 25px 0 
}
.elementor-element#FarmSupplies{
	top: 350px;
	width: 80%;
    margin: 10px 8px 0 0;
}
.elementor-element#dogSupplies{
	top: 350px;
	width: 80%;
    margin: 10px 8px 0 0;
}
.elementor-element#catSupplies{
	top: 350px;
	width: 80%;
    margin: 10px 8px 0 0;
}
.elementor-element#fishSupplies{
	top: 220px;
	width: 55%;
    margin: 10px 60px 0 0;
}
.elementor-element#birdSupplies{
	top: 260px;
	width: 60%;
    margin: 10px 50px 0 0;
}
.elementor-element#smallPetSupplies{
	top: 310px;
	width: 60%;
    margin: 10px 8px 0 0;
}
.elementor-element#christmasTreeAcc{
	top: 350px;
	width: 80%;
    margin: 10px 8px 0 0;
}
.elementor-element#ChristmasListing{
	top: 300px;
    width: 70%;
    margin: 10px 25px 0 0;
}
.elementor-element#christmasDecoration{
	top: 300px;
    width: 70%;
    margin: 10px 25px 0 0;
}
.elementor-element#hanukkahDecor{
	top: 350px;
	width: 80%;
    margin: 10px 8px 0 0;
}
.elementor-element.term-outdoor-living-patio a, .elementor-element.term-pet-supplies a{
	color: #176DB7
}
.elementor-element.term-outdoor-living-patio a:hover, .elementor-element.term-pet-supplies a:hover{
	text-decoration: underline;
}

/*Product listing page CSS*/
.productsListing ul.products li img {
    max-height: 200px !important;
    min-width: auto !important;
    object-fit: contain;
}
.productsListing ul.products li {
    text-align: center;
	padding: 10px !important;
}
.productsListing ul.products li span.price{
	text-align: left;
	font-size: 20px !important;
}
.clsSideBarTitle h2 {
    font-size: 19px;
    font-weight: 700;
	color: #000;
}
.clsSideBarTitle h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.clsSideBarTitle ul{
	padding-left: 0px;
}
h2.clsWoocommerce-loop-product__title{
	font-size: 15px !important;
	font-weight: 100 !important;
	text-align: left;
	line-height: 1.5;
	color: #202020;
}
h2.clsWoocommerce-loop-product__title b{
	text-transform: uppercase;
	font-weight: 700;
}
.clsImagewrapper{
	max-width: 200px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.clsImagewrapper img{

}
.clsSKU {
    text-align: left;
    color: #7c7b7b;
    font-size: 13px;
}
.clsCountryOrigin {
    position: absolute;
    top: calc(16px + 4px);
    left: calc(16px + 4px);
    z-index: 2;
}
.clsCountryOrigin span{
	float: left;
    clear: both;
    display: block;
    color: #fff;
    margin-bottom: 5px;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    padding-top: 4px;
    text-align: center;
}
.clsCountryOrigin .clsUSA {
    background: #0c4677;
    font-size: 7px;
    text-align: center;
    line-height: 1;
}
.woocommerce .products .star-rating{
	color: #ffeb00;
}
.clsStarReview{
	float: left;
}
.clearboth{
	clear: both;
}
.clsDescriptionPLP .clsHeading {
    background-color: #191919;
    color: white;
    padding: 16px;
}
.clsDescriptionPLP .clsHeading h2 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.clsBody{
	padding: 16px;
}
.clsDescriptionPLP{
	background-color: #f6f6f6;
}
.clsBody.clsFlex {
    display: flex;
}
.clsBody.clsFlex>* {
    flex: 1;
}
.clsBodyContainerList {
    padding-left: 16px;
}
.clsBodyContainerList ul {
    padding-left: 22px;
}
.clsBodyContainerList h3 {
    font-size: 16px;
}
.clsBodyContainerPLP table th, .clsBodyContainerPLP table td {
    padding: 5px;
}
span.clsSpanSubHeading {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0,0,0,0.6);
}
.clsBodyContainerPLP table tr td, .clsBodyContainerPLP table tr th {
    border: none;
	text-align: center;
}
.clsBodyContainerPLP table tr th {
    border-bottom: 1px solid #ccc;
}
.woocommerce.woocommerce-page .woocommerce-result-count{
	margin-top: 45px !important;
}
.clsHideGreater{
	display: none !important;
}
a.action.show-more,a.action.show-less{
    color: #176db7;
    font-weight: 700;
    text-decoration: none;
    border-left: none;
	cursor: pointer;
}
.clsBrandShowHide{
	text-align: right;
	margin: 10px 0 0;
}
.secondary {
    text-align: right;
    margin: 10px 0 0;
}
div.secondary a.show-more span:after {
    content: " +";
}
div.secondary a.show-less span:after {
    content: " -";
}
.page-id-238731 ul.products li.product {
    --button-align-display: flex;
    --button-align-direction: column;
    --button-align-justify: space-between;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2E2E2;
	text-align: center;
    padding: 10px !important;
}
.page-id-238731 .page-content h2.elementor-heading-title{
	text-align: center;
}
.page-id-238731 ul.products li span.price{
	text-align: left;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #000 !important;
	font-family: var(--e-global-typography-primary-font-family ), Sans-serif;
}
.page-id-238731 ul.products li h2.clsWoocommerce-loop-product__title {
    min-height: 70px;
}
.page-id-238731 ul.products li img {
    max-height: 200px !important;
    min-width: auto !important;
    object-fit: contain;
}
a.clsPainBtn {
    border: 3px solid #c60c30;
    padding: 10px;
    color: #c60c30;
    border-color: #91011d;
    background-color: #f1f1f1;
    font-weight: 500;
}
a.clsPainBtn:hover{
	background-color: #ccc;
}
.clsBtnCMS{
	text-align: center;
    padding-top: 10px;
}
.clsNoResult p {
    margin: 9px 10px 0;
    padding: 5px;
    color: #a00;
}
.clsShowMoreLess {
    text-align: right;
	color: #176db7;
	font-size: 15px;
    font-weight: 500;
}

/*Product Details Page CSS*/
table.clsSpecifications td, table.clsSpecifications th {
    border: none;
	font-size: 17px;
}
table.clsSpecifications tr td:first-child{
	width: 30%;
	font-weight: 700;
}
.clsProductImg .woocommerce-product-gallery__wrapper img{
	/*width:60% !important;*/
	width: auto !important;
	margin: 0 auto;
	/*height: 400px !important;*/
}
.clsWarning-message {
    text-transform: uppercase;
    font-weight: 700;
}
.clsWarning-message:before {
    content: '';
    display: inline-block;
    background: url(../webp/warning.webp) no-repeat 0 0;
    background-size: contain;
    width: 15px;
    height: 13px;
}
.bv-content-data-label-container .bv-content-data-icon img{
	width: 10px !important;
    height: auto !important;
}
.bv-header .bv-action-bar .bv-action-bar-header{
	display: none !important;
}
.bv-mbox-injection-container .bv-submission-icon img{
	width: 40px !important;
    height: auto !important;
}
.popupPDP {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}
.popup-content {
	background-color: white;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888888;
	width: 80%;
	font-weight: bolder;
}
.popup-content button {
	display: block;
	margin: 0 auto;
}
.showPopupPDP {
	display: block;
}
ul.clsUlBulletCopies{
	margin: 20px 0;
}
.clsDescriptionProduct{
	margin: 0 auto;
}
.clsSpecificationProduct{
	margin: 0 auto;
}
ul.clsFolderMain > li{
	flex-basis: calc(33.33%);
	padding-top: 30px;
}
ul.clsFolderMain > li img{
	width: auto;
	height: 200px;
}
.clsCategoryTitle{
	color: #000;
	font-size: 17px !important;
	text-transform: capitalize;
	font-weight: 600;
	min-height:60px;
}
ul.clsFolderSub{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.clsFolderSub a{
	font-size: 14px;
	color: #176db7;
	text-transform: capitalize;
}
ul.clsFolderSub .clsBroseAll a{
	text-decoration: underline !important;
	color: #000;
	font-weight: 500;
}
ul.clsFolderSub li a:hover, li.clsBroseAll a:hover{
	text-decoration: underline;
	color: #176db7;
}
a .clsCategoryTitle:hover{
	text-decoration: underline;
	color: #176db7;
}

/*Category Page CSS*/
.elementor-element-25d3d347 { border: #000 0px solid; }
.clsTopContentSection{
	position: relative;
}
.clsTopContentSection h2{
	font-size: 17px;
}
.clsTopContentSection p, .clsTopContentSection ul li a{
	font-size: 13px;
}
.elementor-element.clsInlineContent{
	margin: 0px;
    padding: 15px;
    top: 195px;
    position: absolute;
    background-color: #fff;
    color: #000;
}
.elementor-element.clsInlineContentBottom{
	margin: 0px;
    padding: 15px;
    top: 80px;
    right: 40px;
    position: absolute;
    background-color: #fff;
    color: #000;
}
.elementor-element.clsInlineContent img{
	width: auto;
}
.elementor-element.clearfix{
	clear: both;
}
.elementor-element.clsUlLi{
	list-style-type: none;
	padding-left: 0px;
}
.elementor-element.clsUlLi li {
  display: inline;
  line-height: 1.38;
}
.elementor-element.clsUlLi li:after {
  content: " | ";
  color: rgba(0,0,0,.32);
}
.elementor-element.clsSection{
	width: 100%;
	margin-top: 30px;
}
.elementor-element.clsLeft{
	float: left;
}
.elementor-element.clsRight{
	float: right;
}
.elementor-element.clsWidth50{
	width: 50%;
}
.elementor-element.clsWidth40{
	width: 40%;
}
.elementor-element.clsCategoryLayout{
	margin: 0px;
    padding: 15px;
    top: 195px;
    right: 0px;
    position: absolute;
    max-width: 50%;
    background-color: #fff;
    color: #000;
}
.elementor-element.term-outdoor-living-patio p, .term-farm-ranch p{
	margin: 0px;
}
.elementor-element.a.clsBluecolor{
	color: #6c6cef;
}
/*Slider css*/
.cls60percentWidth{
	width: 60%;
	margin: 0 auto;
}
.clsBrowseCategory {
    margin-bottom: 50px;
}

/*Brand Page CSS*/
.clsColumn {
    padding: 5px;
    min-height: 250px;
}
.clsColumn p {
    text-align: justify;
    padding: 0px 5px;
}
.clsColumn2{
	border: 2px solid #000;
}

/*Search DIY form CSS*/
.tv-form-style {
    line-height: 1;
    position: relative;
    padding: 0!important;
}
.tv-form-style.tv-form-style-3 label {
    width: calc(100% - 36px)!important;
}

.tv-form-style label {
    display: inline-block!important;
    padding: 0;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    line-height: 1;
}
.tv-screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
    word-break: normal;
}
.tv-form-style.tv-form-style-3 input.tv-search-input {
    border-right: 0!important;
}
.tv-form-style input.tv-search-input {
    background: #fff;
    background-image: none!important;
    color: #333;
    padding: 0 12px;
    margin: 0;
    outline: 0!important;
    font-size: 14px!important;
    height: 36px;
    min-height: 0;
    line-height: 1;
    border-radius: 0;
    border: solid 1px #ccc!important;
    font-family: arial;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.tv-form-style button.tv-search-submit {
    background: 0 0;
    border: 0;
    box-shadow: none!important;
    opacity: 1;
    padding: 0!important;
    margin: 0;
    line-height: 0;
    outline: 0;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}
.tv-form-style input.tv-search-submit, .tv-search-icon {
    display: inline-block!important;
    color: #666;
    background: #ededed;
    box-shadow: none!important;
    outline: 0;
    margin: 0;
    font-size: 14px!important;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 1;
    height: 36px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tv-search-icon {
    width: 36px;
    padding-top: 6px!important;
}

/*Fire Safety CSS*/
#first-alert-fire-safety{
    text-align:center;
    border:3px solid rgba(0,0,0,.12);
    border-radius:3px;
    padding:16px;
    margin-bottom:24px
}
#first-alert-fire-safety,.first-alert__icon-wrapper,.first-alert__legend,.first-alert__legend-item,.first-alert__main,.first-alert__title-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
#first-alert-fire-safety,.first-alert__legend-item,.first-alert__title-container{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.first-alert__legend{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.first-alert__icon-wrapper,.first-alert__legend,.first-alert__title-container{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.first-alert__icon-wrapper,.first-alert__title-container{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.first-alert__legend,.first-alert__map-wrapper{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.first-alert__logo{
    width:120px
}
.first-alert__title-container{
    text-align:center
}
.first-alert__title{
    font-size:18px;
    margin:8px 0
}
.first-alert__map img{
    width:100%
}
.first-alert__legend-item{
    padding:0 4px
}
.first-alert__legend-item p{
    font-size:14px;
    color:rgba(0,0,0,.6)
}
.first-alert__icon-wrapper{
    width:50px;
    height:50px;
    margin-left:auto;
    margin-right:auto
}
.first-alert__icon-wrapper img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%
}
.first-alert__device-name{
    font-size:16px;
    font-family:Helvetica,sans-serif;
    font-weight:700;
    margin-top:.5rem;
    margin-bottom:.5em
}
@media (max-width:599px){
    .first-alert__main{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        margin-bottom:8px
    }
    .first-alert__legend-item{
        width:50%
    }
    .first-alert__icon-wrapper{
        margin:0 auto
    }
}
@media (min-width:600px){
    .first-alert__map-wrapper{
        padding:0 8px
    }
}
@media (min-width:600px) and (max-width:1099px){
    .first-alert__legend-item{
        width:33%
    }
}
@media (min-width:1100px){
    #first-alert-fire-safety,.first-alert__legend-item{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
    .first-alert__legend{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
    #first-alert-fire-safety{
        text-align:left
    }
    .first-alert__legend-item{
        padding:0 4px
    }
    .first-alert__icon-definition{
        padding-left:8px
    }
}

/*Storage Organization CSS*/
.term-storage-organization ul.clsFolderMain > li img{
	width: 60%!important;
	height: 60%!important;
}
.term-closet-storage ul.clsFolderMain > li img{
	width: 60%!important;
	height: 60%!important;
}

/*Winter Storm Prep - CSS*/
.tip-list,.tip-list__description,.tip-list__header,.tip-list__icon-circle-content,.tip-list__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
 .tip-section-header{
    width:100%;
    color:#fff;
    text-transform:uppercase;
    background-repeat:no-repeat;
    background-size:cover;
    padding:24px 16px
}
 .tip-section-header h2{
    margin-top:0!important;
    margin-bottom:0!important;
    text-align:center
}
 .tip-list__description,.tip-list__header,.tip-list__icon-circle-content{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
 .tip-list__header,.tip-list__icon-circle-content{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
 .tip-list__header{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    padding:16px;
    background-color:#c8102e;
    border:1px solid #c8102e
}
 .tip-list__header-content{
    width:100%;
    max-width:160px
}
 .tip-list__icon-circle{
    position:relative;
    width:100%;
    height:0;
    padding-top:100%;
    border-radius:50%;
    background-color:#fff
}
 .tip-list__icon-circle-content{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0
}
 .tip-list__header img{
    display:block;
    height:50%
}
 .tip-list__description{
    -webkit-box-flex:2;
    -ms-flex:2;
    flex:2;
    font-size:calc(14px + (16 - 14) * ((100vw - 600px)/ (1200 - 600)))
}
 .tip-list__description p:first-of-type{
    margin-top:16px
}
 .tip-list__description p:last-of-type{
    margin-bottom:16px
}
 .tip-list .tip-list__item:nth-child(odd) .tip-list__description{
    background:#d1d3d4
}
 .tip-list .tip-list__item:nth-child(even) .tip-list__description{
    background:#ededed
}
 @media (max-width:599px) {
     .tip-section-header{
        background-image:url('../webp/winter-storm-prep-tips-banner-600x160-1.webp');
        background-position:20%
    }
     .tip-section-header h2{
        max-width:12ch;
        margin-left:auto!important;
        margin-right:auto!important
    }
     .tip-list{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
     .tip-list__description{
        padding-left:0;
        padding-right:1em
    }
     .tip-list__triangle-down{
        width:0;
        height:0;
        border-top:40px solid transparent;
        border-bottom:40px solid transparent;
        border-left:20px solid #c8102e;
        margin-right:16px
    }
}
 @media (min-width:600px) {
     .tip-section-header{
        background-image:url('../webp/winter-storm-prep-tips-banner-1200x160-1.webp');
        padding:32px 16px
    }
     .tip-section-header h2{
        font-size:calc(26px + (40 - 26) * ((100vw - 320px)/ (1200 - 320)))!important
    }
     .tip-list__item{
        width:20%
    }
     .tip-list__description,.tip-list__item{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
     .tip-list__description{
        width:100%;
        position:relative;
        padding:0 1.5em .5em
    }
     .tip-list__triangle-down{
        width:0;
        height:0;
        border-left:40px solid transparent;
        border-right:40px solid transparent;
        border-top:20px solid #c8102e;
        margin:0 0 8px
    }
     .tip-list__item:nth-child(odd) .tip-list__description{
        background:-webkit-gradient(linear,left top,right top,from(#a9a9a9),color-stop(5%,#d1d3d4));
        background:-webkit-linear-gradient(left,#a9a9a9,#d1d3d4 5%);
        background:-o-linear-gradient(left,#a9a9a9,#d1d3d4 5%);
        background:linear-gradient(to right,#a9a9a9,#d1d3d4 5%)
    }
     .tip-list__item:nth-child(even) .tip-list__description{
        background:-webkit-gradient(linear,left top,right top,from(#a9a9a9),color-stop(5%,#ededed));
        background:-webkit-linear-gradient(left,#a9a9a9,#ededed 5%);
        background:-o-linear-gradient(left,#a9a9a9,#ededed 5%);
        background:linear-gradient(to right,#a9a9a9,#ededed 5%)
    }
     .tip-list__item:first-child .tip-list__description{
        background:#d1d3d4
    }
}
 @media (min-width:1200px) {
     .tip-list__description{
        font-size:16px
    }
     .tip-section-header h2{
        font-size:40px!important
    }
}
 
/*Paint Bar - CSS*/
.easy-care-sample-kit__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.easy-care-sample-kit__image-container {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.easy-care-sample-kit__image-container img {
    display: block;
    position: relative;
    width: 100%;
    padding: 16px;
}

.easy-care-sample-kit__main-content {
    background-color: #191919;
    color: darkgray;
    padding: 16px;
    font-size: 14px;
    background-image: url('../webp/easy-care-splash-sample-kit-banner-300x120.webp');
    background-position: top right;
    background-repeat: no-repeat;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}

.easy-care-sample-kit__footer {
    padding: 16px;
    color: #757575;
    background: white;
    border: 1px solid #191919;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
}

#paint-bar-easy-care-sample-kit .store-locator-button-container {
    display: none;
}

@media (min-width: 600px) {
    .easy-care-sample-kit__grid {
        border: 3px solid #191919;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .easy-care-sample-kit__main-content {
        padding: 16px 24px;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .easy-care-sample-kit__image-container {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .easy-care-sample-kit__image-container img {
        position: absolute;
        width: 63%;
        top: 10%;
        right: 0;
    }
    .easy-care-sample-kit__footer {
        padding: 24px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        grid-row: 2;
        border: none;
        border-top: 1px solid gainsboro;
    }
}

@media (min-width: 900px) {
    .easy-care-sample-kit__image-container img {
        width: 63%;
    }
    .easy-care-sample-kit__footer {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        border: none;
        border-right: 1px solid gainsboro;
    }
	.head-nav{
	padding:0px 25px !important;
}
}

@media (min-width: 1024px) {
    .easy-care-sample-kit__image-container img {
        top: 3%;
    }
}

@media (min-width: 1150px) {
   .head-nav{padding:0px 25px !important;}
}
/*Paint Bar Table - CSS*/
table#paint-bar-stores, 
#paint-bar-stores tbody, 
#paint-bar-stores tr {
	width: 100%;
}
table#paint-bar-stores {
	table-layout: auto;
}
#paint-bar-stores tr:nth-child(even) {
    background-color: #f2f2f2;
}
#paint-bar-stores tr:first-child {
	/*border-top: 1px solid #191919;*/
	/*border-bottom: 1px solid #191919;*/
	/*background: #D8D8D8;*/
	background: #191919;
}
#paint-bar-stores th, 
#paint-bar-stores td {
    padding: 1em;
    vertical-align: top;
    text-align: left;
}
#paint-bar-stores th {
	font-size: 16px;
	color: white;
}
#paint-bar-stores td {
    color: #595959;
    font-size: 14px;
}
/*#paint-bar-stores th:first-child,*/
#paint-bar-stores td:first-child {
    font-weight: 700;
    color: #191919;
}
#paint-bar-stores th:nth-child(6),
#paint-bar-stores td:nth-child(6) {
	display: none;
}
#paint-bar-stores td:last-child {
	text-wrap: none;
}
@media (max-width: 599px) {
	table#paint-bar-stores, 
	#paint-bar-stores thead, 
	#paint-bar-stores tbody, 
	#paint-bar-stores tfoot, 
	#paint-bar-stores tr, 
	#paint-bar-stores th:first-child, 
	#paint-bar-stores td {
		display: block;
	}
	#paint-bar-stores tr {
		padding: 1em 0;
	}
    #paint-bar-stores th, 
    #paint-bar-stores td {
        font-size: 16px;
        padding: 0.25em 1em;
    }
    #paint-bar-stores th:first-child,
    #paint-bar-stores td:first-child,
    #paint-bar-stores td:nth-child(7) {
    	width: 100%;
    }
    #paint-bar-stores th:nth-child(2),
    #paint-bar-stores th:nth-child(3),
    #paint-bar-stores th:nth-child(4),
    #paint-bar-stores th:nth-child(5),
    #paint-bar-stores th:nth-child(6),
    #paint-bar-stores th:nth-child(7) {
    	display: none;
    }
    #paint-bar-stores td:nth-child(3),
    #paint-bar-stores td:nth-child(4),
    #paint-bar-stores td:nth-child(5) {
    	display: inline-block;
    }
    #paint-bar-stores td:nth-child(3) {
    	padding: 0.25em 0 0.25em 1em;
    }
    #paint-bar-stores td:nth-child(4),
    #paint-bar-stores td:nth-child(5) {
    	padding: 0.25em 0;
    }
    #paint-bar-stores td:nth-child(3):after {
		content: ", ";
    }
	#paint-bar-stores td:nth-child(4):after {
		content: " ";
    }
}

/*christmas gift CSS*/
.gifts-hero-header,
.gifts-hero-header h1 {
	margin: 0;
	padding: 0;
	position: relative
}

.gifts-hero-header h1 a {
	display: block;
	background-color: #c8102e;
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1200 - 320)));
	padding-top: .4em;
	padding-bottom: .3em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	/*-webkit-transition:.15s ease-out;-o-transition:.15s ease-out;transition:.15s ease-out*/
}

/*.gifts-hero-header a:hover,.gifts-hero-header a:focus{background-color:#9b122e;text-decoration:none}*/
#gifts-hero a.button-default {
	background-color: white;
	border: 2px solid #c60c30;
	color: #c60c30;
	margin-bottom: 100px;
	font-weight: bold;
}

#gifts-hero a:hover.button-default {
	background-color: #ddd;
	border: 2px solid black;
	color: black
}

.cms-tab-content {
	height: 0;
	padding-top: 38%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: none
}

.cms-tab-content .button {
	width: auto
}

.cms-button-set {
	margin-top: -3.7%
}

.cms-tab-container {
	display: inline-block;
	float: left
}

.cms-tab {
	width: 100%;
	height: 0;
	padding-top: 125%;
	background-repeat: no-repeat;
	background-size: 201%;
	overflow-x: hidden;
	background-position: 0 bottom
}

.cms-tab:hover,
.cms-tab.cms-tab-selected:hover {
	cursor: pointer
}

.cms-tab.cms-tab-selected {
	background-position: 100% bottom
}

@media (max-width: 599px) {
	.cms-tab-content {
		padding-top: 70%
	}

	.cms-tab-content .button {
		position: absolute;
		right: 5%;
		bottom: 25%
	}

	.cms-button-set {
		margin-top: -7%
	}

	.cms-tab-container {
		width: 25%;
		float: left
	}

	.cms-tab {
		overflow: hidden
	}

	#toolmaster-content {
		background-image: url('../jpg/tv-de-165215-holiday2019-updates_giftinglisticles_tools-375x375-50.jpg')
		
	}

	#woodworker-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_woodworker-375x375-50.jpg')
	}

	#petlover-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_petlover-375x375-50.jpg')
	}

	#chef-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_chef-375x375-50.jpg')
	}

	#decorator-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_decorator-375x375-50.jpg')
	}

	#techie-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_techie-375x375-50.jpg')
	}

	#birdwatcher-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_birdenthusiast-375x375-50.jpg')
	}
	
	#gifts-hero a.button-default {
	background-color: white;
	border: 2px solid #c60c30;
	color: #c60c30;
	margin-bottom: 200px;
	font-weight: bold;
}
}

@media (min-width: 600px) {
	.cms-tab-content {
		padding-top: 37%
	}

	.cms-tab-content .button {
		position: absolute;
		right: 10%;
		bottom: 25%;
		font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1200 - 320)));
		padding: 1em 1.2em
	}

	.cms-tab-container {
		width: 14.285714%;
		float: left
	}

	#toolmaster-content {
		background-image: url('../jpg/tv-de-165215-holiday2019-updates_giftinglisticles_tools-1200x444-50-1.jpg')
	}

	#woodworker-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_woodworker-1200x444-50.jpg')
	}

	#petlover-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_petlover-1200x444-50.jpg')
	}

	#chef-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_chef-1200x444-50.jpg')
	}

	#decorator-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_decorator-1200x444-50.jpg')
	}

	#techie-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_techie-1200x444-50.jpg')
	}

	#birdwatcher-content {
		background-image: url('../jpg/tv-de-14557_giftinglisticles_birdenthusiast-1200x444-50.jpg')
	}
}

@media (min-width: 1200px) {
	#gifts-hero h1 a {
		font-size: 26px
	}

	.cms-tab-content .button {
		font-size: 20px
	}
}

/*Menu CSS*/
/*.swiper-button-prev{
	position: fixed;
	left:1%;
	margin-top:0%;
}*/
.tv-product-search {
	margin: 0px!important;
}
.elementor-452 .elementor-element.elementor-element-4e629b6 {
    margin-top: 0px!important;
}

.pcp-carousel-wrapper .pcp-button-prev .fa, .pcp-carousel-wrapper .pcp-button-next .fa{
		color: #176db7!important;
}
.pcp-carousel-wrapper .pcp-button-prev .fa:hover, .pcp-carousel-wrapper .pcp-button-next .fa:hover{
		color: #176db7!important;
}
.swiper-button-prev{
	left: -0.5%!important;
    margin-top: 3%!important;
    background: none!important;
    position: absolute;
    border: none!important;
    font-size: 2.5em!important;
    font-weight: normal!important;
}
.swiper-button-next{
	right: -0.5%!important;
    margin-top: 3%!important;
	background: none!important;
    position: absolute;
    border: none!important;
    font-size: 2.5em!important;
    font-weight: normal!important;
}

.hidestoremenu{
	display:none!important;
}
.nav_submenu{
	height:550px;
	}
.categorymenu a, .subcategorymenu a, .elementor-sub-item{
	text-transform:capitalize!important;
}
.allmenu a{
	text-transform:uppercase!important;
}
.elementor-nav-menu li {
    border-width: 0;
	background: #fff0 !important;
}
.elementor-nav-menu a{
	color: rgba(0,0,0,.87);
    font-size: 14px;
    line-height: 20px;
	font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}
.subcategorymenu {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}
.parentMenu:hover .full-width-wrapper {
	width: auto;
    display: block;
    top: auto;
    left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 2;
    min-width: 10em;
    max-width: 1000px;
    touch-action: none;
}
.full-width-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1024px) {
	.nav_submenu{
	height:auto;
	}
	.parentMenu a[aria-expanded="true"]:before{
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f053";
		color: #176db7;
		position: absolute;
		left: 0px;
	}
	.parentMenu a[aria-expanded="false"]:after{
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f054";
		color: #176db7;
		position: absolute;
		right: 20px;
	}
	.subcategorymenu a:after, .allmenu a:after{
		content: " "!important;
	}
	 .subcategorymenu a{
		font-size:14px!important;
		font-weight: normal !important;
		text-transform:capitalize;
		 padding: 28px 20px !important;
	}
	.categorymenu a, .allmenu a{
		font-weight: 600 !important;
		font-size: 16px !important;
		text-transform:capitalize;
		padding: 28px 20px !important;
	}
	 .parentMenu a{
		font-weight: 600 !important;
		font-size: 16px !important;
		border-bottom: 1px solid #a1a1a1;
		padding: 28px 20px !important;
	}
}

/*Fall Home Maintenance Checklist CSS*/
.cms-checklist-header__title-container {
   text-align: center;
    padding: 2em;
    background-color: #e9e9e9;
	margin-top: -20px;
}
/*75Years*/
.swiper-pagination swiper-pagination-clickable swiper-pagination-bullets swiper-pagination-horizontal {
	position: relative;
	padding: 50px 0;
}

/*  Email Popup CSS */
.close-section {
	margin-top: 0%;
	position: absolute;
	right: 5%;
	top: 0%;
}
.newsletter-popup .frm_error_style {
	display: none !important;
}
.newsletter-popup{
	display: none;
	z-index: 99;
	position: absolute;
	top: 250px;
	margin-top:8%;
	left: 0%;
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
	border: 1px solid #ccc;
	padding: 5% 6%;
	background-color: #fff;
	border-radius: 4px;
	width:100%;
	height:500px;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}
.frm_button_cancel, .skip_button {
	display: inline-block;
	line-height: normal;
	text-align: center;
	border-width: 1px;
	border-color: rgba(200,16,46,1);
	border-style: solid;
	cursor: pointer;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	padding: 10px 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 10px;
	margin-left: 0;
	vertical-align: middle;
}
.newsletter-popup .frm_button_submit{
	border-color: #c8102e!important;
	color: #fff!important;
	width: 200px!important;
}
#newsletter-modal{
	display: none;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}
.newsletter-close{
	font-size: 40px;
	right: 0%;
	float: right;
	margin-top: -5%;
	position: absolute;
}	
.frm_submit .frm_button_submit {
	color: #fff !important;	
}
.newsletter-popup input[type=text], .newsletter-popup input[type=email] {
	font-size: 1rem;
	line-height: 1.1;
	padding: 16px;
	height: 48px;
	border-color: rgba(0,0,0,.32);
	border-radius: 4px;
	background-color: #fff;
}
.newsletter-popup .frm_error, .newsletter-popup .frm_blank_field label{
	color: #e66c2b!important;
}
.newsletter-popup .frm_submit .frm_final_submit{
	text-transform:uppercase;
	width:37%!important;
}
.frm_prev_page{
	display:none;
}
.blue-link{
	color: #176db7;
	text-decoration: none;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 700;
	text-align:center;
	font-size:14px;
}
.frm_button_cancel, .skip_button{
	width: 200px!important;
	background: #fff!important;
	color: rgba(200,16,46,1)!important;
	margin-right:2%!important;
}

.frm_page_num_1 .skip_button, .frm_page_num_2 .frm_button_cancel, .frm_page_num_3 .frm_button_cancel, .frm_page_num_3 .skip_button, .frm_page_num_3 .blue-link{
	display: none !important;
}

.email_storedetails .opt-instore input[type=radio]:checked+label {
	border: 2px solid #c60c30!important;
	padding: 22px 18px!important;
}

.newsletter-popup input[type=text]:focus, .newsletter-popup input[type=email]:focus, .input-text:focus, select:focus, textarea:focus {
	border-color: #176db7;
	box-shadow: inset 0 0 0 1px #176db7!important;
	transition: none;
}

.skip_button, .frm_button_cancel{
	text-transform: uppercase;
}

.email_storedetails{
	width: 100%;
	margin: 5px 0;
	padding: 0px!important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
}
.opt-instore{
	width: calc(33% - 20px);
	margin: 10px;
	background: #f6f6f6;
	align-self: stretch;
}
.opt-instore input[type=radio] {
	display: none;
}
.opt-instore label {
	display: block;
	padding: 5px 5px;
	margin: 0px;
	cursor: pointer;
	font-size: 14px;
	font-family: Helvetica,Arial,sans-serif;
	text-align: center;
	line-height: 1.4em;
}
.opt-in-popup__title {
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	width: 100%;
	text-align: center;
}
.opt-in-popup__title .optional {
	font-size: 12px;
	margin-left: 0.75em;
	color: rgba(0,0,0,.6);
}
.with_frm_style .email_storedetails .frm_radio input[type=radio]:checked + label {
	border: 2px solid #c60c30 !important;
}
.with_frm_style .email_storedetails .opt-instore input[type=radio]:checked + label {
	border: 2px solid #c60c30 !important;
}
.selected{
	border: 2px solid #c60c30 !important;
}
.newsletter-popup select{
	height: 48px;
}
.thanks_title{
	font-family: Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	width: 100%;
	text-align: center;
	padding: 0 calc(16px*2);
	margin-bottom: calc(16px*1.5);
	margin-top:8%;
}
#frm_field_56_container p{
	text-align:center;
	margin-bottom:5%;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip-btn {
	position: absolute;
	right: -34px;
	top: 50%;
	margin-top: -9px;
	color: #fff;
}
.rewards-tooltip:after, .tooltip-btn:after {
	content: '?';
	display: block;
	width: 18px;
	height: 18px;
	background: #176db7;
	border-radius: 50%;
	text-align: center;
	line-height: 19px;
}
.optin-tooltip {
	visibility: hidden;
	width: 100%;
	background: #fff;
	border: 1px solid #959595;
	text-align: left;
	/*border-radius: 6px;*/
	padding: 5px 5px;
	left: 10%;
	margin-top: 2%;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}	
.rewards-tooltipcontent{
	visibility: hidden;
	width: 100%;
	background: #fff;
	border: 1px solid #959595;
	text-align: left;
	padding:  10px 10px 0px 10px;
	right: 0%;
	margin-top: 1%;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}
.rewards-tooltipcontent p{
	font-size:11px;
}
.optin-tooltip .tooltip-btn-close, .rewards-tooltipcontent .tooltip-btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.icon--close:before {
    content: "\e87f";
	font-family: eicons;
    font-style: normal;
    font-weight: normal;
}
.rewards-tooltip{
	right: -10%;
	top: 0%;
	margin-top: 10%;
	position: absolute;
	color: #fff;
	float: right;
}

/*Additoinal CSS*/
.page-header {
    display: none;
}
.elementor a:hover {
	text-decoration: underline;
}
.elementor-widget-text-editor ul {
	margin-bottom: 0.9rem;
}
.post .page-content ul {
	margin-bottom: 0.9rem;
}
.elementor-col-33 .rp4wp-related-posts {
	display: none;
}
ul.wp-block-categories-list {
	list-style-type: none;
	padding-inline-start: 0;
}
ul.wp-block-categories-list ul.children {
	list-style-type: none;
	padding-inline-start: 20px;
}
.elementor-widget-post-info .elementor-post-info__terms-list a {
	color: #c36;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: transparent;
}
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: transparent;
}

.clsMainMenu, .clsSubMenu{
	list-style: none;
	padding: 0;
	margin: 0;
}
.clsMainMenu > li{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.clsMainMenu > li a{
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #000;
	background-color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.clsSubMenu li a{
	  padding: 3px 0px 3px 10px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    color: rgba(0,0,0,.6);
}
.clsMainMenu a:hover{
	text-decoration: underline;
	color: #176db7;
	background-color: #c5c5c5;
}
.clsSubMenu a:hover{
	text-decoration: underline;
	color: #176db7;
	background-color: transparent;
}
ul.clsMainMenu li a .fa{
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float: right;
	color: #000;
}
ul.clsSubMenu {
    padding-left: 15px;
    font-size: 13px;
}
.clsListDept{
	list-style-type: none;
	text-align: center;
}
.woocommerce-breadcrumb{
	font-size: 13px !important;
	font-weight: 400 !important;
}
.woocommerce-breadcrumb a{
	color: #176db7 !important;
}
.page-id-243263 .clsGiftLinks a, .page-id-243263 .clsGiftLinks2 a{
	color: #176db7 !important;
}
.page-id-243263 .clsGiftLinks a:hover, .page-id-243263 .clsGiftLinks2 a:hover{
	text-decoration: underline;
}
.cc-btn.cc-allow {
	margin-left: 10px !important;
}
.cc-btn.cc-deny{
	display: none;
}
.clsScottsImg{
	margin-bottom:15px !important;
}
.clsEasyCarePage h5 a, .clsCyncSmartPage a, .page-id-40 a, .page-id-43 a, .page-id-44 a, .page-id-3 a, .clsWarning65 a{
	color: #176db7;
}
.clsEasyCarePage h5 a:hover, .clsCyncSmartPage a:hover, .page-id-40 a:hover, .page-id-43 a:hover, .page-id-44 a:hover, .page-id-3 a:hover, .clsWarning65 a:hover{
	text-decoration: underline;
}
.clsMasterMechanic{
	background-color: #EDEDED;
	padding: 2%;
}
.clsMasterMechanic .wp-block-column h2{
	padding: 3%;
}
.clsGreenThumb{
	background-color: #EDEDED;
	padding: 2%;
}
a.btnDefault{
	color: #fff;
	background-color: #c60c30 !important;
	border: 3px solid #c60c30;
	font-weight: 700;
	padding: 7px;
}
a.btnDefault:hover{
	background-color: #85051e !important;
	border: 3px solid #85051e;
	text-decoration: none !important;
}
a.btnDefault2{
	color: #fff;
	background-color: #c60c30 !important;
	border: 3px solid #fff;
	font-weight: 700;
	padding: 7px;
	text-wrap: nowrap;
}
a.btnDefault2:hover{
	background-color: #85051e !important;
	border: 3px solid #fff;
	text-decoration: none !important;
}
.clsBottomContSectionMinHeight .elementor-column, .clsDIYSectionMinHeight .elementor-column{
	min-height: 0px !important;
}
.clsBottomContSectionMinHeight p{
	margin-top: 15px;
}
.clsYouTubeTopSection iframe {
    height: 200px;
}
.elementor-452 .elementor-element.elementor-element-4e629b6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
h1.safety-alert__header, h1.helpful-tip__header, h2.safety-alert__header, h2.helpful-tip__header, h3.safety-alert__header, h3.helpful-tip__header, h4.safety-alert__header, h4.helpful-tip__header, h5.safety-alert__header, h5.helpful-tip__header, h6.safety-alert__header, h6.helpful-tip__header, .safety-alert__header, .helpful-tip__header, .blog-post-view p.safety-alert__header, .blog-post-view p.helpful-tip__header {
    text-transform: uppercase;
    font-size: 14px;
    margin: 18px 0 0;
    font-weight: 700;
}
.safety-alert__header, .safety-alert__content, p.safety-alert__content, .helpful-tip__header, .helpful-tip__content, p.helpful-tip__content {
    padding: 18px 24px;
    background-color: #f6f6f6;
}
.helpful-tip__header, .helpful-tip__content, p.helpful-tip__content {
    border-left: 3px solid #b0ebf1;
}
h1.safety-alert__header, h1.helpful-tip__header, h2.safety-alert__header, h2.helpful-tip__header, h3.safety-alert__header, h3.helpful-tip__header, h4.safety-alert__header, h4.helpful-tip__header, h5.safety-alert__header, h5.helpful-tip__header, h6.safety-alert__header, h6.helpful-tip__header, .safety-alert__header, .helpful-tip__header, .blog-post-view p.safety-alert__header, .blog-post-view p.helpful-tip__header {
    text-transform: uppercase;
    font-size: 14px;
    margin: 18px 0 0;
    font-weight: 700;
}
.safety-alert__header, .safety-alert__content, p.safety-alert__content, .helpful-tip__header, .helpful-tip__content, p.helpful-tip__content {
    padding: 18px 24px;
    background-color: #f6f6f6;
}
.safety-alert__header, .safety-alert__content, p.safety-alert__content {
    border-left: 3px solid #fedf82;
}
.safety-alert__header+.safety-alert__content, .helpful-tip__header+.helpful-tip__content, .safety-alert__header+p.safety-alert__content, .helpful-tip__header+p.helpful-tip__content {
    padding-top: 0;
    margin-top: 0;
}
.clsDIYProjectsSec{
	margin: 0 auto;
}
.elementor-452 .elementor-element.elementor-element-4e629b6 {
    margin-top: -27px;
}
.swiper-pagination {
	position: static;
}
.swiper-button-next {
	z-index: 1;
}
.swiper-button-prev {
	z-index: 1;
}

/* * Elementor Menu CSS */
.elementor-widget-container .elementor-nav-menu .sub-menu { 
min-width: 550px !important;
z-index: 1!important; 
padding: 16px 24px !important;
}

.elementor-nav-menu {
    margin-lefasxt: 0px !important;
    z-index: 1 !important;
}

.elementor-nav-menu .menu-item a:hover, .elementor-nav-menu .menu-item a.highlighted, .elementor-nav-menu .menu-item a:focus{
    text-decoration: underline;
}

.elementor-nav-menu.current-menu-item 
a:hover{
    color: #176DB7 !important;
}

.elementor-nav-menu .current-menu-item a{
color: #000 !important;
}
/*
.nav_submenu {
	height: 560px !important;
}*/

.mobile-view { display:none!important; }
.elementor-452 .elementor-element.elementor-element-6deb0681 .elementor-nav-menu--dropdown a.elementor-item-active {
    color: #176DB7 !important;
}

.sub-menu .firstitem a{
    text-transform: uppercase;
font-weight: 700!important;
}

/*.elementor-widget-container .elementor-nav-menu .sub-menu .menu-item-has-children .sub-menu {
    position:fixed; 
    left: 24em!important;
top: 120px!important;
margin-top: 0%!important;
margin-left: 0px!important;
min-width: 10em !important;
max-width: 1000px!important;
   
box-shadow: none !important;
padding: 0px !important;
}*/
.elementor-widget-container .elementor-nav-menu .sub-menu .menu-item-has-children .sub-menu {
    position: absolute;
    left: 22em !important;
    top: 2% !important;
    margin-top: 0% !important;
    margin-left: 0px !important;
    min-width: 10em !important;
    max-width: 1000px !important;
    box-shadow: none !important;
    padding: 0px !important;
}
.elementor-widget-container .elementor-nav-menu .sub-menu li .elementor-sub-item {
font-size: 14px !important;
    line-height: 1.8;
    padding: 0px !important;
    margin: 0px !important;
 font-family:Helvetica,Arial,sans-serif !important;
}

.sub-menu li a:hover{
text-decoration: underline;
}

.elementor-widget-container .elementor-nav-menu 
.sub-menu:before{
    content: '';
    width: 1px;
    background: #d8d8d8;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}
.elementor-widget-container .elementor-nav-menu .sub-menu .menu-item-has-children .sub-menu:before{
    content: none!important;
}

.elementor-widget-container .elementor-nav-menu .sub-menu .menu-item-has-children {
    width:25% !important;
	display: contents;
}

/* Rewards CSS */
.promo-intro-mobile{
    text-align:right;
}
    .icon--promotional-tag:before {
    content: "\f02b";
    font-family: FontAwesome;
}

.hidden-desktopview {
    display:none;
}

.icon--carat:before{
    content: "\f107";
    font-family: FontAwesome;
}

.promo-intro-mobile .icon--promotional-tag, .promo-intro-mobile .icon--carat {
    font-size: 26px;
    color: #fff;
}
/* css for featured post sidebar */
.featured_post_css img {
    max-width: 55px !important;
    object-fit: cover;
    padding-right: 10px;
}
ul.featured_post_css li a {
    font-size: 14px;
}
ul.featured_post_css {
    list-style: none;
    padding: 0;
}
ul.featured_post_css li {
    display:flex;
    align-items: center;
}
ul.featured_post_css li:nth-child(odd) {
    background: #80808012;
}
/*Truevalue Rewards*/
.icon--search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

 .search-trigger [class^=icon-]{
    font-size: 20px;
	 color:#fff !important;
}

.search-trigger button{
    margin: 14px 0;
    padding: 0 14px;
    border: none;
}

.search-trigger button {
    background: 0 0;
    color: inherit;
    box-shadow: none;
    line-height: 18px;
}

 .search-trigger>button:hover{
     color: #176db7;
}

.search-trigger>button .text{
    text-transform: uppercase;
}
/*mobile search popup*/
.icon--search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.triggeractive:before{
    content: "\e87f" !important;
    font-family: eicons !important;
}

.elementor-element .mobile-search-popup {
    display: none;
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #ccc;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
	width: 100%;
}

.mobile-search-popup .visible {
        display: block;
    }
    
.mobile-search-popup{
    top: 100%;
}

.trigger-overlay:visited, .trigger-overlay:focus, .trigger-overlay{
    border: none !important;
}
.mobile-search-popup .elementor-shortcode .is-search-form .is-search-icon{
        border:none;
    }
.mobile-search-popup .elementor-shortcode .is-search-form .is-search-input{
        height:48px;
        padding:14px;
    }
.mobile-search-popup .elementor-shortcode .is-search-form .is-search-submit{
        position: absolute;
        height: 48px;
        width: 48px;
        right: 2%;
    }
/*search button*/
.icon--search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

 .search-trigger [class^=icon-]{
    font-size: 20px;
}

.search-trigger button{
    margin: 14px 0;
    padding: 0 14px;
    border: none;
}

.search-trigger button {
    background: 0 0;
    color: inherit;
    box-shadow: none;
    line-height: 18px;
}

 .search-trigger>button:hover{
     color: #176db7;
}

.search-trigger>button .text{
    text-transform: uppercase;
}
/*store popup*/
.storemodal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	/*background-color: rgba(0,0,0,0.4);*/
}

.change-storepopup {
	display: none;
	z-index: 2;
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 1px solid #ccc;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 4px;
	width: 1000px;
	height:540px;
}

.change-storepopup .store-close {
	position: absolute;
	right: 5%;
	top: 0;
	font-weight: 900;
	font-size: 28px!important;
	color: #000 !important;
	padding: 5px 10px;
	border-bottom: none;
	cursor: pointer;
}

.sectionstore {
	background-color: transparent !important;
	border: none !important;
}
.pcp-carousel-wrapper .pcp-button-prev.top_right {
	top:78%;
	left:44% !important;
}
.pcp-carousel-wrapper .pcp-button-next.top_right {
		top:78%;
	right:44% !important;
}
.swiper-button-next, .swiper-button-prev {
	z-index:0 !important;
}
.swiper-pagination {z-index:0 !important;}  
#consent_blackbar{
	position:fixed;
	bottom:0;
	width:100%;
	left: 0;
	z-index: 9 !important;
}
img.truste_border_none.truste_cursor_pointer {
    width: 18%;
}
/* header logo shrink css */
.shrink > .elementor-widget-container {
    --e-transform-translateY: 0 !important; /* Smaller size */
	--e-transform-scale:none !important;
}
.shrink > .elementor-widget-container img {
    height: 38px !important; /* Smaller size */
}
li#findstore_empty i.fas.fa-map-marker-alt {
    display: none !important;
}
li#mystoresec i.fas.fa-map-marker-alt {
    display: none !important;
}
section.shoplocal-container {
    background: #00263E !important;
}
.footer-link a{
	color:#00263e;
}

/* Restricted ares popup CSS */
/* Popup container */

.popups {
  display: none;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 10px;
}
.popups h6{
	font-weight:bold;
}
.bv-content-summary-body-text .emoji {
  width: 20px !important;
  
}