a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0;box-sizing:border-box}a,button{border:none;outline:0;text-decoration:none;background-color:none}
body{
    background-color: #fff;
    font-family: "Roboto", sans-serif !important;
}
.main-bg{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    inset: 0;
}
.main-bg>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* header css */
.nav-u{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 1rem;
    position: fixed;
    top: 0;
    transition: 0.5s ease;
    z-index: 5;
}
.nav-act{
    padding: 12px 1rem;
}
.logo-area{
    width: 80px;
}
.logo-area>img{
    width: 100%;
}
.NavLinks{
    display: flex;
    align-items: center;
    gap: 7px;
}
.NavLinks>li{
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    margin-right: 10px;
}
.NavLinks >li:after{
    content: "";
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease;
}
.NavLinks >li:hover:after {
    width: 100%;
    background: #ffee32;
}
.NavLinks a{
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 10px;
    line-height: 20px;
    max-height: 40px;
    font-size: 18px;
    position: relative;
    display: block;
        font-family: "Roboto", sans-serif;
}
.NavLinks button{
    font-weight: 700;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 10px;
    border: none !important;
    line-height: 20px;
    max-height: 40px;
    font-size: 18px;
    position: relative;
    display: none;
    background-color:transparent !important;
}
.sp-anchor{
   /*
    background: #ffee32;
    color: #fff !important;
    border-radius: 5px;
	*/
}
.sp-anchor a {
    /*background: #ffee32;*/
    color: #ffee32 !important;
    border-radius: 5px;
} 

.NavLinks >li.sp-anchor:after {
    width: 100%;
    background: #ffee32;
}

.header-btns{
    display: flex;
    gap: 1rem;
}
 .header-btns a{  
 background: #ffee32;
 border:#ffee32 solid 1px;
 padding:12px 20px;
 border-radius:36px;
 font-weight: 600;
 text-transform: uppercase;
 color: #000;
 font-family: "Roboto", sans-serif;
}
.header-btns a:hover{
background:#000;
border-color:#000;
color:#ffee32;
}  
.header-btns a.find-location{
    background: none;
    color: #000;
border-color: #000;}

.header-btns a.find-location:hover{
     background: #ffee32;
 border:#ffee32 solid 1px;
}
.section-1{
    width: 100%;
}

.thelicking-banner{
        position: relative;
    height: calc(100vh - 100px);
    margin-top: 100px;
}
.thelicking-banner video{
    object-fit:cover;
}
.thelicking-banner .thelicking-banner-content{
    width: 60%;
    left: 0px;
    top:0px;
    height: 100%;
    position: absolute;
    z-index: 2; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e10000+0,ffffff+47&1+0,0+100 */
background: linear-gradient(to right, rgb(255 238 50) 0%, rgb(255 238 50 / 85%) 40%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

line-height: 1.4;
display: flex;
align-items: center;
padding-left: 40px;

}
.thelicking-banner .thelicking-banner-content h2{
    font-size: 5vw;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase;
font-family: "Roboto", sans-serif;
font-weight: 800;
}
.thelicking-banner .thelicking-banner-content p{
    font-size: 1.2vw;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.70);
font-family: "Roboto", sans-serif;
font-weight: 400;
width: 70%;
}

.thelicking-banner .thelicking-banner-content .tl-banner-btn a{
    background: #000;
    color: #ffee32;
    border-radius: 36px;
    padding: 12px 20px; 
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 15px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.thelicking-banner .thelicking-banner-content .tl-banner-btn a.see-menu-btn{
    background: #fff;
    color: #000;
}

.tl-home-our-location-sec{
    background: #ffee32;
    padding: 60px 40px;
    margin-top: 50px;
}

.tl-home-our-location-sec .tl-home-our-location-heading {
    margin-bottom: 20px;
}
.tl-home-our-location-sec .tl-home-our-location-heading h2 {
    font-size: 5vw;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 800;

}
.tl-home-our-location-sec .tl-home-our-location-heading h2 span{
    color: #fff;
    display: block;

}

.tl-home-our-location-sec .tl-home-our-location-row{
    display: flex;
    gap: 1.5rem;
}


.tl-home-our-location-sec .tl-home-our-location-row .tl-home-our-location-col{
    width: 50%;
    position: relative;
}

.tl-home-our-location-sec .tl-home-our-location-row .tl-home-our-location-col .tl-home-our-location-content{
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 20px;
    color: #fff;
    z-index: 2;
}
.tl-home-our-location-sec .tl-home-our-location-row .tl-home-our-location-col .tl-home-our-location-content h3{
    text-transform:uppercase;
    font-size:22px;
    font-weight:800;
}
/* ---------------------------------------- section one --- */
.sec1-row1{
    width: 100%;
    display: flex;
}
.link-yellow,.link-red{
    background-color: #ffee32;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    padding: 2.6rem;
    display: block;
    text-align: center; 
    text-transform: uppercase;
    transition: 0.5s ease;
}
.link-yellow{
    background-color: #ecc52d;
    color: #000;
}
.link-red{
    background-color: #ffee32;
    color: #fff;
}
.link-yellow:hover,.link-red:hover{
    background: #000;
    color: #fff;
}
.location-part{
    width: 100%;
    padding:5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;

}
.location-part>a ,.redirect-popup{
    padding: 16px 26px;
    background-color: #000;
    color: #fff;
    box-shadow: none;
    border-radius: 5px;
    letter-spacing: 2px;
    transition: 350ms;
    font-size: 20px;
    font-weight: bold !important;
    text-transform: uppercase;
    transition: 0.5s ease;
}
.location-part>a:hover  ,.redirect-popup:hover{
    background: #ffee32;
    color: #fff !important;
}
.empty-part{
    width: 100%;
    height: 350px;
}
.sec2row1{
    display: flex;
}
.col-left,.col-right{
    width: 50%;
    min-height: 700px;
}
.col-left>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.col-right>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.col-right>a{
    padding: 16px 26px;
    background-color: #000;
    color: #fff;
    box-shadow: none;
    border-radius: 5px;
    letter-spacing: 2px;
    transition: 350ms;
    font-size: 20px;
    font-weight: bold !important;
    text-transform: uppercase;
    transition: 0.5s ease;
}
.ham-area{
    display: none;
}
.col-right{
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
}
.redperchase-part{
    background-color: #ffee32;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.redperchase-part>h2{
    font-size: 70px;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.1;
}

/* ========================= footer  */
.footer{
    background-color: #000;
}
.madewith>a{
    background-color: #0a0a0a;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    font-size: inherit;
    border: none;
    padding: 0;
    transition: none;
    color: #e7e7e7;
    margin-top: -2px;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    padding: 1.2rem;
}

.store-listing{
        background: #000;
        padding:60px 0px;
        width: 100%;
        display: inline-block;
        float: left;
            }
    .store-listing .store-listing-inner {
        width: 60%;
        margin:  0 auto;
    }

        .store-listing .plates-store-product-box{
            float: left;
            width: 33.33%;
padding:20px 15px;
text-align: center;
}
.store-listing .plates-store-product-box a{
    color: #fff;
}
.store-listing .plates-store-product-box h3{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
.plates-store-product-content .price {
     
    color: #a09f9f !important; 
}
  .product-detail-page{
    background:#fff;
    padding: 130px 0px;
  }
.product-detail-page .content-area{
  width: 75%;
    margin: 0 auto;
}
.woocommerce div.product .product_title{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs{
padding-top:10px;
}
  .woocommerce div.product div.images img,.woocommerce-product-gallery__image{
    border-radius: 12px;
  }
.product_meta{
display: none !important;
    margin-bottom: 15px;
}
.product_meta a{
    color: #ffee32 !important;
    }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #ffee32 !important;
    font-size: 32px!important;
    font-weight: bold!important;
    margin-bottom: 10px;
}
.woocommerce-product-details__short-description p{
  font-size: 18px;
  line-height: 1.5;
}
.prduct-description p{
   font-size: 16px;
  line-height: 1.5;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 20px 0px;
    font-size: .92em; 
    width: 90%;
    margin: 0 auto;
}
.related.products{
        margin-top: 40px;
}

.related.products .related-product-heading{
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.related.products .product {

    text-align: center;
}
.related.products .product .button {
        display: none;
}
.related.products .product p{
display: none;

}
.related.products .product h2 {
    color:#000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.related.products .product h2 a{
    color: #000;
}
.woocommerce .related.products .product p.price, .woocommerce .related.products .product span.price {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    }
.woocommerce .container .woocommerce-breadcrumb {
     
    width: 100%; 
}
.woocommerce .quantity .qty {
    width: 4.631em;
    text-align: center;
    padding: 10px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background:#ffee32 !important;
    color: #fff !important;
    padding: 14px 25px;
}
.wcmp-report-abouse-wrapper{
    display: none;
}
  .woocommerce-tabs.wc-tabs-wrapper,.woocommerce .woocommerce-breadcrumb{
    display: none;
  }

.woocommerce-cart .content-area,.woocommerce-checkout .content-area{
    padding: 120px 0px;
    background:#fff;
}
.woocommerce-checkout .content-area .entry-title{
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
}
#order_review_heading{
    width: 48%;
    float: right;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
footer .social {
    background-color: #050505;
}
footer .social {
    text-align: center;
    padding: 10px 15px;
}
footer .social a, footer .social .a {
    display: inline-block;
    margin: 0 15px;
    font-size: 36px;
}
footer .social a svg {
    color: #fff;
}
footer .locations {
    padding: 30px 15px;
}
footer .custom-links {
    margin-bottom: 30px;
    padding: 0;
}
footer .custom-links li {
    list-style: none;
    text-align: center;
}
footer .custom-links li {
    list-style: none;
    margin-bottom: 20px;
}
footer .custom-links li a {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
footer .logo {
    padding: 30px;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.logo img{
 width: 375px;   
}
.jss281 {
    border-top: 1px solid #383D3E;
    text-align: center;
    padding-bottom: 32px;
}
.jss281 a, .jss281 .a {
    color: #E7E7E7;
    margin: 32px 16px 0px 16px;
    display: inline-block;
}
.jss281 a, .jss281 .a {
    color: #E7E7E7;
    margin: 32px 16px 0px 16px;
    display: inline-block;
}
.jss283 {
    margin-top: 16px;
}
.jss282 {
    height: 45px;
}
.container-popup{
    padding: 0 9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;
}
.head-popup{
    color: #000;
    font-weight: 600;
    font-size: 46px;
    text-transform: uppercase;
}
.popup-para{
    color: #000;
    font-size: 16px;
    text-align: center;
}
.redirect-popup{
    margin-bottom: 3rem;
}
.woocommerce-thankyou-order-received {
font-size:18px;
font-weight:bold;
padding-bottom:10px;
}
.woocommerce-thankyou-order-details.order_details li {
color:#ffee32;
font-size:14px;
}
.woocommerce-thankyou-order-details.order_details li strong {
color:#333;
}
.woocommerce-order-details .woocommerce-order-details__title {
font-size:18px;
font-weight:bold;
padding-bottom:10px;
}
.woocommerce-table--order-details.order_details th.woocommerce-table__product-name , .woocommerce-table--order-details.order_details th.woocommerce-table__product-table.product-total{
font-weight:bold;
border-bottom:1px solid #333;
}
.woocommerce-table__product-name.product-name a {
color:#ffee32;
}

.tl-our-best-seller{
    padding: 30px;
}

.tl-our-best-seller .tl-our-best-seller-row{
    display: flex;
    gap: 1.5rem;
}
.tl-our-best-seller .tl-our-best-seller-row .tl-our-best-seller-col{
    width: 50%;
    margin-bottom: 25px;
}
.tl-our-best-seller .tl-our-best-seller-row .tl-our-best-seller-content{
    padding: 40px;
}
.tl-our-best-seller .tl-our-best-seller-row .tl-our-best-seller-content  h2 {
    font-size: 5vw;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 800;

}
.tl-our-best-seller .tl-our-best-seller-row .tl-our-best-seller-content  h2 span{
    color: #ffee32;
    display: block;

}
.tl-our-best-seller .tl-our-best-seller-row .tl-our-best-seller-content p{
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.tl-our-best-seller .tl-our-best-seller-row .tl-our-best-seller-content a{
    background: #ffee32;
    padding: 12px 20px;
    border-radius: 36px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    color: #000;
    font-weight: 600;
}
.tl-home-menu-sec {
   padding: 60px 40px;
    display: inline-block;
    width: 100%;

}
.tl-home-menu-sec .tl-home-menu-heading {
    margin-bottom: 20px;
}
.tl-home-menu-sec .tl-home-menu-heading h2 {
    font-size: 5vw;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 800;

}
.tl-home-menu-sec .tl-home-menu-heading h2 span{
    color: #ffee32;
    display: block;

}
.tl-home-menu-sec .tl-home-menu-heading p{
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.tl-home-menu-sec .menu-item {
    float: left;
    width: 25%;
    padding: 10px;
}
.tl-home-menu-sec .menu-item .menu-item-inner{
border-radius:20px;
border:rgba(0, 0, 0, 0.15) solid 1px;
}

.tl-home-menu-sec .menu-item .menu-item-inner .item-img img{
    border-radius: 20px;
}

.tl-home-menu-sec .menu-item .cont-box{
  padding: 15px;  
}
.tl-home-menu-sec .menu-item .cont-box h3{
    font-weight: 600;
    font-size: 18px;
    margin-top: 0px;
    color: #000;
        min-height: 36px;
}
.tl-home-menu-sec .menu-item .cont-box h3 a{
    color:#000;
}
.tl-home-menu-sec .menu-item .cont-box .item-type{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    margin: 15px 0px;

}
.tl-home-menu-sec .menu-item .cont-box .menu-item-price-order{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 5px;
}

.tl-home-menu-sec .menu-item .cont-box .menu-item-price-order .item-price{
    color:#ffee32;
    font-size: 18px;
    font-weight: 600;
}

.tl-home-menu-sec .menu-item .cont-box .menu-item-price-order .view-detail-cta a{
    background:#ffee32 ;
    color: #000;
    padding: 8px 15px;
    border-radius: 36px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.tl-home-our-location-inner{
    display: flex;
    gap: 1rem;
}

.tl-home-our-location-inner .bhb-content{
    width: 50%;
}
@media (min-width:1580px) {
.prduct-description p {
  font-size: 18px;
  line-height: 1.6;
}
.product-detail-page {
  background: #fff;
  padding: 140px 0px;
}
.woocommerce div.product .product_title {
  font-size: 48px;
}
.store-listing .plates-store-product-box h3 {
  color: #000;
  font-size: 18px;
  }
  .store-listing .store-listing-inner {
  width: 52%;
}

.store-listing .plates-store-product-box .price{
    font-size: 18px;
}
}
@media (min-width:1750px) {
	.store-listing .store-listing-inner {
  		width: 48%;
	}
}
@media (max-width:1680px) {
    .redperchase-part>h2 {
        font-size: 60px;
    }
}
@media (max-width:1680px) {
    .col-left, .col-right {
        min-height: 560px;
    }
}

@media (max-width:1280px) {
    .hide-onsmall{
        display: none !important;
    } 
    .NavLinks button {
        display: block;
    }
    .link-yellow, .link-red {
        font-size: 22px;
    }
    .location-part>a {
        font-size: 18px;
    }
    .empty-part {
        height: 300px;
    } 
    .col-left, .col-right {
        min-height: 450px;
    }
    .logo img {
        width: 290px;
    }
}
@media (max-width:1080px) {
    .redperchase-part>h2 {
        font-size: 45px;
    }
}
@media (max-width:991px) {
    .location-part>a {
        font-size: 16px;
    }
    .location-part {
        padding: 4rem 1rem;
    }
    .link-yellow, .link-red {
        padding: 2rem;
    }
    .col-left, .col-right {
        min-height: 380px;
    }
    .col-right>a {
        font-size: 16px;
    }
    .redperchase-part>h2 {
        font-size: 40px;
    }
    .logo img {
        width: 200px;
    }
    .sec2row1{
        flex-direction: column !important;
    }
    .col-left,.col-right{
        width: 100%;
        min-height: auto;
    }
    .redperchase-part>h2 {
        font-size: 38px;
        text-align: center;
    }
    .ham-area{
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .ham-area .ham-u{
        background: transparent;
    }
    .NavLinks{
        display: none;
    }
    .container-popup {
        padding: 0 1rem;
    }
    .head-popup {
        font-size: 30px;
    }
    .popup-para {
        font-size: 14px;
    }
    .redirect-popup {
        font-size: 16px;
    }
}
@media (max-width:767px) {
    .row-dis{
        flex-direction: column;
    }
    .row-dis .col-md-4{
        width: 100% !important;
    }
    footer .logo {
        padding: 0;
        padding-bottom: 32px;
        margin: 0;
    }
}
@media (max-width:650px) {
    .thelicking-banner .thelicking-banner-content {
  width: 100%;
  text-align: center;
  padding: 0px;
}

.thelicking-banner .thelicking-banner-content h2 {
  font-size: 12vw;
}
.thelicking-banner .thelicking-banner-content p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  width: 78%;
  margin: 15px auto;
}
    .tl-our-best-seller .tl-our-best-seller-row .tl-our-best-seller-content {
  padding: 10px 0px;
}
.tl-our-best-seller .tl-our-best-seller-row .tl-our-best-seller-col {
  width: 100%;
  margin-bottom: 15px;
}
.tl-our-best-seller .tl-our-best-seller-row {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.thelicking-banner {
  position: relative;
  height: 60vh;
  margin-top: 0px;
}
.tl-our-best-seller .tl-our-best-seller-row .tl-our-best-seller-content h2,.tl-home-menu-sec .tl-home-menu-heading h2,.tl-home-our-location-sec .tl-home-our-location-heading h2 {
  font-size: 11vw;
}
.tl-home-our-location-sec .tl-home-our-location-row {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
.tl-home-our-location-sec .tl-home-our-location-row .tl-home-our-location-col {
  width: 100%;
  position: relative;
}
.tl-home-menu-sec .menu-item {
  float: left;
  width: 100%;
  padding: 10px 0px;
}
.tl-our-best-seller {
  padding: 20px;
}
    .header-btns{
        display: none !important;
    }
    .woocommerce-cart h1.entry-title { 
  font-size: 32px !important;
}
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
}
    .woocommerce-cart .content-area, .woocommerce-checkout .content-area {
  padding: 40px 0px;
}
.woocommerce-checkout .content-area .entry-title {
  font-size: 32px;
  }
    #order_review_heading {
  width: 100%;font-size: 18px;
}
    .become-vip-popup {
   width: 90%;
}

    .related.products .related-product-heading {
  font-size: 22px;
  margin-top: 40px;
}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  width: 100%;
  }
    .woocommerce div.product .product_title {
  font-size: 26px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
   font-size: 23px !important;
  }
  .prduct-description p {
  font-size: 14px;
  line-height: 1.5;
}
.product-detail-page .content-area {
  width: 90%;
  margin: 0 auto;
}
    .store-listing .store-listing-inner{
        width: 80%;
}
       .store-listing .plates-store-product-box{
            float: left;
            width: 100%;
   
padding: 15px;
text-align: center;
}
    .empty-part {
        height: 250px;
    }
}
@media (max-width:575px) {
    .link-yellow, .link-red {
        font-size: 18px;
        padding: 1.5rem;
    }
    .location-part>a ,.col-right>a{
        font-size: 14px;
    }
    .nav-u {
        position: sticky;
    }
}
@media (max-width:500px) {
    .logo-area {
        width: 80px;
    }
    .location-part {
        padding: 2rem 1rem;
    }
    .redirect-popup {
        font-size: 14px;
    }
}
@media (max-width:375px) {
    .redirect-popup {
        font-size: 12px;
    }
}
