.container {
    max-width: 1423px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

@media (max-width:1699px) {
    .container {
        padding: 0px 30px;
    }

    .business-inquiries-section .container.container-sm {
        max-width: 560px !important;
    }
    .pdp-banner-section .container.container-sm {
        max-width: 1180px !important;
    }
}

@media (max-width:1439px) {
    .nav-manu ul li {
        margin-right: 67px;
    }
    .banner-logo img {
        max-width: 230px;
    }
    .banner-logo {
        margin-bottom: 40px;
    }
    .slider-content-absolute h1 {
        font-size: 40px;
    }
    .home-banner .slider-content-absolute {
        max-width: 525px;
    }
    .section {
        padding: 60px 0px;
    }
    .heading h2 {
        font-size: 28px;
        min-width: 415px;
        min-height: 58px;
    }
    .catalog-img-card > img {
        max-width: 205px;
    }
    .catalog-small-img {
        top: -36px;
        width: 99px;
        height: 99px;
    }
    .we-are-section {
        padding: 80px 0px;
    }
    .we-are-content h2 {
        font-size: 32px;
    }
    .find-us-wrap h2 {
        font-size: 42px;
    }
    .catalog-wrap {
        row-gap: 100px;
    }
    .business-inquiries-section .container.container-sm {
        max-width: 720px !important;
    }
    .location-list-item {
        width: calc(34.33% - 28px);
    }
    .pdp-banner-section .catalog-holder>.catalog-img-card>img {
        width: 100%;
        max-width: 100%;
    }
    .banner-section.about-banner {
        height: 274px;
    }
}

@media (max-width:1279px) {
    .banner-section {
        height: calc(100vh - 175px);
    }
    .catalog-content-card h3 {
        font-size: 18px;
    }
    .catalog-small-img {
        top: -45px;
        right: 24px;
    }
}

@media (max-width:1199px) {
    h2 {
        font-size: 30px;
    }
    .container {
        padding: 0px 26px;
    }
    .header-wrapper {
        position: relative;
    }
    .main-nav {
        position: static;
    }
    .logo {
        bottom: 0;
    }
    .main-nav .menu-bar {
        display: block;
    }
    .mobile-menu .menu-bar {
        right: 10px;
        top: 20px;
    }
    /************ // MOBILE MENU CSS START // ***********************/
    .menu-bar {
        width: 38px;
        height: 30px;
        position: absolute;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        right: 0;
        top: 31px;
        z-index: 1111;
    }
    .menu-bar span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: #E9B43D;
    }
    .menu-bar span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
        background: #E9B43D;
    }
    .menu-bar span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }
    .menu-bar span:nth-child(1),
    .menu-bar span:nth-child(2) {
        top: 0px;
    }
    .menu-bar span:nth-child(3),
    .menu-bar span:nth-child(4) {
        top: 13px;
    }
    .menu-bar span:nth-child(5),
    .menu-bar span:nth-child(6) {
        top: 26px;
    }
    .menu-bar span:nth-child(3) {
        /* width: 40%;
        left: 4px; */
    }
    .menu-bar span:nth-child(5) {
        /* width: 29%;
        left: 9px; */
    }
    .mobile-menu .menu-bar span:nth-child(1),
    .mobile-menu .menu-bar span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #E9B43D;
    }
    .mobile-menu .menu-bar span:nth-child(2),
    .mobile-menu .menu-bar span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #E9B43D;
    }
    .mobile-menu .menu-bar span:nth-child(1) {
        left: 5px;
        top: 7px;
    }
    .mobile-menu .menu-bar span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }
    .mobile-menu .menu-bar span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }
    .mobile-menu .menu-bar span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }
    .mobile-menu .menu-bar span:nth-child(5) {
        left: 5px;
    }
    .mobile-menu .menu-bar span:nth-child(6) {
        left: calc(50% - 5px);
    }
    .mobile-menu .menu-bar span:nth-child(6),
    .mobile-menu .menu-bar span:nth-child(5) {
        top: 16px;
        width: 50%;
    }
    .mobile-menu .menu-bar {
        background: none;
        position: fixed;
    }
    .navigation {
        background: #000;
        position: fixed;
        top: 0;
        padding-top: 70px;
        right: -150%;
        width: 100%;
        height: 100%;
        z-index: 99;
        transition: .7s;
        -webkit-transition: .7s;
        -moz-transition: .7s;
        overflow-y: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 92px;
        margin: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    body.mobile-menu .navigation {
        display: block;
        right: 0;
    }
    .nav-manu {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .navigation ul {
        display: block;
        width: 100%;
    }
    .navigation ul li {
        padding: 0;
        margin: 0 0 33px;
        position: relative;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        line-height: 30px;
    }
    .nav-manu ul li:last-child {
        margin-right: 0;
    }
    .navigation ul>li::before {
        display: none;
    }
    .navigation .menu-item-has-children>a::before {
        display: none;
    }
    .menu-item-has-children::after {
        content: "\f107";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 48px;
        transition: 0.4s;
        font-family: FontAwesome;
        color: #fff;
        padding: 0;
        z-index: 111;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        display: flex !important;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        opacity: 1;
    }
    .navigation ul li.menu-item-has-children {
        padding-right: 0;
    }
    .navigation ul li.current-menu-item>a {
        color: #E9B43D;
    }
    .navigation ul>li>a {
        display: inline-block;
        border-top: none;
        padding: 0;
        color: #fff;
        text-align: center;
    }
    .navigation .moblelogo {
        display: block;
        background: #000;
        padding: 10px 20px 42px;
        text-align: center;
    }
    .menu-item-has-children::before {
        display: none;
    }
    .navigation .moblelogo img {
        max-width: 136px;
    }
    .navigation ul>li>a::after {
        display: none;
    }
    .nav-manu ul li a:hover {
        color: #E9B43D;
    }
    .navigation ul li ul.sub-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .navigation ul li ul.sub-menu.in {
        position: static;
        max-width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        display: block;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }
    .navigation ul li ul.sub-menu li {
        width: 100% !important;
        padding: 0;
        border-bottom: none;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
    }
    .navigation ul li ul.sub-menu li:hover {
        background-color: inherit;
    }
    .navigation ul li ul.sub-menu li.current-menu-item {
        background-color: inherit;
    }
    .navigation ul li ul.sub-menu li.current-menu-item a {
        color: #01a4ec;
    }
    .navigation ul li ul.sub-menu li a {
        padding: 14px 15px 14px 30px;
        font-weight: 500;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
    }
    .navigation ul li ul.sub-menu li a:hover {
        color: #fff;
    }
    .navigation ul li ul.sub-menu ul.sub-menu {
        width: 100%;
        padding: 0;
    }
    .navigation ul li ul.sub-menu ul.sub-menu li a {
        padding-left: 40px;
    }
    nav.mobile-scroll {
        display: block;
        width: 100%;
    }
    .login-nav {
        width: 100%;
        padding: 14px 20px;
        border-top: 1px #6a6a6a solid;
        display: none;
    }
    /************ // MOBILE MENU CSS END // ***********************/

    .banner-section {
        height: inherit;
        min-height: 500px;
    }
    .bg-attachment {
        background-attachment: unset !important;
    }
    .home-banner .slider-content-absolute {
        max-width: 355px;
    }
    .home-banner .slider-content-absolute .banner-logo img {
        max-width: 145px;
    }
    .slider-content-absolute h1 {
        font-size: 30px;
        line-height: normal;
        margin: 0;
    }
    .banner-logo {
        margin-bottom: 28px;
    }
    .section {
        padding: 40px 0px;
    }
    .heading h2 {
        font-size: 20px;
        min-width: 295px;
        min-height: 52px;
    }
    .catalog-item {
        width: 33.33%;
        padding: 0 15px;
    }
    .catalog-small-img {
        top: -15px;
        right: 44px;
    }
    .catalog-wrap {
        row-gap: 50px;
        padding-top: 22px;
    }

    .we-are-section {
        padding: 60px 0px;
    }
    .we-are-logo-holder {
        margin-bottom: 40px;
    }
    .we-are-logo-holder img {
        max-height: 90px;
        max-width: 140px;
    }
    .we-are-content h2 {
        font-size: 30px;
    }
    .find-us-section {
        height: 340px;
    }
    .find-us-wrap h2 {
        font-size: 30px;
    }

    .find-us-section {
        height: 410px;
    }
    .catalog-content-card h3 {
        font-size: 18px;
        line-height: normal;
    }
    .blog-item .catalog-content-card {
        padding: 0px 8px;
    }
    .catalog-item.blog-item {
        width: calc(35% - 50.28px);
    }
    .about-section .we-are-logo-holder img {
        max-height: none;
        max-width: 100%;
    }
    .about-section .we-are-right-col {
        width: 588px;
    }
    .banner-section.about-banner {
        height: 220px;
    }
    .location-banner .we-are-logo-holder img {
        max-height: 100%;
        max-width: 100%;
    }
    .location-list-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .pdp-banner-section .we-are-left-col {
        width: 332px;
    }
    .pdp-banner-section .we-are-right-col {
        width: 571px;
    }
    .pdp-banner-section .we-are-content p{
        width: 100%;
    }
    .pdp-banner-section .catalog-small-img {
        width: 140px;
        height: 140px;
        top: -37px;
    }
    .location-list {
        margin-top: 35px;
        row-gap: 40px;
        padding-bottom: 60px;
    }
    .header-social-info {
        display: block;
        text-align: center;
        margin: 0 0 50px;
    }
    .header-social-info a {
        color: #fff;
        font-size: 21px;
        margin: 0 10px;
    }
    .section.catalog-section {
        padding-bottom: 40px;
    }
    .tabbing-menu-fillter {
        margin: 0 0 50px;
    }
    .footer-col4:nth-child(2) {
        width: 466px;
    }
    .nav-manu {
        width: 100%;
        justify-content: center;
    }
    .login-nav {
        display: block !important;
        text-align: center;
        border-top: 0;
        padding: 0 !important;
    }
    .age-gate-logo {
        width: 100px;
        margin: 25px auto 7px;
    }
    .age-gate-info-card h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .age-gate-info-card p {
        font-size: 16px;
        line-height: 26px;
    }
    .age-gate-holder {
        width: auto;
        max-width: 390px;
        padding: 0px;
        row-gap: 18px;
    }
    .default-content h1.entry-title {
        font-size: 28px;
        line-height: normal;
        margin: 0 0 24px;
    }
    .default-content .entry-content h1, .default-content .entry-content h2, .default-content .entry-content h3, .default-content .entry-content h4, .default-content .entry-content h5, .default-content .entry-content h1 {
        font-size: 20px;
        line-height: normal;
    }
}

@media (max-width:1023px) {
    .banner-section {
        min-height: 420px;
    }
    .catalog-img-card > img {
        max-width: 175px;
    }
    .catalog-small-img {
        top: -15px;
        right: 28px;
        width: 79px;
        height: 79px;
    }
    .we-are-left-col {
        width: 323px;
    }
    .we-are-right-col {
        width: 380px;
    }

    .find-us-section {
        height: 310px;
    }
    .catalog-item.blog-item {
        width: 33.33%;
        padding: 0 15px;
    }
    .catalog-wrap.blog-wrap {
        column-gap: 0;
        row-gap: 30px;
    }
    .blog-item .catalog-content-card h3 {
        font-size: 14px;
        line-height: normal;
    }
    .blog-item .catalog-content-card {
        padding: 0px 0;
    }
    .footer-col4:nth-child(2) {
        width: 100%;
        order: 3;
    }
    .footer-col4:nth-child(1) {
        width: 160px;
        margin: 0 auto;
        text-align: center;
        order: 2;
    }
    .copyright-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        row-gap: 5px;
    }
    .footer-social-info ul {
        justify-content: center;
    }
    .footer-info.footer-menu {
        margin-bottom: 0;
        margin-top: 63px;
    }
    .section.site-footer {
        padding-bottom: 54px;
        padding-top: 44px;
    }
    .footer-menu ul {
        column-count: initial;
    }
    .footer-menu ul li:last-child {
        margin-left: 0;
    }
    .footer-menu ul li {
        margin-bottom: 0;
        text-align: center;
        padding-top: 0;
        margin-top: 24px;
    }
    .footer-col4:nth-child(3) {
        width: 100%;
        margin: 0;
        order: 1;
    }
    .footer-form {
        max-width: 244px;
        margin: 0 auto 58px;
    }
    .footer-form .heading {
        text-align: center;
    }
    .copyright-wrapper {
        flex-wrap: wrap;
    }
    .copyright-left {
        width: 100%;
        text-align: center;
    }
    .copyright-right {
        width: 100%;
        text-align: center;
    }
    .copyright-right ul li:first-child::before {
        display: none;
    }
    .copyright-right ul li:first-child{
        margin-left: 0;
        padding-left: 0;
    }
    .about-section.our-product-top-section .we-are-left-col {
        width: 240px;
    }
    .about-section .we-are-left-col {
        width: 240px;
        margin: 0;
    }
    .about-section .we-are-right-col {
        width: calc(100% - 240px);
        padding-left: 30px;
        text-align: left;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 0px 0 15px;
    }
    .we-are-content p {
        margin-bottom: 15px;
    }

    .business-inquiries-form-wrap .footer-join-wrap .form-control, .business-inquiries-form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 26px;
    }
    .location-banner .we-are-left-col {
        width: 244px;
    }
    .location-banner .we-are-right-col {
        width: calc(100% - 244px);
        padding-left: 40px;
        text-align: left;
    }
    .location-list-item {
        width: calc(33% - 28px);
    }
    .pdp-banner-section .we-are-content p{
        font-size: 14px;
        margin-top: 16px;
    }
    .pdp-banner-section .we-are-content h2{
        width: 100%;
    }
    .pdp-banner-section .catalog-small-img {
        width: 100px;
        height: 100px;
        border-width: 4px;
        top: -17px;
    }
    .we-are-section {
        padding: 40px 0px;
    }
    .pdp-banner-section .pick-up-btn {
        margin: 10px 0px 18px 0px;
    }
    .map-card {
        height: 370px;
    }
    .location-list {
        margin-top: 35px;
        row-gap: 24px;
        padding-bottom: 50px;
    }
    .banner-section.about-banner {
        height: 170px;
    }
}

@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {
    .map-card {
        height: 280px;
    }
    .age-gate-content {
        padding-top: 120px;
    }
    .age-gate-logo {
        width: 70px;
        margin: 20px auto 7px;
    }
    .age-gate-info-card h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .age-gate-info-card p {
        font-size: 14px;
        line-height: 23px;
    }
    .age-gate-holder {
        max-width: 340px;
    }
}

@media (max-width:767px) {
    .login-nav {
        padding: 14px 15px;
    }
    .logo {
        width: 70px;
    }

    .menu-bar {
        top: 20px;
    }
    .home-banner .slider-content-absolute .banner-logo img {
        max-width: 189px;
    }

    .home-banner .slider-content-absolute {
        max-width: 320px;
    }
    .banner-section {
        min-height: 424px;
    }
    .we-are-content h2 {
        font-size: 30px;
        text-align: center;
    }
    .we-are-logo-holder img {
        max-height: 110px;
        max-width: 190px;
    }
    .find-us-wrap h2 {
        font-size: 30px;
        line-height: normal;
    }
    .heading h2 {
        font-size: 18px;
        min-width: 265px;
        min-height: 39px;
    }
    .we-are-right-col {
        width: 100%;
    }
    .we-are-section {
        padding: 40px 0px;
    }
    .we-are-wrap {
        flex-direction: column-reverse;
    }
    .we-are-left-col {
        width: 323px;
        margin: 25px auto 0;
    }
    .catalog-item {
        width: 50%;
    }
    .about-section .we-are-left-col {
        width: 265px;
        margin: 0 auto 30px;
    }
    .business-inquiries-section .container.container-sm {
        max-width: 547px !important;
    }
    .business-inquiries-heading h3 {
        font-size: 26px;
        margin-bottom: 15px;
        line-height: normal;
    }
    .form-group.group-half {
        width: 46%;
    }
    .location-banner .we-are-left-col {
        margin: 0px;
    }
    .location-list-item {
        width: calc(50% - 28px);
    }

    .pdp-banner-section .we-are-left-col {
        width: 240px;
        margin: 14px auto 20px auto;
    }

    .pdp-banner-section .we-are-right-col {
        width: 100%;
        text-align: center;
    }
    .pdp-banner-section .we-are-content h2 {
        padding: 0px;
        line-height: normal;
    }
    .tag-btn {
        justify-content: center;
    }
    .pdp-banner-section .we-are-right-col{
        padding-left: 0px;
    }
    .location-banner.we-are-section {
        padding-bottom: 0;
    }
    .zip-code-wrap {
        padding: 35px 25px 35px;
    }
    .form-group.submit-btn input.btn-border {
        min-width: 150px;
    }
    .map-card {
        height: 260px;
    }
    .location-list {
        margin-top: 25px;
        row-gap: 22px;
        padding-bottom: 40px;
    }
    .heading {
        margin-bottom: 20px;
    }
    .business-inquiries-section .heading {
        margin-bottom: 30px;
    }
    .business-inquiries-heading {
        margin-bottom: 40px;
    }
    .section {
        padding: 36px 0px;
    }
    .section.catalog-section {
        padding-bottom: 36px;
    }
    .our-product-top-section .we-are-wrap {
        flex-direction: column;
    }
    .about-section .we-are-right-col {
        width: 100%;
        padding-left: 0;
        text-align: left;
    }
    .about-section.our-product-top-section .we-are-left-col {
        width: 265px;
        margin: 0 0 30px;
    }
    .about-section .we-are-content h2 {
        margin-bottom: 25px;
    }
    .location-banner .we-are-wrap {
        flex-direction: column;
    }
    .location-banner .we-are-right-col {
        width: 100%;
        padding-left: 0;
        text-align: left;
    }
    .location-banner .we-are-left-col {
        margin: 0px 0 25px;
    }
    .location-banner .we-are-content h2 {
        margin: 0 0 22px;
    }
    .zip-code-form {
        text-align: center;
    }
    .zip-code-form .footer-join-wrap .form-control {
        text-align: center;
        padding-right: 0;
    }
    .about-section .we-are-wrap {
        flex-direction: column;
    }
    .blog-page-section .heading {
        margin-bottom: 30px;
    }
    .blog-page-section .catalog-item.blog-item {
        width: 50%;
    }
    .blog-details-wrapper h2 {
        margin: 20px 0px 20px 0px;
        line-height: normal;
        font-size: 18px;
    }
    .blog-details-card-box {
        width: calc(50% - 3px);
    }
    .blog-details-img-card {
        margin: 20px 0px 0px 0px;
        column-gap: 6px;
        row-gap: 6px;
    }
    .blog-details-section {
        margin: 36px 0px 42px 0px;
    }
    .pdp-banner-section .pick-up-btn {
        margin: 40px 0px 30px 0px;
        text-align: center;
    }
    .age-gate-content {
        padding-top: 120px;
    }
    .age-gate-logo {
        width: 70px;
        margin: 20px auto 7px;
    }
    .age-gate-info-card h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .age-gate-info-card p {
        font-size: 14px;
        line-height: 23px;
    }
    .age-gate-holder {
        max-width: 340px;
    }
    .age-gate-btn-wrap button {
        padding: 20px;
        font-size: 14px;
    }
    .default-content .location-banner.we-are-section {
        padding: 40px 0;
    }
}

@media (max-width:575px) {
    .catalog-item {
        padding: 0 10px;
    }
    .catalog-img-card > img {
        max-width: 100%;
    }
    .catalog-small-img {
        right: 0;
    }
    .catalog-img-card {
        max-width: 100%;
        margin: 0 auto;
    }
    .catalog-wrap {
        row-gap: 35px;
        padding-top: 0;
    }
    .we-are-logo-card {
        justify-content: center;
        column-gap: 47px;
        flex-wrap: wrap;
        row-gap: 22px;
    }
    .we-are-logo-holder img {
        max-height: 100px;
        max-width: 170px;
    }
    .we-are-logo-holder {
        margin-bottom: 45px;
    }
    .we-are-content p {
        margin-bottom: 14px;
    }
    .catalog-item.blog-item {
        width: 100%;
        padding: 0;
    }
    .heading {
        margin-bottom: 36px;
    }
    .blog-item .catalog-content-card h3 {
        font-size: 18px;
        line-height: normal;
    }
    .blog-item .catalog-content-card {
        padding: 0px 0;
        max-width: 100%;
        margin: 15px auto 0;
    }
    .catalog-see-btn {
        margin-top: 20px;
    }
    .find-us-section {
        height: 270px;
    }
    .about-section .we-are-right-col {
        width: 100%;
        padding-left: 0;
        text-align: left;
    }
    .banner-section.about-banner {
        height: 150px;
    }

    .business-inquiries-section .heading {
        margin-bottom: 25px;
    }

    .business-inquiries-heading h3 {
        font-size: 20px;
    }

    .business-inquiries-heading p {
        font-size: 14px;
    }

    .form-group.group-half {
        width: 100%;
    }
    .business-inquiries-section .form-group.submit-btn {
        margin-top: 6px;
    }
    .business-inquiries-heading {
        margin-bottom: 30px;
    }
    .location-banner .we-are-left-col {
        margin: auto;
    }
    .location-banner .we-are-right-col {
        width: 100%;
        padding-left: 0px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .location-list-item {
        width: 100%;
        padding: 0 20px;
    }
    .location-list-info h3 {
        padding: 0;
        font-size: 16px;
        line-height: normal;
    }
    .pdp-banner-section .we-are-left-col {
        width: 295px;
    }
    .pdp-banner-section .btn-border.pick-up {
        width: 310px;
    }

    .business-inquiries-form-wrap .footer-join-wrap {
        row-gap: 25px;
    }
    .tabbing-menu-fillter {
        margin: 0 auto 40px;
        max-width: 325px;
    }
    .tabbing-menu-fillter ul li {
        padding: 6px 6px;
    }
    .location-list-info h6 {
        line-height: normal;
        margin-bottom: 8px;
    }
    .location-list-info {
        max-width: 276px;
    }

    .blog-page-section .catalog-item.blog-item {
        width: 100%;
    }
    .age-gate-content {
        padding: 0 15px;
    }
    .age-gate-info-card {
        padding: 0px 32px 9px;
    }
}
