@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.clear {
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: .01em;
}

.container-fluid {
    padding: 0;
}

header {
    width: 100%;
}

.header-div {
    position: absolute;
    width: 100%;
    max-height: 133px;
    background-color: #8E0000;
    padding: 20px 10px;
    z-index: 1;
    display: inline-flex;
}

#index-vertical-header .header-logo,
#res-nav-links .header-logo {
    width: 117px;
}

.close-btn,
#btn-toggle {
    cursor: pointer;
}

.f-row,
.s-row {
    margin-right: 150px;
    margin-left: 150px;
}

.section-heading {
    font-size: 80px;
    color: #8E0000;
    font-weight: 600;
    line-height: 120px;
}

.section-sub-heading {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

.section-paragraph {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}

.header-logo-div {
    width: 20%;
}

.social-media-links-div {
    width: 80%;
    display: flex;
    margin: auto 0;
    gap: 20px;
}

.cart-menu-div {
    width: 20%;
    display: flex;
    margin: auto 0;
    gap: 30px;
    justify-content: end;
}

.menu,
.cart-ic {
    cursor: pointer;
}

.cart-ic span {
    position: absolute;
    top: -12px;
    right: -8px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFF200;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: #000;
}

.hero-logo {
    width: 176px;
}

.social-media-icons {
    float: left;
    display: inline-flex;
}

.cart-menu-icons {
    float: right;
}

.cart-menu-icons .cart-ic,
.cart-menu-icons .menu,
.social-media-icons .facebook,
.social-media-icons .insta,
.social-media-icons .youtube {
    margin: 0 25px
}

.navigation-links {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #8E0000;
    z-index: 99;
    top: 0;
    right: 0;
}

.navigation-links .nav-list {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    margin: 0
}

.navigation-links .nav-list li {
    margin: 5px 0;
}

.nav-list .nav-item a {
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
}

.nav-list .nav-item a:active,
.nav-list .nav-item a:hover {
    letter-spacing: 1px;
    color: #FFF200;
}

.hero-section {
    background-color: #8E0000;
    width: 100%;
    height: 100%;
    min-height: 600px;
    overflow-y: hidden;
}

.background-img {
    background: transparent url(../../images/bg.png) no-repeat center center;
    background-size: cover;
    width: 50%;
    overflow-y: hidden;
}

.heading-div {
    display: block;
    position: absolute;
    top: 50%;
}

.heading-div h1,
.heading-div h3 {
    overflow-y: hidden;
}

.heading-div h1 {
    font-size: 117px;
    color: #FFF200;
    font-weight: 700;
    line-height: 178px;
}

.heading-div h3 {
    font-size: 52px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    line-height: 78px;
}

.heading-div p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    line-height: 30px;
}

.img-col {
    width: calc(48% - 90px);
    height: 100%;
}

.nav-col {
    width: 90px;
}

.img-col img {
    width: 100% !important;
    height: auto !important;
}

.cart-menu-icons-2 {
    align-items: center;
    gap: 30px;
}

.social-media-icons-2 {
    gap: 20px;
}

#index-vertical-header {
    display: block;
}

.home #index-vertical-header {
    display: none;
}

.heading-div h1 {
    font-size: 80px;
    line-height: 82px;
}

.heading-div h3 {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 30px;
}

.logo-div {
    display: block;
    position: absolute;
}

/* second-section */
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    width: 100%;
}

img.zoomImg {
    width: 100% !important;
}

.woocommerce-product-gallery__image.flex-active-slide,
.woocommerce-product-gallery__image {
    height: 100%;
}

.woocommerce-product-gallery__image.flex-active-slide a img,
.woocommerce-product-gallery__image a img {
    width: 100%;
    height: 100%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
    display: flex;
    justify-content: center;
}

ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

ol.flex-control-thumbs li img {
    width: 100%;
    height: auto;
}

.second-sec-sub {
    font-size: 20px;
    font-weight: 500;
}

.summary h1 {
    font-size: 60px;
    font-weight: 600;
    color: #8E0000;
}

.summary .woocommerce-product-details__short-description p {
    line-height: 30px;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 300;
}

.price-qty {
    display: flex;
    gap: 70px;
    margin-top: 44px;
}

.price {
    font-weight: 600;
}

.price span {
    font-size: 28px;
    padding: 0 10px;
}

/* quantity plus minus plugin */
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}

.quantity.wqpmb_quantity {
    width: 30%;
}

.quantity.wqpmb_quantity input {
    width: 100%;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .qib-button.qib-button-wrapper{
    justify-content: flex-start !important;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    margin: 20px 0;
}

.minus-icon,
.plus-icon,
#qty-div {
    padding: 10px 15px;
}

#qty-div {
    max-width: 80px;
    border: none;
    text-align: center;
}

.minus-icon,
.plus-icon {
    border: 1px solid #efefef;
    background-color: #EFEFEF;
}

.minus-icon {
    border-radius: 5px 0 0 5px;
}

.plus-icon {
    border-radius: 0 5px 5px;
}

a.reset_variations {
    position: absolute;
    right: 0;
    font-size: 14px;
    text-decoration: none;
    margin: 0 0 6px;
}

.sizes-div {
    width: 100%;
    margin-top: 42px;
}

.size-text {
    font-size: 16px;
    font-weight: 500;
}

.oz16,
.oz8,
.oz4 {
    text-align: center;
    padding: 15px 23px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 14px;
    cursor: pointer;
}

.selected {
    border: 1px solid #8E0000;
    color: #8E0000;
}

/* Additional info tab */
table.woocommerce-product-attributes.shop_attributes {
    width: 100%;
    font-size: 20px;
}

.second-sec-btn-div {
    width: 100%;
    margin-top: 75px;
}

/* review tab */
.comment-form p {
    margin-top: 1rem;
}
p.comment-form-comment {
    display: flex;
    flex-direction: column;
}

.add-to-cart,
.see-more {
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 24px;
    cursor: pointer;
}

.add-to-cart {
    padding: 17px 42px;
    background-color: #8E0000;
    border: 1px solid #8E0000;
    color: #ffffff;
}

.see-more {
    padding: 17px 52px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    color: #616161;
}

/* third section */
.third-section {
    max-height: fit-content;
    background: linear-gradient(180deg, rgba(239, 239, 239, 0.6) 0%, rgba(244, 244, 244, 0.5) 100%);
    padding: 80px 0;
}

.third-sec-sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 6%;
}

.third-sec-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 120px;
    color: #8E0000;
}

.third-sec-para {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #000000;
}

/* ingredient  */
.third-section .s-row {
    margin-top: 100px !important;
    min-height: 1200px;
    overflow: hidden;
}

.ingredient-cl {
    display: block;
    position: absolute;
    padding-left: 180px;
    top: 100%;
}

.ingredient-cl .text-line {
    display: block;
    width: 250px;
}

.ingredient-cl .text-line .arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 0;
}

.ingredient-cl .text-line {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.ingredient-cl img {
    width: 21vw;
    z-index: 2;
}

/*Black Pepper*/
.ingredient-cl.black-pepper {
    top: 0;
}

/*Cardamom*/
.ingredient-cl.cardamom {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    padding: 100px 0 0 0;
}

.ingredient-cl.cardamom .text-line {
    top: 0;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.ingredient-cl.cardamom .text-line .arrow {
    width: 1px;
    height: 200px;
    top: 25px;
    left: 50%;
}

/*Cinnamon*/
.ingredient-cl.cinnamon {
    top: 0;
    right: 0;
    padding: 0 180px 0 0;
}

.ingredient-cl.cinnamon .text-line {
    left: auto;
    right: 0;
    text-align: right;
    top: 40%;
}

/*Coriander*/
.ingredient-cl.coriander {
    top: 290px;
    left: 15%;
    padding: 0;
}

.ingredient-cl.coriander .text-line {
    top: 0;
    left: 0;
    width: 195px;
}

.ingredient-cl.coriander .text-line .arrow::after {
    display: block;
    position: absolute;
    content: "";
    background: #000;
    width: 1px;
    height: 90px;
    right: 0;
    top: 0;
}

/*Clove*/
.ingredient-cl.clove {
    top: 240px;
    right: 5%;
    padding: 0 140px 0 0;
}

.ingredient-cl.clove .text-line {
    text-align: right;
    left: auto;
    right: 0;
    top: 47%;
}

/*Cummin*/
.ingredient-cl.cumin {
    top: 430px;
    right: 22%;
    padding: 0 100px 0 0;
}

.ingredient-cl.cumin .text-line {
    left: auto;
    right: 0;
    text-align: right;
}

/*Fennel*/
.ingredient-cl.fennel {
    top: 540px;
    left: 16%;
    padding-left: 120px;
}

/*Curry leave*/
.ingredient-cl.curry-leaves {
    top: 510px;
    right: -20px;
    padding: 100px 0 0 0;
}

.ingredient-cl.curry-leaves .text-line {
    top: 0;
    left: 32%;
    text-align: center;
}

.ingredient-cl.curry-leaves .text-line .arrow {
    width: 1px;
    height: 120px;
    top: 100%;
    left: 50%;
}

/*Lemon-grass*/
.ingredient-cl.lemon-grass {
    top: 800px;
    padding: 60px 0 0 0;
}

.ingredient-cl.lemon-grass .text-line {
    top: 0;
    left: 21%;
    text-align: center;
}

.ingredient-cl.lemon-grass .text-line .arrow {
    width: 1px;
    height: 100px;
    top: 100%;
    left: 50%;
}

/*nutmeg*/
.ingredient-cl.nutmeg {
    top: 900px;
    padding: 60px 0 0 0;
    left: 25%;
}

.ingredient-cl.nutmeg .text-line {
    top: 0;
    left: 21%;
    text-align: center;
}

.ingredient-cl.nutmeg .text-line .arrow {
    width: 1px;
    height: 100px;
    top: 100%;
    left: 50%;
}

/*pandam-leaves*/
.ingredient-cl.pandam-leaves {
    top: 780px;
    right: 24%;
    padding: 0 130px 0 0;
}

.ingredient-cl.pandam-leaves .text-line {
    left: auto;
    right: 0;
    text-align: right;
    top: 42%;
}

/**/
.ingredient-cl.white-rice {
    top: 960px;
    right: 7%;
    padding: 0 120px 0 0;
}

.ingredient-cl.white-rice .text-line {
    left: auto;
    right: 0;
    text-align: right;
}


/* fouth section */
.fourth-section {
    display: block;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.fourth-section:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}

.flex-column {
    max-width: 600px;
}

.fourth-sec-title {
    font-size: 75px;
    font-weight: 600;
    color: #FFF200;
    line-height: 100px;
    text-align: end;
}

.fourth-sec-sub-title,
.fourth-sec-para {
    color: #ffffff;
    text-align: end;
}

.fourth-sec-sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.fourth-sec-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.next-arrow {
    position: absolute;
    top: 0;
    right: 93%;
}

.prev-arrow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.card-container {
    position: relative;
}

.card-slider {
    position: relative;
    padding-top: 70px;
    width: 100%;
    height: 100%;
}

.product-card {
    width: 25%;
}

.product-card,
.product-card-2 {
    height: auto;
    background: #FFFFFF;
    border: 2px solid #8E0000;
    box-shadow: 0px 1px 10px 4px rgba(142, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 12px;
}

.product-card a{
    text-decoration: none;
    color: #000000;
    font-size: 20px !important;
}

.product-card a h2{
    padding: 10px 20px 0 20px;
    font-size: 25px;
}

.product-card img {
    height: auto;
    width: 100% !important;
    object-fit: cover;
}

.card-title {
    font-size: 20px;
    line-height: 30px;
}

.card-price {
    line-height: 24px;
}

.qnt-div {
    padding: 10px 20px;
}

.card-price span {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.card-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

button.single_add_to_cart_button,
.product-card a.button {
    padding: 17px 50px;
    border: 1px solid #8E0000;
    border-radius: 5px;
    background-color: #8E0000;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin: 0 auto;
    cursor: pointer;
    letter-spacing: 0.02em;
}

.product-card a.button {
    width: 90%;
}

form .quantity {
    margin: 20px 0;
}

/* recieps section */
.recieps-section {
    display: block;
    background-image: url('../../images/bg_img_3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7f7f7;
    background-blend-mode: multiply;
}

.card-slider-2 {
    width: 100%;
    height: 100%;
}

.product-card-2 {
    width: 33%;
}

.rec-title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
}

.rec-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.card-link {
    color: #8E0000;
    line-height: 30px;
    font-size: 18px;
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    border: 1.5px solid #fff200;
    width: 41px;
    height: 41px;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 8px;
    
}
.slick-prev.slick-arrow {
    background: transparent url(../../images/left-arrow.png) no-repeat center center;
}
.slick-next.slick-arrow {
    left: 5%;
    background: transparent url(../../images/rght-arrow.png) no-repeat center center;
}

.card-slider-2 .slick-prev.slick-arrow {
    top: 50%;
    left: -25px;
    background: #fff url(../../images/left-arrow.png) no-repeat center center;
    z-index: 2;
}
.card-slider-2 .slick-next.slick-arrow {
    right: -25px;
    top: 50%;
    background: #fff url(../../images/rght-arrow.png) no-repeat center center;
    z-index: 2;
}

.card.product-card-2 {
    margin: 22px;
    border: none;
    box-shadow: none;
}

/* product page */
.product-section,
.contact-section,
.recieps-page,
.product-details-page,
.health-benefits-page {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 233px 0 100px 0;
}

.product-sub-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.product-heading {
    display: block;
    height: auto;
    justify-content: center;
    align-items: center;
}

.product-title {
    font-size: 80px;
    font-weight: 400;
    line-height: 120px;
    color: #8E0000;
    text-align: center;
}

.product-paragraph {
    width: 75%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.product-paragraph p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #000000;
    text-align: center;
}

.search-category-box {
    display: flex;
    width: 100%;
    height: 100%;
    background: #EFEFEF;
    padding: 30px 45px;
    justify-content: space-between;
}

.search-box {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box input {
    width: 100%;
    padding: 10px 0;
}

.search-box span {
    position: absolute;
    font-size: 20px;
    right: 2%;
    bottom: 40%;
    color: #8D8D8D;
}

.category-box {
    width: 25%;
    justify-content: end;
}

button.button.pcd-submit {
    padding: 10px 12px;
    background-color: #8e0000;
    color: #fff;
    border-color: #800C0E;
    border-radius: 5px;
}

.category-box select {
    width: 100%;
}

.search-box input,
.category-box select {
    padding: 10px 20px;
    font-size: 20px;
}

.product-card-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.product-card-grid .product-card {
    height: auto;
    background: #FFFFFF;
    border: 2px solid #8E0000;
    box-shadow: 0px 1px 10px 4px rgba(142, 0, 0, 0.1);
    border-radius: 10px;
    width: 95%;
    margin: 0 0 20px 0;
    color: #000;
    padding-bottom: 20px;
}

.card-footer {
    background-color: #ffffff;
    border: none;
}

/* product details page */
ul.breadcrumb-list {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
}

ul.breadcrumb-list li {
    display: inline;
    font-size: 18px;
}

ul.breadcrumb-list li+li:before {
    padding: 2%;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb-list li a {
    color: #8E0000;
    text-decoration: none;
}

ul.breadcrumb-list li a:hover {
    color: #800C0E;
    text-decoration: none;
}

.main-img {
    width: 100%;
}

.sub-img {
    padding: 29px 46px;
    margin-bottom: 10px;
    cursor: pointer;
}

.main-img,
.sub-img {
    background-color: #EFEFEF;
}

.sub-img-div {
    gap: 3%;
}

.sub-product-img {
    width: 97px;
    height: auto;
}

.img-disabled {
    opacity: 0.5;
}

.woocommerce-tabs {
    padding-bottom: 50px;
    width: 100%;
}

.tabs {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.sidebar {
    display: flex;
    width: 100%;
}

.tab-btn {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #8D8D8D;
    color: #000000;
    cursor: pointer;
    padding: 10px 0;
    margin: 10px 0;
    outline: none;
    width: 25%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.tabs li a{
    color: #000000 !important;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.woocommerce-tabs ul.tabs li a {
    padding-bottom: 0 !important;
}

.woocommerce-Tabs-panel {
    padding-top: 20px;
}

li.active a{
    border-bottom: 2px solid #8E0000;
}

.content {
    width: 100%;
}

.tab-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    margin-top: 1rem;
}

.comment-form .comment-form-comment textarea{
    width: 70% !important;
}

p.comment-form-comment textarea,
p.comment-form-author input,
p.comment-form-email input {
    padding: 5px;
}

p.form-submit input {
    padding: 10px 30px;
    background-color: #8E0000;
    color: #fff;
    border: 1px solid #800C0E;
    border-radius: 5px;
}

.related-products-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    color: #8E0000;
}

.card-slider-3 {
    position: relative;
    padding-top: 10px;
    width: 100%;
    height: 100%;
}

.next-arrow-3, .prev-arrow-3 {
    cursor: pointer;
}

.next-arrow-3 {
    position: absolute;
    top: -14%;
    right: 0;
}

.prev-arrow-3 {
    position: absolute;
    top: -14%;
    left: 93%;
    z-index: 10;
}

/* shop page category plugin */

.pcd-selector-box .block-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3%;
}

/* recieps details page */
.reciep-details {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 200px;
}

.ingred-title {
    color: #8E0000;
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    margin-right: 10px;
}

.hr-line,
.hr-line-1 {
    border: 1px solid #8D8D8D;
    height: 0;
}

.ingred-para {
    padding-left: 15px;
    width: 90%;
}

.ingre-list li {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
}

.ingre-list li::before {
    content: url(../../images/Ellipse\ 3.png);
    position: absolute;
    left: -8px;
}

.name-col,
.grams {
    margin: 0 15px;
}

.hr-line-1 {
    opacity: 0.18;
}

.recieps-details-heading {
    font-size: 70px;
    line-height: 80px;
    color: #8E0000;
    font-weight: 600;
}

.social-med {
    width: 100%;
}

.steps .step-num {
    width: 20%;
    font-weight: 600;
    line-height: 30px;
}

.steps .step-num,
.steps .step-desc {
    font-size: 16px;
}

.steps .step-num::after {
    content: "-";
    margin-left: 1%;
}

.steps .step-desc {
    width: 80%;
    font-weight: 300;
    line-height: 24px;
    margin-left: 1%;
}

.steps-table .steps:nth-of-type(odd) {
    background-color: #ffd6d6;
}

.reciep-list-row {
    background-color: #EFEFEF;
    width: 100%;
    margin: 0;
}

/* health benefit page */
.health-benefit {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 20px 0;
}

.health-benefit .benefit-list,
.health-benefit .benefit-list-2 {
    width: 33%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.benefit-list .hexabox,
.benefit-list-2 .hexabox {
    display: flex;
    margin: 20px 0;
    text-align: center;
    list-style-type: none;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hexabox span {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    margin: auto 0;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
}

.benefit-list .hexabox:nth-of-type(odd),
.benefit-list-2 .hexabox:nth-of-type(odd) {
    background-image: url(../../images/Vector.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.benefit-list .hexabox:nth-of-type(even),
.benefit-list-2 .hexabox:nth-of-type(even) {
    background-image: url(../../images/Vector\(1\).svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.health-benefit .benefit-list {
    left: 5%;
}

.health-benefit .benefit-list-2 {
    right: 5%;
}

.center-figure {
    width: 33%;
    margin: auto 0;
    z-index: 2;
}

.center-figure .center-img {
    width: 100%;
}

/* contactus section */
.contact-form {
    width: 65%;
}

.contact-form input,
.contact-form textarea{
    padding: 30px 10px;
    background-color: #ececec;
    font-size: 16px;
}

.contact-form label {
    font-size: 16px;
    line-height: 21px;
}

.contact-form-submit {
    background-color: #8E0000 !important;
    border: 1px solid #8E0000;
    border-radius: 5px;
    padding: 17px 42px !important;
    cursor: pointer;
    color: #FFFFFF;
}

/* recieps page */
.recieps-card-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.recieps-card-grid .product-card-2 {
    height: auto;
    background: #FFFFFF;
    border: 2px solid #8E0000;
    box-shadow: 0px 1px 10px 4px rgba(142, 0, 0, 0.1);
    border-radius: 10px;
    width: 95%;
    margin: 0 0 20px 0;
}

img.card-img-top {
    height: 450px;
}

/* pagination part */
ul.page-numbers {
    display: flex;
    gap: 3%;
    list-style-type: none;
}

.page-numbers li span, .page-numbers li a {
    padding: 8px 15px;
    color: #8e0000;
    font-size: 18px;
    background-color: #efefef;
}

nav.woocommerce-pagination {
    margin-top: 3%;
}

a.page-numbers {
    color: #8e0000;
    text-decoration: none;
}

.current {
    border: 1px solid #800C0E;
}

.pagination-list{
    display: inline-flex;
    gap: 3%;
}

.pagination-list .single-page-item {
    font-size: 18px;
    color: #8E0000;
    background-color: #EFEFEF;
    padding: 15px 20px;
    font-weight: 400;
    margin: 10px 0;
}

.pagination-list .single-page-item:hover {
    border: 1px solid #8E0000;
    color: #8E0000;
}

.single-page-item .prev-page,
.single-page-item .next-page {
    color: #111111;
}

.disabled-page {
    color: #8D8D8D;
}

/* footer section */
.footer {
    display: block;
    position: relative;
    background-color: #8E0000;
    color: #FFFFFF;
    width: 100%;
}

.footer-first-col {
    width: 30%;
}

.footer-first-col img {
    width: 176px;
}

.footer-second-col {
    width: 25%;
    display: flex;
}

.footer-third-col {
    width: 30%;
}

.footer-second-1,
.footer-second-2 {
    width: 50%;
}

.footer p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.footer-top {
    padding: 80px 0;
}

.footer-links li {
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    padding-bottom: 30px;
}

.footer-bottom {
    text-align: center;
    background-color: #800C0E;
    padding: 20px 0;
}

.footer-bottom p {
    font-size: 14px;
    line-height: 15px;
    margin: 0;
    color: #bebebe;
}

.footer-social-media-links-div {
    display: flex;
    gap: 1%;
}

ul.footer-links {
    list-style: none;
}

.payment-system-img img {
    width: 95%;
}

.slick-slider div {
    transition: none;
}

/* cart page  */

form.woocommerce-cart-form {
    width: 100%;
}

table.shop_table tr td {
    padding: 15px 0;
}

.product-quantity .qib-button.qib-button-wrapper.qib-button-wrapper-0 {
    justify-content: flex-start;
}

table.shop_table tr td .coupon {
    padding: 10px 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    width: 100%;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item.cart_item td{
    border: 1px solid #000;
    padding: 10px;
}

table.shop_table.shop_table_responsive {
    width: 100%;
    margin-bottom: 20px
}

table.shop_table.shop_table_responsive,
table.shop_table.shop_table_responsive td,
table.shop_table.shop_table_responsive th {
    border: 1px solid #000;
}

table.shop_table.shop_table_responsive th {
    padding: 10px;
}

table.shop_table.shop_table_responsive td {
    padding: 20px;
}

a.remove {
    padding: 5px 10px;
    background-color: #8e0000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.coupon input.input-text {
    padding: 8px;
    font-size: 16px;
}

.coupon button,
td.actions button {
    padding: 8px 15px;
    background-color: #8E0000;
    border-radius: 5px;
    color: #fff;
}

a.shipping-calculator-button,
a.checkout-button.button.alt.wc-forward.wp-element-button {
    padding: 8px 15px;
    background-color: #8e0000;
    border-radius: 5px;
    color: #fff;
}

form.woocommerce-shipping-calculator {
    margin: 10px 0;
}

p.return-to-shop a.button.wc-backward {
    padding: 10px 15px;
    background-color: #8e0000;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.cart-collaterals {
    float: right;
}

.wc-proceed-to-checkout {
    float: right;
}

/* woocommerce notices */

.woocommerce-message,
p.cart-empty.woocommerce-info {
    padding: 15px;
    border-radius: 5px;
    color: #fff;
}

/* wp-caraousel styling */
.wpcp-single-item {
    border: 2px solid #8e0000 !important;
    background-color: #fff !important;
    padding: 0 0 20px;
}

h2.wpcp-product-title, .wpcp-product-price span {
    font-size: 20px !important;
}

a.button.wp-element-button.product_type_variable.add_to_cart_button {
    width: 90%;
    background: #8e0000 !important;
    color: #fff !important;
    font-size: 18px !important;
    border: 1px solid #8e0000 !important;
    border-radius: 5px !important;
}

.wpcp-next-button.swiper-button-next,
.wpcp-prev-button.swiper-button-prev {
    padding: 30px;
    position: absolute !important;
    top: 0 !important;
    margin-top: 8px !important;
}

.wpcp-next-button.swiper-button-next {
    left: 5% !important;
}

.wpcp-carousel-section {
    padding: 70px 0 0;
}

i.fa.fa-angle-left {
    margin-left: 20px !important;
}

i.fa.fa-angle-right,
i.fa.fa-angle-left {
    padding: 6px 12px;
    border: 2px solid #FFF200;
    border-radius: 15px;
}

a img.skip-lazy {
    width: 100%;
    height: 300px !important;
}

/* checkout page */
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    padding: 0 5px;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-additional-fields__field-wrapper {
    padding: 5px 10px;
}

p#billing_address_2_field,
p#shipping_address_2_field {
    justify-content: end;
}

.form-row {
    justify-content: space-between;
}

.form-row span input,
.form-row span textarea {
    padding: 3px 5px;
}

table.shop_table.woocommerce-checkout-review-order-table {
    width: 50%;
    margin-bottom: 20px;
}

table.shop_table.woocommerce-checkout-review-order-table,
table.shop_table.woocommerce-checkout-review-order-table thead {
    border: 1px solid #111111;
}

table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 10px;
}

.form-row button#place_order {
    padding: 10px 20px;
    border: 1px solid #8e0000;
    background-color: #8e0000;
    color: #fff;
    border-radius: 5px;
}

textarea#order_comments {
    height: 5em;
}

span.woocommerce-input-wrapper {
    width: 50% !important; 
}

span.woocommerce-input-wrapper input,
span.woocommerce-input-wrapper textarea{
    width: 100% !important;
}

/* media quaries */

@media (max-width: 1499px) {
    .background-img {
        width: 50%;
        overflow-y: hidden;
    }

    .img-col {
        width: 44%;
    }

    .heading-div h1 {
        font-size: 70px;
        line-height: 72px;
    }

    .heading-div h3 {
        font-size: 35px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .second-sec-title {
        font-size: 65px;
    }

    .third-sec-title {
        font-size: 60px;
    }

    .f-row,
    .s-row {
        margin-right: 30px;
        margin-left: 30px;
    }

    .fourth-sec-title {
        font-size: 70px;
        line-height: 100px;
    }

    .fourth-sec-sub-title {
        font-size: 20px;
        font-weight: 500;
        line-height: auto;
    }

    .next-arrow {
        position: absolute;
        top: 0;
        right: 90%;
    }

    .prev-arrow {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .card-price {
        padding-right: 20px;
    }

    .card-btn {
        padding: 17px 50px;
    }

    .main-img {
        width: 100%;
    }

    img.card-img-top {
        height: 300px;
    }

    .next-arrow-3 {
        position: absolute;
        top: -18%;
        right: 0;
    }

    .prev-arrow-3 {
        position: absolute;
        top: -18%;
        left: 90%;
        z-index: 10;
    }

    h5.card-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }

    .card-price span {
        font-size: 20px;
        line-height: 22px;
    }

    .wpcp-next-button.swiper-button-next {
        left: 10% !important;
    }

    .category-box {
        width: 30%;
    }
}

@media (max-width: 1199.98px) {
    .hero-logo {
        max-width: 160px;
        max-height: 136px;
    }

    .background-img {
        width: 40%;
        overflow-y: hidden;
    }

    .img-col {
        width: 57%;
    }

    .heading-div {
        margin-top: 0;
    }

    .heading-div h1 {
        font-size: 50px;
        line-height: 52px;
    }

    .heading-div h3 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .second-sec-title {
        font-size: 55px;
    }

    .price span {
        font-size: 28px;
    }

    .third-sec-title {
        font-size: 55px;
    }

    .f-row,
    .s-row {
        margin-right: 70px;
        margin-left: 70px;
    }

    .next-arrow {
        position: absolute;
        top: 0;
        right: 85%;
    }

    .fourth-sec-title {
        font-size: 50px;
        line-height: 70px;
    }

    .card-btn {
        padding: 10px 20px;
    }

    .next-arrow-3 {
        position: absolute;
        top: -17%;
        right: 0;
    }

    .prev-arrow-3 {
        position: absolute;
        top: -17%;
        left: 88%;
        z-index: 10;
    }

    .recieps-details-heading {
        font-size: 60px;
    }

    .footer-first-col {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-first-col img.header-logo {
        width: 90px;
    }

    .footer-top {
        padding: 70px 0 20px 0;
    }

    .footer-second-col {
        width: 55%;
    }

    .hexabox span {
        width: 100%;
        font-size: 16px;
    }

    /**/
    .ingredient-cl.coriander {
        top: 240px;
        left: 12%;
    }

    .ingredient-cl.coriander .text-line {
        top: -20px;
        width: 135px;
    }

    .ingredient-cl.cumin {
        top: 360px;
    }

    .ingredient-cl.fennel {
        top: 440px;
        left: 5%;
    }

    .ingredient-cl.curry-leaves {
        top: 400px;
        right: 30px;
    }

    .ingredient-cl.pandam-leaves {
        top: 580px;
        right: 28%;
    }

    .ingredient-cl.lemon-grass {
        top: 620px;
    }

    .ingredient-cl.nutmeg {
        top: 740px;
    }

    .ingredient-cl.white-rice {
        top: 760px;
    }

    .ingredient-cl.nutmeg .text-line {
        left: 10%;
    }

    .third-section .s-row {
        min-height: 880px;
    }

    .ingredient-cl.curry-leaves .text-line {
        left: 15%;
    }

    .ingredient-cl.black-pepper {
        padding-left: 150px;
    }

    .ingredient-cl.cinnamon {
        padding: 0 120px 0 0;
    }

    .recieps-section .f-row {
        margin: 0 70px !important;
        padding: 0 !important;
    }

    .product-card .card-text {
        flex-wrap: wrap;
    }

    .wpcp-next-button.swiper-button-next {
        left: 10% !important;
    }

}

@media (max-width: 991.98px) {
    
    .social-media-icons {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        width: 70%;
    }

    .hero-logo {
        display: none;
    }

    .heading-div h1 {
        font-size: 70px;
        line-height: 100px;
    }

    .heading-div h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .text-div p {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .nav-col {
        display: none;
    }

    .img-col {
        display: none;
    }

    .second-sec-title {
        font-size: 50px;
    }

    .price span {
        font-size: 28px;
    }

    #index-vertical-header {
        display: block;
    }

    .hero-section {
        min-height: 400px;
    }

    .background-img {
        height: 520px;
        width: 100%;
        overflow-y: hidden;
    }

    .heading-div {
        width: 85%;
    }

    #qty-div {
        max-width: 60px;
    }

    .oz4 {
        margin-right: 0;
    }

    .see-more,
    .add-to-cart {
        width: 80%;
        text-align: center;
    }

    .add-to-cart {
        margin-bottom: 20px;
    }

    .third-sec-title {
        font-size: 50px;
        line-height: 54px;
    }

    .third-section .col.col-12.col-md-5.my-md-5 {
        max-width: 100% !important;
        width: 100%;
        margin: 0 !important;
        flex: initial !important;
        text-align: center;
    }

    .third-section .col.col-12.col-md-7.my-md-5 {
        width: 100%;
        max-width: 100%;
        flex: initial;
        text-align: center;
        margin: 20px 0 0 0 !important;
        padding: 0;
    }

    .third-sec-para.ml-md-5 {
        margin: 0 !important;
    }

    .f-row,
    .s-row {
        margin-right: 40px;
        margin-left: 40px;
    }

    .next-arrow {
        position: absolute;
        top: 0;
        right: 0;
    }

    .fourth-sec-title {
        font-size: 45px;
        line-height: 50px;
    }

    .footer-top {
        margin-bottom: 10%;
    }

    .footer-first-col {
        width: 100%;
    }

    .footer-second-col {
        width: 100%;
        display: flex;
        margin-top: 5%;
    }

    .footer-third-col {
        width: 100%;
        display: flex;
        gap: 25%;
        margin-top: 5%;
    }

    .product-paragraph {
        width: 85%;
    }

    .product-card-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .search-box {
        width: 100%;
    }

    .search-box input {
        width: 100%;
    }

    .category-box {
        width: 100%;
    }

    .category-box select {
        width: 100%;
    }

    .search-category-box {
        display: block;
    }

    .search-box input,
    .category-box select {
        margin-bottom: 10px;
    }

    .contact-form {
        width: 80%;
    }

    .recieps-card-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .sub-img {
        padding: 15px 25px;
    }

    .next-arrow-3 {
        position: absolute;
        top: -16%;
        right: 0;
    }

    .prev-arrow-3 {
        position: absolute;
        top: -16%;
        left: 85%;
        z-index: 10;
    }

    .recieps-details-heading {
        font-size: 50px;
    }

    .health-benefit .benefit-list,
    .health-benefit .benefit-list-2 {
        width: 50%;
    }

    .center-figure img {
        display: none;
    }

    ul.footer-links {
        list-style: none;
        text-align: center;
    }

    .ingredient-cl.coriander .text-line .arrow::after {
        height: 60px;
    }

    .fourth-section {
        padding: 80px 0;
    }

    .fourth-section .f-row>div {
        width: 100%;
    }

    .fourth-sec-sub-title {
        text-align: center;
    }

    .fourth-sec-title {
        text-align: center;
    }

    .fourth-sec-para {
        text-align: center;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .recieps-section .f-row {
        margin: 0 40px !important;
    }

    .section-sub-heading {
        text-align: center;
    }

    .section-heading {
        text-align: center;
        font-size: 70px;
        line-height: 72px;
    }

    .recieps-section .col-12.col-lg-7 {
        margin: 0 !important;
    }

    .section-paragraph {
        text-align: center;
        font-weight: 500;
    }


    .second-section img.img-fluid {
        display: block;
        width: 95%;
        max-width: 400px;
        margin: 0 auto;
    }

    .wpcp-next-button.swiper-button-next {
        left: 10% !important;
    }

}

@media (max-width: 767.98px) {
    .header-logo-div {
        width: 40%;
    }

    .social-media-links-div {
        width: 100%;
        display: flex;
        margin: auto 0;
        gap: 10px;
    }

    .cart-menu-div {
        width: 20%;
        display: flex;
        margin: auto 0;
        gap: 10px;
    }

    .nav-col {
        display: none;
    }

    #index-vertical-header {
        display: block;
    }

    .hero-logo {
        display: none;
    }

    .img-col {
        display: none;
    }

    .heading-div h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .heading-div h3 {
        font-size: 30px;
        line-height: 32px;
    }

    .third-sec-title {
        font-size: 65px;
    }

    .f-row,
    .s-row {
        margin-right: 20px;
        margin-left: 20px;
    }

    .card-slider {
        position: relative;
        padding-top: 0;
        width: 100%;
        height: 100%;
    }

    .card-slider-2 {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .fourth-sec-title {
        font-size: 50px;
        line-height: 60px;
    }

    .next-arrow {
        position: absolute;
        top: 0;
        right: 80%;
    }

    .footer-top {
        margin-bottom: 10%;
        display: block;
    }

    .footer-first-col {
        width: 100%;
    }

    .footer-second-col {
        width: 100%;
        margin-top: 10%;
    }

    .footer-third-col {
        width: 100%;
        margin-top: 10%;
    }

    .nav-list .nav-item a {
        font-size: 18px;
    }

    .navigation-links .d-flex {
        margin: 0 15px !important;
    }

    .product-title {
        font-size: 60px;
    }

    .product-paragraph {
        width: 90%;
    }

    .search-category-box {
        display: block;
    }

    .search-box input,
    .category-box select {
        width: 100%;
    }

    .search-box input {
        margin-bottom: 10px;
    }

    .product-card-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .recieps-card-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .recieps-card-grid .product-card-2 {
        margin: 10px auto;
    }

    .main-img {
        width: 100%;
    }

    .sidebar {
        display: block;
        width: 100%;
    }

    .tab-btn {
        width: 100%;
    }

    .next-arrow-3 {
        position: absolute;
        top: -15%;
        right: 0;
    }

    .prev-arrow-3 {
        position: absolute;
        top: -15%;
        left: 80%;
        z-index: 10;
    }

    .recieps-details-heading {
        font-size: 40px;
    }

    .health-benefit {
        display: block;
        width: 100%;
        height: 100%;
        margin: 20px 0;
    }

    .health-benefit .benefit-list,
    .health-benefit .benefit-list-2 {
        width: 100%;
        display: block !important;
        height: initial;
    }

    .health-benefit .benefit-list {
        left: 0;
    }

    .health-benefit .benefit-list-2 {
        right: 0;
    }

    .benefit-list .hexabox,
    .benefit-list-2 .hexabox {
        padding: 20px;
        margin: 10px 0;
    }
    
    .benefit-list .hexabox:nth-of-type(odd), .benefit-list-2 .hexabox:nth-of-type(odd) {
        display: block;
        height: initial;
    }
    .benefit-list .hexabox:nth-of-type(even), .benefit-list-2 .hexabox:nth-of-type(odd) {
        display: block;
        height: initial;
    }
    .benefit-list-2 .hexabox:nth-of-type(odd), .benefit-list-2 .hexabox:nth-of-type(odd) {
        display: block;
        height: initial;
    }
    .benefit-list-2 .hexabox:nth-of-type(even), .benefit-list-2 .hexabox:nth-of-type(odd) {
        display: block;
        height: initial;
    }
    
    .hexabox span {
        display: block;
    }

    .third-section .s-row {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around;
        align-items: center;
        min-height: auto !important;
        margin-top: 30px !important;
    }

    .ingredient-cl {
        position: relative !important;
        width: 48% !important;
        padding: 0 10px 30px 10px !important;
        margin: 0 0 !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        text-align: center;
        transform: none !important;
    }

    .ingredient-cl .text-line {
        left: auto !important;
        right: auto !important;
        text-align: center !important;
        bottom: 10px !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important;
    }

    .ingredient-cl img {
        width: 100% !important;
        max-width: 200px !important;
    }

    .ingredient-cl .text-line .arrow {
        display: none !important;
    }

    .third-section {
        padding: 60px 0 40px 0;
    }

    .slick-arrow {
        display: none !important;
    }

    .add-to-cart {
        width: 45%;
        margin: 0;
    }

    .see-more {
        width: 45%;
    }

    .second-sec-btn-div .row {
        justify-content: space-between;
    }

    .second-sec-btn-div {
        padding: 0 0 0 15px !important;
        margin-top: 35px;
    }

    .second-sec-title {
        font-size: 34px;
    }  

    .pagination-list {
        flex-wrap: wrap;
    }

    p.comment-form-comment {
        display: block;
    }

    .comment-form .comment-form-comment textarea{
        width: 100% !important;
    }

    .product-quantity .qib-button.qib-button-wrapper.qib-button-wrapper-0 {
        width: 100%;
        justify-content: flex-end;
    }

    .wc-proceed-to-checkout {
        float: right;
    }

    .wpcp-next-button.swiper-button-next {
        left: 20% !important;
    }

    table.shop_table.woocommerce-checkout-review-order-table {
        width: 100%;
    }

}

@media (max-width: 575.98px) {
    .header-div {
        display: flex;
        justify-content: space-between;
    }

    .header-logo-div {
        width: 60%;
    }

    .header-logo {
        max-width: 100px;
        max-height: 90px;
    }

    .social-media-links-div {
        display: none;
    }

    .cart-menu-div {
        display: flex;
        margin: auto 0;
        gap: 10px;
    }

    .hero-logo {
        display: none;
    }


    .second-sec-title {
        font-size: 40px;
    }

    .text-div p {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .price span {
        font-size: 20px;
    }

    .price-qty {
        display: block;
    }

    .price-div {
        margin-bottom: 20px;
    }

    .img-col {
        display: none;
    }

    .nav-col {
        display: none;
    }

    .oz16,
    .oz8,
    .oz4 {
        text-align: center;
        width: 30%;
    }

    .see-more,
    .add-to-cart {
        width: 100%;
        text-align: center;
    }

    .add-to-cart {
        margin-bottom: 20px;
    }

    .third-sec-title {
        font-size: 60px;
        line-height: 100px;
    }

    .f-row,
    .s-row {
        margin-right: 5px;
        margin-left: 5px;
    }

    .card-slider-2 {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        height: auto
    }

    .fourth-sec-title {
        font-size: 60px;
        line-height: 60px;
    }

    .next-arrow {
        position: absolute;
        top: 0;
        right: 75%;
    }

    .product-card-2 {
        width: 100%;
    }

    .card-btn {
        padding: 6px 20px;
    }

    .footer-first-col {
        width: 100%;
    }

    .footer-second-col {
        width: 100%;
        margin-top: 10%;
    }

    .footer-third-col {
        width: 100%;
        margin-top: 10%;
        flex-wrap: wrap;
    }

    .product-title {
        font-size: 50px;
    }

    .search-category-box {
        padding: 10px 15px;
    }

    .product-card-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .product-card-grid .product-card {
        margin: 10px auto;
    }
    
    .next-arrow-3 {
        position: absolute;
        top: -8%;
        right: 75%;
    }

    .prev-arrow-3 {
        position: absolute;
        top: -8%;
        left: 0;
        z-index: 10;
    }

    .ingred-para {
        padding-left: 15px;
        width: 100%;
    }

    p.comment-form-author,
    p.comment-form-email {
        display: flex;
        flex-direction: column;
    }

    p.comment-form-author input,
    p.comment-form-email input {
        width: 100%;
    }

    .wpcp-next-button.swiper-button-next,
    .wpcp-prev-button.swiper-button-prev {
        display: none !important;
    }
	
	span.woocommerce-input-wrapper {
    width: 100% !important; 
	}

}