body {
    position: relative;
    font-family: "Barlow", sans-serif;
    background: var(--white);
}

.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.container {
    max-width: 1170px;
}

:root {
    --white: #ffffff;
    --black: #000000;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: var(--black);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--black);
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a, button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover, button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* main page css start  */
.custom-container {
    max-width: 1650px;
}

.topbar {
    background: #f4f4f4;
    padding: 10px 0 0;
}

.topbar .topbuttons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.topbuttons .form-group {
    margin-bottom: 10px;
}

.topbuttons .form-group select {
    height: 3.125rem;
    font-size: 14px;
    color: #414141;
    border: none;
    background: transparent;
}

.topbuttons .form-group select option {
    font-size: 14px;
    color: #414141;
}

.topbuttons .addressgroup {
    display: flex;
    align-items: center;
}

.loginBtn {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
}

.loginBtn:hover {
    color: #202532;
}

.categoriesMain {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
}

.categoriesMain .phonebtns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.categoriesMain .phonebtns img {
}

.categoriesMain .phonebtns span {
    color: #666666;
    font-size: 1rem;
    font-weight: 400;
}

.categoriesMain .phonebtns span b {
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.categoriesMain .searchproduct {
    display: flex;
    align-items: center;
}

.categoriesMain .searchproduct .form-group {
    margin-bottom: 0;
}

.categoriesMain .searchproduct .form-group input {
    border: 1px solid #e3e3e3;
    height: 3.125rem;
    color: #999999;
    font-size: 1rem;
    font-weight: 400;
    width: 20rem;
}

.logobar {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0;
}

.categoriesMain .searchproduct .form-group input::placeholder {
    color: #999999;
    font-size: 1rem;
    font-weight: 400;
}

.categoriesMain .searchproduct .form-group select {
    height: 3.125rem;
    font-size: 14px;
    color: var(--black);
    font-weight: 500;
    border: 1px solid #e3e3e3;
    width: 10rem;
}

.categoriesMain .searchproduct .form-group select option {
    font-size: 14px;
    color: var(--black);
    font-weight: 500;
}

.categoriesMain .searchproduct .searchbtns {
    height: 3.125rem;
    background: #202532;
    border-radius: 0px 5px 5px 0px;
    font-size: 1rem;
    color: var(--white);
    width: 3.125rem;
    border: none;
}

.categoriesMain .searchproduct .searchbtns:hover {
    background: black;
}

.logobar .row {
    align-items: center;
}

header {
    padding: 1.25rem 0;
}

header .navbar-nav {
    gap: 2rem;
}

header .navbar-nav .nav-item {
}

header .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 600;
    color: #6c6c6c;
}

.BannerSection {
    background: #f4f4f4;
    padding: 3.125rem 0;
}

.oreoproduct {
    display: flex;
    align-items: center;
    gap: 6.25rem;
    background: #212127;
    border-radius: 20px;
    height: 100%;
}

.oreoproduct span {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    display: block;
    padding-left: 1.25rem;
}

.oreoproduct h1 {
    font-size: 1.563rem;
    font-weight: 400;
    color: var(--white);
    padding-left: 1.25rem;
}

.oreoproduct small {
    font-size: 15px;
    font-weight: 400;
    color: var(--white);
    padding-left: 1.25rem;
}

.oreoproduct ul {
    padding-top: 1rem;
}

.oreoproduct ul li {
    border-radius: 0px 50px 50px 0px;
    background: #eb2d2d;
    height: 3.125rem;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.oreoproduct ul li img {
    width: 100px;
    object-fit: contain;
    height: 35px;
}

.oreoproduct ul li span {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    padding-left: 10px;
    border-left: 1px solid black;
}

.oreoproduct ul .first {
}

.oreoproduct ul .second {
    background: #0071ce;
}

.oreoproduct ul .third {
    background: #134b97;
}

.oreoproduct ul .last {
    background: #cc0000;
}

.oreoproduct .morebtn {
    background: var(--white);
    color: #202532;
    border-radius: 3.125rem;
    padding: 7px 22px;
    margin-left: 1.5rem;
}

.newyorkInner {
    text-align: center;
    padding: 1rem 2.125rem 0.625rem;
    border-radius: 1.25rem;
}

.newyorkInner span {
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    display: block;
}

.newyorkInner h2 {
    font-size: 1.563rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0;
}

.newyorkInner small {
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    display: block;
}

.newyorkInner strong {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.newyorkInner strong img {
}

.newyorkInner strong + img {
    margin-top: -15px;
}

.advertisment-space {
    background: #d9d9d9;
    text-align: center;
    padding: 6rem 1.125rem;
    border-radius: 1.25rem;
    height: 95%;
}

.advertisment-space h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #4a4a4a;
    margin-bottom: 1.25rem;
}

.advertisment-space p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #4a4a4a;
}

.advertisment-space p a {
    font-weight: 700;
    color: #4a4a4a;
    text-decoration: underline !important;
}

.exploreInner {
    background: #0055bb;
    border-radius: 1.25rem;
    padding: 3.125rem 1.875rem 3.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 260px;
}

.exploreInner h3 {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--white);
}

.exploreInner .visitbtn {
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
    background: #212529;
    border-radius: 2rem;
    padding: 12px 24px;
    margin-top: 5px;
    display: inline-block;
}

.exploreInner .visitbtn:hover {
    color: var(--black);
    background: var(--white);
}

.productslider .slick-dots, .newyorkslider .slick-dots, .explore-slider .slick-dots {
    background: #e5e6f3;
    border-radius: 1rem;
    padding: 3px 0px 7px;
    margin: auto !important;
    width: 23%;
    bottom: 5px;
    right: 50%;
    transform: translate(60%, 0px);
}

.productslider .slick-dots li, .newyorkslider .slick-dots li, .explore-slider .slick-dots li {
    width: 7px;
    margin: 6px 5px;
    height: 7px;
}

.productslider .slick-dots li button, .explore-slider .slick-dots li button, .newyorkslider .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #b7b8c2;
    border-radius: 50%;
}

.productslider .slick-dots li.slick-active {
}

.productslider .slick-dots li.slick-active button, .explore-slider .slick-dots li.slick-active button, .newyorkslider .slick-dots li.slick-active button {
    background: var(--black);
}

.slick-dots li button:before {
    display: none;
}

.slick-prev:before {
    display: none;
}

.slick-next:before {
    display: none;
}

.productslider .slick-next {
    bottom: 13px;
    top: auto;
    right: 41%;
    z-index: 1;
    transform: translate(-50%, 0);
}

.productslider .slick-next p, .newyorkslider .slick-next p, .newyorkslider .slick-prev p, .explore-slider .slick-next p, .explore-slider .slick-prev p, .productslider .slick-prev p {
    font-size: 15px;
    color: var(--black);
}

.productslider .slick-prev {
    bottom: 13px;
    top: auto;
    left: 47%;
    z-index: 1;
    transform: translate(-50%, 0);
}

.newyorkslider .slick-dots {
    width: 50%;
}

.newyorkslider .slick-prev {
    bottom: 13px;
    top: auto;
    left: 40%;
    z-index: 1;
    transform: translate(-50%, 0);
}

.newyorkslider .slick-next {
    bottom: 13px;
    top: auto;
    right: 28%;
    z-index: 1;
    transform: translate(-50%, 0);
}

.productslider .slick-prev {
    bottom: 13px;
    top: auto;
    left: 47%;
    z-index: 1;
    transform: translate(-50%, 0);
}

.explore-slider .slick-dots {
    width: 20%;
}

.explore-slider .slick-prev {
    bottom: 13px;
    top: auto;
    left: 46%;
    z-index: 1;
    transform: translate(-50%, 0);
}

.explore-slider .slick-next {
    bottom: 13px;
    top: auto;
    right: 40%;
    z-index: 1;
    transform: translate(-50%, 0);
}

.fruit-inner {

    background-size: cover;
    border-radius: 1.25rem;
    padding: 1.563rem 1.25rem;
    min-height: 260px;
}

.fruit-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
}

.readbtn {
    color: var(--black);
    font-size: 12px;
    font-weight: 600;
}

.fruit-inner span {
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    margin-top: 70px;
}

.readbtn:hover {
    color: #eb2d2d;
}

.reviewinner {
    background: #212127;
    border-radius: 1.25rem;
    padding: 1.875rem 2rem;
    position: relative;
    text-align: center;
    min-height: 260px;
}

.reviewinner .quotesMain {
    position: absolute;
    left: 30px;
}

.reviewinner p {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 5px;
}

.reviewinner img {
    margin: auto;
}

.reviewinner span {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    display: block;
}

.reviewSlider .slick-dots {
    background: #e5e6f3;
    border-radius: 1rem;
    padding: 3px 0px 7px;
    margin: auto !important;
    width: 23%;
    bottom: 5px;
    right: 50%;
    transform: translate(60%, 0px);
}

.reviewSlider .slick-dots li {
    width: 7px;
    margin: 6px 5px;
    height: 7px;
}

.reviewSlider .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #b7b8c2;
    border-radius: 50%;
}

.reviewSlider .slick-dots li.slick-active button {
    background: var(--black);
}

.advert-blockThree {
    background: #d9d9d9;
    padding: 14px 20px;
    text-align: center;
    border-radius: 1.25rem;
}

.advert-blockThree h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #4a4a4a;
}

.advert-blockThree p {
    font-size: 1rem;
    font-weight: 500;
    color: #4a4a4a;
}

.advert-blockThree p a {
    font-weight: 700;
    color: #4a4a4a;
    text-decoration: underline !important;
}

header .navbar-nav .nav-item .nav-link img {
    margin-right: 5px;
}

.CategorieSection {
    padding: 3.125rem 0;
}

.parent-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.563rem;
}

.parent-head h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--black);
}

.parent-head .viewbtns {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.categorylists {
}

.categorylists ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.categorylists ul li {
}

.categorylists ul li a {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.categorylists ul li a img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
}

.categorylists ul li a span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--black);
    display: inline-block;
    margin-top: 10px;
}

.TrendingProduct {
    padding: 3.125rem 0;
}

.innproducts {
    border: 1px solid #eeeeee;
    padding: 10px 16px 24px;
    border-radius: 10px;
    margin-bottom: 1.25rem;
}

.innproducts figure {
    position: relative;
}

.innproducts figure span {
    width: 2.188rem;
    height: 2.188rem;
    border-radius: 50%;
    font-size: 10px;
    color: var(--white);
    text-transform: uppercase;
    position: absolute;
    background: #202532;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 1px;
}

.innproducts figure img {
    width: 210px;
    height: 193px;
    object-fit: contain;
}

.innproducts figure .prodBtn {
    width: 2.188rem;
    height: 2.188rem;
    background: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    color: black;
    font-size: 18px;
}

.innproducts h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0;
}

.innproducts p {
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    margin-bottom: 10px;
}

.innproducts small {
    font-size: 12px;
    color: #333333;
    font-weight: 500;
}

.innproducts small strong {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333333;
}

.innproducts figure .prodBtn:hover {
    background: black;
    color: white;
}

.AdvertismentSection .container {
    background: #d9d9d9;
    border-radius: 1.25rem;
    padding: 5rem 4.25rem;
}

.innadds {
    text-align: center;
}

.innadds img {
    margin-bottom: 1.25rem;
}

.innadds h4 {
    font-size: 3.125rem;
    font-weight: 700;
    color: #4a4a4a;
    margin-bottom: 1.25rem;
}

.innadds p {
    font-size: 1.375rem;
    font-weight: 400;
    color: #4a4a4a;
}

.innadds p a {
    font-weight: 600;
    color: #4a4a4a;
    text-decoration: underline !important;
}



.RegisterPopup .modal-content {
    border-radius: 1.25rem;
    position: relative;
}
.RegisterPopup .modal-content .close ,
.RegisterBrandShop .modal-content .close ,
.SignInPops .modal-content .close{
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 5px;
    color: var(--black);
    opacity: 1;
    z-index: 11;
    font-size: 2rem;
}
.RegisterPopup .modal-body{
    border-radius: 1.25rem;
    padding: 1.875rem 1.875rem 1.875rem;
    text-align: center;
}
.RegisterPopsInner{}
.RegisterPopsInner .parent-head{
    padding-bottom: 0;
    text-align: center;
    justify-content: center;
}
.RegisterPopsInner .parent-head h2 ,
.SignInPops h2,
.UserInner  h2{
    font-size: 2.188rem;
    font-weight: 700;
    text-transform: capitalize;
}
.RegisterPopsInner p{
    font-size: 1rem;
    font-weight: 400;
    color: #353535;
    max-width: 62%;
    margin: auto;
    margin-bottom: 1.25rem;
}
.RegisterPopsInner ul{}
.RegisterPopsInner ul li{
    margin-bottom: 10px;
}
.RegisterPopsInner ul li a{
    padding: 0.7rem 2rem;
    border-radius: 2.25rem;
    background: var(--white);
    border: 1px solid #B1B1B1;
    font-size: 1rem;
    font-weight: 400;
    color: #6C6C6C;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.RegisterPopsInner ul li a i{
    font-size: 24px;
    flex: 0 0 25%;
    text-align: justify;
    transition: 0.5s;
}
.RegisterPopsInner ul li .fbbtn{
    background: #1877F2;
    color: var(--white);
    border-color: var(--white);
}
.RegisterPopsInner ul li .googlebtn{
    color: #6C6C6C;
    border-color: #B1B1B1;
    font-weight: 500;
}
.RegisterPopsInner ul li .applebtn{
    background: var(--black);
    color: var(--white);
}
.RegisterPopsInner ul li span{
    position: relative;
}
.RegisterPopsInner ul li span small{
    width: 42%;
    display: inline-block;
    border: 1px solid #B1B1B1;
    position: relative;
    top: -3px;
}
.RegisterPopsInner ul li span small + small{}
.RegisterPopsInner ul li .emailbtn{
    justify-content: center;
    color: #1E1C1C;
    font-weight: 500;
    background: #F3F3F5;
    border-color: #F3F3F5;
}
.RegisterPopsInner ul li .googlebtn i {
    color: black;
}

.RegisterPopsInner ul li a:hover {
    background: black;
    color: white;
}

.RegisterPopsInner ul li a:hover i {
    color: white;
}
.RegisterPopsInner strong{
    font-size: 16px;
    color: #353535;
    font-weight: 400;
    display: block;
    text-align: justify;
    max-width: 85%;
    line-height: 20px;
}
.RegisterPopsInner strong a{
    color: #353535;
    text-decoration: underline !important;
 }
 .RegisterPopup .modal-content .close span ,
 .RegisterBrandShop .modal-content .close span i ,
  .RegisterPopup .modal-content .close span i {
    color: var(--black) !important;
    font-size: 2rem;
    opacity: 1;
}

.SignInPops .modal-content ,
.SignUpPops .modal-content,
.RegisterBrandShop .modal-content{
    border-radius: 2rem;
    position: relative;
}
.SignInPops .modal-body{
    padding: 3.125rem 1.875rem ;
    border-radius: 2rem;
}

.SigninPopsInner{}
.SigninPopsInner p{
    font-size: 1rem;
    font-weight: 400;
    color: #353535;
}
.SigninPopsInner p a{
    color: #353535;
    text-decoration: underline !important;


}
.SigninPopsInner {}
.SigninPopsInner  .form-group{}
.SigninPopsInner  .form-group input{
    height: 3.125rem;
    width: 100%;
    border-radius: 2.25rem;
    border: 1px solid #B1B1B1;
    background: var(--white);
    font-size: 1rem;
    font-weight: 500;
    color: #6C6C6C;
    padding-left: 1rem;
}
.SigninPopsInner  .form-group input::placeholder{
    font-size: 1rem;
    font-weight: 500;
    color: #6C6C6C;
}
 .form-buttons{

}
.form-buttons .signinButton{
    width: 100%;
    background: #111112;
    color: var(--white);
    padding: 0.7rem 1rem;
    border-radius: 2.25rem;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    margin-bottom: 1.25rem;
}
.form-buttons .signinButton:hover {
    background: #858585;
}


.AboutBuddy {
    background: #f6f6f6;
    padding: 5rem 0;
}

.about-txt {
}

.about-txt span {
    text-transform: uppercase;
    font-size: 1.563rem;
    font-weight: 600;
    color: var(--black);
    display: block;
}

.about-txt h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--black);
}

.aboutapps {
}

.aboutapps ol {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    justify-content: end;
}

.inneraboutbuddy {
    padding-top: 3rem;
}

.inneraboutbuddy img {
    margin-bottom: 1.25rem;
}

.inneraboutbuddy h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--black);
}

.inneraboutbuddy p {
    font-size: 1rem;
    color: #494949;
    font-weight: 500;
}

footer {
    background: #212127;
    padding-top: 5rem;
}

footer .subscribeContainer {
    padding-bottom: 5rem;
    border-bottom: 1px solid #555555;
}

.subscribe-letter {
    text-align: center;
}

.subscribe-letter h2 {
    font-size: 1.875rem;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}

.subscribe-letter p {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
    max-width: 70%;
    margin: auto;
    margin-bottom: 1.25rem;
}

.subscribe-letter .form-group {
    position: relative;
    width: 50%;
    margin: auto;
}

.subscribe-letter .form-group input {
    width: 100%;
    height: 3.125rem;
    background-color: var(--white);
    border-radius: 5px;
    font-size: 1rem;
    color: #999999;
    font-weight: 500;
}

.subscribe-letter .form-group input::placeholder {
    font-size: 1rem;
    color: #999999;
    font-weight: 500;
}

.subscribe-letter .form-group .subscribeBtn {
    width: 2.5rem;
    height: 2.5rem;
    background: #202532;
    border-radius: 50%;
    position: absolute;
    right: 11px;
    border: none;
    color: white;
    top: 5px;
}

.subscribe-letter .form-group .subscribeBtn:hover {
    background: var(--black);
    color: var(--white);
}

.foot-leftOne {
}

.foot-leftOne h4, .footlinks h4 {
    font-size: 1.563rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 1.25rem;
}

.foot-leftOne p {
    font-size: 1rem;
    color: #dfdfdf;
    font-weight: 500;
    margin-bottom: 1.875rem;
}

.footlinks {
}

.footlinks h4 {
}

.footlinks ul {
}

.footlinks ul li {
    margin-bottom: 1.25rem;
}

.footlinks ul li a {
    font-size: 1rem;
    color: var(--white);
    font-weight: 500;
}

.foolinksCOntain {
    padding: 5rem 0;
    border-bottom: 1px solid #555555;
    overflow: hidden;
}

.copyright {
    padding: 2.5rem 0 3rem;
    background: #212127;
}

.copyright p {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--white);
}

.copyright ol {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

.copyright ol li {
}

.copyright ol li a {
}

.toggle-bottom {
    background-color: #202532;
    border: 0px dashed #999;
    position: fixed;
    bottom: 0;
    width: 15%;
    right: 220px;
    padding: 12px;
    text-align: center;
    margin: auto;
    border-radius: 10px 10px 0 0;
}

.bottomList {
    color: #999;
    display: none;
    line-height: 30px;
    list-style: none;
    margin: auto;
    padding: 10px;
    text-align: center;
    width: 150px;
}

.toggle {
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 100%;
    width: auto;
}

.toggle div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #999;
    height: 5px;
    margin: 10px auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.toggle.on .one {
    -ms-transform: rotate(45deg) translate(12px, 13px);
    -webkit-transform: rotate(45deg) translate(12px, 13px);
    transform: rotate(45deg);
    transform-origin: 20% 40%;
}

.toggle.on .two {
    opacity: 0;
}

.toggle.on .three {
    -ms-transform: rotate(-45deg) translate(7px, -10px);
    -webkit-transform: rotate(-45deg) translate(7px, -10px);
    transform: rotate(-45deg) translate(7px, -10px);
}

.toggle span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.bottomList li a {
    font-weight: 600;
    font-size: 12px;
    color: var(--white);
}

.bottomList li p {
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
}

.innercatMain {
    background: #f9f9f9;
    border-radius: 0.625rem;
    min-height: 520px;
    margin-bottom: 2rem;
}

.innercatMain figure {
}

.innercatMain figure img {
    border-radius: 0.625rem 0.625rem 0 0;
}

.innercatMain .catemaintext {
    padding: 1.25rem 1.25rem;
    margin-bottom: 2rem;
}

.innercatMain .catemaintext h3 {
    font-size: 1.563rem;
    font-weight: 700;
    color: var(--black);
}

.innercatMain .catemaintext ul {
}

.innercatMain .catemaintext ul li {
    margin-bottom: 0.625rem;
}

.innercatMain .catemaintext ul li a {
    font-size: 1rem;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
}

.innercatMain .catemaintext ul li a .SeeCatelist {
    font-size: 1rem;
    font-weight: 600;
    color: var(--black);
    margin-top: 1rem;
    display: inline-block;
}

.categorySection {
    padding: 3.125rem 0;
}

.StoreSection {
    padding: 3.125rem 0;
}

.Innstore {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.Innstore figure {
    position: relative;
}

.Innstore figure > img {
    border-radius: 0.625rem 0.625rem 0 0;
}

.Innstore figure figcaption {
    width: 5rem;
    height: 5rem;
    background: var(--white);
    position: absolute;
    left: 30px;
    bottom: -40px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    display: flex;
    align-items: center;
    padding: 6px;
    justify-content: center;
}

.Innstore figure figcaption img {object-fit: contain;width: 100%;height: 100%;}

.Innstore .abtStore {
    padding: 2.5rem 1.875rem 1.25rem;
    margin-bottom: 3.125rem;
    min-height: 22rem;
}

.Innstore .abtStore .abthead {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    justify-content: space-between;
    padding-bottom: 1.563rem;
}

.Innstore .abtStore .abthead h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--black);
}

.Innstore .abtStore .abthead .abtButton {
}

.Innstore .abtStore .abthead .abtButton .inventbtn {
    background: #202532;
    color: var(--white);
    padding: 10px 10px;
    border-radius: 31px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.Innstore .abtStore .abthead .abtButton .inventbtn + .inventbtn {
}

.Innstore .abtStore .abthead .abtButton .inventbtn:hover {
    background: white;
    color: black;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.Innstore .abtStore span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #535353;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
}

.Innstore .abtStore span p {
    font-size: 1rem;
    font-weight: 400;
    color: #535353;
    margin: 0;
}

.Innstore .abtStore span + span {
    border: none;
    padding-top: 10px;
}

.Innstore .abtStore span + span p {
}

.StoreDetailsBanner {
    padding: 3.125rem 0;
}

.innerbannerStore {
}

.innerbannerStore img {
    border-radius: 1.25rem;
}

.StoreBann-Details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -4rem;
    padding: 0 4rem;
}

.StoreBann-Details span {
    width: 7.5rem;
    height: 7.5rem;
    background: var(--white);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.StoreBann-Details span img {
}

.StoreBann-Details .storeBtn {
    color: var(--white);
    background: #202532;
    padding: 1rem 2rem;
    border-radius: 4rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.StoreBann-Details .storeBtn:hover {
    background: black;
    color: var(--white);
}

.StoreProducts {
    padding: 6.25rem 0;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 1.875rem;
    outline: none;
    font-size: 1rem;
    /* margin-left: 12px; */
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
    font-weight: 500;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 4px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--black);
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 4px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 2px solid var(--black);
    background: var(--white);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    border: 2px solid var(--black);
    background: var(--white);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}

.filterMain {
}

.filterMain h3 {
    font-size: 1.563rem;
    color: var(--black);
    font-weight: 500;
}

.filterMain span {
    display: block;
    color: #474747;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.625rem;
}

.FilterFormstore .form-check {
    margin-bottom: 5px;
}

.FilterFormstore .form-check input {
    height: 20px;
    width: 20px;
    margin-left: -1.563rem;
}

.FilterFormstore .form-check label {
    font-size: 1rem;
    color: #444444;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.FilterFormstore .form-check label small {
    font-size: 1rem;
    font-weight: 400;
    color: #888888;
}

.PriceRadiofilter {
    margin-bottom: 2.5rem;
}

.FilterFormstore .form-group {
    position: relative;
}

.FilterFormstore .form-group i {
    position: absolute;
    left: 16px;
    top: 16px;
}

.FilterFormstore .form-group input {
    height: 3.125rem;
    border-radius: 3rem;
    border: 1px solid #C7C7C7;
    font-size: 1rem;
    font-weight: 500;
    color: #9E9E9E;
    padding-left: 2.5rem;
}

.FilterFormstore .form-group input::placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #9E9E9E;
}

.FilterFormstore .form-group input:focus {
    box-shadow: none;
    border-color: var(--black) ;
}

.FilterFormstore a {
    color: #444444;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline !important;
    display: block;
    margin-top: 1rem;
}

.ShowMoreInner {
    text-align: center;
    padding-top: 3.125rem;
}

.ShowMoreInner .Showbtn {
    font-size: 14px;
    background: #E4E4E4;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    padding: 14px 25px;
    border-radius: 40px;
    display: inline-block;
}

.ShowMoreInner .Showbtn:hover {
    background: black;
    color: white;
}

.regularityProducts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.regularityProducts span {
    font-size: 1rem;
    color: #474747;
    font-weight: 500;
}

.regularityProducts .form-group {
}

.regularityProducts .form-group select {
    border: none;
    font-size: 1rem;
    font-weight: 500;
    color: #474747;
}

.regularityProducts .form-group select option {
    font-size: 1rem;
    font-weight: 500;
    color: #474747;
}

.StoreLocations {
    padding: 3.125rem 0;
}

.innstoredetails {
    padding: 10px 0;
}

.innstoredetails span {
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
}

.innstoredetails span a {
    font-size: 1rem;
    color: #535353;
    font-weight: 400;
}

.mainstorelocations {
    padding: 1.25rem 1.25rem;
    border: 1px solid #C2C2C2;
    border-radius: 10px;
    margin-bottom: 1.563rem;
}

.mainstorelocations .innerlocators {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.mainstorelocations .innerlocators span {
    width: 3.75rem;
    height: 3.75rem;
    background: #1F1F1F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.mainstorelocations .innerlocators span i {
    color: white;
}

.mainstorelocations .innerlocators .centerlocator {
}

.mainstorelocations .innerlocators .centerlocator b {
    font-size: 1rem;
    color: #535353;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.mainstorelocations .innerlocators .centerlocator b small {
    font-weight: 500;
    font-size: 1rem;
}

.mainstorelocations .innerlocators .centerlocator p {
    font-size: 1rem;
    color: #676767;
    font-weight: 500;
    margin-bottom: 4px;
}

.mainstorelocations .innerlocators .centerlocator strong {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #535353;
}

.mainstorelocations .innerlocators .centerlocator p.timestore {
    color: #535353;
}

.mainstorelocations .storelocationcta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px 80px;
}

.mainstorelocations .storelocationcta .storenumber b {
    font-weight: 600;
}

.mainstorelocations .storelocationcta .storenumber {
    font-size: 1rem;
    font-weight: 500;
    color: #535353;
}

.mainstorelocations .storelocationcta .storeBtn {
    background: #202532;
    padding: 5px 15px;
    color: var(--white);
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2rem;
}

.locateSection {
    padding: 3.125rem 0;
}

.dealsdetails {
}

.dealsdetails b {
    background: #FD771E;
    font-size: 14px;
    font-weight: 600;
    color: #202532;
    border-radius: 1.563rem;
    padding: 4px 10px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0px;
}

.dealsdetails b img {
    width: auto;
    height: auto;
}
.toggle.on i:before{
    content: "\f077";
}




.priceproductTxt ul {
    padding-top: 1rem;
}

.priceproductTxt ul li {
    border-radius: 0px 50px 50px 0px;
    background: #eb2d2d;
    height: 3.125rem;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.priceproductTxt ul li img {
    width: 100px;
    object-fit: contain;
    height: 35px;
}

.priceproductTxt ul li span {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    padding-left: 10px;
    border-left: 1px solid black;
}

.priceproductTxt ul .first {
}

.priceproductTxt ul .second {
    background: #0071ce;
}

.priceproductTxt ul .third {
    background: #134b97;
}

.priceproductTxt ul .last {
    background: #cc0000;
}

.priceproductTxt .morebtn {
    background: var(--black);
    color: var(--white);
    border-radius: 3.125rem;
    padding: 7px 15px;
    text-transform: uppercase;
    margin-left: 1.5rem;
}

.innerpriceprodts{
    display: flex;
    align-items: end;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 1.25rem 0;
}
.childpriceprod {
    padding: 0 1.25rem;
}
.childpriceprod span{
    font-size: 1rem;
    font-weight: 600;
    color: var(--black);
}
.childpriceprod h6{
    font-size: 1.125rem;
    font-weight: 500;
    color: #252525;
    margin-bottom: 0;
}
.childpriceprod small{
    font-size: 15px;
    color: #6D6D6D;
}

.priceproductTxt .morebtn:hover {
    background: #474747;
}
.innerpriceprodts figure img {
    position: relative;
    right: 40px;
    z-index: -1;
}

.productParent figure {
    padding: 1rem;
    text-align: center;
    border: 1px solid #EEEEEE;
    border-radius: 1.25rem;
    position: relative;
}

.productParent figure img {
    width: 450px;
    height: 450px;
    object-fit: contain;
    border-radius: 1.25rem;
}

.slider-nav img {
    width: 125px;
    height: 115px;
    object-fit: cover;
    border: 1px solid #707070;
}

.slider-nav .slick-slide {
    padding: 5px;
}

.slider-nav .slick-slide.slick-current.slick-active img {
    border: 1px solid var(--main-color);
}

.slider-for .slick-arrow ,
.slider-nav .slick-arrow{
    display: none !important;
}

.slider-for .slick-dots ,
.slider-nav .slick-dots{
    display: none !important;
}
.innerproduct-detail figure {
    text-align: center;
    margin-bottom: 10px;
    /* padding: 10px; */
    border: 1px solid #EEEEEE;
    border-radius: 1.25rem;
    overflow: hidden;
}

.innerproduct-detail figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ProductDetailSection{
    padding: 3.125rem 0;
}
.ProductDetailSection
    span{
    font-size: 1rem;
    font-weight: 500;
    color: #454545;
}
.ProductDetailSection
    span b{
    font-weight: 400;
    color: #454545;
    font-size: 1rem;
}
.ProductDetailSection
    h4{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--black);
}
.ProductDetailSection
    ol{
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}
.ProductDetailSection
    ol li{
    padding: 0 0.625rem;
    border-right: 1px solid #C0C0C0;

}
.ProductDetailSection
    ol li:last-child{
    border: none;
}
.ProductDetailSection
    ol li a{
    color: #313131;
    font-size: 1rem;
    font-weight: 500;
}
.ProductDetailSection
    ol li a i{
    color: #313131;
}
.ProductDetailSection
    p{
    font-size: 1rem;
    color: #525252;
    margin-bottom: 1rem;
}
.ProductDetailSection  .readbtn{
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline !important;
    color: var(--black);
    display: block;
    margin-bottom: 1.25rem;
}
.ProductDetailSection
    strong {
    font-size: 1.125rem;
    font-weight: 500;
    color: #525252;
}
.ProductDetailSection
    strong small{
    font-weight: 500;
    color: var(--black);
}
.ProductDetailSection .secondrows{
    padding-top: 3.125rem;
}
.ProductdetailsTabs{}
.ProductdetailsTabs .nav-tabs{
    border: none;
    gap: 1rem;
}
.ProductdetailsTabs .nav-tabs .nav-item{}
.ProductdetailsTabs .nav-tabs .nav-item .nav-link.active{
    color: black;
    border-bottom: 2px solid black !important;
    border: none;
}
.ProductdetailsTabs .nav-tabs .nav-item .nav-link{
    font-size: 1.25rem;
    font-weight: 500;
    color: #606060;
    border-bottom: 2px solid transparent;
}
.ProductdetailsTabs .nav-tabs .nav-item .nav-link:hover {
    border-color: transparent;
}
.price_availabilty{
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1rem;
}
.price_availabilty .form-group{}
.price_availabilty .form-group
    select{
    height: 2.75rem;
    background: var(--white);
    font-size: 1rem;
    font-weight: 500;
    color: #4D4D4D;
    border-radius: 1.875rem;
}
.price_availabilty .form-group
    select option{
    font-size: 1rem;
    font-weight: 500;
    color: #4D4D4D;
}
.tabstore-direction{
    padding: 1.25rem 23px 0.875rem;
    border-radius: 1rem;
    background: white;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 2rem;
}
.inntabstore{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.25rem;
}
.tabstorehead{
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.tabstorehead
    span{
    width: 65px;
    height: 65px;
    background: #F3F3F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabstorehead span img{}
.tabstorehead
    h4{
    font-size: 1.563rem;
    font-weight: 500;
    color: var(--black);
}
.inntabstore .directionstore{
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    background: #030303;
    border-radius: 3.125rem;
    padding: 0.625rem 2rem;
}

.inntab_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.25rem;
    border-top: 1px solid #E2E2E2;
}
.inntab_bottom
    p{margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
    color: #3A3A3A;}
.inntab_bottom
    ul{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.inntab_bottom
    ul li{
    font-size: 15px;
    color: #3A3A3A;
    border-right: 1px solid #DCDCDC;
    padding: 0 10px;
}
.inntab_bottom
    ul li:last-child{
    border: none;
}
.inntab_bottom
    ul li a{
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--black);
}

.inntabstore{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.25rem;
}
.tabstorehead{
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.tabstorehead span{
    width: 65px;
    height: 65px;
    background: #F3F3F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabstorehead span img{}
.tabstorehead h4{
    font-size: 1.563rem;
    font-weight: 500;
    color: var(--black);
}
.inntabstore .directionstore{
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    background: #030303;
    border-radius: 3.125rem;
    padding: 0.625rem 2rem;
}

.inntab_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.25rem;
    border-top: 1px solid #E2E2E2;
}
.inntab_bottom p, .inntab_bottom a{
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
    color: #3A3A3A;
}
.inntab_bottom ul{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.inntab_bottom ul li{
    font-size: 15px;
    color: #3A3A3A;
    border-right: 1px solid #DCDCDC;
    padding: 0 10px;
}
.inntab_bottom ul li:last-child{
    border: none;
}
.inntab_bottom ul li a{
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--black);
}
.productHistory{
    padding-top: 2rem;
}
.productHistory ul{
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.productHistory ul li{}
.productHistory ul li a.active{
    background: #030303;
    color: var(--white);
}
.productHistory ul li a{
    border: 1px solid #030303;
    border-radius: 2rem;
    background: var(--white);
    font-size: 14px;
    font-weight: 500;
    color: #030303;
    text-transform: uppercase;
    padding: 0.625rem 1rem;
    display: inline-block;
}
.productHistory ul li a i{
    margin-right: 6px;
}
.productHistory ul li a:hover{
    background: var(--black);
    color: var(--white)
}
.productHistory .MonthsHistory{
    justify-content: center;
    padding: 2rem 0 0;
}
.productHistory .MonthsHistory li a{
    padding: 0.625rem 2rem;
}

.tab_detailsProductMain{
    padding-top: 2rem;
}
.tab_detailsProductMain h4 ,
.specsTabs h4{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.tab_detailsProductMain p{
    font-size: 1rem;
    font-weight: 500;
    color: #454545;
    margin-bottom: 1.25rem;
}
.tab_detailsProductMain ul{}
.tab_detailsProductMain ul li{
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #454545;
}
.innerspecs{
    padding-top: 1rem;
    border-bottom: 1px solid #C0C0C0;
}
.innerspecs b{
    font-size: 1.375rem;
    font-weight: 500;
    color: 151414;
}
.innerspecs p{}



.dealinndetails b {
    background: #FD771E;
    font-size: 14px;
    font-weight: 600;
    color: #202532;
    border-radius: 1.563rem;
    padding: 4px 12px;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    right: 12px;
    display: flex;
    align-items: center;
}

.dealinndetails b img {
    width: auto;
    height: auto;
    border-radius: 0;
    object-fit: none;
}
.MapInnerSection{
    padding: 3.75rem 0;
}
.retailer_head{
    background: #202532;
    padding: 1.875rem 1.563rem;
    border-radius: 1rem 1rem 0 0;
}
.retailer_head h2{
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    margin: 0;
}

.leftlocator{
    /* padding: 1.125rem 0; */
    background: #F6F6F6;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.leftlocator ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 1rem;
}
.leftlocator ul li{
    padding: 0 5px;
}
.leftlocator ul li a{
    font-size: 1rem;
    font-weight: 500;
    color: #202532;
    background: #DBDBDB;
    padding: 4px 16px;
    border-radius: 1.563rem;
    display: inline-block;
    transition: 0.5s;
}
.leftlocator ul li a.active{
    background: var(--black);
    color: var(--white);
}
.leftlocator ul li a:hover {
    background: var(--black);
    color: var(--white);

}
.leftlocator .form-group{
    margin-top: 1.563rem;
    border-bottom: 1px solid #DCDCDC;
    padding: 0 1.875rem 0 1.875rem;
    padding-bottom: 1rem;
}
.leftlocator .form-group input{
    height: 3.125rem;
    font-size: 1rem;
    color: #AEAEAE;
    font-weight: 500;
    border-radius: 1.875rem;
    background: var(--white);
    border: none;
    padding-left: 1rem;
}
.leftlocator .form-group input::placeholder{
    font-size: 1rem;
    color: #AEAEAE;
    font-weight: 500;
}
.retailerDirection ol{
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 1.875rem;
    border-bottom: 1px solid #AEAEAE;
    padding-bottom: 1rem;
}
.retailerDirection ol li{
    padding: 0 10px;
}
.retailerDirection ol li a.active{
    color: #202532;
}
.retailerDirection ol li a{
    color: #AEAEAE;
    font-size: 1.125rem;
    font-weight: 600;
    color: #AEAEAE;
}
.sm-directs{
    padding: 0.625rem 1.875rem 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid  #DDDDDD;
}
.sm-directs h4{
    font-size: 1.125rem;
    font-weight: 600;
    color: #202532;
}
.sm-directs h4 i{
    color: #202532;
    font-size: 1.125rem;
    margin-right: 10px;
}
.sm-directs p{
    font-weight: 400;
    font-size: 1.125rem;
    color: #696969;
}
.sm-directs span{
    font-size: 1.125rem;
    color: #696969;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.sm-directs span a{
    font-size: 1.125rem;
    font-weight: 600;
    color: #202532;
}
.mapMain {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    left: -17px;
    z-index: -1;
}

.AboutSection{
    padding: 6.25rem 0;
}

.sideraBarMain ul{
    background: #F3F3F3;
    padding: 1.875rem 1.563rem 1rem;
    border-radius: 0.985rem;
}
.sideraBarMain ul li {
    margin-bottom: 1rem;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 1rem;
}
.sideraBarMain ul li  a{
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--black);
}

.aboutText{}
.aboutText h3{
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--black);
}
.aboutText h4{
    font-size: 1.875rem;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 1rem;
}
.aboutText p{
    color: #444242;
    font-size: 1rem;
    font-weight: 500;

}
.aboutText ul{}
.aboutText ul li ,
.aboutText ul li a{
    color: #444242;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.innerblogs{
    margin-bottom: 2rem;
}
.innerblogs img{
    border-radius: 1rem;
}
.innerblogs figure {
    position: relative;
}
.innerblogs figure span{
    background: var(--black);
    font-size: 1.125rem;
    font-weight: 600;
    padding: 5px  19px;
    display: inline-block;
    border-radius: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--white);
}
.innerblogs .blog-txt{
    padding: 1.563rem 1.25rem 1rem;
}
.innerblogs .blog-txt h5{
    font-size: 1.563rem;
    font-weight: 600;
    color: var(--black);
}
.innerblogs .blog-txt strong{
    font-size: 1.125rem;
    font-weight: 500;
    color: #171717;
}
.innerblogs .blog-txt p{
    font-size: 1rem;
    font-weight: 400;
    color: #7D7D7D;
}
.innerblogs .blog-txt .readbtns{
    font-size: 1.125rem;
    font-weight: 500;
    color: #171717;
}
.innerblogs .blog-txt .readbtns i{
    margin-left: 10px;
    transition: 0.5s;
}
.innerblogs .blog-txt .readbtns:hover i {
    transform: translateX(15px);
}

.aboutText ol {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.aboutText img {
    margin: 1.563rem 0;
}

.blogDetailsSection{
    padding: 6.25rem 0;
}

.blogBreadcrumb{}
.blogBreadcrumb ul{
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}
.blogBreadcrumb ul li{
    padding: 0 13px;
    border-right: 1px solid #A5A5A5;
    font-size: 1rem;
    font-weight: 500;
    color: var(--black);
}
.blogBreadcrumb ul li:last-child{
    border: none;
}
.blogBreadcrumb ul li a{
    font-size: 1rem;
    font-weight: 500;
    color: var(--black);
}
.blogDetailsImages img{
    border-radius: 1rem;
}

.blog-detailText{}
.blog-detailText small{
    font-size: 1rem;
    font-weight: 400;
    color: #444242;
    display: block;
    margin-bottom: 1rem;
}
.blog-detailText h4{
    font-size: 1.563rem;
    font-weight: 600;

}
.blog-detailText span{
    font-size: 1.125rem;
    font-weight: 500;
    color: #171717;
    display: block;
    margin-bottom: 1rem;
}
.blog-detailText p{
    font-size: 1rem;
    font-weight: 400;
    color: #7D7D7D;

}
.blog-detailText p + p{}
.blog-detailText p + p + p{}

/* page css end  */

.round {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 3px;
    background: #F3F3F3;
}

.round img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.img-rounded {}

.avatar-dashboard {
    text-align: center;
    margin-bottom: 1.5rem;
}

.img-rounded {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #dddddd;
}
.img-rounded .letter {
    font-size: 2.5rem;
    font-weight: 600;
    color: black;
}
a.profile-name {
    font-size: 25px;
    color: black;
    font-weight: 500;
}


.myaccount-tab-menu.nav a {
    display: block;
    padding: 20px;
    font-size: 16px;
    align-items: center;
    width: 100%;
    font-weight: bold;
    color: inherit;
    border-radius: 0;
    border: 1px solid #25282a;
    margin-bottom: 15px;
    font-family: var(--heading--font-family);
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
}

.myaccount-tab-menu.nav a.active {
    background: #ff5900;
    color: white;
}

section.dashboardSection {
    padding: 25px 0px;
}
.myaccount-tab-menu.nav a {
    display: block;
    padding: 20px;
    font-size: 16px;
    align-items: center;
    width: 100%;
    font-weight: bold;
    color: inherit;
    border-radius: 0;
    border: 1px solid #25282a;
    margin-bottom: 15px;
    font-family: var(--heading--font-family);
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
}

section.dashboardSection {
    padding: 25px 0px;
}

.myaccount-tab-menu.nav a:hover {
    background: #000000;
    color: white;
}

.myaccount-tab-menu.nav a.active {
    background: #000000;
    color: white;
}
.web-btn{
    background: #202532;
    color: var(--white);
    padding: 10px 10px;
    border-radius: 31px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

a.card-anchor {
    color: black;
}


a.new-list-add {
    text-transform: none;
    background: #F3F3F5;
    color: black;
    font-size: 14px;
}

.create-new-list {
    display: flex;
    justify-content: center;
}
.new-list-content {
    text-align: left;
}


.button-row {
    display: flex;
}

.button-row button {
    width: 50%;
    margin: 0 2px;
}

.cancel-left-button {
    background: #F3F3F5;
    color: black;
    border: 0;
}

.cancel-left-button:hover {
    background: #202532;
    color: white;
}


.list-content-inner a {
    color: black;
    font-weight: 600;
    font-size: 25px;
}

.list-content .inner-list {
    display: flex;
    justify-content: space-between;
}

.go-to-list-div a {
    color: black;
}

.go-to-list-div a:hover {
    text-decoration: underline;
}
ul.lists {
    list-style: none;
    padding: 0 1.5rem;
}

ul.lists a {
    padding: 0 !important;
    border: 0 !important;
    color: black !important;
}

ul.lists a:hover {
    background: white !important;
}

.innproducts a {
    color: black;
}

#map{
    position: relative;
    width: 100%;
    overflow: scroll;
    height: 100%;
}
ul.stores-button {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 1rem;
}

ul.stores-button li {
    flex: 0 0 50%;
    text-align: center;
}

ul.stores-button button {
    background: #d0d0d0;
    border: navajowhite;
    width: 100%;
    margin-bottom: 0.5rem;
    border-radius: 15px;
    padding: 4px 0;
    display: flex;
    justify-content: center;
}
div#store-locations {
    height: 500px;
    overflow-y: scroll;
}


button.store-button.active {background: black;color: white;}

.img-box {
    width: 30px;
    height: auto;
    position: absolute;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.tab_detailsProductMain table {
    width: 100% !important;
}

table.specification-table {
    border: 1px solid;
}

table.specification-table td {
    border: 1px solid;
    padding: 10px 10px;
}

.image-box {
    width: 100px;
    height: 100px;
}

.image-box img {
    object-fit: cover;
    width: 100%;
}

.specification-div {
    margin-top: 1rem;
}
.foot-leftOne.aboutText * {
    color: white;
}