
.home-new-bg{
    background-color: var(--buyer-home-new-bg);
}
.font-weight-700{
    font-weight: 700;
}
.category-tiles-section .category-sub-section{
     flex: 0 0 14.26666666666667%
    
}
@media screen and (max-width: 767px) {
    .category-tiles-section .category-sub-section{
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
    }
}
.home-categories-section{
    width: 100%;
    margin-top: 100px;
}
.home-search-cls{
    background: white;
    position: absolute;
    border: 1px solid var(--link-color2);
    width: 100%;
    height: 100%;
    max-height: 350px;
    border: 1px solid var(--link-color2);
    border-radius: 35px;
    border-top: 0;
    z-index: 9999;
}
.home-search-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .3;
}
.bodyoverflow{
    overflow: hidden;
}
/*Start Contextual Footer Links*/
.link-wrapper {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    max-width: 100%;
    margin: 0 0px 0 auto;
    color: #666666;
    padding: 15px 15px;
    background: white; 
    position: relative;
}
.link-wrapper h2, .link-wrapper h1 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.link-wrapper .d-flex {
    display: flex !important;
}
.link-wrapper a {
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
 .link-wrapper a:hover {
    color: #006CB5;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
.link-wrapper .list-none {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
}
.link-wrapper .d-inline {
    display: inline !important;
}
.link-wrapper .sublink {
    display: inline-block;
}
.link-wrapper .sublink:after {
    content: "|";
    padding: 0 4px;
}
.link-wrapper .list-none li:last-child .sublink:last-child:after {
    content: "";
}
/*End Contextual Footer Links*/
.headerSeearchBarBox-section .headerSeearchBarBox, .headerSeearchBarBox-section .headerSeearchBarBox.top-0{ 
	top:0!important;
}
 
@media screen and (min-width: 768px) and (max-width: 991px) {
	.category-tiles-section .category-sub-section{
   flex: 0 0 14.26666666666667%;
    min-width: 20%;
    }
}

.pdt-hover{
    position: absolute;
    border: 1px solid var(--link-color2);
    height: 146px;
    width: 100px;
    z-index: 0;
    background: white;
    border-radius: 25px;
}
.searchDiv .dropdown-menu{
    box-shadow: none!important;
    border:none!important;
}
.header-search-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .3;
}
.sidenav-mobile{
    width: 100%;
    z-index: 99;
}