html {
    font-size: 62.5%
}

:root {
    --heading-color: #4A2F2F;
    --primary: #BE1522;
    --secondary: #FFC033;
    --bss_yellow: #ffc033;
    --bss_red: #b9040d;
    --bss_grey: #666;
    --bss_brown: #754b33
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Slab', serif
}

.product {
    list-style: none
}

@media(max-width:568px) {
    html {
        font-size: 50%
    }
}

.bs-searchbar {
    width: 100%;
    padding: 20px;
    background: #f4f5f6;
    position: absolute;
    transition: 320ms;
    transform: translateX(-100%);
    visibility: hidden;
    z-index: 10000
}

.animate-searchbar {
    transform: translateX(0);
    visibility: visible
}

.bs-account-name {
    text-transform: capitalize;
    position: relative;
    font-size: 1.4rem;
    cursor: pointer
}

.bs-account-name>p {
    margin-bottom: 0;
    text-decoration: underline
}

.bs-searchbar-mobile {
    display: none
}

.bs-top-account {
    position: absolute;
    height: auto;
    width: max-content;
    background: var(--primary);
    color: #fff;
    padding: 12px;
    z-index: 1;
    right: 0;
    display: none;
    display: none;
    z-index: 10000
}

.bs-top-account li {
    list-style: none;
    padding: 4px 12px
}

.bs-top-account li>a {
    margin-right: 0 !important;
    text-decoration: none
}

.bs-account-name:hover .bs-top-account {
    display: block
}

.max_width_bss {
    max-width: 1200px;
    margin: auto
}

.bss_top_navbar_wrapper {
    background-color: var(--bss_red);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
}

.bss_top_nav_contact {
    display: flex;
    justify-content: end
}

.bss_top_nav_contact img {
    width: 25px
}

.bss_top_nav_contact a {
    color: #fff !important;
    text-decoration: underline;
    font-size: 1.4rem
}

.bss_top_nav_contact a:nth-child(1) {
    margin-right: 30px;
    text-decoration: none !important
}

.bss_top_navbar_container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bss_top_navbar_container a {
    color: #fff !important;
    font-size: 1.4rem;
    padding-right: 2px;
    position: relative
}

.bss_top_navbar_container a p {
    margin-bottom: 0
}

.bss_navbar_icons_container {
    display: flex;
    color: #000;
    margin-top: auto;
    margin-bottom: auto;
    position: relative
}

.bss_navbar_icons_container img {
    height: 17px;
    width: 17px
}

.bss_navbar_icons_container a {
    margin-left: 26.5px
}

.bss_bottom_nav_items_container ul {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    list-style-type: none
}

.bss_bottom_nav_items_container ul li {
    margin-right: 38px;
    padding-top: 24px;
    padding-bottom: 21px
}

.bss_bottom_nav_items_container ul li a {
    color: var(--bss_grey);
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.bss_bottom_nav {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto
}

.bss_bottom_nav_wrapper {
    background-color: var(--bss_yellow)
}

.bss_logo_container {
    width: 75px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto
}

.bss_logo_container img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.hamburger {
    margin-top: auto;
    margin-bottom: auto;
    display: none;
    cursor: pointer
}

@media (max-width:1200px) {
    .bss_bottom_nav_items_container {
        display: none
    }

    .bss_navbar_icons_container {
        display: none
    }

    .bs-searchbar {
        display: none
    }

    .bs-searchbar-mobile>.dgwt-wcas-search-wrapp {
        width: 400px
    }

    .hamburger {
        display: block;
        width: 20px;
        height: 20px;
        margin-top: auto;
        margin-bottom: auto
    }

    .hamburger img {
        width: 100%;
        height: 100%
    }

    .bs-searchbar-mobile {
        display: block
    }

    .show-menu-nav {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 100
    }

    .bss_bottom_nav_items_container ul {
        flex-direction: column;
        position: absolute;
        left: 0;
        padding-left: 32px;
        top: 128px;
        background: #ffc033;
        width: 100%;
        padding-bottom: 24px
    }

    .bss_bottom_nav_items_container ul li {
        padding-bottom: 0
    }

    .bss_bottom_nav {
        padding-top: 5px;
        padding-bottom: 3px;
        align-items: center
    }
}

@media (max-width:992px) {
    .bss_navbar_icons_container a {
        margin-left: 8px;
        margin-right: 8px
    }

    .bss_bottom_nav_items_container ul {
        padding-left: 16px
    }
}

@media (max-width:782px) {
    .bss_bottom_nav_items_container ul {
        top: 143px
    }
}

@media (max-width:568px) {
    .bs-searchbar-mobile>.dgwt-wcas-search-wrapp {
        width: 200px;
        min-width: 100px
    }

    .bss_top_nav_contact>a:nth-child(1) {
        display: none
    }
}

@media (max-width:408px) {
    .bs-searchbar-mobile>.dgwt-wcas-search-wrapp {
        width: 150px
    }
}

.baishnav-banner-overlay-container {
    width: 100%;
    height: 370px;
    position: relative
}

.baishnav-banner-image-container {
    width: 100%;
    height: 100%;
    position: relative
}

.baishnav-banner-image-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.baishnav-image-overlay {
    background: rgba(217, 31, 41, .2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.baishnav-banner-text {
    color: #fff;
    max-width: 1200px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%)
}

.baishnav-banner-text-wrapper {
    width: max-content;
    position: relative;
    border: .3rem solid #fff;
    padding: 40px
}

.baishnav-banner-text-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -28px;
    right: -28px;
    margin: 14px;
    border: .1rem solid #fff
}

.baishnav-banner-text-container {
    margin-top: -18px
}

.baishnav-banner-text-container>h1 {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
    font-weight: 700
}

.baishnav-banner-text-container>p {
    font-size: 1.2rem;
    margin-bottom: 1.2rem
}

@media(max-width:1200px) {
    .baishnav-banner-text-wrapper {
        margin-left: 16px;
        padding: 28px
    }

    .baishnav-banner-text-container>h1 {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
        font-weight: 700
    }
}

.product-section {
    padding-top: 7.5rem;
    max-width: 1200px;
    margin: auto
}

.product-section-container>h2 {
    text-align: center;
    margin-bottom: 4.2rem;
    font-weight: 600;
    font-size: 4.6rem;
    text-transform: uppercase;
    color: var(--heading-color)
}

.product-container {
    width: 100%;
    height: 42rem;
    position: relative;
    margin-bottom: 5rem
}

.product-image {
    position: relative;
    width: 100%;
    height: 70%;
    background: #f91826;
    background: radial-gradient(circle, #f91826 0, #b5121b 100%)
}

.product-image>img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-description {
    text-align: center;
    padding: 2.8rem 0;
    background: #ffc033;
    color: var(--heading-color);
    text-transform: uppercase;
    height: 30%
}

.product-description>h2 {
    font-size: 1.8rem
}

.product-weight {
    font-size: 1.4rem;
    opacity: .6;
    margin-bottom: .4rem
}

.product-price {
    font-size: 1.4rem;
    font-weight: 700
}

.bs-button {
    padding: .6rem 3.2rem;
    border: 2px solid var(--primary);
    font-weight: 600;
    font-size: 2rem;
    color: var(--primary);
    text-decoration: none;
    width: max-content;
    margin: auto;
    display: block;
    margin-bottom: 6rem;
    transition: ease-out .5s;
    -webkit-transition: ease-out .5s;
    -moz-transition: ease-out .5s;
    position: relative
}

.bs-button::after,
.bs-button::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s
}

.bs-button::after {
    top: -9px;
    left: -9px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent
}

.bs-button::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent
}

.bs-button:hover::after,
.bs-button:hover::before {
    width: 3rem;
    height: 3rem;
    border-color: var(--primary)
}

.bs-button:hover {
    text-decoration: none;
    color: var(--primary)
}

.slick-dots li button:before {
    font-size: 1.2rem !important
}

.slick-dots {
    text-align: right !important;
    padding-right: 1rem !important
}

.slick-dots li {
    margin: 0 !important
}

.slick-next,
.slick-prev {
    display: none !important
}

.baishnav-tab-menu {
    max-width: 1200px;
    margin: auto;
    padding-top: 2rem
}

.bs-home-tab-menu {
    padding-top: 7.4rem;
    padding-bottom: 7.4rem
}

.baishnav-tab-menu>p {
    color: var(--heading-color);
    text-align: center;
    opacity: .8;
    font-size: 2rem;
    font-weight: 400
}

.baishnav-tab-menu>h2 {
    text-align: center;
    margin-bottom: 4.2rem;
    font-weight: 600;
    font-size: 4.6rem;
    text-transform: uppercase;
    color: var(--heading-color)
}

.baishnav-tab-menu-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.baishnav-tab-menu-lists>.slick-slider {
    display: block !important
}

.baishnav-tab-menu-items p {
    width: 25%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5rem;
    position: relative;
    cursor: pointer;
    color: var(--heading-color)
}

.baishnav-tab-menu-items>p:hover::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    width: inherit;
    background: var(--primary);
    height: 4px;
    left: 50%;
    transform: translate(-50%)
}

.tab-active {
    position: relative
}

.bs-home-tab-menu .product-container {
    margin-bottom: 3.2rem
}

.bs-menu-button {
    margin: auto;
    margin-top: 5rem
}

.baishnav-tab-menu-items .tab-active::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    width: inherit;
    background: var(--primary);
    height: 4px;
    left: 50%;
    transform: translate(-50%)
}

.bs-home-tab-menu .slick-dots {
    text-align: center !important;
    padding-right: 1rem !important
}

.baishnav-tab-menu-items p:nth-child(1) {
    width: 33%
}

.baishnav-tab-menu-items p:nth-child(2) {
    width: 33%
}

.baishnav-tab-menu-items p:nth-child(3) {
    width: 33%
}

.baishnav-tab-menu-items p:nth-child(8) {
    width: 33%
}

.baishnav-tab-menu-items p:nth-child(9) {
    width: 33%
}

.baishnav-tab-menu-items p:nth-child(10) {
    width: 33%
}

.baishnab-home-menu-slider>div:nth-child(n+5) {
    display: none
}

@media(max-width:768px) {
    .baishnav-tab-menu-items .tab-active::after {
        content: unset
    }

    .baishnav-tab-menu-items .tab-active {
        background: var(--primary);
        border: 1px solid var(--primary);
        color: #fff
    }

    .baishnav-tab-menu-items p {
        font-size: 1.6rem;
        background: #f4f5f6;
        border: 1px solid #f4f5f6;
        border-radius: 3.2rem;
        padding: 6px 0;
        margin-bottom: 3rem
    }

    .baishnav-tab-menu-items .slick-slide {
        margin: 1.2rem
    }
}

@media(max-width:568px) {
    .baishnav-tab-menu-items>p {
        width: 100% !important
    }

    .baishnav-tab-menu-items>.tab-active::after {
        width: 50%
    }

    .baishnav-tab-menu-items>p:hover::after {
        width: 50%
    }
}

.baishnab-hero-container {
    position: relative;
    width: 100%;
    height: 520px;
    background: #f4f5f6;
    overflow: hidden
}

.baishnab-hero-container>div.baishnab-hero-image {
    display: none
}

.baishnab-hero-image {
    position: relative;
    width: 100%;
    height: 520px
}

.baishnab-hero-image>img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.baishnab-home-about-section {
    max-width: 1200px;
    margin: auto
}

.baishnab-home-about-container {
    padding-top: 7.3rem;
    padding-bottom: 7.3rem
}

.baishnab-home-about-image-container {
    width: 100%;
    position: relative
}

.baishnab-home-about-image {
    width: 80%;
    height: 380px;
    position: relative;
    margin: auto;
    border: 5px solid #fff;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .17);
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .17);
    -moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .17)
}

.baishnab-home-about-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#bs-bottom-image {
    position: absolute;
    width: 50%;
    bottom: -13%;
    right: -10%;
    border: .2rem solid #fff;
    max-height: 23rem;
    object-fit: cover
}

#bs-top-image {
    position: absolute;
    width: 40%;
    top: -13%;
    left: 0;
    border: .2rem solid #fff;
    max-height: 20rem;
    object-fit: cover
}

.baishnab-home-about-image-container {
    position: relative
}

.baishnab-home-about-content {
    background: var(--secondary);
    padding: 3.2rem 6.6rem 7.4rem 9.5rem;
    margin-left: -5%
}

.baishnab-home-text {
    color: #fff
}

.baishnab-home-text>strong {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    line-height: 1;
    display: block
}

.baishnab-home-text>p {
    color: var(--heading-color);
    font-size: 1.5rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4rem
}

.bs-nepali {
    font-size: 1.5rem;
    font-weight: 600 !important;
    margin-bottom: 1.2rem !important;
    text-transform: uppercase;
    line-height: 1;
    color: #fff !important
}

.bs-primary-button {
    background: var(--primary) !important;
    color: #fff !important;
    padding: 1rem 2rem !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    display: block !important;
    width: max-content !important;
    transition: 350ms !important;
    padding-right: 5rem !important;
    position: relative !important;
    border: none !important
}

.bs-primary-button:hover {
    text-decoration: none;
    color: #fff;
    padding-left: 3rem;
    padding-right: 3rem;
    letter-spacing: .5px
}

.bs-primary-button:hover>img {
    transform: translate(5rem, -50%);
    animation-name: buttonOpacity;
    animation-duration: 350ms;
    opacity: 0
}

.bs-primary-button>img {
    margin-left: 1rem;
    width: 2.6rem;
    height: auto;
    object-fit: contain;
    transition: 350ms;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%)
}

@keyframes buttonOpacity {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.bs-primary-button:disabled {
    opacity: .5;
    cursor: no-drop
}

@media(max-width:992px) {
    #bs-bottom-image {
        width: 25%;
        top: 50%;
        right: 0;
        bottom: unset;
        max-height: unset;
        height: 300px;
        transform: translate(0, -50%)
    }

    #bs-top-image {
        width: 25%;
        top: 50%;
        left: 0;
        bottom: unset;
        max-height: unset;
        height: 300px;
        transform: translate(0, -50%)
    }

    .baishnab-home-about-image-container {
        margin-bottom: 7rem
    }
}

@media(max-width:768px) {
    #bs-bottom-image {
        width: 35%;
        height: 300px
    }

    #bs-top-image {
        width: 35%;
        height: 300px
    }

    .baishnab-hero-container {
        height: 375px
    }

    .baishnab-hero-image {
        height: 375px
    }
}

@media(max-width:568px) {
    .baishnab-home-about-image {
        width: 100%;
        margin-bottom: 20rem
    }

    #bs-bottom-image {
        width: 50%;
        top: 120%;
        height: 200px
    }

    #bs-top-image {
        width: 50%;
        top: 120%;
        height: 200px
    }

    .baishnab-hero-container {
        height: 275px
    }

    .baishnab-hero-image {
        height: 275px
    }

    .baishnab-home-about-content {
        padding: 3.2rem 1.6rem 7.4rem;
        margin-left: 0
    }
}

.sweets-parallex {
    position: relative;
    width: 100%;
    height: 640px;
    background: url(../images/parallex-1.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.parallex-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4)
}

.sweets-parallex-container {
    max-width: 1200px;
    margin: auto;
    padding: 16px;
    position: relative;
    height: 100%
}

.sweet-parallex-content {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.sweet-parallex-content>h2 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
    text-transform: uppercase;
    width: 40%;
    line-height: 5.9rem
}

.sweet-parallex-content>p {
    font-size: 1.6rem;
    margin-bottom: 6.4rem;
    width: 45%
}

.content-align-right {
    right: 1.6rem
}

.content-align-right>h2 {
    margin-left: auto;
    text-align: right;
    width: 45%
}

.content-align-right>p {
    margin-left: auto;
    text-align: right
}

.content-align-right .bs-primary-button {
    margin-left: auto
}

@media(max-width:992px) {
    .sweet-parallex-content>h2 {
        width: 60%
    }

    .sweet-parallex-content>p {
        width: 60%
    }
}

@media(max-width:768px) {
    .sweet-parallex-content>h2 {
        width: 80%
    }

    .sweet-parallex-content>p {
        width: 80%
    }
}

@media(max-width:568px) {
    .sweet-parallex-content>h2 {
        width: 100%
    }

    .sweet-parallex-content>p {
        width: 100%
    }

    .bs-home-product-slider-container>p {
        width: 100%;
        padding: 0 1.6rem
    }
}

.product-container {
    width: 100%;
    height: 42rem;
    position: relative;
    margin-bottom: 5rem
}

.product-image {
    position: relative;
    width: 100%;
    height: 70%;
    background: #eeeced
}

.bs-home-product-slider .bs-home-product-slider-wrapper>.product-container {
    width: 25%
}

.product-image>img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-description {
    text-align: center;
    padding: 2.8rem 0;
    background: #ffc033;
    color: var(--heading-color);
    text-transform: uppercase;
    height: 30%;
    position: relative
}

.bs-product-icons {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 320ms;
    color: var(--heading-color);
    background: var(--secondary);
    bottom: -25%;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.bs-product-icons a {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    position: relative
}

.bs-product-icons img {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 #000 0 6px 20px 0 #000;
    border-radius: 50%;
    background: #fff
}

.product-container:hover .bs-product-icons {
    transform: translateY(-25%);
    visibility: visible;
    opacity: 1
}

.product-description h2 {
    font-size: 1.8rem;
    font-weight: 500
}

.product-description a {
    text-decoration: none;
    color: inherit
}

.product-description>h2>a:hover {
    text-decoration: none;
    color: inherit
}

.product-weight {
    font-size: 1.4rem;
    opacity: .6;
    margin-bottom: .2rem
}

.product-price {
    font-size: 1.4rem;
    font-weight: 700
}

.bs-home-product-slider-wrapper .slick-dots li button:before {
    font-size: 1.2rem !important
}

.bs-home-product-slider-wrapper .slick-dots {
    text-align: center !important;
    padding-right: 1rem !important
}

.bs-home-product-slider-wrapper .slick-dots li {
    margin: 0 !important
}

.bs-home-product-slider {
    max-width: 1200px;
    margin: auto;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem
}

.bs-home-product-container {
    padding: 1.2rem;
    margin-bottom: 1rem
}

.bs-home-product-container .product-image {
    background: #f91826;
    background: radial-gradient(circle, #f91826 0, #b5121b 100%)
}

.bs-home-product-slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6.4rem !important
}

.bs-home-product-slider-wrapper.slick-slider {
    display: block !important
}

.bs-home-product-slider .bs-home-product-slider-wrapper>div:nth-child(n+5) {
    display: none
}

.bs-home-product-slider-container>p {
    color: var(--heading-color);
    opacity: .8;
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 1.8rem
}

.bs-home-product-slider-container>h2 {
    color: var(--heading-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 5rem;
    text-align: center;
    margin-bottom: 4.2rem
}

.bs-product-slider-button {
    margin: auto
}

.bs-home-branch-container {
    max-width: 1200px;
    margin: auto;
    padding-top: 7.6rem;
    padding-bottom: 7.6rem
}

.bs-home-branch>h2 {
    text-align: center;
    margin-bottom: 5.6rem;
    font-weight: 600;
    font-size: 4.6rem;
    text-transform: uppercase;
    color: var(--heading-color)
}

.bs-home-branch>p {
    color: var(--heading-color);
    text-align: center;
    opacity: .8;
    font-size: 2rem;
    font-weight: 500
}

.bs-home-branch-information {
    display: flex;
    justify-content: space-between
}

.bs-home-branch-information>div:nth-child(3n+1) {
    margin-top: -3.2rem
}

.bs-home-branch-info-container {
    position: relative;
    width: 20%;
    height: 490px
}

.bs-home-branch-image {
    position: relative;
    height: 100%;
    width: 100%
}

.bs-home-branch-image>img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.outlets-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(34, 34, 34, .26) 180%)
}

.bs-home-branch-info {
    position: absolute;
    color: #fff;
    bottom: 0;
    text-align: center;
    width: 100%
}

.bs-home-branch-info>h5 {
    font-size: 1.6rem
}

.bs-home-branch-info>p {
    font-size: 1.2rem
}

@media(max-width:1200px) {
    .bs-home-branch-container {
        padding: 1.6rem
    }
}

@media(max-width:992px) {
    .bs-home-branch-info-container {
        width: 48%;
        height: 500px;
        margin-top: 3.2rem !important
    }

    .bs-home-branch-information {
        flex-wrap: wrap;
        padding: 16px
    }
}

@media(max-width:400px) {
    .bs-home-branch-info-container {
        width: 100%
    }
}

.bss_footer_wrapper {
    margin-top: 110px
}

.footer_social_media_handles {
    background-color: var(--bss_red)
}

.bss_footer_fsection {
    background-color: var(--bss_red);
    color: #fff;
    width: 255px;
    height: 358px;
    margin-top: -156px;
    padding: 50px 20px
}

footer {
    background-color: var(--bss_brown)
}

.footer_menu_container_bss {
    display: flex;
    justify-content: space-between
}

.bss_footer_fsection_wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 56px;
    color: #fff;
    flex-wrap: wrap
}

.footer_quick_links_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start
}

.footer_quick_links {
    margin-right: 16px
}

.footer_products_list img,
.footer_quick_links img {
    width: 5px;
    height: 10px;
    opacity: 50%;
    margin-right: 4px
}

.footer_quick_links p {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.footer_products_list_container>p,
.footer_quick_links_container>p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase
}

.footer_products_list_container p,
.footer_quick_links p {
    font-weight: 400;
    margin-right: 8px
}

.about_us,
.opening_hours {
    padding-bottom: 24px
}

.open-day {
    font-size: 14px;
    opacity: 50%
}

.about_us>p:nth-child(1),
.bss_footer_fsection>p,
.footer_social_media_handles>p,
.opening_hours>p {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px
}

.footer_social_media_handles a {
    margin-right: 8px;
    text-decoration: none
}

.slogan {
    margin-left: auto;
    width: 170px;
    height: 38px;
    margin-bottom: 16px;
    margin-top: 62px
}

.slogan img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.footer_blogs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.blogs_thumbnail_bss {
    margin-right: 10px;
    width: 75px;
    height: 64px
}

.blogs_thumbnail_bss img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.blog_date img {
    margin-right: 6px
}

.blog_date span {
    font-size: 12px;
    color: #fff;
    vertical-align: middle
}

.blog_heading {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 160px;
    margin-top: 2px
}

.all_right_reserved {
    background: #6a422c;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: auto
}

.all_right_reserved p {
    text-align: right;
    font-size: 14px;
    font-weight: 400
}

.opening_time {
    display: flex;
    justify-content: space-around
}

.bss_footer_fsection img {
    object-fit: contain;
    margin-left: 8px;
    vertical-align: baseline
}

@media (max-width:992px) {
    .max_width_bss {
        padding-left: 32px;
        padding-right: 32px
    }

    .opening_time {
        display: block
    }

    .bss_footer_fsection {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 32px
    }

    .open-day {
        max-width: 280px
    }

    .opening_hours {
        display: block
    }

    .about_us,
    .opening_hours {
        margin-right: 20px
    }
}

@media (max-width:768px) {
    .max_width_bss {
        padding-left: 16px;
        padding-right: 16px
    }

    .footer_products_list,
    .footer_products_list_container,
    .footer_quick_links_container {
        margin-bottom: 32px
    }
}

@media (max-width:516px) {
    .open-day {
        max-width: 85%
    }
}

.footer_products_list_container ul li,
.footer_quick_links ul li {
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px;
    list-style: none;
    line-height: 24px
}

.footer_products_list_container ul li a,
.footer_quick_links ul li a {
    color: #fff;
    text-decoration: none
}

.footer_news_blogs_list a {
    text-decoration: none;
    line-height: 24px
}

.footer_products_list ul,
.footer_quick_links ul {
    padding-left: 0 !important
}

.footer_products_list_container img,
.footer_quick_links_container img {
    vertical-align: baseline
}

#wcqv_contend .product .images .thumbnails {
    position: relative !important;
    bottom: 0 !important
}

.bs-product-icons a:nth-child(2).quick_view {
    display: none !important
}

.quick_view {
    cursor: pointer
}

.remodal-is-opened .variations {
    margin-bottom: 22px
}

.remodal .slick-prev {
    left: 0 !important;
    z-index: 1 !important
}

.remodal .slick-next {
    right: 11% !important;
    z-index: 1 !important
}

.remodal {
    height: 78%
}

.remodal-is-opened .variations .reset_variations {
    visibility: visible;
    font-size: 12px;
    color: #000;
    opacity: 60%;
    float: right
}

.remodal-is-opened .variations select {
    margin-left: 12px;
    margin-top: 12px
}

.remodal-is-opened .discount-clip-baishnab {
    z-index: 1 !important;
    float: none;
    width: auto;
    background-color: #e30513;
    padding: 4px 10px;
    text-align: center;
    clip-path: polygon(0% 0%, 100% 2%, 72% 51%, 100% 100%, 0% 100%);
    position: absolute;
    top: 14px;
    color: #fff;
    left: 14px;
    right: unset
}

.remodal-is-opened .discount-clip-baishnab span {
    padding-right: 22px;
    padding-left: 4px !important
}

.remodal-is-opened .bs-button-collection button {
    background-color: #d80025;
    color: #fff;
    font-weight: 500;
    font-family: Poppins;
    font-size: 16px;
    padding: 14px 24px;
    margin-top: 46px;
    margin-bottom: 22px;
    border-radius: 5px;
    display: flex;
    margin-right: 23px;
    text-decoration: none;
    outline-style: none;
    border-style: none
}

.remodal-is-opened .product-quantity {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    color: #000 !important;
    background-color: transparent !important;
    text-decoration: none
}

.remodal-is-opened .product_meta .posted_in {
    font-size: 14px
}

.remodal-is-opened #bs-share-icon {
    margin-top: 0
}

.thumbnail {
    display: none
}

.slick-slide .thumbnail {
    display: block
}

.remodal .product_meta {
    margin-top: 0
}

.remodal-is-opened .bs-share {
    margin-bottom: 12px
}

.product-description,
.woocommerce-variation-description {
    line-height: 1.6
}

.product_meta {
    display: flex;
    flex-direction: column;
    font-size: 14px !important
}

.product .summary .cart {
    display: table-cell !important
}

.remodal-is-opened #wcqv_contend .woocommerce-Price-amount {
    color: #000 !important;
    font-size: 18px !important;
    font-family: Poppins;
    font-weight: 600
}

#wcqv_contend .product_title.entry-title {
    color: #000;
    font-family: Poppins;
    font-size: 20px !important;
    font-weight: 600
}

.remodal .remodal-close:hover {
    background-color: #e30513;
    color: #fff
}

.remodal .remodal-close {
    color: #e30513
}

#wcqv_contend .product .images img {
    width: 100%;
    height: auto
}

@media(max-width:768px) {
    #wcqv_contend .summary {
        width: 100% !important
    }
}

.wbo_wrapper {
    font-size: 1.6rem
}

#wbo-cat-select {
    width: 40%;
    display: block;
    background: #f4f5f6;
    margin-top: 16px
}

.bs-bulk-order {
    margin-top: 32px
}

.bs-bulk-order>h1 {
    color: var(--primary);
    margin-bottom: 16px
}

.wbo_thumb>a>img {
    object-fit: cover
}

.wbo_row {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

@media screen and (min-width:800px) {
    .wbo_add_to_cart {
        padding-top: 1% !important
    }

    .wbo_add_to_cart>input {
        float: right !important
    }

    .wbo_thumb {
        padding-left: 0 !important
    }

    .wbo_add_to_cart,
    .wbo_inner_wrap .wbo_quantity,
    .wbo_name,
    .wbo_price,
    .wbo_quantity,
    .wbo_thumb {
        float: left;
        width: 20% !important
    }

    .wbo_quantity input {
        width: 30% !important;
        text-align: center
    }
}

@media screen and (max-width:800px) {
    .wbo_name {
        float: right !important;
        width: 65%;
        vertical-align: middle;
        padding-top: 5px
    }

    .wbo_quantity input {
        width: 55px;
        padding: 0 10px;
        height: 45px !important
    }

    .wbo_quantity {
        margin-left: 10px !important
    }

    .wbo_add_to_cart input {
        padding: 12px
    }

    .wbo_price {
        float: right !important;
        width: 65% !important;
        padding-top: 15px
    }

    .wbo_filter {
        margin-bottom: 32px
    }
}

@media(max-width:800px) {

    .wbo_name,
    .wbo_price {
        width: 55% !important
    }

    .wbo_quantity {
        width: 40%
    }
}

.xoo-wsc-ft-btn-checkout {
    background: var(--primary);
    color: #fff
}

.bs-bulk-order .woocommerce-info {
    border-top-color: var(--primary);
    font-size: 1.6rem
}

.bs-bulk-order .checkout_coupon {
    font-size: 1.6rem
}

.bs-bulk-order .checkout_coupon input {
    padding: 12px;
    margin-bottom: 1.9rem;
    background: #f4f5f6;
    font-size: 1.6rem;
    color: #000;
    border: none;
    font-family: Roboto, sans-serif
}

.woocommerce-error {
    font-size: 1.6rem
}

:root {
    --sbackground: #B9040D;
    --heading-color: #4A2F2F;
    --yellow-color: #FFC033
}

.baishnab-signin-container {
    margin-top: 54px;
    margin-bottom: 160px
}

.baishnab-signin-container-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 16px
}

.baishnab-signin-rl-container {
    position: relative
}

.baishnab-signin-right-container-form {
    padding: 36px 124px 24px;
    background-color: var(--sbackground);
    width: 55%
}

.baishnab-signin-right-container-form>h1 {
    font-family: Roboto, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.baishnab-signin-right-container-form>p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    width: 80%;
    margin-top: 1.2rem;
    margin-bottom: 1.8rem
}

.baishnab-signin-right-container-form .woocommerce-privacy-policy-text>p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    width: 80%;
    margin-top: 1.2rem;
    margin-bottom: 1.8rem
}

.baishnab-signin-right-container-form .woocommerce-privacy-policy-text>p>a {
    color: var(--yellow-color)
}

.baishnab-signin-right-container-form>input {
    padding: 8px 12px;
    width: 80%;
    margin-bottom: 1.9rem;
    background: #fff;
    font-size: 1.6rem;
    color: #000;
    border: none;
    font-family: Roboto, sans-serif
}

.baishnab-signin-right-container-form>input::placeholder {
    color: var(--heading-color);
    opacity: .5;
    font-size: 1.6rem
}

.baishnab-signin-right-container-form>p>a {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    float: right;
    text-decoration: none
}

.baishnab-signin-right-container-form>p>a:hover {
    text-decoration: underline
}

.baishnab-signin-right-container-form>p:nth-of-type(2) {
    margin-top: -.9rem
}

.bs-primary-button-signin {
    color: var(--primary);
    background: #fff
}

.bs-primary-button-signin:hover {
    color: var(--primary);
    background: #fff
}

.baishnab-checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 2rem
}

.baishnab-checkbox-container>input {
    vertical-align: middle;
    margin-right: 6px
}

.baishnab-checkbox-container>span {
    font-size: 1.3rem
}

.baishnab-signin-rl-container .woocommerce-notices-wrapper {
    width: 80%;
    margin-top: 32px;
    font-size: 1.2rem;
    margin-left: unset !important
}

.mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid var(--heading-color)
}

.baishnab-checkbox-container input:checked~.mark {
    background-color: #00f
}

.mark:after {
    content: "";
    position: absolute;
    display: none
}

.baishnab-checkbox-container input:checked~.mark:after {
    display: block
}

.baishnab-checkbox-container .mark:after {
    left: 4px;
    top: 0;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.baishnab-signin-left-container-form {
    padding: 36px 124px 40px 112px;
    background: var(--yellow-color);
    width: 50%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%)
}

.baishnab-signin-left-container-form>h2 {
    font-family: Roboto, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--heading-color);
    text-transform: uppercase;
    margin-bottom: 1.6rem
}

.lost_reset_password {
    font-size: 1.4rem;
    margin-top: 32px;
    margin-bottom: 164px;
    padding: 32px;
    background: #f4f5f6
}

.lost_reset_password p:first-child() {
    color: var(--primary);
    font-weight: 500
}

.woocommerce-notices-wrapper .woocommerce-error {
    font-size: 1.4rem
}

.lost_reset_password input {
    padding: 8px 12px;
    width: 80%;
    margin-bottom: 1.9rem;
    background: #fff;
    font-size: 1.6rem;
    color: #000;
    border: none;
    font-family: Roboto, sans-serif
}

.baishnab-signin-left-container-form>p {
    color: var(--heading-color);
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    width: 95%;
    margin-bottom: 2rem
}

.baishnab-signup-container .woocommerce-notices-wrapper {
    margin-top: 0
}

@media(max-width:1100px) {
    .baishnab-signin-right-container-form {
        padding-left: 98px;
        padding-right: 98px
    }

    .baishnab-signin-left-container-form {
        padding-left: 98px;
        padding-right: 98px
    }

    .baishnab-signin-left-container-form>p {
        width: 100%
    }
}

@media(max-width:1024px) {
    .baishnab-signin-right-container-form {
        padding-left: 72px;
        padding-right: 72px
    }

    .baishnab-signin-right-container-form>p {
        width: 85%
    }

    .baishnab-signin-right-container-form>input {
        width: 85%
    }

    .baishnab-signin-left-container-form {
        padding-left: 72px;
        padding-right: 72px
    }
}

@media(max-width:992px) {
    .baishnab-signin-right-container-form {
        padding-left: 54px;
        padding-right: 54px
    }

    .baishnab-signin-left-container-form {
        padding-left: 54px;
        padding-right: 54px
    }
}

@media(max-width:768px) {
    .baishnab-signin-rl-container {
        display: flex;
        flex-direction: column
    }

    .baishnab-signin-left-container-form {
        position: relative;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 80%
    }

    .baishnab-signin-right-container-form {
        margin-bottom: 36px;
        width: 100%
    }
}

@media(max-width:576px) {
    .baishnab-signin-left-container-form>h1 {
        font-size: 1.7rem
    }

    .baishnab-signin-right-container-form>h1 {
        font-size: 1.7rem
    }
}

@media(max-width:425px) {
    .baishnab-signin-right-container-form {
        padding-left: 36px;
        padding-right: 36px
    }

    .baishnab-signin-left-container-form {
        padding-left: 36px;
        padding-right: 36px
    }
}

@media(max-width:400px) {
    .baishnab-signin-right-container-form>p {
        width: 100%
    }

    .baishnab-signin-right-container-form>input {
        width: 100%
    }

    .baishnab-signin-left-container-form {
        width: 100%
    }
}

@media(max-width:375px) {
    .baishnab-signin-right-container-form {
        padding-left: 24px;
        padding-right: 24px
    }

    .baishnab-signin-left-container-form {
        padding-left: 24px;
        padding-right: 24px
    }
}

:root {
    --bss_yellow: #ffc033;
    --bss_red: #b9040d;
    --bss_grey: #666;
    --bss_brown: #754b33;
    --red-color: #B9040D;
    --border-color: #707070;
    --green-color: #1E2C1C;
    --star-color: #F90A0A;
    --form-bg-color: #FAFAFA;
    --title-color: #4A2F2F;
    --image-overlaycolor: #000
}

.bs-single-first-section {
    padding-top: 64px
}

.bss-product-qyt>.minus,
.bss-product-qyt>.plus {
    background-color: #f5f7fd;
    padding: 4px 6px;
    border: 1px solid #d8d8d8;
    font-size: 16px
}

.bs-single-product-description-container>.bs-primary-button {
    font-size: 1.2rem;
    margin-top: 5.8rem
}

.quantity>.minus {
    margin-left: 13px
}

.tab-options-bs {
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px
}

.bs-single-prod-tab-wrapper {
    padding-top: 47px;
    padding-bottom: 45px
}

.tab-options-bss {
    max-width: 750px;
    margin: auto;
    margin-bottom: 32px
}

.bs-single-prod-tab-container {
    background-color: var(--bss_red);
    color: #fff
}

.bs-product-card-container-new {
    height: 414px;
    width: 277px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
    background-color: #f6fafd
}

.product_img {
    height: 274px;
    width: 277px
}

.product_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product_img_description {
    text-align: center;
    color: #4a2f2f
}

.slick-custom-arrow {
    position: absolute;
    top: 50%
}

.slick-custom-arrow img {
    width: 24px;
    height: 24px
}

.slick-custom-arrow-right {
    right: -5%
}

.slick-custom-arrow-left {
    left: -5%
}

.bss-single-page-product-slider {
    position: relative
}

.bs-single-page-product-slider-container h2 {
    padding: 30px 0 25px;
    font-size: 25px;
    font-weight: 700;
    color: #4a2f2f
}

.bs-single-page-product-slider-container {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.bs-product-card-container-new .product_img_description .bss_product_name {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

.bss_product_qnt {
    font-size: 14px;
    font-weight: 400;
    opacity: 60%
}

.bss_product_price {
    font-size: 14px;
    font-weight: 700
}

.tab-options-bss li {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 7px;
    list-style: none;
    color: #fff
}

.customize-bss-related-products>h2 {
    margin-bottom: 2.6rem;
    margin-top: 3rem;
    font-size: 2.5rem
}

.customize-bss-related-products>ul {
    padding-left: 0
}

.tab-options-bss li.active {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 3px solid var(--bss_yellow);
    padding-bottom: 7px;
    list-style: none;
    color: #fff
}

.tab-options-bss li a {
    text-decoration: none;
    color: #fff
}

.tab-options-bss {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 31px;
    flex-wrap: wrap
}

.tab-options-bss p {
    margin-right: 6px
}

.bs-single-first-section {
    padding-bottom: 56px
}

.bs-atc-button a {
    padding: 14px;
    background-color: var(--bss_red);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    outline: 0;
    border: none;
    text-decoration: none
}

.bs-atc-button {
    margin-top: 52px
}

.bs-atc-button a img {
    padding-left: 6px
}

.cart .minus {
    background-color: #f5f7fd;
    padding: 4px 8px;
    border: 1px solid #d8d8d8;
    font-size: 1.6rem
}

.cart .plus {
    background-color: #f5f7fd;
    padding: 4px 8px;
    border: 1px solid #d8d8d8;
    font-size: 1.6rem
}

.quantity-button-flex {
    display: flex;
    margin-bottom: 5rem;
    align-items: center
}

.quantity-button-flex h4 {
    margin-right: 8px
}

.quantity-button-flex input {
    background-color: #fff;
    width: 44px !important;
    height: 33px;
    text-align: center;
    outline-style: none;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #d8d8d8;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 1.6rem
}

.bs-single-product-description-container h1 {
    font-size: 35px;
    font-weight: 700;
    color: #4a2f2f;
    margin-bottom: 1.3rem
}

.bs-single-product-description-container .bss_selected_product_des>p {
    font-size: 16px;
    font-weight: 400;
    opacity: 60%;
    margin-bottom: 32px;
    line-height: 21px
}

.bss_selected_product_qnt {
    font-size: 1.4rem;
    color: #4a2f2f;
    margin-bottom: 0
}

.bss_selected_product_price {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 8px;
    color: #4a2f2f
}

.qnt_title {
    padding-right: 6px;
    font-weight: 700;
    font-size: 18px;
    color: #4a2f2f
}

.bs-single-prod-tab-wrapper>p {
    font-size: 1.8rem;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto
}

.bs-single-product-thumbnail {
    width: 90%;
    height: 369px;
    position: relative;
    margin-left: auto
}

.bs-single-product-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute
}

.bs-single-product-thumbnail .wp-post-image {
    height: 70% !important;
    width: 50% !important;
    object-fit: contain;
    object-fit: contain;
    position: absolute;
    z-index: 1;
    bottom: -24px;
    left: -20%
}

.bs-single-product-description-container {
    margin-left: 62px
}

.comment_container {
    display: flex
}

.comment_container>img {
    margin-right: 1.6rem;
    border-radius: 50%
}

.commentlist li {
    margin-bottom: 3.2rem;
    list-style: none
}

.woocommerce-Tabs-panel {
    margin: auto;
    width: 50%;
    text-align: center;
    font-size: 1.4rem
}

.woocommerce-Tabs-panel--additional_information>table {
    width: 100%
}

.filled-star {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0;
    margin-right: .3rem
}

.filled-star::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e020";
    text-indent: 0
}

.empty-star {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0;
    margin-right: .3rem
}

.empty-star::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.comment-text>.star-rating {
    font-size: 1.3rem;
    font-style: italic;
    font-size: 1.3rem;
    font-style: italic
}

.comment-text>.meta {
    font-size: 1.4rem;
    font-style: italic
}

.woocommerce-Tabs-panel--additional_information>table>tbody>tr {
    display: flex;
    justify-content: space-evenly;
    font-size: 1.6rem
}

.woocommerce-Tabs-panel--additional_information>table>tbody>tr p {
    margin-bottom: 0
}

.woocommerce-Tabs-panel--reviews {
    width: 100%;
    text-align: left;
    font-size: 1.6rem
}

.woocommerce-Tabs-panel--reviews #comments>h2 {
    margin-bottom: 1.6rem;
    color: var(--bss_yellow)
}

.comment-form-rating .stars span a {
    color: #fff !important
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

p.stars.selected a:not(.active)::before {
    content: "\e021"
}

p.stars.selected a.active~a::before {
    content: "\e020"
}

p.stars.selected a.active::before {
    content: "\e020"
}

p.stars a:hover::before {
    content: "\e020"
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

#review_form_wrapper #reply-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    display: block;
    text-decoration: underline;
    color: var(--bss_yellow)
}

#review_form_wrapper {
    padding-left: 2rem;
    margin-top: 3.2rem
}

.comment-form-comment>label {
    display: block;
    margin-bottom: 1rem
}

@media (max-width:1300px) {
    .slick-custom-arrow-right {
        right: 5%
    }

    .slick-custom-arrow-left {
        left: 0
    }

    .max_width_bss {
        padding-left: 32px;
        padding-right: 32px
    }

    .bs-single-product-thumbnail {
        width: 80%;
        margin-bottom: auto
    }
}

@media (max-width:1150px) {
    .bs-single-product-thumbnail img {
        margin-bottom: auto
    }
}

@media (max-width:992px) {
    .max_width_bss {
        padding-left: 16px;
        padding-right: 16px
    }

    .bs-single-product-thumbnail {
        width: 80%;
        margin-bottom: auto
    }

    .bs-single-product-thumbnail img {
        width: 100%
    }
}

@media (max-width:768px) {
    .bs-single-product-description-container {
        margin-top: 42px;
        margin-left: 0
    }

    .bs-single-product-thumbnail {
        width: 100%
    }

    .bs-single-product-thumbnail img {
        width: 100%;
        object-fit: contain
    }

    .woocommerce-product-gallery__wrapper>.custom-logo-link {
        display: none
    }

    .bs-single-product-thumbnail .wp-post-image {
        height: 100% !important;
        width: 100% !important;
        bottom: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .bs-single-first-section {
        padding-top: 32px
    }
}

@media (max-width:568px) {
    .bs-single-product-thumbnail img {
        width: 100%
    }
}

.woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: auto
}

.woocommerce-message {
    max-width: 1200px;
    margin: auto;
    font-size: 1.4rem
}

.woocommerce-breadcrumb {
    max-width: 1200px;
    margin: auto;
    color: var(--primary);
    margin-top: 32px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: right;
    padding-left: 32px;
    padding-right: 32px
}

.woocommerce-breadcrumb a {
    color: var(--pri);
    text-decoration: underline;
    text-decoration-color: var(--secondary)
}

.yith-wcwl-add-button a {
    font-size: 1.4rem;
    color: var(--primary);
    font-weight: 500;
    margin-top: 24px !important;
    display: block
}

.yith-wcwl-icon {
    font-size: 2rem;
    vertical-align: middle
}

.yith-wcwl-wishlistaddedbrowse {
    color: var(--primary);
    font-size: 1.4rem;
    margin-top: 24px
}

.yith-wcwl-wishlistexistsbrowse {
    color: var(--primary);
    font-size: 1.4rem;
    margin-top: 24px
}

.bs-product-cat-page {
    padding-bottom: 3.2rem
}

.bs-product-cat-page .woocommerce-products-header {
    font-size: 1.6rem
}

.bs-product-cat-page .woocommerce-products-header>h1 {
    color: var(--primary);
    margin-top: 16px
}

.bs-product-cat-page .woocommerce-result-count {
    font-size: 1.4rem;
    opacity: .7
}

.bs-product-cat-page .woocommerce-ordering select {
    padding-left: 0;
    background: #f4f5f6;
    width: 40%
}

.bs-product-cat-page .bs-home-product-slider-wrapper {
    padding-left: 0
}

@media(max-width:500px) {
    .bs-product-cat-page .woocommerce-ordering select {
        width: 100%
    }
}

.bss_tab_container>ul {
    width: 462px;
    height: 130px;
    background-color: var(--bss_yellow);
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: auto;
    border: 3px solid #fff;
    box-shadow: 0 4px 8px 0 #000 0 6px 20px 0 #000;
    margin-top: -70px;
    z-index: 100
}

.bss_tab_container>ul>li a {
    height: 100%;
    color: #000;
    padding-top: 36px
}

.bss_tab_container>ul>li {
    width: 151px;
    cursor: pointer
}

.bss_tab_container>ul>li .active {
    width: 100%;
    border: 3px solid #fff;
    background-color: var(--bss_red);
    transform: scale(1.12);
    height: 133px;
    color: #fff
}

.bss_tab_container>ul>li img {
    width: 20px;
    height: 20px
}

.bwhite,
.iwhite,
.mwhite {
    display: none
}

.bss_tab_container>ul>li:hover .bwhite,
.bss_tab_container>ul>li:hover .iwhite,
.bss_tab_container>ul>li:hover .mwhite {
    transform: scale(1.12);
    transition: 280ms;
    color: #fff;
    display: block
}

.bss_tab_container>ul>li:hover .building,
.bss_tab_container>ul>li:hover .increment,
.bss_tab_container>ul>li:hover .management {
    display: none
}

.bss_tab_container>ul>li .active .bwhite,
.bss_tab_container>ul>li .active .iwhite,
.bss_tab_container>ul>li .active .mwhite {
    display: block;
    transition: .5s ease;
    margin: auto
}

.bss_tab_container>ul>li .active .building,
.bss_tab_container>ul>li .active .increment,
.bss_tab_container>ul>li .active .management {
    display: none
}

.bss_tab_container ul li a img {
    filter: grayscale(1)
}

.bss_tab_container>ul li:hover img {
    width: 40px;
    height: 40px;
    margin: auto;
    transition: .5s ease
}

.bss_tab_container>ul li:hover a {
    color: #fff
}

.bss_tab_container>ul>li>.active img {
    width: 40px;
    height: 40px
}

.md_image_container {
    display: flex
}

.md_img {
    width: 50%;
    height: 476px
}

.company_vision {
    width: 50%;
    height: 476px;
    background-color: var(--bss_red);
    color: #fff
}

.company_vision p {
    opacity: 60%;
    font-size: 14px;
    font-weight: 400;
    padding-top: 20px
}

.company_vision h2 {
    font-size: 35px;
    font-weight: 700
}

.company_vision_content {
    max-width: 334px;
    text-align: start;
    margin-left: 225px;
    margin-right: 32px;
    margin-top: 117px
}

.md_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.company_vision_container {
    position: relative
}

.company_vision_quote {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 361px;
    text-align: center;
    padding: 55px;
    font-size: 15px;
    background-color: #4a2f2f;
    color: #fff;
    height: 217px
}

.quote_img {
    width: 95px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -82px;
    padding-bottom: 42px
}

.quote_img img {
    width: 100%
}

.company_vision_quote p {
    padding-bottom: 35px
}

.company_vision_container {
    margin-top: 50px
}

.company_info_container {
    display: flex;
    margin-top: 25px
}

.company_info,
.completed_year_img {
    width: 50%
}

.completed_year_img img {
    width: 100%;
    object-fit: contain
}

.completed_year_img {
    margin: auto
}

.content {
    max-width: 557px;
    margin: auto;
    text-align: start;
    padding-top: 130px
}

.content h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px
}

.content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 32px
}

.logo_baishnab_aboutus {
    width: 553px;
    height: 450px;
    margin: auto
}

.logo_baishnab_aboutus img {
    height: auto;
    width: 100%;
    object-fit: cover
}

.logo_baishnab img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.desc_container {
    margin: auto;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.desc_container h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 25px
}

.company_description,
.features_intro_wrapper {
    display: flex
}

.features_intro_wrapper {
    height: 471px
}

.features_intro_container {
    background-color: var(--bss_red);
    color: #fff
}

.featured_info_img {
    height: 373px;
    width: 50%;
    margin-top: auto;
    margin-bottom: auto
}

.featured_info_img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.feature_info {
    width: 50%;
    margin: auto
}

.food_quality {
    max-width: 530px;
    margin: auto;
    margin-right: 32px
}

.food_quality h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 45px
}

.feature_info {
    padding-left: 100px
}

.bss_tab_container>ul>li {
    position: relative
}

.bss_tab_container>ul>li>.active::after {
    display: none
}

.bss_tab_container>ul>li>#step1-tab::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 44px;
    border-right: 1px solid #707070;
    padding-left: 22px;
    top: 32%
}

.bss_tab_container>ul>li>#step2-tab::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 44px;
    border-right: 1px solid #707070;
    padding-left: 22px;
    top: 32%
}

.baishnav_established {
    margin-bottom: 80px;
    position: relative;
    display: flex;
    justify-content: space-between
}

.bss_history_container {
    position: relative
}

.baishnav_established:nth-child(1) {
    padding-top: 160px
}

.title {
    max-width: 416px;
    margin-top: auto;
    margin-bottom: auto
}

.logowith_slogan {
    width: 416px;
    height: 382px
}

.logowith_slogan img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.complete_history_baishnab::after {
    content: " ";
    z-index: -100;
    position: absolute;
    width: 3px;
    height: 100%;
    border-left: 4px dashed var(--bss_red);
    padding-left: 22px;
    left: 50%;
    top: 0
}

.year_of_establlished p {
    text-align: center;
    color: #fff;
    padding-top: 28px;
    font-size: 28px;
    font-weight: 700
}

.title h2,
.title p {
    background-color: #fff
}

.year_of_establlished {
    width: 100px;
    height: 100px;
    background-color: var(--bss_red);
    color: var(--bss_red);
    border-radius: 50%;
    margin: auto
}

.desc_container p,
.food_quality p,
.title p {
    font-size: 16px;
    line-height: 25px
}

.desc_container p {
    margin-bottom: 32px
}

.baishnav_established .title h2 {
    background-color: var(--bss_yellow);
    clip-path: polygon(75% 0%, 86% 50%, 75% 100%, 0% 100%, 6% 48%, 0% 0%);
    margin-bottom: 46px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 21px 42px
}

.opening_date_baishanb {
    display: none
}

.img_mobile_view {
    display: none
}

.img_desktop {
    display: block
}

.to_reverse {
    flex-direction: row-reverse
}

.bs-primary-button-signin {
    color: var(--primary);
    background: #fff
}

.bs-primary-button-signin:hover {
    color: var(--primary);
    background: #fff
}

@media (max-width:1200px) {
    .about_us_banner {
        top: 40% !important
    }

    .top_space {
        margin-top: 60px
    }
}

@media (max-width:1024px) {
    .logowith_slogan {
        height: 300px
    }

    .logowith_slogan,
    .title {
        width: 316px
    }

    .logowith_slogan img {
        height: 100%
    }

    .baishnav_established .title h2 {
        font-size: 12px
    }
}

@media (max-width:992px) {
    .top_space {
        margin-bottom: 32px
    }

    .desc_container {
        margin-top: 42px
    }

    .feature_info {
        padding-left: 32px
    }

    .company_vision_quote {
        top: 100%
    }

    .logo_baishnab_aboutus {
        width: 400px;
        height: 350px
    }

    .company_vision_content {
        margin-left: 25px;
        margin-right: auto;
        margin-top: 42px
    }

    .company_info_container {
        margin-top: 145px
    }
}

@media (max-width:820px) {
    .baishnav_established:nth-child(1) {
        padding-top: 42px
    }

    .img_mobile_view {
        display: block
    }

    .img_desktop {
        display: none
    }

    .opening_date_baishanb {
        display: block
    }

    .on_desktop {
        display: none
    }

    .bss_tab_container>ul {
        width: 300px;
        height: 100px
    }

    .bss_tab_container>ul>li {
        width: 98px
    }

    .bss_tab_container>ul>li .active {
        height: 100px
    }

    .bss_tab_container>ul>li>.active img {
        width: 25px;
        height: auto
    }

    .bss_tab_container>ul>li a {
        padding-top: 16px;
        font-size: 10px
    }

    .baishnav_established {
        margin-bottom: 100px
    }

    .title {
        margin-top: 0
    }

    .logowith_slogan {
        margin-top: 60px
    }

    .baishnav_established {
        flex-direction: column
    }

    .logowith_slogan,
    .title {
        margin-left: auto;
        margin-right: auto
    }

    .top_padding {
        margin-top: 60px
    }

    .year_of_establlished {
        margin-top: 60px
    }

    .space_top {
        padding-top: 100px
    }
}

@media (max-width:768px) {
    .quote_img {
        margin-top: -42px
    }

    .content {
        max-width: 95%;
        margin: 0
    }

    .company_vision_content {
        max-width: 80%
    }

    .year_of_establlished {
        margin-top: 75px
    }

    .desc_container {
        margin-top: auto;
        margin-bottom: 42px
    }

    .company_description,
    .company_info_container,
    .features_intro_wrapper,
    .md_image_container {
        flex-direction: column
    }

    .company_info,
    .company_info_container,
    .company_vision,
    .feature_info,
    .featured_info_img,
    .md_img {
        width: 100%
    }

    .feature_info {
        padding-left: 16px;
        padding-top: 42px
    }

    .food_quality {
        max-width: 100%
    }

    .featured_info_img {
        margin-top: 55px
    }

    .company_vision_quote {
        padding: 16px
    }

    .content {
        padding-top: 16px
    }

    .year_of_establlished {
        margin-top: 39px
    }
}

@media (max-width:568px) {
    .logo_baishnab_aboutus {
        width: 250px;
        height: auto
    }

    .logowith_slogan {
        width: 250px;
        height: 200px
    }

    .title {
        width: 250px
    }

    .title h2 {
        font-size: 18px
    }

    .baishnav_established:nth-child(1) {
        padding-top: 42px
    }
}

:root {
    --red-color: #B9040D;
    --border-color: #707070;
    --green-color: #1E2C1C;
    --star-color: #F90A0A;
    --form-bg-color: #FAFAFA;
    --title-color: #4A2F2F;
    --image-overlaycolor: #000
}

.baishnab-catering-container-wrapper {
    max-width: 1200px;
    margin: auto
}

.baishnab-catering-title {
    margin-top: 4rem;
    margin-bottom: 5rem
}

.baishnab-catering-title>h2 {
    font-size: 3.5rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: var(--title-color);
    text-align: center
}

.baishnab-catering-image-text {
    position: absolute;
    left: -12.5%;
    z-index: 100;
    top: 14%
}

.baishnab-catering-image-text>p {
    color: var(--red-color);
    font-size: 7rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.baishnab-catering-image {
    width: 40%;
    height: 350px;
    position: relative;
    margin-right: -80px;
    margin-top: auto;
    margin-bottom: auto
}

.baishnab-catering-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}

.baishnab-catering-container-box {
    padding: 72px
}

.baishnab-catering-container-box-wrapper {
    display: flex;
    width: 100%;
    position: relative
}

.baishnab-catering-descriptions-container {
    width: 60%;
    height: auto;
    background: var(--red-color);
    border: 1x solid var(--border-color);
    padding: 72px 98px;
    z-index: -100
}

.baishnab-catering-descriptions-container-wrapper {
    width: 100%;
    height: 100%;
    text-align: center
}

.baishnab-catering-descriptions-container-wrapper>h3 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 2rem
}

.baishnab-catering-descriptions-container-wrapper>p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #fff;
    line-height: 2.6rem
}

.row-reverse {
    margin-left: -198px;
    flex-direction: row-reverse
}

.row-reverse>.baishnab-catering-image-text {
    left: unset;
    right: -20%
}

.row-reverse>.baishnab-catering-image {
    margin-left: -72px
}

.leftside {
    margin-left: 98px
}

.baishnab-catering-form-container-wrapper {
    width: 85%;
    height: auto;
    background: var(--form-bg-color);
    padding: 54px 98px;
    position: relative;
    top: 90px
}

.baishnab-catering-form-container-wrapper>h2 {
    color: var(--green-color);
    font-size: 2.5rem;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    margin-bottom: 3.5rem;
    text-transform: uppercase
}

.baishnab-catering-form {
    display: flex;
    gap: 24px;
    width: 100%
}

.baishnab-catering-form>p {
    width: 50%
}

.bs-labelName {
    color: var(--green-color);
    font-size: 1.7rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    width: 50%
}

.bs-labelInput {
    width: 90%;
    color: #000;
    font-size: 14px !important;
    font-family: Roboto, sans-serif;
    border: none;
    padding: 7px;
    margin-top: .8rem;
    margin-bottom: 1rem
}

.star {
    color: var(--star-color)
}

.baishnab-catering-form>p>textarea {
    width: 90%;
    height: 90px;
    color: #000;
    font-family: Roboto, sans-serif;
    border: none;
    margin-top: .8rem;
    margin-bottom: 1rem
}

.baishnab-catering-form-container {
    position: relative;
    margin: 52px;
    margin-bottom: 36rem
}

.baishnab-form-overlay {
    width: 30%;
    height: 810px;
    background: var(--red-color);
    position: absolute;
    right: 0;
    z-index: -100
}

@media(max-width:1130px) {
    .baishnab-catering-descriptions-container {
        padding-right: 24px
    }

    .row-reverse>.baishnab-catering-descriptions-container {
        padding-right: 98px;
        padding-left: 24px
    }
}

@media(max-width:1024px) {
    .baishnab-catering-form-container-wrapper {
        padding-left: 72px;
        padding-right: 72px
    }
}

@media(max-width:992px) {
    .baishnab-catering-container-box {
        padding: 24px
    }

    .baishnab-catering-container-box-wrapper {
        flex-direction: column
    }

    .baishnab-catering-image-text {
        position: unset;
        left: 0;
        top: 0;
        margin-bottom: 7px
    }

    .baishnab-catering-image-text>p {
        text-align: center
    }

    .baishnab-catering-image {
        width: 100%;
        height: 50%;
        margin-right: 0
    }

    .leftside {
        margin-left: 0
    }

    .baishnab-catering-descriptions-container {
        width: 80%;
        margin: auto;
        margin-top: -20%;
        z-index: 100;
        padding-top: 54px;
        padding-bottom: 54px
    }

    .baishnab-catering-descriptions-container-wrapper {
        text-align: start
    }

    .baishnab-catering-descriptions-container-wrapper>h3 {
        margin-bottom: 1rem
    }

    .row-reverse {
        margin-left: 0
    }

    .row-reverse>.baishnab-catering-image {
        margin-left: 0
    }

    .baishnab-catering-form-container {
        margin: 24px 24px 32rem
    }

    .baishnab-catering-form-container-wrapper {
        padding-left: 54px;
        padding-right: 54px
    }

    .row-reverse>.baishnab-catering-descriptions-container {
        padding-left: 98px;
        padding-right: 24px
    }

    .baishnab-catering-form>p>textarea {
        width: 95%
    }

    .bs-labelInput {
        width: 95%
    }
}

@media(max-width:768px) {
    .baishnab-catering-form-container-wrapper {
        width: 100%
    }

    .baishnab-catering-descriptions-container {
        padding-left: 54px;
        padding-right: 24px
    }

    .row-reverse>.baishnab-catering-descriptions-container {
        padding-left: 54px;
        padding-right: 24px
    }
}

@media(max-width:567px) {
    .baishnab-catering-title {
        margin-bottom: 2rem
    }

    .baishnab-catering-container-box {
        padding: 16px
    }

    .baishnab-catering-descriptions-container {
        margin-top: 0;
        width: 100%;
        padding-right: 32px
    }

    .row-reverse>.baishnab-catering-descriptions-container {
        padding-right: 32px
    }

    .baishnab-catering-image-text>p {
        font-size: 5rem
    }

    .baishnab-catering-form-container {
        margin: 0
    }

    .baishnab-catering-form-container-wrapper {
        padding-left: 32px;
        padding-right: 32px
    }

    .baishnab-catering-descriptions-container {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(max-width:475px) {
    .baishnab-display-block {
        display: none
    }

    .baishnab-display-None {
        display: inline-block
    }
}

@media(max-width:425px) {
    .baishnab-catering-descriptions-container {
        padding-left: 36px
    }

    .row-reverse>.baishnab-catering-descriptions-container {
        padding-left: 36px
    }

    .baishnab-catering-image-text>p {
        font-size: 4.5rem
    }
}

@media(max-width:375px) {
    .baishnab-catering-descriptions-container {
        padding-right: 24px;
        padding-left: 24px
    }

    .row-reverse>.baishnab-catering-descriptions-container {
        padding-right: 24px;
        padding-left: 24px
    }
}

.baishnab-display-block {
    display: block
}

.baishnab-display-None {
    display: none
}

:root {
    --title-color: #4A2F2F;
    --primary: #be1522
}

.max_width_bps {
    max-width: 1366px;
    margin: auto;
    padding-left: 100px;
    padding-right: 100px
}

.baishnab-cateringServices-title {
    margin-top: 4rem;
    margin-bottom: 5rem
}

.baishnab-cateringServices-title>h2 {
    font-size: 3.5rem;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: var(--title-color);
    text-align: center
}

.baishnab_package_services {
    position: relative;
    margin-bottom: 80px;
    max-width: 1036px;
    margin-left: auto;
    display: flex;
    color: #fff
}

.package_details,
.package_img {
    width: 50%
}

.package_heading {
    position: absolute;
    top: 20%;
    left: 35%
}

.package_img {
    height: 350px
}

.package_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.package_details {
    background-color: var(--bss_red);
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 511px;
    padding: 20px
}

.package_details_desc {
    margin-top: auto;
    padding-top: 25%
}

.package_heading h2 {
    font-size: 70px;
    font-weight: 700;
    font-family: Roboto, sans-serif
}

@media (min-width:1367px) {
    .baishnab_package_services {
        margin-left: auto;
        margin-right: auto
    }
}

.row_reverse {
    flex-direction: row-reverse;
    margin-right: auto;
    margin-left: 0
}

.cat_img_overlay {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .16)
}

.package_img {
    position: relative
}

.package_details_desc p {
    font-size: 16px;
    text-align: center
}

.mbl_size {
    display: none
}

@media(max-width:992px) {
    .package_heading h2 {
        font-size: 42px
    }

    .package_heading {
        left: 40%
    }
}

@media(max-width:768px) {
    .mbl_size {
        display: block
    }

    .for_desktop {
        display: none
    }

    .baishnab_package_services {
        flex-direction: column
    }

    .package_details,
    .package_img {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .mbl_size {
        font-size: 52px;
        color: #fff;
        font-weight: 700;
        text-align: center
    }

    .package_details_desc {
        padding-top: 5%
    }

    .package_details {
        margin-top: -150px;
        z-index: 100
    }
}

.baishnab-catering-form-container-wrapper {
    width: 85%;
    height: auto;
    background: var(--form-bg-color);
    padding: 54px 98px;
    position: relative;
    top: 90px
}

.baishnab-catering-form-container-wrapper>h2 {
    color: var(--green-color);
    font-size: 2.5rem;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    margin-bottom: 3.5rem;
    text-transform: uppercase
}

.baishnab-catering-form {
    display: flex;
    gap: 24px;
    width: 100%
}

.baishnab-catering-form>p {
    width: 50%
}

.bs-labelName {
    color: var(--green-color);
    font-size: 1.7rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    width: 100%
}

.bs-labelInput {
    width: 90%;
    color: #000;
    font-family: Roboto, sans-serif;
    border: none;
    padding: 7px;
    margin-top: .8rem;
    margin-bottom: 1rem
}

.star {
    color: var(--star-color)
}

.baishnab-catering-form>p>textarea {
    width: 90%;
    height: 90px;
    color: #000;
    font-family: Roboto, sans-serif;
    border: none;
    margin-top: .8rem;
    margin-bottom: 1rem
}

.baishnab-catering-form-container {
    position: relative;
    margin: 52px;
    margin-bottom: 36rem
}

.baishnab-form-overlay {
    width: 30%;
    height: 810px;
    background: var(--red-color);
    position: absolute;
    right: 0;
    z-index: -100
}

.baishnab-display-block {
    display: block
}

.baishnab-display-None {
    display: none
}

@media(max-width:1024px) {
    .baishnab-catering-form-container-wrapper {
        padding-left: 72px;
        padding-right: 72px
    }
}

@media(max-width:992px) {
    .baishnab-catering-form-container {
        margin: 24px
    }

    .baishnab-catering-form-container-wrapper {
        padding-left: 54px;
        padding-right: 54px
    }

    .baishnab-catering-form>p>textarea {
        width: 95%
    }

    .bs-labelInput {
        width: 95%
    }
}

@media(max-width:768px) {
    .baishnab-catering-form-container-wrapper {
        width: 100%
    }
}

@media(max-width:567px) {
    .baishnab-catering-form-container {
        margin: 0
    }

    .baishnab-catering-form-container-wrapper {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media(max-width:475px) {
    .baishnab-display-block {
        display: none
    }

    .baishnab-display-None {
        display: inline-block
    }
}

.bs-catering-button {
    margin: auto;
    margin-top: 3.2rem
}

@media (max-width:1300px) {
    .max_width_bps {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (max-width:992px) {
    .max_width_bps {
        padding-left: 16px;
        padding-right: 16px
    }
}

:root {
    --heading-color: #4A2F2F;
    --primary: #BE1522;
    --button-hover: #EE1C25
}

.baishnav-banner-overlay-container {
    width: 100%;
    height: 370px;
    position: relative
}

.baishnav-banner-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1
}

.baishnav-banner-image-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.baishnav-image-overlay {
    background: rgba(217, 31, 41, .2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.baishnav-banner-text {
    color: #fff;
    max-width: 1200px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%)
}

.baishnav-banner-text-wrapper {
    width: max-content;
    position: relative;
    border: .3rem solid #fff;
    padding: 40px
}

.baishnav-banner-text-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -28px;
    right: -28px;
    margin: 14px;
    border: .1rem solid #fff
}

.baishnav-banner-text-container {
    margin-top: -18px
}

.baishnav-banner-text-container>h1 {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
    font-weight: 700
}

.baishnav-banner-text-container>p {
    font-size: 1.2rem;
    margin-bottom: 1.2rem
}

@media(max-width:1200px) {
    .baishnav-banner-text-wrapper {
        margin-left: 16px;
        padding: 28px
    }

    .baishnav-banner-text-container>h1 {
        font-size: 3.5rem;
        margin-bottom: 1.5rem;
        font-weight: 700
    }
}

.blog-titles {
    text-align: center;
    font-size: 3.2rem;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    color: var(--heading-color);
    font-weight: 700;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem
}

.baishnab-blog-section {
    background-color: rgba(70, 145, 206, .1)
}

.baishnab-blogs-container {
    max-width: 1200px;
    margin: auto
}

.baishnab-blogs-container-subwrapper {
    width: 100%;
    height: 550px;
    background-color: #fff;
    margin-bottom: 5.5rem;
    padding: 8px
}

.baishnab-blogs-image-container {
    width: 100%;
    height: 60%;
    margin: auto
}

.baishnab-blogs-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.baishnab-blogs-container-details {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    height: 40%
}

.baishnab-blogs-container-details>h1 {
    font-size: 2.5rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: var(--heading-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.baishnab-blogs-container-details>p:nth-of-type(1) {
    font-size: 1.6rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: var(--heading-color);
    opacity: .8;
    margin-bottom: 1.2rem;
    width: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.baishnab-blogs-container-details>p:nth-of-type(2) {
    font-size: 1.4rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: 2.8rem
}

.baishnab-pagination {
    padding-bottom: 6.4rem;
    text-align: center
}

.baishnab-pagination>span {
    background: var(--primary);
    color: #fff;
    padding: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    border: 2px solid var(--primary)
}

.baishnab-pagination>a {
    color: var(--primary);
    padding: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--secondary)
}

.baishnab-pagination>* {
    margin-right: .2rem;
    transition: 320ms
}

.baishnab-pagination>:hover {
    background: var(--primary);
    color: #fff;
    border: 2px solid var(--primary)
}

.single-page-blogs {
    max-width: 1200px;
    margin: auto
}

.single-page-blogs-title {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    color: var(--primary)
}

.single-page-blogs-title>h1 {
    font-weight: 700;
    font-size: 3.2rem
}

.single-page-blogs-content {
    padding-bottom: 8rem;
    font-size: 1.6rem
}

.single-page-blogs-title>#breadcrumbs {
    font-size: 1.6rem
}

.single-page-blogs-title>#breadcrumbs a {
    color: #000;
    text-decoration: none
}

.cart-page-first-wrapper .product-thumbnail img {
    width: 150px;
    object-fit: contain
}

.cart-page-first-wrapper .product-thumbnail a {
    text-decoration: none;
    color: var(--heading-color);
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700
}

.cart-page-first-wrapper .product-thumbnail {
    display: flex;
    align-items: center
}

.cart-page-first-wrapper .woocommerce-cart-form th {
    font-size: 1.6rem
}

.bs-cart-product-flex {
    margin-top: 2.6rem;
    margin-left: 3.2rem
}

.bs-cart-product-flex p {
    font-size: 1.2rem;
    margin-top: 1rem
}

.bs-cart-product-flex a {
    font-size: 1rem !important;
    font-weight: 400 !important
}

.cart-empty {
    border: none;
    font-size: 1.6rem;
    margin-top: 32px
}

.cart-empty:before {
    color: var(--primary) !important
}

.return-to-shop {
    margin-bottom: 17vh
}

.bs-cart-product-flex a:first-child {
    font-size: 1.8rem !important;
    font-weight: 700 !important
}

.bs-cart-product-flex button {
    padding: 8px !important
}

.cart-page-first-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 32px
}

.cart-page-first-wrapper>.woocommerce-cart-form {
    width: 65%
}

.cart-page-first-wrapper>.cart-collaterals {
    width: 30%
}

.cart-page-first-wrapper>.cart-collaterals .cart_totals {
    width: 100%;
    padding: 1.2rem;
    background: var(--primary);
    color: #fff;
    font-size: 1.4rem
}

.cart-page-first-wrapper>.cart-collaterals .cart_totals>h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid #fff
}

.cart-page-first-wrapper>.cart-collaterals .cart_totals table {
    border: none
}

.cart-page-first-wrapper>.cart-collaterals .cart_totals table tr th {
    border: none;
    padding-left: 0
}

.cart-page-first-wrapper>.cart-collaterals .cart_totals table tr td {
    border: none
}

.cart-page-first-wrapper .coupon {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    justify-content: space-between;
    align-item: center;
    padding-top: 16px
}

.cart-page-first-wrapper .coupon button {
    border: 2px solid var(--secondary);
    color: #fff;
    background: #fff;
    padding: 5px 12px !important;
    background: var(--secondary);
    color: #000;
    width: 35%
}

.cart-page-first-wrapper .coupon input {
    width: 60%;
    padding-left: 16px
}

.cart-page-first-wrapper .coupon label {
    padding-left: 12px
}

.cart-page-first-wrapper .wc-proceed-to-checkout {
    margin-top: 32px
}

.woocommerce {
    max-width: 1200px;
    margin: auto
}

.baishnab-cart-heading {
    margin-top: 32px;
    color: var(--primary)
}

.bs-checkout-form {
    background: #f4f5f6;
    padding: 24px;
    font-size: 1.4rem
}

.bs-checkout-form>form {
    display: flex;
    flex-wrap: wrap
}

.bs-checkout-form>.woocommerce-NoticeGroup-checkout {
    width: 100%
}

a.added_to_cart.wc-forward {
    display: none !important
}

.bs-checkout-form .woocommerce-input-wrapper>input {
    padding: 8px 12px;
    width: 100%;
    margin-bottom: 1.9rem;
    background: #fff;
    font-size: 1.6rem;
    color: #000;
    border: none;
    font-family: Roboto, sans-serif
}

.bs-checkout-form .woocommerce-input-wrapper>textarea {
    padding: 8px 12px;
    width: 100%;
    margin-bottom: 1.9rem;
    background: #fff;
    font-size: 1.6rem;
    color: #000;
    border: none;
    font-family: Roboto, sans-serif
}

.bs-checkout-form h3 {
    color: var(--primary);
    margin-bottom: 18px
}

.bs-checkout-form .woocommerce-checkout-payment {
    background: #fff !important
}

.bs-checkout-button {
    margin-top: 16px
}

.bs-checkout-thankyou {
    font-size: 1.4rem;
    margin-top: 32px
}

.bs-checkout-thankyou .woocommerce-thankyou-order-details {
    padding: 32px;
    background: #f4f5f6;
    font-size: 1.6rem
}

.bs-checkout-thankyou .woocommerce-thankyou-order-details li strong {
    margin-top: .5rem;
    color: var(--primary)
}

.bs-checkout-thankyou .woocommerce-order-details__title {
    color: var(--primary);
    margin-top: 16px;
    margin-bottom: 16px
}

.bs-checkout-thankyou .woocommerce-column__title {
    color: var(--primary);
    margin-top: 16px;
    margin-bottom: 16px
}

@media(max-width:900px) {
    .cart-page-first-wrapper {
        flex-wrap: wrap
    }

    .cart-page-first-wrapper>.woocommerce-cart-form {
        width: 100%
    }

    .cart-page-first-wrapper>.cart-collaterals {
        width: 100%
    }

    .cart-page-first-wrapper td.product-thumbnail {
        display: flex !important
    }

    .cart-page-first-wrapper td.product-thumbnail::before {
        content: '' !important
    }

    .cart-page-first-wrapper td.product-price::before {
        content: '' !important
    }
}

.baishnab-account-dashboard {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 128px
}

.baishnab-account-dashboard-main {
    max-width: 1200px;
    margin: auto;
    overflow-x: hidden
}

.baishnab-account-dashboard-main>h1 {
    padding-left: 16px;
    color: var(--primary);
    margin-top: 32px
}

.bs-account-dash {
    padding: 16px;
    background: #f4f5f6
}

.woocommerce-MyAccount-content {
    width: calc(100% - 300px)
}

.baishnab-account-dashboard>.woocommerce-MyAccount-navigation>ul>li {
    list-style: none;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 8px;
    width: 200px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 320ms
}

.baishnab-account-dashboard>.woocommerce-MyAccount-navigation>ul>li.is-active a {
    color: #fff;
    background: var(--primary)
}

.baishnab-account-dashboard>.woocommerce-MyAccount-navigation>ul>li:hover a {
    color: #fff;
    background: var(--primary)
}

.baishnab-account-dashboard>.woocommerce-MyAccount-navigation>ul>li a {
    color: #000;
    text-decoration: none;
    padding: 12px 6px;
    background: var(--secondary);
    transition: 320ms;
    height: 100%;
    width: 100%;
    display: block
}

.woocommerce-MyAccount-content {
    font-size: 1.4rem
}

.woocommerce-MyAccount-content table {
    font-size: 1.4rem !important
}

.woocommerce-MyAccount-content table thead {
    background: var(--secondary)
}

.bs-primary-cart {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.bs-primary-cart:hover {
    padding-left: 2rem !important;
    padding-right: 5rem !important;
    letter-spacing: unset !important
}

.bs-account-flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background: #f4f5f6;
    padding: 16px
}

.account-address {
    margin-bottom: 32px;
    color: var(--primary)
}

.woocommerce-Addresses {
    background: #f4f5f6;
    padding: 16px
}

.woocommerce-Addresses address {
    background: #fff;
    padding: 16px;
    margin-top: 16px
}

.woocommerce-EditAccountForm {
    padding: 32px;
    background: #f4f5f6
}

.woocommerce-EditAccountForm input {
    padding: 8px 12px;
    width: 100%;
    margin-bottom: 1.9rem;
    background: #fff;
    font-size: 1.6rem;
    color: #000;
    border: none;
    font-family: Roboto, sans-serif
}

.bs-account-details {
    margin-top: 24px
}

.bs-edit-address {
    background: #f4f5f6;
    padding: 16px
}

.bs-edit-address input,
select {
    padding: 8px 12px;
    width: 100%;
    margin-bottom: 1.9rem;
    background: #fff;
    font-size: 1.6rem;
    color: #000;
    border: none;
    font-family: Roboto, sans-serif
}

@media(max-width:1300px) {
    .baishnab-account-dashboard-main {
        padding: 32px
    }
}

@media(max-width:992px) {
    .woocommerce-MyAccount-content {
        width: calc(100% - 240px)
    }
}

@media(max-width:768px) {
    .baishnab-account-dashboard-main {
        padding: 16px
    }

    .baishnab-account-dashboard {
        flex-wrap: wrap
    }

    .woocommerce-MyAccount-content {
        width: 100%
    }

    .woocommerce-MyAccount-navigation li {
        width: 100% !important
    }

    .woocommerce-MyAccount-navigation ul {
        padding-left: 0
    }

    .logowith_slogan,
    .title {
        margin-left: auto
    }

    .woocommerce-MyAccount-navigation {
        width: 100%
    }

    .woocommerce-MyAccount-content .bs-account-flex {
        flex-direction: column-reverse
    }

    .woocommerce-orders-table__cell-order-actions .bs-primary-cart {
        margin-left: auto
    }

    .bs-checkout-form>form {
        flex-direction: column
    }
}

.yith-wcwl-form .wishlist_table {
    font-size: 1.6rem
}

.yith-wcwl-form .wishlist_table thead {
    background: #f4f5f6
}

#yith-wcwl-popup-message {
    display: none !important
}

:root {
    --sbackground: #B9040D;
    --heading-color: #1E2C1C;
    --form-color: #FAFAFA;
    --star-color: #F90A0A
}

.baishnab-contactUs-container {
    margin-top: 72px;
    padding-left: 24px;
    padding-right: 24px
}

.baishnab-contactUs-container-wrapper {
    max-width: 1200px;
    margin: auto
}

.baishnab-contactUs-rl-container {
    position: relative;
    display: flex;
    align-items: center
}

.baishnab-contactUs-right-container-details {
    width: 30%;
    height: 500px;
    background: var(--sbackground);
    padding: 36px 24px 24px 36px;
    position: relative;
    z-index: 1;
    margin-right: -200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.contact-ul>h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    margin-bottom: 3rem
}

.contact-ul {
    padding-left: 0
}

.contact-ul>li {
    list-style: none;
    margin-bottom: 3rem
}

.contact-list-item span {
    color: #fff;
    font-size: 1.6rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-left: 1rem;
    vertical-align: super
}

.contact-list-item>a {
    position: relative;
    display: flex;
    align-item: center;
    text-decoration: none;
    color: #fff
}

.contact-list-item>a:hover {
    text-decoration: none;
    color: #fff
}

.contact-list-item>a>img {
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    vertical-align: middle
}

.contact-list-item {
    display: flex;
    align-items: center
}

.listItem-sub-ul {
    list-style: none
}

.contact-list-item>ul>li {
    color: #fff;
    font-size: 1.6rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.3rem
}

.listItem-sub-ul {
    display: flex;
    flex-direction: column;
    padding-left: 12px
}

.baishnab-contactUs-social-icon {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 5rem
}

.baishnab-contactUs-left-container-form {
    width: 80%;
    height: 59.5rem;
    margin: auto;
    padding: 78px 98px 36px 198px;
    background: var(--form-color);
    position: relative
}

.baishnab-contactUs-left-container-form h2 {
    color: var(--heading-color);
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 2rem;
    text-transform: uppercase
}

.contactUs-label-flex {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-bottom: 12px;
    align-items: center
}

.label-1 {
    width: 50%
}

.label-2 {
    width: 50%
}

.bs-labelName {
    color: var(--heading-color);
    font-size: 1.6rem;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.bs-labelInput {
    width: 100%;
    height: 30px;
    color: #000;
    font-family: Roboto, sans-serif;
    border: none;
    margin-top: .8rem;
    margin-bottom: 1rem
}

.star {
    color: var(--star-color)
}

.baishnab-contactUs-left-container-form textarea {
    width: 100%;
    height: 90px;
    color: #000;
    font-family: Roboto, sans-serif;
    border: none;
    margin-top: .8rem;
    margin-bottom: 1rem
}

.bs-textarea {
    width: 100%;
    height: 90px;
    color: #000;
    font-family: Roboto, sans-serif;
    border: none;
    margin-top: .8rem;
    margin-bottom: 1rem
}

.opening_time p {
    font-size: 1.6rem
}

.contactus-iframe {
    margin-top: 9rem;
    margin-bottom: 3rem
}

.contactus-iframe>h1 {
    text-transform: uppercase;
    color: var(--heading-color);
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 3rem
}

.contactus-iframe>iframe {
    width: 100%;
    height: 500px
}

@media(max-width:992px) {
    .baishnab-contactUs-left-container-form {
        width: 50%;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        position: relative;
        padding: 36px
    }

    .baishnab-contactUs-right-container-details {
        width: 50%;
        margin-right: unset !important
    }

    .baishnab-contactUs-rl-container {
        display: flex
    }
}

@media(max-width:768px) {
    .baishnab-contactUs-rl-container {
        flex-direction: column
    }

    .baishnab-contactUs-left-container-form {
        width: 100%
    }

    .baishnab-contactUs-right-container-details {
        width: 100%;
        margin-bottom: 3rem
    }
}

.quick_view {
    display: none
}

.custom-cls {
    display: unset !important
}

.woocommerce-pagination>ul {
    display: flex;
    gap: 12px;
    list-style: none;
    font-size: 18px;
    font-weight: 700
}

.woocommerce-pagination>ul>li>a {
    text-decoration: none
}

.wcqv_next_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.woocommerce-form-login {
    width: 100%;
    background: #f4f5f6;
    display: flex;
    flex-direction: column
}

.woocommerce-form-login>p {
    font-weight: 400;
    font-family: Poppins;
    font-size: 16px
}

.form-row-first,
.form-row-last {
    width: 50%
}

.form-row-first>.username {
    font-size: 24px
}

.form-row-last>.password {
    font-size: 24px
}

.form-row-first>#username {
    padding: 8px 12px;
    width: 100%;
    margin-bottom: 1.9rem;
    background: #fff;
    font-size: 1.6rem;
    color: #000;
    border: none;
    font-family: Roboto, sans-serif
}

.form-row-last>#password {
    padding: 8px 12px;
    width: 100%;
    margin-bottom: 1.9rem;
    background: #fff;
    font-size: 1.6rem;
    color: #000;
    border: none;
    font-family: Roboto, sans-serif
}

.woocommerce-form-login .form-row {
    display: flex;
    flex-direction: column
}

.form-row .woocommerce-form-login__submit {
    background: var(--primary) !important;
    color: #fff !important;
    padding: 1rem 2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    display: block;
    width: max-content;
    transition: 350ms;
    margin-top: 12px !important;
    position: relative;
    border: none
}

.woocommerce-info::before {
    color: var(--primary);
}



.all_check_header_footer.all_check_header>span,
div.wpt-wrap input[type=checkbox]+label,
.wpt_product_title_in_td {
    color: #000 !important;
}

div.wpt-wrap.wpt-wrap input[type=checkbox]:checked+label:before {
    background: black !important;
}



div.wpt-wrap.wpt-wrap input[type=checkbox]:checked+label:after {
    color: white !important;
    top: 0px !important;
}

.wpt-new-footer-cart{
    background: #ffc033 !important;
}