<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 279:4 Unexpected "}"

**/
/* ==================================== IMPORT FILES ==================================== */	
    @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&amp;family=Noto+Serif+Georgian:wght@200;300;400;500;600;700;800;900&amp;family=Open+Sans:wght@300;400;500;600;700;800&amp;family=Zen+Maru+Gothic:wght@300;400;500;700;900&amp;display=swap');
/*==================================== VARIABLES ====================================*/

    :root {
        --white: #fff;
        --black: #424731;
        --bg-color: #FDFAF3;
        --yellow: #BF8A00;
        --light-yellow: #E3A91680;
        --bg-yellow: #E3A91633;
        --green: #24612B;
        --orange: #FF9800;
        --ft-color: #767B69;
        --ft-green: #9DA58B;
        --light-green: #6D725A;
        --primary-font: 'Manrope', sans-serif;
        --secondry-font: 'Zen Maru Gothic', sans-serif;
        --third-font: 'Noto Serif Georgian', serif;
        --open-sans:'Open Sans', sans-serif;
        --h1: normal 900 64px/1.2 var(--secondry-font);
        --h2: normal 900 36px/1.2 var(--secondry-font);
        --h3: normal 900 30px/1.1 var(--secondry-font);
        --h4: normal 900 24px/1 var(--secondry-font);
        --font-20: normal 700 20px/1.4 var(--primary-font);
        --font-18: normal 500 18px/1.4 var(--primary-font);
        --font-16: normal 400 16px/1.1 var(--primary-font);
        --font-14: normal 400 14px/1.1 var(--primary-font);
    }

    *,
    *:before,
    *:after {
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-size-adjust: 100%;
    }

    :focus,
    :active {
        outline: none !important;
    }

    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        font-size: 100%;
        list-style: none;
        vertical-align: baseline;
    }

    /* HTML5 display-role reset for older browsers */

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }

    html {
        outline: none;
        scroll-behavior: smooth;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-text-size-adjust: 100%;
    }

    svg,
    img {
        max-width: 100%;
        display: block;
        border-style: none;
    }

    input,
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        border-radius: 0;
        outline: none;
        resize: none;
    }

    a,
    a:focus,
    button,
    button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        color: inherit;
    }

    ::selection {
        background: rgba(127, 131, 51, 0.2);
    }

    ::-moz-selection {
        background: rgba(127, 131, 51, 0.2);
    }

    a {
        text-decoration: none;
        display: inline-block;
    }

    ul {
        list-style: none;
    }

    /* ==================================== TYPOGRAPHY ==================================== */

    .h1,
    h1 {
        font: var(--h1);
    }

    .h2,
    h2 {
        font: var(--h2);
    }

    .h3,
    h3 {
        font: var(--h3);
    }

    .h4,
    h4 {
        font: var(--h4);
    }

    .font-20 {
        font: var(--font-20);
    }

    .font-18 {
        font: var(--font-18);
    }

    .font-14 {
        font: var(--font-14);
    }

    body {
        background-color: var(--bg-color);
        color: var(--black);
        font: var(--font-14);
        margin: 0;
        padding: 0;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000000s ease-in-out 0s;
    }

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }
    /*====================================  HELPING CLASSES ====================================*/

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

    .text-webkit-center {
      text-align: -webkit-center;
    }

    .text-left {
        text-align: left;
    }
    }
    .text-right {
        text-align: right;
    }

    .align-start {
        align-items: flex-start;
    }

    .align-end {
        align-items: flex-end;
    }

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

    .justify-center {
        justify-content: center;
    }

    .justify-end {
        justify-content: flex-end;
    }

    .italic {
        font-style: italic;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .capitalize {
        text-transform: capitalize;
    }

    .direction-column {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .row-reverse {
        flex-direction: row-reverse;
    }

    .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .row:after,
    .row:before {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

    .bg-img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .overflow-hidden,
    .no-scroll {
        overflow: hidden;
    }

    /************************************* COMMON BUTTON CSS **************************************/

    html {
        padding-bottom: 0 !important;
    }
    .container {
        max-width: 1364px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .yellow-text {
        color: var(--yellow);
    }

    .green-text {
        color: var(--green);
    }

    button,
    .btn {
        font-size: 18px;
        line-height: 1;
        font-family: var(--primary-font);
        font-weight: 700;
        letter-spacing: 0.19em;
        text-align: center;
        text-transform: uppercase;
        padding: 11.5px 20px;
        color: var(--white);
        cursor: pointer;
        display: inline-block;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        box-shadow: none;
        appearance: none;
        outline: none;
    }

    .btn:hover,
    .btn:focus,
    .ind_card:hover .btn-brown{
        background-color: transparent;
    }

    .orange-btn {
        background-color: var(--orange);
        border: 1px solid var(--orange);
    }

    .orange-btn:hover,
    .orange-btn:focus {
        color: var(--orange);
    }

    .yellow-btn,
    .btn-brown {
        background-color: var(--yellow);
        border: 1px solid var(--yellow);
    }

    .yellow-btn:hover,
    .yellow-btn:focus,
    .btn-brown:hover,
    .btn-brown:focus ,
    .ind_card:hover .btn-brown{
        background-color: transparent;
        color: var(--yellow);
    }
    .btn-brown {
        letter-spacing: 0.03em;
        padding: 11px 24px;
        border-radius: 30px;
    }

    .btn-green {
        background: var(--green);
        border: 1px solid var(--green);
        letter-spacing: 0.03em;
        padding: 7px 20px;
        text-align: -webkit-center;
    }

    .btn-green:hover,
    .btn-green:focus {
        color:  var(--green);
    }
    /*********************************************  HEADER CSS STARS FROM HERE  **********************************************/
    /**** HEADER CSS ****/
    .mob_hamburger {
        margin: 0 15px 0 0;
    }
    .mob_hamburger span {
        width: 36px;
        height: 4px;
        background: var(--yellow);
        display: block;
        position: relative;
        transition: all 0.2s ease-in-out;
        border-radius: 20px;
    }
    .mob_hamburger span:not(:last-of-type) {
        margin: 0 0 10px 0;
    }

    /* header */
    .header_top {
        padding: 30px 0 20px;
    }
    .header_top .container {
        max-width: 1350px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .header_top .logo_wrp a{
        display:block;
    }
    /* quick_search */

    .quick_search {
        position: relative;
        margin: 0 7.2% 0 5.7%;
        flex: 1;
    }
    .search_icon label {
        cursor: pointer;
    }
    .quick_search_wrp {
        max-width: 414px;
        width: 100%;
        padding: 8px 20px 8px 10px;
        background: var(--white);
        border: 1px solid rgba(0,0,0,.21);
        border-radius: 25px;
    }
    .quick_search .search_form {
        max-width: calc(100% - 20px);
        width: 100%;
    }
    .quick_search .search_form input {
        width: 100%;
        color: var(--black);
        border: none;
        outline: none;
    }
    .quick_search .search_icon img,
    .quick_search .search_icon svg {
        width: 15px;
        height: 15px;
    }
    .header_top_right_wrp li:not(:last-of-type) {
        margin: 0 44px 0 0;
    }
    .account_wrp img,
    .account_wrp svg {
        width: 22px;
        height: 22px;
    }
    .account_wrp span {
        margin: 0 0 0 8px;
    }
    .account_wrp span,
    .dropdown_select_wrp span {
        font: var(--font-14);
        display: block;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
    .dropdown_select {
        padding-right: 25px;
        cursor: pointer;
    }
    .language_wrp .inner_dr_wrp {
        opacity: 0;
        visibility: hidden;
        transform: translate(0px, -10px);
        transition: all 0.4s ease-in-out;
    }
    /* .dropdown_select_wrp:hover .inner_dr_wrp {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
    } */
.hd_menu li.active &gt; a,ul.list li.active &gt; a {
        font-weight: 700;
    }
    @media (hover: hover) {
      .dropdown_select_wrp:hover .inner_dr_wrp {
            opacity: 1;
            visibility: visible;
            transform: translate(0px, 0px);
        }
    }
    .language_wrp .dropdown_select_wrp.active .inner_dr_wrp {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
    }
    .dropdown_select_wrp.active .dropdown_select:before {
        transform: rotate(180deg) !important;
    }
    .dropdown_select:before {
        content: "";
        position: absolute;
        right: 2px;
        top: 5px;
        background: url('arrow-down.png');
        width: 12px;
        height: 13px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .language_wrp img,
    .language_wrp svg {
        width: 26px;
        height: 19.5px;
    }
    .language_inner_wrp {
        position: relative;
    }
    .language_wrp .dropdown_select_wrp span {
        margin: 0 0px 0 13px;
    }
    .language_wrp .inner_dr_wrp,
    .shipping_inner_menu {
        display: none;
    }
    .language_wrp .dropdown_select.active~.inner_dr_wrp {
        display: block;
    }
    .language_wrp .inner_dr_wrp {
        position: absolute;
        left: 0;
        background: #F2D380;
/*         padding: 24px 35px; */
        padding: 24px 20px;
        margin: 5px 0 0;
        border-radius: 10px 0 10px 10px;
        -webkit-border-radius: 10px 0 10px 10px;
        -moz-border-radius: 10px 0 10px 10px;
        -ms-border-radius: 10px 0 10px 10px;
        -o-border-radius: 10px 0 10px 10px;
        z-index:1;
        min-width:180px;
    }
    .language_wrp .inner_dr_wrp ul {
        padding: 0;
        margin: 0;
    }
    .language_wrp .inner_dropdown_menu li a{
      display:flex;
      align-items:center;
    }
    .language_wrp .inner_dropdown_menu li span {
        text-transform: uppercase;
        color: var(--light-green);
        font: normal 800 12px/1 var(--primary-font);
        letter-spacing: 0.05em;
        transition: all ease-in-out 0.3s;
    }
      .footer_menu_item .language_wrp .inner_dr_wrp {
        padding: 24px 20px;
      }
      .footer_menu_item  .language_wrp .inner_dropdown_menu li a {
        width: max-content;
      }
    .language_wrp .inner_dropdown_menu li.active span, 
    .language_wrp .inner_dropdown_menu li:hover span,
    .footer_menu_item .language_wrp .inner_dropdown_menu li.active a span,
    .footer_menu_item .language_wrp .inner_dropdown_menu li:hover a span{
        color: var(--bg-color);
    }
    .footer_menu_container{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 100px;
    }

    .footer_menu_item_center{

    }

    .language_wrp .inner_dropdown_menu li:not(:last-of-type) {
        margin: 0 0 7px 0;
    }
    .cart-wrp {
        position: relative;
        margin: 0 0 0 35px;
    }
    .cart-wrp &gt; a{
        position: relative;
    }
    .cart_item_count {
        position: absolute;
        bottom: 0;
        right: -5px;
        background: #10682E;
        color: var(--white);
        border-radius: 100%;
        width: 17px;
        height: 17px;
        font: normal 700 8px/11px var(--primary-font);
        letter-spacing: -0.035em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* header_bottom */
    .hd_desk_main {
        width: 100%;
    }
    .hd_menu&gt;li&gt;a {
        padding: 38px 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        font: normal 500 16px/27px var(--primary-font);
        letter-spacing: -0.005em;
    }
    .hd_menu&gt;li:not(:last-of-type) a {
        margin: 0 45px 0 0;
    }
    .hd_menu&gt;li.active, 
    .hd_menu li a.show_dropdown, 
    .hd_menu&gt;li:hover&gt;a, 
    .hd_menu li a:hover{
        color: var(--yellow);
    }
    .hd_menu {
      padding: 0 20px;
    }
    /******* footer start *******/
    .footer_container {
        max-width: 1230px;
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
    }
    .tel_order {
        max-width: 715px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0 0 45px;
        border-bottom: 1px solid var(--ft-color);
    }
    .tel_img img {
        margin: 0 auto;
        max-width: 54px;
        width: 100%;
    }
    .tel_img,
    .footer_top{
        margin: 0 0 25px;
    }
    footer {
        padding: 20px 0;
    }
    .footer_call_info h3 {
        font: var(--font-18);
        letter-spacing: 0.295em;
        text-transform: uppercase;
        color: var(--ft-color);
        margin: 0 0 30px;
        font-weight: 700;
    }
    .footer_call_info h4,
    .footer_call_info h4 a {
        font: var(--font-20);
        font-family: var(--third-font);
        font-weight: 400;
        line-height: 23px;
        color: var(--ft-color);
    }
    .footer_form {
        padding: 10% 10% 5% 10%;
    }
    .footer_form form,
    .form_response{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .footer_form form .form_wrp {
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
    }
    .form_response {
        width: 100%;
        margin: 20px 0 0;
    }
    .footer_form form h4 {
        letter-spacing: -0.02em;
        color: var(--ft-green);
        margin-right: 15px;
    }
    .footer_form form .footer_input {
        display: flex;
        align-items: flex-start;
        width: 100%;
        max-width: 460px;
    }
    .footer_form form .footer_input input {
        max-width: 270px;
        width: 100%;
        margin-right: 15px;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 30px;
        font: var(--font-14);
        line-height: 1.4;
        padding: 11px 24px;
        letter-spacing: -0.01em;
    }
    .footer_form form .footer_input button {
        padding: 13px 34px;
        border: none;
        letter-spacing: 0.19em;
        background: var(--ft-green);
        border-radius: 50px;
    }
    .footer_form form .footer_input button:hover{
        background: var(--green);
    }
    .footer_form form .footer_input button:focus {
        color: var(--white);
    }
    .footer_menu {
        margin: 0 0 10px;
    }
    .payment_method,
    .footer_menu_item,
    .payment_method ul,
    .footer_menu_item ul {
        display: flex;
        align-items: center;
    }
    .payment_method ul {
        margin: 0 -8px;
    }
    .payment_method h5 {
        margin-right: 30px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
    .payment_method ul li {
        padding: 0 8px;
    }

    .payment_method h5,
    .footer_menu_item ul li a {
        color: var(--ft-color);
        font: var(--font-14);
        font-family: var(--third-font);
        text-transform: uppercase;
    }
    .footer_menu_item ul li a:hover{
        color: var(--black);
    }
    .footer_menu_item ul li {
        padding: 0 10px;
        position: relative;
    }

    .footer_menu_item ul {
        margin: 0 -10px;
    }
    .footer_menu_item ul li:not(:first-child):before {
        content: "|";
        position: absolute;
        left: 0;
        font-size: 18px;
    }
    .footer_social {
        margin: 0 0 5px;
    }
    .footer_social ul li:not(:first-child) {
        margin-left: 15px;
    }
    .footer_social ul li a {
        opacity: 0.5;
        transition: all 0.2s ease-in-out;
    }
    .footer_social ul li a:hover {
        opacity: 1;
    }
    .footer_copyright {
        border-top: 1px solid rgba(118, 123, 105, 0.5);
        padding: 10px 0 0;
    }
    .footer_copyright p {
        font: var(--font-16);
        color: rgba(118, 123, 105, 0.5);
        font-family: var(--black);
        line-height: 22px;
    }
    .footer_copyright p a {
        color: #E3A916;
        font-weight: 700;
    }
    .footer_social ul li a img {
        max-width: 40px;
        width: 100%;
    }

    /*********************************** hero_banner **************************************/
    .hero_wrp {
        position: relative;
        cursor: pointer;
    }
	.hero_banner .hero_content_wp {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      max-width: max-content;
      width: 100%;
      padding: 0 20px;
      z-index: 2;
    }
    .hero_content_wrp {
        max-width: 320px;
        width: 100%;
    }
    .bg_inner_content {
        background: rgb(250 234 185 / 50%);
        max-width: 400px;
        padding: 40px;
        border-radius: 20px;
    }
    .hero_banner .hero_content h1 {
        color: var(--green);
        letter-spacing: -0.015em;
        line-height: 60px;
        padding: 0 0 80px;
        text-transform: capitalize;
    }
    .hero_banner .hero_content .btn {
        margin: 0 0 40px 0;
        font-weight: 800;
        padding: 11.5px 43.5px;
    }
    .hero_banner .hero_content p {
        font: var(--font-18)
    }
    .hero_wrp .hero_img {
        position: relative;
        /* padding-bottom: 55%; */
        height: calc(100vh - 230px);
        width: 100%;
        z-index:1;
    }
    .hero_wrp .hero_img img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .hero_wrp .hero_img img.mob-img{
        display: none;
    }
    .scroll_more {
        max-width: 320px;
        width: 100%;
        margin: 80px 0 0 0;
      z-index: 10;
    }
    .scroll_more .scroll_more_icon {
        margin: 0 20px 0 0;
    }
    .scroll_more_text {
        font: var(--font-18);
        color: var(--ft-green);
    }
	.scroll_more .scroll_more_text p {
        user-select: none;
    }
    .swiper-pagination-bullet-active {
        background: var(--yellow) !important;
    }
    .swiper-pagination-bullet {
        border: 1px solid var(--yellow) !important;
    }

/* nutripedia-faq */
    .nutripedia_faq_section {
/*         padding:90px 0 30px; */
        background: rgba(227, 169, 22, 0.2);
        position:relative;
    }
    .nutripedia_faq_container {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .nutripedia_img {
        max-width: 35%;
        width: 100%;
        flex: 1;
    }
    .nutripedia_img_wrp {
        position: relative;
    }
    .nutripedia_img img {
        width: 100%;
    }
    .nutripedia_right{
        flex: 1;
    }
    .nutripedia_img_wrp .n_logo_img {
        position: absolute;
        right: 20px;
        bottom: 40px;
        mix-blend-mode: screen;
        max-width: 63.54%;
    }
    /* .nutripedia_content {
        max-width: 60%;
        width: 100%;
        margin: 0 5% 0 5px;
        flex: 1;
    } */

    .nutripedia_content {
      max-width: 40%;
      width: 100%;
      margin: 0 5% 0 1px;
      flex: 1;
    }
  
    .nutripedia_logo .n_main_img {
        max-width: 287px;
        width: 100%;
        margin: 0 auto 60px;
        height:55px;
    }
    .nutripedia_logo h3 {
        font-size: 36px;
        max-width: 200px;
        width: 100%;
        margin: 0 auto 62px;
        padding: 0 0 10px;
        color: var(--yellow);
        text-transform: uppercase;
        border-bottom: 2px solid var(--yellow);
    }
    .nutripedia_content h4 {
        max-width: 93%;
        width: 100%;
        margin: 0 auto;
        color: var(--green);
        letter-spacing: -0.02em;
    }
    .nutripedia_content .nut_desc  {
        margin: 67px auto 64px;
    }
    .nutripedia_content p {
        font: var(--font-18);
        max-width: 91%;
        width: 100%;
        margin: 0 auto;
    }
    .nutripedia_content p:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .nutripedia_content .orange-btn {
        max-width: 257px;
        width: 100%;
        padding: 16px 20px;
        line-height: 107%;
        letter-spacing: -0.36px;
    }
    .nutripedia_accordian {
        max-width: 60%;
        width: 100%;
        flex: 1;
        padding: 0 0 0 0;
    }
    .nutripedia_accordian .accordian_title {
        background: rgba(227,169,22,.5);
        border-radius: 20px;
        padding: 15px 20px 15px 28px;
        font: var(--font-18);
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .nutripedia_accordian li:not(:last-of-type) .accordian_title {
        margin: 0 0 25px;
    }
    .nutripedia_history .nutripedia_accordian.accordian_ul_wrp li:not(:last-of-type) .accordian_title {
        margin: 0;
    }
    .nutripedia_accordian .n_inner_info {
        display: none;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 20px;
        padding: 22px;
        margin: 0 0 25px 0;
    }
    .n_plus {
        width: 16px;
        height: 16px;
        display: block;
        position: relative;
        margin: 0 0 0 20px;
        flex-shrink: 0;
    }
    .n_plus:after,
    .n_plus:before {
        content: "";
        position: absolute;
        background: var(--black);
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all 0.2s ease-in-out;
    }
    .n_plus:before {
        width: 14px;
        height: 2px;
    }
    .n_plus:after {
        height: 14px;
        width: 2px;
    }
    .accordian_title.active .n_plus:after{
        transform: rotate(90deg);
    }
    .nutripedia_accordian .n_inner_info_wrp .accordian_desc {
        flex: 1;
        margin: 0 0 0 20px;
        font: var(--font-18);
        overflow-y: auto;
        max-height: 250px;
    }


    .nutripedia_faq_container.nutripedia_faq_slider {
        max-width: 100%;
        padding: 0;
        overflow: hidden;
        padding: 130px 0 80px;

    }
    .nutripedia_faq_container.nutripedia_faq_slider .nutripedia_faq_wrp {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px 0 0;
        align-items: unset;
    }
    .nutripedia_faq_slider .nutripedia_faq_pagination.swiper-pagination {
        bottom: 30px;
    }
    .nutripedia_faq_slider .nutripedia_faq_pagination.swiper-pagination span {
        width: 15px;
        height: 15px;
    }
/* mockup_section */
    .mockup_section {
        margin: 105px 0 180px;
    }
    .mockup_wrp {
        margin: 0 -30px;
    }
    .mockup_row {
        max-width: 50%;
        width: 100%;
        padding: 0 30px;
    }
    .mockup_icon {
        margin: 0 0 50px 0;
    }
    .mockup_icon img {
        margin: 0 auto;
    }
    .mockup_content h3 {
        max-width: 260px;
        width: 100%;
        margin: 0 auto 58px;
        color: var(--yellow);
    }
    .mockup_content p {
        font: var(--font-18);
        color: #767B69;
        max-width: 295px;
        width: 100%;
        margin: 0 auto 33px;
    }
    .mockup_content .btn {
        letter-spacing: 0.03em;
        padding: 11.5px 24px;
    }

/* cut_herbs_section */
    .cut_herbs_section {
        margin: 210px 0;
    }
    .cut_herbs_img {
        flex: 1;
    }
    .cut_herbs_img img {
        mix-blend-mode: multiply;
    }
    .cut_herbs_content_card {
        background-color: var(--green);
        max-width: 370px;
        width: 100%;
        border-radius: 40px;
        margin: 0 0 0 7.71%;
        padding: 50px 50px 65px;
        text-align: center;
        color: var(--white);
    }
    .cut_herbs_icon img {
        max-width: 146px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .cut_herbs_content h3 {
        color: #E3A916;
        padding: 0 0 30px;
        border-bottom: 4px solid #E3A916;
        margin: 0 0 45px 0;
        display: inline-block;
    }
    .cut_herbs_content p {
        max-width: 260px;
        width: 100%;
        font: var(--font-18);
        margin: 0 auto 45px;
    }

/***** Product card start ******/
    .home_ind_main .home_ind_wp {
        width: 25%;
        padding: 34px;
    }
    .home_ind_main {
        margin: 0 -20px;
    }
    .ind_card {
        background: #FAEAB9;
        border-radius: 30px;
        padding: 20px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
    }
    .ind_card:hover {
        background: #9DA58B40;
    }
    .nutripedia_ingredients .ind_card:hover{
        background: var(--white);
    }
    .nutripedia_ingredients .ind_card:hover .btn-brown{
        background: var(--bg-color);
    }
    .home_ingredients {
        margin: 60px 0;
    }
    .ind_card_img img {
        margin: 0 auto;
        width: 150px;
        height: 150px;
        object-fit: scale-down;
    }
    .ind_card_content {
        padding: 25px 0 0;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ind_card_content .btn {
        margin: 20px 0 0;
    }
    .ind_card_content h3 {
        color: var(--yellow);
        padding: 0 0 20px;
    }
    .ind_card_content p {
        font: var(--font-18);
        line-height: 23px;
        flex: 1;
    }
    .pr_grid_title {
        text-align: center;
    }
    .pr_grid_title h2 {
        color: var(--yellow);
        letter-spacing: -0.02em;
        margin-top: 5%;
    }
    .pr_grid_title:after {
        content: "";
        width: 100%;
        display: block;
        height: 2.25px;
        max-width: 600px;
        background: var(--yellow);
        margin: 15px auto 0;
    }
    .product_card {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: linear-gradient(180deg, #FDFAF3 0%, #F9E6B0 100%);
        border-radius: 18px;
        padding: 15px 5px;
        position: relative;
        height: 100%;
    }
    .home_pr_grid {
        padding: 0 34px;
        width: 25%;
        height: auto!important;
    }
    .pr_grid_wp {
        margin: 0 -20px;
        padding: 90px 0 120px !important; 
        /* padding: 145px 0 120px; */
    }
    .pr_card_img {
        position: relative;
/*         padding-bottom: 69.2%;
        max-width: 155px; */
        padding-bottom: 100%;
        max-width: 180px;
        width: 100%;
        margin: 0 auto;
    }
    .pr_card_img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        mix-blend-mode: multiply;
    }
    .pr_card_img a {
        display: block;
    }
    .pr_card_content h2 {
        font: var(--font-20);
        font-family: var(--secondry-font);
        font-weight: 900;
        color: var(--green);
        max-width: 160px;
/*         max-width: 120px; */
        width: 100%;
        margin: 0 auto;
        letter-spacing: -0.02em;
        text-transform: capitalize;
        flex:1;
    }
    .pr_card_content {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 10px 0 0;
        height: 100%;
    }
    .pr_card_content h3 {
        color:#7AA22E;
        margin: 10px 0 10px;
        font: var(--font-20);
        letter-spacing: -0.02em;
        font-family: var(--secondry-font);
    }
    .promo_label {
        position: absolute;
        left: 0;
        top: 0;
    }
    .promo_label.best_offer {
        right: 0;
        left: unset;
    }

/****************** PDP Page******************/
/* main-pdp  */
    .pdp-container{
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .main-pdp {
        margin: 0 0 210px;
    }
    .main-pdp .breadcrumb {
        margin: 0 0 80px 0;
    }
/*     .breadcrumb h4 a.active{
        font-weight: 700; 
    } */
    .breadcrumb h4 a:last-child{
       font-weight: 700; 
    }
    .gallery-thumbs {
        margin: 125px -7.5px 0;
        overflow: hidden;
    }
    .main-pdp .pdp-left {
        max-width: 50%;
        width: 100%;
    }
    .main-pdp .pdp-right {
        max-width: calc(50% - 9.5%);
        width: 100%;
    }
    .pdp-img-wrp {
      position: relative;
      padding-bottom: 60%;
      width: 100%;
    }
    .pdp-img-wrp .pdp-img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .pdp-img-wrp .pdp-img img, 
    .pdp-img-wrp .pdp-img video,
    .pdp-img-wrp .pdp-img iframe{
/*         width: 100%; */
        margin: 0 auto;
        height: 100%;
        object-fit: cover;
        mix-blend-mode: multiply;
    }
    .pdp-img-wrp .pdp-img video,
    .pdp-img-wrp .pdp-img iframe{
        width: 100%;
        object-fit: contain;
    }
/*     .pdp-thumb_item .pdp-img-wrp .pdp-img img {
        object-fit: scale-down;
    } */
    .pdp-item, .pdp-img-wrp {
        background: var(--bg-color);
    }
    .pdp-thumb_item .pdp-img-wrp{
        border: 1px solid transparent;
    }
    .pdp-thumb_item.swiper-slide-thumb-active .pdp-img-wrp{
        border: 1px solid var(--black);
    }
    .pdp-thumb_item {
/*         max-width: 33.33%;
        width: 100% !important; */
        padding: 0 7.5px;
    }
    .pdp-thumb_item .pdp-img-wrp {
        padding-bottom: 105%;
        max-width: 100%;
    }

    .unit_price {
      color: #adb39f;
      font-style: italic;
      margin-bottom: 10px;
      font-size: smaller;
    }
/* pdp-right */
    .main-pdp .pdp-right .p_title {
        margin: 0 0 17px 0;
    }
    .pdp-right .produced_by {
        margin: 0 0 17px;
        text-transform: capitalize;
        color: var(--green);
        font: normal 900 24px/1 var(--secondry-font);
    }
    .main-pdp .pdp-right .p_title h4 {
        color: var(--yellow);
        flex: 1;
        line-height: 1.1;
    }
    .main-pdp .pdp-right .p_price {
        font: var(--h4);
        color: var(--green);
        margin: 0 0 0 40px;
    }
    .main-pdp .pdp-right .p_price del {
        font-size: 20px;
        margin: 0 10px;
        color: var(--yellow);   
    }
    .main-pdp .p_sub_title{
        font: normal 900 20px/1.1 var(--secondry-font);
        color: var(--green);
        margin: 0 0 30px 0;
    }
    .main-pdp .size_radio_wrp li input {
        display: none;
    }
    .main-pdp .size_radio_wrp li label {
       font: var(--font-18);
       letter-spacing: 0.19em;
       text-align: center;
       padding: 8px 16px;
       color: var(--yellow);
       border: 1px solid var(--yellow);
       cursor: pointer;
       display: inline-block;
       border-radius: 20px;
       -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
       -ms-border-radius: 20px;
       -o-border-radius: 20px;
       transition: all 0.3s;
       -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
    }
    .main-pdp .pdp-right .p_dec {
        position:relative;
        font: var(--font-18);
        margin: 0 0 30px 0;
        overflow: hidden;
    }
    .main-pdp .pdp-right .trunk_wrp .p_dec {
        max-height: 270px;
    }

    .main-pdp .pdp-right .product-description.full-description .p_dec {
        max-height: unset;
    }
    .trunk-content:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(0deg,rgb(253 250 243) 0%,rgb(253 250 243 / 80%) 50%,rgb(253 250 243 / 50%)100%);
    }
    .main-pdp .product-description.full-description .trunk_wrp .p_dec{
          overflow: visible;
      
    }

    .main-pdp .pdp-right .p_dec p {
        margin: 0 0 10px 0;
    }
    .main-pdp .size_radio_wrp li{
        margin-top: 20px;
    }
    .main-pdp .size_radio_wrp li:not(:last-of-type) {
        margin-right: 20px;
    }
    .main-pdp .size_radio_wrp li:hover label,
    .main-pdp .size_radio_wrp li input:checked + label {
        background: var(--yellow);
        color: var(--white);
    }
    .main-pdp .size_radio_wrp li label span {
        display: none;
        margin: 0 5px 0 0;
    }
    .size_radio_wrp li input:checked + label span{
        display: inline-block;
    }
    .pdp-right .pdp_bottom_content {
        margin: 73px 0 0 0;
        font: normal 900 12px/20px var(--primary-font);
        text-transform: capitalize;
    }
    .pdp-right .pdp_bottom_content p span {
        font-weight: 500;
        margin: 0 2px 0 0;
        color:var(--light-green);
    }
    .pdp_social {
        color: rgba(109, 114, 90, 0.4);
        font: var(--font-18);
        margin: 20px 0 0 0;
    }
    .pdp_social_wrp li a {
        margin: 0 0 0 16px;
        display: block;
    }
    .pdp_social_wrp li a:hover {
        opacity: 0.5;
    }
    .qty-btn_wrp {
        margin: 30px 0 43px;
    }
    .qty-btn_wrp .add_cart_btn .btn-green {
        display: flex;
        padding: 11.5px 16px 11.5px 20px;
    }
    .qty-btn_wrp .add_cart_btn .btn-green pre {
        font-family: var(--primary-font);
    }
    .qty-btn_wrp .add_cart_btn .btn-green span {
        width: 21px;
        height: 29px;
        margin: 0 0 0 7px;
    }
    .qty-btn_wrp .incremant-spinner {
        /* border: 1px solid var(--black); */
        margin: 0 20px 0 0;
    }
    .qty-btn_wrp .incremant-spinner input {
        border: none;
        background: transparent;
        text-align: center;
        padding: 5px;
        width: 36px;
        font-family: var(--open-sans);
    }
    .qty-btn_wrp .increase_icon .btn{
        padding: 1.5px 6px;
        border: 1px solid var(--black);
        margin: -1px;
        color: var(--black);
        background: transparent;
        border-radius: unset;
        letter-spacing: unset;
        font-family: var(--open-sans);
        font-weight: 400;
    }
    .qty-btn_wrp .increase_icon .btn.quantity-increment {
        margin-bottom: 0;
    }
    
/* progress-main */
    .pdp-right .progress-main .pro-left {
        flex: 1;
        padding-right: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .progress-main .pro-right {
        max-width: 71%;
        width: 100%;
    }
    .pdp-right .progress-main .pro-left h3 {
        color: var(--light-green);
        font: var(--font-18);
        line-height: 27px;
        margin: 0;
        text-transform: capitalize;
    }
    .progress-main .pro-line {
        padding: 5px 0;
        border-radius: 50px;
        background-color: #E5E5E5;
        position: relative;
        overflow: hidden;
    }
    .progress-main span.pro-line-fill {
        display: block;
        background: #10682E;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 50px;
    }

/* pdp_accordian */
    .pdp_accordian_section {
        margin: 170px 0;
    }
    .pdp_accordian_section .container{
        max-width: 1235px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .pdp_accordian_section li:not(:last-of-type) .accordian_title {
        margin: 0 0 24px 0;
    }
    .pdp_accordian_section .accordian_title {
        background: #15682E;
        border-radius: 20px;
        padding: 16px 34px;
        color: var(--white);
        font-size: 22px;
        font-family: var(--secondry-font);
        letter-spacing: -0.02em;
        cursor: pointer;
    }
    .pdp_accordian_section .accordian_title_wrp h6{
        text-transform: uppercase;
    }

    .pdp_accordian_section .accordian_title .title_icon{
        margin: 0 34px 0 0;
    }
    .pdp_accordian_section .n_inner_info {
        display: none;
        background: #F9E6AF;
        border-radius: 20px;
        margin: 24px 0;
        padding: 30px 48px 30px 30px;    
    }
    .pdp_accordian_section .n_plus:after,
    .pdp_accordian_section .n_plus:before {
        background: var(--white);
    }
    .pdp_accordian_section .accordian_title_wrp h6 span {
        font-weight: 400;
        text-transform: initial;
    }
    .pdp_accordian_section .accordian_icon {
        max-width: 172px;
        width: 100%;
        flex: 1;
        margin: 0 0 0 20px; 
    }
    .pdp_accordian_section .accordian_desc {
        color: var(--light-green);
/*         max-width: calc(100% - 192px);
        width: 100%; */
        flex:1;
        font: var(--font-18);
    }
    .pdp_accordian_section .accordian_desc ul li {
        list-style: disc;
        margin: 0 0 0 25px;
    }
    .pr_grid_wp.swiper .swiper-button-next,
    .pr_grid_wp.swiper .swiper-rtl .swiper-button-prev {
        right: 15px;
    }
    .pr_grid_wp.swiper .swiper-button-prev, 
    .pr_grid_wp.swiper .swiper-rtl .swiper-button-next {
        left: 15px;
    }
    .pdp_accordian_section .accordian_desc p:not(:last-of-type) {
        margin-bottom: 10px;
    }
/****************** nutripedia page ******************/
/* nutripedia_history */
    .nutripedia_history .nutripedia_img_wrp .n_logo_img {
        top: -150px;
        left: 40px;
    }
    .nutripedia_history .nutripedia_accordian {
        max-width: 100%;
    }
    .nutripedia_history .nutripedia_accordian li:not(:last-of-type) {
        margin-bottom: 25px;
    }
    .nutripedia_history .accordian_info.active {
        background: #FEF9EB;
    }
    .nutripedia_history .accordian_info {
        background: #E3A91633;
        border-radius: 20px;
        padding: 14px 44px 14px 30px;
        cursor: pointer;
    }
    .nutripedia_history .nutripedia_accordian .accordian_title,
    .nutripedia_history .nutripedia_accordian .n_inner_info {
        background: transparent;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }
    .nutripedia_history .title_icon {
        position: relative;  
        width: 40px;
        height: 40px;
        margin: 0 30px 0 0;
    }
    .nutripedia_history .title_icon h3 {
        position: absolute;
        font-size: 18px;
        left: 0;
        right: 0;
        top: 50%;
        transform: translate(0 , -50%);
        text-align: center;
        color: var(--green);
        margin: 3px 0 0;
        font-family: var(--primary-font);
    }
    .nutripedia_history .n_inner_info_wrp {
        padding: 20px 0 5px;
        font: var(--font-18);
        max-width: 97%;
        font-weight: 400;
        color: var(--light-green);
    }
    .nutripedia_history .n_inner_info_wrp p{
      padding-bottom: 10px;
    }
    .nutripedia_history .nutripedia_accordian .accordian_title h6 {
        flex: 1;
    }
/* nutripedia_heading */
    .nutripedia_heading {
        margin: 0 0 40px 0;
    }
    .nutripedia_heading .nutripedia_heading_wrp {
        padding: 0 20px;
        text-align: center;
    }
    .nutripedia_sub-title h3 {
        line-height: 1;
        letter-spacing: -0.02em;
        color: var(--green);
        max-width: 350px;
        width: 100%;
        margin: 57px auto 0;
    }   
    .nutripedia_desc {
        max-width: 460px;
        width: 100%;
        margin: 50px auto 0;
        font: var(--font-18);
    }
    .nutripedia_desc p:not(:last-of-type) {
        margin: 0 0 20px 0;
    }

/* np_faq */
    .nutripedia_faq_section.np_faq {
        background: transparent;
    }
    .np_faq .nutripedia_faq_container {
        max-width: 1360px;
    }
    .np_faq .nutripedia_img {
        max-width: 44.2%;
    }

    .nutripedia_heading .nutripedia_heading_wrp, 
    .nutripedia_heading .nutripedia_img {
        max-width: 50%;
        width: 100%;
    }
    .nutripedia_heading .nutripedia_img_wrp{
      padding-bottom:80%;
    }
    .nutripedia_heading .nutripedia_img img {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
    .np_faq .nutripedia_accordian {
/*         max-width: 87.9%; */
        max-width:100%;
    }
    .np_faq  .nutripedia_accordian .n_inner_info_wrp {
        flex-direction: initial;
    }
    .np_faq  .nutripedia_accordian .n_inner_info_wrp .accordian_desc{
        margin: 0 0 0 20px;
    }
    .np_faq .pr_grid_title:after {
        max-width: 200px;
    }
    .np_faq .nutripedia_accordian ul{
        margin: 63px 0 0 0;
    }
    .np_faq .nutripedia_faq_section {
        padding: 70px 0 30px;
    }

/**************** producers page ****************/
    .producers_info {
        margin: 10px 0 145px;
    }
    .producers_info_title {
        margin: 0 0 50px;
    }
    .producer_icon img {
        margin: 0 auto 35px;
        width: 150px;
        height: auto;
    }
    .pr_sub_title {
        margin: 85px 0 0;
    }
    .producers_info_left, 
    .producers_info_right {
        max-width: 49%;
        width: 100%;
    }
    .producers_info_wrp {
        max-width: 637px;
        width: 100%;
    }
    .producers_info_wrp p {
        font: var(--font-18);
        line-height: 28.8px;
    }
    .producers_info_wrp p:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .producers_info_wrp h4 {
        line-height: 1.1;
        letter-spacing: -0.02em;
        color: var(--yellow);
        margin: 70px 0;
    }
    .producers_slider_wrp {
        max-width: 551px;
        width: 100%;
        margin: 0 0 0 auto;
    }
    .pro_slider_img{
        padding: 0 20px;
    }
    .pro_slider_img .pro_media{
        position: relative;
        padding-bottom: 121.73%;
    }
    .pro_slider_img .pro_media img,
    .pro_slider_img .pro_media video{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .producers .producers_info .pro_slider_img .pro_media img{
        object-fit: scale-down;
    }
    .producers .producers_info .pro_slider_img .pro_media video{
        object-fit: contain;
    }
    .producers_info .producers_slider .swiper-button-next:after,
    .producers_info .producers_slider .swiper-button-prev:after {
        background-image: url('yellow-arrow.svg');
        width:16px;
        height:16px;
    }
    
    .producers_info .producers_slider .swiper-button-next, 
    .producers_info .producers_slider .swiper-button-prev {
        background: var(--bg-color);
        box-shadow: 0px 5px 2px 0px #bf8a0063;
    }
    .producer_name {
        color: #9DA48B;
        font: normal 700 16px/1.4 var(--primary-font);
        margin: 52px 20px 0 0;
    }
    .producer_name p {
        position: relative;
        display: inline-block;
    }
    .producer_name p:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -7px;
        width: 108%;
        height: 2px;
        background: #9DA48B;
    }
    .producers_slider .swiper-button-prev:after,
    .producers_slider .swiper-rtl .swiper-button-next:after,
    .producers_slider .swiper-button-next:after, 
    .producers_slider .swiper-rtl .swiper-button-prev:after {
        background-image: url('pro_arrow.svg');
        height: 13px;
    }
    .producers_slider .swiper-button-next,
    .producers_slider .swiper-button-prev {
        background: var(--yellow);
        width: 40px;
        height: 40px;
        border-radius: 100%;
    }
    .producers_slider .swiper-button-next, 
    .producers_slider .swiper-rtl .swiper-button-prev {
        right: 0;
    }
    .producers_slider .swiper-button-prev, 
    .producers_slider .swiper-rtl .swiper-button-next {
        left: 0;
    }
/* awards_img */
    .awards_img_wrp {
        margin:135px 0 65px;
    }
    .awards_img img {
        margin: 0 auto;
    }

/* tab view css start */
    .awards_section {
        position: relative;
        padding-bottom:50px;
    }
    .awards_section .awards_logo{
/*      top:165px;*/
        position: absolute;
        max-width: 36.5%;
        width: 100%;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        mix-blend-mode: multiply;
        z-index: -1;
    }
    .awards_section .awards_logo img {
        width: 100%;
        height: auto;
    }
    .aw_tab_view_wp .tabs::-webkit-scrollbar {
        height: 2px;
    }
    .aw_tab_view_wp .tabs::-webkit-scrollbar-thumb {
        background: #BF8A00B2;
    }
    .aw_tab_view_wp .tabs .tab_link{
        display: inline-block;
        flex: 1;
        margin: 0 2px;
    }
    .aw_tab_view_wp ul.tabs {
        margin: 0 -2px;
    }
    .aw_tab_view_wp .tab_content.current{
        display: block;
    }
    .aw_tab_view_wp .tabs .tab_link .tab_item{
        display: flex;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -0.02em;
        text-transform: capitalize;
        padding: 15px 10px;
/*         border: 1px solid var(--yellow); */
        border-bottom: 0;
        border-radius: 15px 15px 0 0;
        background-color: #bf8a00b3;
        color: var(--white);
        font-family: var(--primary-font);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .aw_tab_view_wp .tabs .tab_link.active .tab_item {
        background: var(--yellow);
        color: var(--white);
    }

    .aw_tab_view_wp .tabs .tab_link .tab_item .tab_img_wrp{
        position: relative;
        display: block;
        margin-right: 15px;
    }
    .aw_tab_view_wp .tabs .tab_link .tab_item .tab_img_wrp,
    .aw_tab_view_wp .tabs .tab_link .tab_item .tab_img_wrp img{
        max-width: 36px;
        width: 100%;
        height: 36px;
    }
    .aw_tab_view_wp .tabs .tab_link .tab_item .yellow-img {
        position: absolute;
        top: 0;
    }
    .aw_tab_view_wp .tabs .tab_link.active .tab_item .yellow-img {
        opacity: 0;
    }

    .aw_tab_view_wp .tab_content_title{
        padding: 0 0 77px 0;
    }
    .aw_tab_view_wp .tab_content_title h2{
        color: var(--yellow);
        letter-spacing: -0.02em;
        font-family: var(--secondry-font);
        text-transform: capitalize;
    }

    .aw_tab_view_wp .tab_content_wp-main{
        padding: 50px 59px 50px 51px;
    }
    .aw_tab_view_wp .tab_content_title:after,
    .tab_mob-title:after {
        content: "";
        width: 100%;
        display: block;
        height: 2.25px;
        max-width: 600px;
        background: var(--yellow);
        margin: 15px auto 0;
    }
    .aw_tab_view_wp .tab_content_inner_right .tab_content_inner_text{
        max-width: 513px;
    }
    .aw_tab_view_wp .tab_content_inner{
        margin: 0 -20px;
    }
    .aw_tab_view_wp .tab_content_inner_left,
    .tab_content_inner_right{
        width: 50%;
        max-width: 50%;
        padding: 0 20px;
    }
    .aw_tab_view_wp .tab_content_inner_img img{
        max-width: 457px;
        width: 100%;
        display: block;
        height: auto;
        margin: 0 auto;
    }
    .aw_tab_view_wp .tab_content_inner_text p{
        font: var(--font-18);
        line-height: 28px;
    }

    .aw_tab_view_wp .tab_content_inner_text_small p{
        font: var(--font-14);
        line-height: 20px;
    }

    .aw_tab_view_wp .tab_content_wp-main .tab_content_inner_text .medium-size{
        color: var(--yellow);
        letter-spacing: -0.02em;
        font-family: var(--secondry-font);
        text-transform: capitalize;
        font: var(--h4);
        margin-top: 50px;
    }
    .aw_tab_view_wp .tab_content_inner_text p:not(:last-child){
        margin-bottom: 20px;
    }
    .aw_tab_view_wp .tab_content_inner:not(:last-child){
        padding-bottom: 60px;
    }
/*     .aw_tab_view_wp .tab_content_inner_pdf{
        max-width: 340px;
        width:100%;
        margin: 0 auto;
    } */
    .aw_tab_view_wp .tab_pdf_inner{
        margin: 0 -10px;
        align-items:unset;
    }
    .tab_pdf_grid {
        max-width: 25%;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-width: min-content;
    }
    .aw_tab_view_wp .tab_pdf_grid a{
        display: block;
    }
    .tab_pdf_grid .tab_pdf_img_top img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        object-fit: scale-down;
    }
    .aw_tab_view_wp .tab_pdf_img_bottom{
        padding: 34px 0;
    }
    .aw_tab_view_wp .tab_pdf_img_bottom img{
/*         margin: 0 auto; */
        max-width: 44px;
        width: 100%;
        height: auto;
        display: block;
    }
    .aw_tab_view_wp .tab_right_bottom{
        padding-top: 20PX;
    }
    .aw_tab_view_wp .tab_right_bottom p{
        color: var(--yellow);
        font-weight: 900;
        font-size: 24px;
        letter-spacing: -0.02em;
        line-height: 1.3;
        font-family: var(--secondry-font);
    }
    .tab_content_inner_right{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tab_drawer_heading,
    .tab_mob-title{
        display: none;
    }

    .producers_product_grid .pr_grid_wp {
        padding: 110px 0 20px;
    }

    /************* Contact Page *************/  
    .contact_wrp {
        margin: 0 0 150px;
    }
    .con-title {
        margin: 0 0 25px;
    }
    .con-title h2 {
        font-size: 40px;
        line-height: 1;
        letter-spacing: -0.02em;
        margin: 0 0 70px;
    }
    .con-title h3 {
        max-width: 566px;
        width: 100%;
        margin: 0 auto;
        letter-spacing: -0.02em;
    }
    .con-des {
        max-width: 425px;
        width: 100%;
        margin: 0 auto;
        font: var(--font-18);
    }
    .con-des p:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .contact_info_top {
        border-bottom: 2px solid var(--yellow);
        margin: 80px 0 45px;
        padding: 0 0 21px 0;
    }
    .contact_info_bottom_right li a,
    .contact_info_bottom_right li a img {
        display: block;
        width: 25px;
        height: 25px;
    }
    .contact_info_bottom_right li:not(:last-of-type) {
        margin: 0 25px 0 0;
    }
    .contact_info_bottom_left li span{
        margin: 0 0 0 15px;
    }
    .facility_icon {
        margin: 0 15px 0 0;
    }
    .contact_info_bottom {
        margin: 0 0 0 56px;
    }
    .contact_info_bottom_left li:not(:last-of-type) {
        margin: 0 75px 0 0;
    }
    .send_msg_form {
        max-width: 950px;
        width: 100%;
        margin: 100px auto 0;
    }
    .send_title {
        margin: 0 0 64px;
        letter-spacing: -0.02em;
    }
    .send_form .input_group {
        background: #9DA48B26;
        margin: 0 0 45px 0;
        padding: 14px 28px;
        border-radius: 20px;
    }
    .send_form .input_group input ,
    .send_form .input_group textarea {
        border: none;
        background: transparent;
    }
    .send_form .input_group span {
        width: 21px;
        margin: 0 25px 0 0;
    }  
    .send_form .input_group input ,
    .send_form .input_group textarea {
        width: 100%;
        padding: 0;
        flex: 1;
        font-family: var(--primary-font);
    }
    .send_btn_wrp .btn {
        font-size: 16px;
        padding: 10.5px 32.5px;
    }
    .send_btn_wrp .btn:not(:last-of-type) {
        margin: 0 37px 0 0;
    }
    .send_btn_wrp .btn.clear_btn {
        background: #CDCFBF;
        border: 1px solid #CDCFBF;
    }
    .send_btn_wrp .btn.clear_btn:hover {
        background: var(--green);
        border-color: var(--green);
    }
    .contact_info_bottom_left li:hover .contact_info_icon, 
    .contact_info_bottom_right li:hover {
        opacity: 0.4;
    } 

/****************** collection page ******************/
   .collection_banner .container {
        max-width: 1206px;
    }
    .collection_banner .breadcrumb {
        margin: 0 0 40px 0;
    }
    .collection_banner_wrp {
        max-width: 950px;
        width: 100%;
        margin: 0 auto;
    }
    .collection_banner {
        margin-bottom: 93px;
    }
    .collection_banner_img {
        max-width: 120px;
        width: 100%;
        margin-left: auto;
    }
    .collection_banner_img img {
        mix-blend-mode: multiply;
    }
    .collection_banner_content {
        max-width: 570px;
        width: 100%;
        font: var(--font-18);
        color: var(--ft-green);
        margin: 0 0 0 20px;
        flex: 1;
    }
    .col_banner_content h3 {
        font-size: 32px;
        letter-spacing: -0.02em;
        color: var(--green);
        margin: 0 0 37px;
    }
/* .collection-list-content */
    .collection-list-content {
        margin: 0 0 0 0;
    }
    .collection-list-content .container{
        max-width: 1390px;  
    }
    .collection-list-content .product_grid,
    .collection-list-content .product_grid form{
        display: inline-block;
        width: 100%;
    }
    .collection_filter_wrp {
        width: 100%;
        float: right;
        transition: all 0.2s ease-in-out;
    }
    .collection-list-content .product_grid:not(.hide_menu) .collection_filter_wrp, 
    .collection-list-content .product_grid:not(.hide_menu) .pr_grid_wp {
        width: calc(100% - 348px);
    }
    .collection-list-content .product_grid .pr_grid_wp{
        min-height:400px;
    }
.collection_menu_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--green);
    border-radius: 0 8.5px 8.5px 0;
    padding: 5px;
    margin: 0;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 46.8%;
    transform: translate(0 , -50%);
    z-index: 3;
}
    .collection_menu_icon img,
    .collection_menu_icon svg{
        width: 20px;
        height: 20px;
    }
    .sb_icon, 
    .sb_icon img {
        width: 40px;
        height: 40px;
    }
    .collection-list-content .left_col {
        max-width: 273px;
        width: 100%;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
        float: left;
    }

    .filter_cat {
        font-size: 18px;
        font-weight: 700;
        background: var(--yellow);
        color: var(--white);
        letter-spacing: -0.02em;
        border-radius: 18px;
        margin: 0 0 13px;
        padding: 12px 15px;
        cursor: pointer;
    }
    .filter_cat_wrp img, 
    .filter_cat_wrp svg ,
    .filter_tab span{
        margin: 0 15px 0 0;
    }
    .filter_tab span {
        flex: 1;
    }
    .filter_cat_wrp .filter_cat_img img, 
    .filter_cat_wrp .filter_cat_img svg {
        width: 30px;
        height: 30px;
    }

    .filter_cat_wrp {
        position: relative;
    }
    .filter_cat_inner {
        border-radius: 0 17px 17px;
        margin: 0 0 17px;
        padding: 17px;
        color: var(--green);
        font-weight: 600;
        font-size: 18px;
        letter-spacing: -.02em;
        text-transform: capitalize;
        display: none;
        background: #f9e6af;
        box-shadow: 0 2px 6px #989898;
    }  
    .filter_cat_wrp.boolean .filter_label {
        margin: 0 0 15px;
        color: var(--light-green);
    }
    .filter_cat_wrp.boolean .filter_cat_inner {
        background: #E3A9164F;
        border-radius: 19px 19px 17px 17px;
        box-shadow: none;
        display: block;
    }
    .left_col_inner {
        padding: 28px 24px;
        background: #F9E6AF;
        border-radius: 8.5px;
        overflow-y: auto;
    }
    .filter_cat_wrp .filter_cat.active ~ .filter_cat_inner {
        display: block;
    } 
    .filter_cat_inner ul li{
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
    }
    .filter_cat_inner ul li:hover, 
    .filter_cat_inner ul li.active {
        color: var(--yellow);
    }
    .filter_cat_inner ul li:not(:last-of-type) {
        margin-bottom: 24px;
    }
    .filter_tab .filter_cat {
        padding: 17.5px 15px;
    }
    .filter_tab .filter_cat .collection_arrow {
        width: 15px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
    }
    .filter_tab .filter_cat.active .collection_arrow {
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;    
    }
    .collection-list-content .pr_grid_wp {
        padding: 25px 0 0 !important;
        width: 100%;
        float: right;
        margin: 0;
        transition: all 0.2s ease-in-out;
    }
    .pr_grid_wp_inner {
        margin: 0 -20px;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .collection-list-content .home_pr_grid {
        margin: 45px 0;
        padding: 0 24px;
    }
    .right_col {
        width: 100%;
    }

/* collection filter */
    .sort-by {
        width: 100%;
        flex: 1;
    }
    .filter-select {
        position: relative;
        border-radius: 8.5px;
        background: var(--yellow);
        color: var(--white);
        max-width: 170px;
        width: 100%;
        padding: 9px 10px;
        flex: 1;
    }
    .custome-select{
        display: none;
    }
    .filter-select .custome_dropdown_select  {
        display: block;
        outline: none;
        text-transform: capitalize;
        transition: all 0.2s ease-in-out;
        font: normal 500 16px/22px var(--primary-font);
        width: 100%;
        cursor: pointer;
    }
    .filter-select .custome_dropdown_select .current {
        display: block;
        padding-right: 20px;
    }
    .filter-select .custome_dropdown_select .list {
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        width: 100%;
        padding: 13px;
        border-radius: 8.5px;
        background-color: #F2D380;
        color: var(--light-green);
        z-index: 1;
        transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        opacity: 0;
        visibility: hidden;
        transform: translate(0 , -10%);
        -webkit-transform: translate(0 , -10%);
        -moz-transform: translate(0 , -10%);
        -ms-transform: translate(0 , -10%);
        -o-transform: translate(0 , -10%);
    }
    .filter-select .custome_dropdown_select .list li{
        display: inline-block;
        cursor: pointer;
    }
    .filter-select .custome_dropdown_select .list li:not(:last-of-type) {
        padding-bottom: 8px;
    }
    .filter-select .custome_dropdown_select .list li:hover {
        color: var(--white);
    }
    .custome_dropdown_select .fs-drop-icon {
        position: absolute;
        right: 10px;
        width: 22px;
        height: 22px;
        transition: all .2s ease-in-out;
        top: 50%;
        transform: translate(0 ,-50%);
    }
    .fs-drop-icon img,
    .fs-drop-icon svg {
        width: 22px;
        height: 22px;
    }
    .sort-by label {
        font: normal 500 16px/22px var(--primary-font);
        color: #9DA48B;
        margin: 0 10px 0 7px;
    }
    .filter-select .custome_dropdown_select.open .list {
        transform: translate(0);
        opacity: 1;
        visibility: visible;
    }
    .filter-select .custome_dropdown_select .open + .fs-drop-icon {
        transform: scale(-1);
    }
	.filter-select .custome_dropdown_select.open .fs-drop-icon {	
        transform: translateY(-50%) scale(-1);	
    }
    .filter_cat_wrp .collection_arrow img, 
    .filter_cat_wrp .collection_arrow svg {
        margin: 0;
    }
    .radio-btn-block input {
        display: none;
    }
    .radio-btn-block input[disabled] ~ label {
        opacity: 0.4;
    }
    .radio-btn-block label {
        display:flex;
        align-items: center;
        cursor: pointer;
    }
    .radio-btn-block label .check_label {
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 0 0 35px;
        cursor: pointer;
    }
    .filter_cat_wrp li label {
        color: #6D725A;
    }
    .filter_cat_wrp .radio-btn-block label .check_label:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 7px;
        width: 6px;
        height: 12px;
        border: solid #f9e6af;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        background: transparent;
        z-index:1;
        opacity: 0;
    }
    .filter_cat_wrp .radio-btn-block label .check_label:after {
        content: "";
        position: absolute;
        left: 0;
        border: 1px solid var(--light-green);
        width: 20px;
        height: 20px;
    }
    .filter_cat_wrp .radio-btn-block input:checked+label .check_label:after {
        background-color: var(--yellow);
        border: 1px solid var(--yellow);
    }
/*     .filter_cat_wrp.boolean .radio-btn-block label .check_label:before {
        content: "";
        position: absolute;
        background-color: var(--light-green);
        width: 11px;
        height: 11px;
        top: -5px;
        left: 6.5px;
        border-radius: 100%;
        opacity: 0;
    }
    .filter_cat_wrp.boolean .radio-btn-block label .check_label:after {
        content: "";
        position: absolute;
        left: 0;
        border: 1px solid var(--light-green);
        width: 25px;
        height: 25px;
        border-radius: 100%;
    } */
    .filter_cat_wrp .radio-btn-block input:checked + label .check_label:before {
        opacity: 1;
    }



/****************** Register-page ******************/
    .register_banner {
        margin: 20px 0 50px;
    }
    .register_banner .reg_wrp {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .reg-title .pr_grid_title {
        margin: 0 0 92px 0;
    }
    .reg-title h2 {
        font-size: 40px;
        margin: 0 0 22px;
    }
    .register_banner .reg_wrp .reg-title h3 {
        margin: 0 0 40px;
    }
    .register_banner .reg-des {
        font: var(--font-18);
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
    }
    .register_form_wrp {
        max-width: 1170px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    /* .register_form {
        margin: 145px 0 70px 0;
    } */
    .reg_form_title {
        margin: 0 0 112px 0;
    }
    .register_input .input_group{
        max-width: 48%;
        width: 100%;
        margin: 0 0 40px 0;
    }
    .register_input input,
    .nice-select-wrap{
        max-width: 390px;
        width: 100%;
        border: none;
        background: transparent;
        border-bottom: 1px solid var(--black);
        padding: 0 0 15px 0;
        color: var(--black);
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -0.02em;
        text-transform: capitalize;
    }
    .register_input input::-webkit-input-placeholder {
        color: var(--black);
    }
    .register_input input::-moz-placeholder {
        color: var(--black);
    }
    .register_input input:-ms-input-placeholder {
        color: var(--black);
    }
    .register_input input:-moz-placeholder {
        color: var(--black);
    }
    .register_input .client_info {
        margin: 0 0 80px 0;
    }
    .billing_info_left, 
    .billing_info_right {
        max-width: 48%;
        width: 100%;
    }
    .billing_info_left .input_group,
    .billing_info_right .input_group,
    .billing_info_right .reg_btn_wrp {
        max-width: 390px;
        width: 100%;
    }
    .billing_info_right .input_group {
        margin: 0 0 40px auto;
    }
    .reg_btn_wrp button {
        font-size: 16px;
        max-width: 120px;
        width: 100%;
        line-height: 1.1;
        padding: 11px;
    }
    .reg_btn_wrp .reset_btn{
        background: var(--ft-green);
        border: 1px solid var(--ft-green);
        outline: none;
    }
    .reg_btn_wrp .reset_btn:hover{
        background-color: var(--green);
        border-color: var(--green);
    }
    .reg_btn_wrp button:not(:last-of-type) {
        margin: 0 25px 0 0;
    }
    .nice-select-wrap .drop {
        display: block;
        position: relative;
    }
    .nice-select-wrap .drop::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        right: 0;
        color: #666;
        transition: all 300ms ease;
        background-image: url('form-select-arrow.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .nice-select-wrap.down .drop::after {
        transform: rotate(180deg);
    }
    .nice-select-wrap {
        position: relative;
    }
    .nice-select-wrap ul {
        background: var(--green);
        color: var(--white);
        border-radius: 20px 0 20px 20px;
        font-size: 18px;
        line-height: 1.1;
        letter-spacing: -0.02em;
        text-transform: capitalize;
        padding: 20px 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: 35px;
        z-index: 1;
    }
    .benefits_wrp {
        margin: 70px 0 145px 0;
    }
    .benefits_wrp .container {
        max-width: 1170px;
    }
    .benefits_wrp .contact_info_top {
        margin: 0;
        padding: 0 0 14px 0;
        display: inline-flex;
    }
    .benefits_wrp .facility_icon,
    .benefits_wrp .facility_icon img {
        width: 37px;
        height: 30px;
    }
    .benefits_inner_wrp {
        max-width: 50%;
        width: 100%;
        margin: 53px 0 0 0;
    }
    .benefits_left ul li {
        font-weight: 600;
        letter-spacing: -0.02em;
        text-transform: capitalize;
    }
    .benefits_left ul li:not(:last-of-type) {
        margin: 0 0 23px 0;
    }
    .benefits_left ul li span {
        display: block;
        margin: 0 16px 0 0;
    }
    .benefits_login_btn {
        font-size: 16px;
        padding: 11.5px 14.5px;
    }
    .foget_pass {
        margin: 15px 0 0;
    }
    .foget_pass img {
        margin: 0 40px 0 0;
    }
    .co_signup_form .check_text,
    .co_signup_form .radio_text{
        position: relative;
    }
    .co_signup_form .check_text:after,
    .co_signup_form .radio_text:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid var(--light-green);
        width: 20px;
        height: 20px;
        border-radius: 100%;
    }
    .co_signup_form .check_text:before,
    .co_signup_form .radio_text:before {
        content: "";
        position: absolute;
        background-color: var(--light-green);
        width: 8px;
        height: 8px;
        top: 6px;
        left: 6px;
        border-radius: 100%;
        opacity: 0;
    }   
    .co_signup_form .check_text:before {
        width: 6px;
        height: 16px;
        top: 4px;
        left: 4px;
        border-radius: 0;
        background: transparent;
        transform: rotate(40deg) translateY(-50%);
        border-bottom: 2px solid #8c8f7b;
        border-right: 2px solid #8c8f7b;
    }
    .co_signup_form .check_text:after {
        border: 2px solid #8c8f7b;
    }
    .benefits_inner_wrp .signup_form_bottom{
        margin: 0 0 40px 0;
    }
    .download_pdf {
        margin: 45px 0 0;
        font: var(--font-18);
        font-weight: 600;
        letter-spacing: -0.02em;
        text-transform: capitalize;
    }
    .download_pdf span {
        display: block;
        margin: 0 15px 0 0;
    }
/* new form_wrp */
    .login_info_wrp {
        margin: 20px 0px;
    }
    .form_wrp .login_form{
        max-width: 48%;
        width: 100%;
    }
    .form_wrp .register_form {
        max-width: 635px;
        width: 100%;
    }
    .form_wrp .co_signup_form {
        width: 90%;
    }
    .form_wrp .pr_grid_title {
        margin: 0 0 50px;
    }
    .login_form .benefits_btn_wp button {
        margin: 0 0 0 5px;
    }
/****************** checkout page ******************/
/* checkout_signup */

    .checkout_section {
        margin: 100px 0 118px 0;
    }
    .checkout_signup .checkout_signup_title{
        margin:0 0 88px;
    }
    .checkout_signup .checkout_signup_title h3{
        color: var(--light-green);
        letter-spacing: -0.02em;
    }
    .checkout_signup .checkout_register_title{
        padding-bottom: 90px;
    }
    .checkout_signup .checkout_register_title:after{
        height: 2px;
        margin: 26px auto 0;
    }
    .checkout_signup .checkout_register_title h3{
        letter-spacing: -0.02em;
    }
    .checkout_signup_left,.checkout_signup_right{
        max-width: 50%;
        width: 100%;
        padding: 0 20px;
    }
    .co_signup_form input[type="checkbox"],
    .co_signup_form input[type="radio"]{
        display: none;
    }
    .checkout_signup .signup_form_top{
        padding: 0 0 45px 0;
    }
    .co_signup_form .signup_form_top input:checked + label:before {
        opacity: 1;
    }
    .co_signup_form .check_text{
        padding-left: 60px;
        line-height: 20px;
    }
    .remember_me input[type="checkbox"] + label {
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        letter-spacing: -0.02em;
        color: var(--black);
        line-height: 1.3;
        cursor: pointer;
        background: url(&lt;path-to-image&gt;), lightgray 50% / cover no-repeat;
    }

    .co_signup_form .radio_text,.foget_pass a{
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        letter-spacing: -0.02em;
        color: var(--black);
        line-height: 1.3;
        cursor: pointer;
    }
    .checkout_signup .signup_form_top .radio-group:not(:last-child){
        padding-bottom: 17px;
    }
    .checkout_signup .co_signup_form{
        max-width: 457px;
        width: 100%;
        margin: 0 auto;
    }
    .signup_form_bottom .input_group{
        margin:0 0 23px 0;
        border-radius: 20px;
        padding: 12px 28px;
        background: #FCF3D7;
        height: 50px;
    }
    .signup_form_bottom .input_group span{
        margin: 0 25px 0 0;
    }
    .signup_form_bottom .input_group span,
    .signup_form_bottom .input_group span img,
    .signup_form_bottom .input_group span svg{
        display: block;
        width: 22px;
        height: 22px;
    }
    .signup_form_bottom .input_group img{
        margin: 0;
    }
    .signup_form_bottom input{
        flex: 1;
        border: none;
        color: var(--black);
        font-weight: 900;
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: -0.02em;
        font-family: var(--secondry-font);
        background: transparent;
        padding: 0;
        width: 100%;
    }
    .signup_form_bottom input::-webkit-input-placeholder {
        color: var(--black);
        letter-spacing: -0.02em;
        text-transform:capitalize;
        font-weight: 500;
    }
    .signup_form_bottom input::-moz-placeholder {
        color: var(--black);
        letter-spacing: -0.02em;
        text-transform:capitalize;
        font-weight: 500;     
    }
    .signup_form_bottom input:-ms-input-placeholder {
        color: var(--black);
        letter-spacing: -0.02em;
        text-transform:capitalize;
        font-weight: 500;
    }
    .signup_form_bottom input:-moz-placeholder { 
        color: var(--black);
        letter-spacing: -0.02em;
        text-transform:capitalize;
        font-weight: 500;
    }
/*     .signup_form_bottom input[type=date]:before {
        content: attr(placeholder);
        letter-spacing: -0.02em;
        text-transform: capitalize;
        font-weight: 500;
        color: var(--black);
    }
    .signup_form_bottom input[type="date"]:focus::before,
    .signup_form_bottom input[type="date"]:valid::before{
       content: "" !important;
    } */
    .radio-group_main{
        flex: 1;
    }
    .co_signup_form img{
        height: 20px;
        width: 20px;
    }
    .signup_form_bottom input:not(:last-child){
        margin-bottom: 25px;
    }
    .register_form .signup_form_bottom input:not(:last-child) ,
    .register_form .signup_form_bottom .input_group .error{
        margin-bottom: 0;
    }
    .password_strengh .pro-left h3{
        color: var(--light-green);
        font-weight: 500;
        font-size: 14px;
        margin: 0 3px 0 0;
        line-height: 19px;
        font-family: var(--primary-font);
    }
    .password_strengh.progress-main span.pro-line-fill{
        background:var(--yellow);
    }
    .password_strengh.progress-main .pro-right {
        flex: 1;
    }
    .checkout_signup .password_strengh{
        padding-bottom: 44px;
    }
    .checkout_title_wp{
        max-width: 1195px;
        margin: 0 auto;
    }
   .checkout_signup .co_signup_form .check_text,
    .checkout_signup .co_signup_form .radio_text {
        padding: 0 0 0 35px;
    }
    .checkout_signup_left .signup_form_bottom {
        margin: 0 0 33px 0;
    }
    .checkout_signup_right .signup_form_bottom {
        margin: 0 0 46px 0;
    }

    .checkout_signup  .foget_pass img {
        margin: 0 15px 0 0;
    }
    .co_register_btn {
        font-size: 16px;
        padding: 11.5px;
        letter-spacing: 0.145em;
    }
    .co_reg_check_btn {
        font-size: 16px;
        line-height: 18px;
        max-width: 316px;
        width: 100%;
    }
/* checkout_all_title */
    .checkout_all_title{
        margin: 118px 0 15px 0;
    }
    .checkout_title_wp{
        max-width: 1195px;
        width: 100%;
        margin: 0 auto;
    }
    .checkout_all_title .confiramation_title{
        background: var(--green);
        border-radius: 20px;
        padding: 28px;
        color:var(--white);
    }
    .checkout_all_title .confiramation_title:not(:last-child){
        margin: 0 0 35px 0;
    }
    .confiramation_icon,
    .confiramation_icon img, 
    .confiramation_icon svg {
        width: 50px;
        height: 50px;
    }
    .checkout_all_title .confiramation_title_text {
        max-width: 950px;
        width: 100%;
        margin: 0 0 0 8.8%;
        flex: 1;
    }
    .checkout_all_title .confiramation_title_text h5{
        font: var(--font-20);
        letter-spacing: -0.02em;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
    .checkout_all_title .confiramation_title_text p{
        font: var(--font-18);
        font-weight: 300;
        letter-spacing: -0.02em;
        text-transform: capitalize;
    }
    .checkout_all_title .title_yellow{
        background: var(--yellow);
    }
    .checkout_all_title .title_gray{
        background:#6D725A80;
    }
/* cart_section start */
    .cart_section{
        margin: 20px 0 100px 0;
    }
    .cart_section .cart_header h2{
        font-size: 40px;
        color: var(--yellow);
        text-align: center;
        letter-spacing: -0.02em;
        font-weight: 900;
        line-height: 1.3;
        font-family: var(--secondry-font);
    }
    .cart_section .cart_header:after {
        content: "";
        width: 100%;
        display: block;
        height: 2.25px;
        max-width: 600px;
        background: var(--yellow);
        margin: 19px auto 0;
    }
    .cart_section .container{
        max-width: 1235px;
    }
    .cart_section .cart_table_heading{
        background: var(--yellow);
        border-radius: 20px; 
        padding: 14px 20px;
        margin-bottom: 27px;
        flex-wrap: nowrap;
    }
    .cart_section .cart_content{
        padding: 82px 0 0 0;
    }
    .cart_section .cart_table_heading h6{
        text-transform: uppercase;
        font: var(--font-18);
        font-weight: 400;
        color: var(--white);
        line-height: 1.3;
    }
    .cart_section .cart_name,
    .cart_section .cart_table_row_title{
        max-width: 599px;
        width: 52%;
        padding: 0 15px 0 0;
    }
    .cart_section .cart_price,
    .cart_section .cart_table_price{
        width: 18%;
        max-width: 198px;
    }
    .cart_section .cart_quantity,
    .cart_section .cart_table_quantity{
        width: 21%;
        max-width: 235px;
    }
    .cart_section .cart_total,
    .cart_section .cart_table_total{
        flex: 1;
    }
    .cart_section .cart_table_row_title h6{
        color: var(--light-green);
        font-weight: 500;
        font-size: 16px;
        text-transform: capitalize;
        line-height: 1.3;
    }
    .cart_section .cart_table_row:not(:last-child){
        margin-bottom: 10px;
    }
    .cart_section .cart_table_row{
        background: #FCF3D7;
        border-radius: 20px;
        padding: 7px 20px;
    }
    .cart_section .cart_table_price p,
    .cart_section .cart_table_total p{
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.3;
        color: var(--light-green);
    }
    .cart_section .cart_table_quantity form input{
        margin: 0;
        padding: 0;
        border: none;
        background: #F2C94C;
        border-radius: 3px;
        color: var(--light-green);
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        line-height: 1.3;
        width: 34px;
        padding: 2px 10px;
    }
    .cart_section .cart_refresh{
        padding: 0 16px;
    }
    .cart_section .cart_refresh img,
    .cart_section .cart_deletecart img{
        max-width: 22px;
        height: auto;
    }
    .cart_section .cart_footer{
        padding-top: 74px;
    }
    .cart_section .cart_subtotal{
        margin-bottom: 20px;
    }
    .cart_section .cart_footer_wp{
        max-width: 343px;
        margin:0 9% 0 auto;
    }
    .cart_section .cart_subtotal p,
    .cart_section .cart_footer_total p{
        font: var(--font-18);
        color: var(--yellow);
        flex: auto;
    }
    .cart_section .cart_footer_total p{
        color: var(--light-green);
    }
    .cart_section .cart__shopping .cart_print span,
    .cart_section .cart_email span,
    .cart_section .cart__shopping_right span{
        font: var(--font-18);
        color: var(--light-green);
    }
    .cart_section .cart__shopping .cart_print img,
    .cart_section .cart_email img{
        margin-right: 10px;
        max-width: 100%;
        height: auto;
    }
    .cart_section .cart_print{
        padding-right: 42px;
    }
    .cart_section .cart__shopping_right span{
        color: var(--yellow);
    }
    .cart_section .cart__shopping_right img{
        margin-left: 23px;
        width: 27px;
        height: 36px;
    }
    .cart_section .cart__shopping_left{
        flex: 1;
    }
    .cart_section .cart__shopping{
        margin-top: 71px;
    }
   /************** nutripedia_popup **************/
   
    .np_popup {
        position: fixed;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        z-index: 8;
        justify-content: flex-end;
        max-width: 290px;
        transform: translate(100% , 0);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    } 
   .logo_fix {
         position: absolute;
        left: -43px;
        transform: translate(0 , -30%);
        -webkit-transform: translate(0,-30%);
        -moz-transform: translate(0,-30%);
        -ms-transform: translate(0,-30%);
        -o-transform: translate(0,-30%);
    }
    .nutripedia_popup {
        width: 100%;
        height: calc(100vh - 10px);
        background: #FCF3D7;
        border-radius: 20px 0 0 20px;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        z-index: 5;
    }
    .np_popup.active {
        transform: translate(0px, 0px);
        z-index: 10;
    }
     .nutripedia_popup .nutripedia_popup_wrp {
        padding: 0 20px 10px;
        overflow: auto;
        height: 100%;
        margin: 10px 5px 0 0;
    }
    .nutripedia_popup .nutripedia_logo {
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
    }
    .nutripedia_popup .nutripedia_logo .n_main_img {
        max-width: unset;
        height: unset;
        margin: 0 auto 20px;
    }
    .nutripedia_popup .home_ingredients ,
    .nutripedia_popup .home_ind_main {
        margin: 0;
    }
    .nutripedia_popup .home_ind_main .home_ind_wp {
        width: 100%;
        padding: 0;
        margin:0;
    }
    .nutripedia_popup_wrp .ind_card {
        padding: 10px;
    }
    .nutripedia_popup_wrp .ind_card_content {
        padding: 0;
    }
    .nutripedia_popup_wrp .home_ind_main .home_ind_wp:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .nutripedia_popup .ind_card_img img {
        width: 80px;
        height:80px;
    }
    .nutripedia_popup .ind_card_content h3 {
        font: var(--font-20);
        font-family: var(--secondry-font);
        line-height: 107.8%;
        letter-spacing: -0.4px;
        padding: 0 0 15px;
    }
    .nutripedia_popup .ind_card_content p{
        max-width: 190px;
        width: 100%;
        font-size: 14px;
        line-height: 107.8%;
        letter-spacing: -0.18px;
        font-family: var(--secondry-font);
    }
    .nutripedia_popup .ind_card_content .btn{
        font-size: 12px;
        margin: 10px 0 0;
        max-width: 131px;
        width: 100%;
        padding: 8px 10px;
        line-height: 108.8%;
    }
    .nutripedia_popup_wrp::-webkit-scrollbar{
        width: 4px;
    }
    .nutripedia_popup_wrp::-webkit-scrollbar-thumb {
        background:var(--green);
        border-radius: 6px;
    }
    .nutripedia_popup_wrp::-webkit-scrollbar-track-piece {
        background-color:var(--ft-green);
        border-radius: 6px;
    }
/* 404_page */
    .wrp-404 .inner_template-404 {
        margin: 50px 0 0;
    }
    .wrp-404 .inner_template-404 h1 {
        margin: 0 0 30px 0;
        font-family: var(--primary-font);
        font-weight: 400;
        color: var(--yellow);
    }
    .wrp-404 .inner_template-404 h1 span {
        display: block;
    }
    .wrp-404 .inner_template-404 p {
        font: var(--font-14);
        line-height: 1.4;
        margin: 0 auto 30px;
        max-width: 500px;
        width: 100%;
    }
/* rte */
    .rte {
        margin: 30px 0;
    }
    .rte_title {
        margin: 0 0 20px 0;
    }
    .rte_title h5 {
        font: var(--font-20);
    }
    .rte p {
        font: var(--font-18);
        margin: 0 0 15px 0;
    }
    .rte p span , .rte p strong {
        font-weight: 900;
    }
    .rte p a,
    .rte a{
        font-weight: 900;
    }
    .rte p a:hover ,
    .rte a:hover{
        text-decoration: underline;
    }
    .rte ul,
    .rte ol{
        margin: 30px 0 50px 20px;
    }
    .rte ul li {
        list-style: disc;
    }
    .rte ol li {
        list-style: auto;
    }
    .rte li {
        font: normal 500 16px/1.4 var(--primary-font);
    }
    .rte img{
        margin: 20px 0;
    }

    	/* login_popup  */
    .account_wrp {
        position: relative;
    }
    .login_popup {
        position: absolute;
        top: 40px;
        left: 50%;
        width: 330px;
        padding: 30px 20px;
        background: var(--yellow);
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        z-index:10;
        transform: translate(-50%, -10px);
        transition: all 0.4s ease-in-out;
        -webkit-transform: translate(-50%, -10px);
        -moz-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
        -o-transform: translate(-50%, -10px);
}
    .account_wrp.active_popup .login_popup {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0px);
        -webkit-transform: translate(-50%, 0px);
        -moz-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        -o-transform: translate(-50%, 0px);
    }
    .login_popup .signup_form_bottom .input_group {
        margin: 0 0 20px 0;
        padding: 12px 15px;
        background: var(--white);
    }
    .login_popup .btn-green:hover{
        color: var(--white);
    }
    .login_popup .popup_login_btn{
        margin: 0 0 20px 0;
    }
    .popup_register_link {
        font-size: 14px;
        letter-spacing: -0.02em;
        color: var(--white);
    }
    .popup_register_link p a {
        font-weight: 900;
        margin: 0 0 0 3px;
    }
    .popup_register_link p a:hover{
        text-decoration: underline;
    }

    /* mini_cart */
    .mini_cart{
        position: relative;
        z-index:100;
    }
    .mini_cart_wrp {
        display: flex;
        flex-direction: column;
        position: absolute;
        background: #FDFAF3;
        border-radius: 20px;
        right: 0;
        top: 15px;
        box-shadow: 3px 4px 8px 0px #bf8a0063;
        padding: 40px 60px;
        width: 460px;
        max-height: calc(100vh - 120px);
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden;
        transform: translate(0px, -10px);
        -webkit-transform: translate(0px, -10px);
        -moz-transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -o-transform: translate(0px, -10px);
        z-index: 2;
}
    .cart-wrp.cart_active .mini_cart_wrp{
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
    }
    .close_cart {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        z-index: 2;
    }
    .mini_cart_title{
        color: var(--green);
        margin: 0 0 60px;
    }
    .mini_cart_title h4 {
        font-size: 20px;
        font-family: var(--primary-font);
        font-weight: 700;
    }
    .mini_cart_content_left{
        max-width: 42%;
        width: 100%;
    }
    .mini_cart_img {
        position: relative;
        max-width: 150px;
        width: 100%;
        padding-bottom: 132%;
        margin: 0 auto;
    }
    .mini_cart_img a {
      display: block;
    }
    .mini_cart_img img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        mix-blend-mode: multiply;
    }
    .mini_cart_content_right{
        flex:1;
        margin: 0 0 0 12px;
        justify-content: unset;
        width: 100%;
    }
    .mini_cart_content_right .cart_item_info h4 {
      font-size: 18px;
      line-height: 1.4;
      font-weight: 500;
    }
    .mini_cart_content_right .cart_pr_title h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 107.8%;
        letter-spacing: -0.4px;
    }
    .mini_cart_content{
        margin: 0 0 25px 0 ;
    }
    .mini_cart_content_wrp {
        overflow: auto;
        padding: 0 10px 0 0;
        height: 100%;
    }
    .mini_cart_bottom {
        margin: 20px 0 0;
        padding: 20px 0 0;
        border-top: 2px solid #898989;
    }
    .mini_cart_bottom .mini_cart_total {
        font: normal 500 18px/1 var(--secondry-font);
        letter-spacing: -0.36px;
    }
    .mini_cart_btn_wrp .btn {
        display: flex;
        align-items: center;
        border: 1px solid transparent;
    }
    .mini_cart_btn_wrp .yellow-btn {
        max-width: 128px;
        width: 100%;
        font-size: 14px;
        line-height: 107.8%;
        letter-spacing: 0.42px;
        padding: 11px 8px;
        flex: 1;
    }
    .mini_cart_btn_wrp .yellow-btn:focus,
    .mini_cart_btn_wrp .yellow-btn:hover,    
    .cart_basket:focus,
    .cart_basket:hover{
        background: transparent;
        border: 1px solid var(--yellow);
        color: var(--yellow);
    }
    .cart_basket{
        background: var(--green);
        font-size: 14px;
        line-height: 107.8%;
        letter-spacing: 0.42px;
        padding: 7px 16px;
    }
    .cart_basket span {
        width: 17px;
        height: 24px;
        margin: 0 0 0 16px;
    }
    .cart_basket span img {
        width: 100%;
        height: 100%;
    }
    .cart_pr_title {
        text-transform: uppercase;
        color: var(--green);
        margin: 0 0 30px 0;
    }
    .pr_inside {
        display: flex;
        justify-content: space-between;
    }
    .cart_item_info .remove_product, 
    .cart_item_info .remove_product svg {
        width: 30px;
        height: 30px;
    }
    .cart_item_info .remove_product {
        margin: 0 0 0 15px;
        cursor: pointer;
    }
    .cart_item_info .remove_product:hover {
        opacity: 0.7;
    }
    predictive-search ul::-webkit-scrollbar,
    .mini_cart_content_wrp::-webkit-scrollbar{
        width: 4px;
    }
    predictive-search ul::-webkit-scrollbar-thumb,
    .mini_cart_content_wrp::-webkit-scrollbar-thumb{
        background:var(--yellow);
        border-radius: 6px;
    }
    predictive-search ul::-webkit-scrollbar-track-piece,
    .mini_cart_content_wrp::-webkit-scrollbar-track-piece{
        background-color:#FAEAB9;
        border-radius: 6px;
    }
    .mini_cart_btn_wrp {
        margin: 30px 0 0;
    }

/* Credits popup */
        #popup {
            display: none; /* Hidden by default */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
            z-index: 1000; /* Ensure it's on top */
        }

        /* Popup content */
        .popup-content {
            border-radius: 20px 20px 20px 20px; /* Rounded corners */
            box-shadow: 3px 4px 8px 0px #bf8a0063;
            padding: 15px 20px;
            width: 520px;
            max-height: calc(250vh - 150px);
            transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
          
            transform: translate(-50%, -50%);
            background-color:  #FDFAF3;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            font-size: 20px;
        }

/* predictive-search */

  
  predictive-search #predictive-search {
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0 auto;
      padding: 10px 0 15px;
      border-radius: 10px;
      background: var(--white);
      border: 1px solid rgba(0,0,0,.21);
      text-align: center;
      z-index: 3;
  }
  predictive-search #predictive-search-products {
      color: var(--yellow);
      margin: 0 0 20px 0;
      text-align: left;
      display: none;
  }
  predictive-search ul {
      max-height: 340px;
      margin: 0 0 15px 0;
      overflow: auto;
      text-align: left;
  }
  predictive-search ul li {
      padding: 5px 10px;
  }
  predictive-search ul li:not(:last-of-type) {
      border-bottom: 1px solid var(--yellow);
      margin-bottom: 5px;
  }
  predictive-search ul li a ,
  .form-status.form__message {
      display: flex;
      align-items: center;
  }
  .quick_search .search_icon predictive-search ul li a img,
  .template-search__search .search_icon predictive-search ul li a img {
      width: 100px;
      height: 100px;
      margin: 0 15px 0 0;
      object-fit: scale-down;
      flex-shrink: 0;
  }
  predictive-search ul li a span {
      display: block;
      margin: 0 10px 0 0;
      font-weight: 700;
      text-transform: capitalize;
  }
  predictive-search .option_info {
      display: flex;
      justify-content: space-between;
      width: 100%;
  }
  predictive-search .option_info .option_price {
      color: var(--green);
      font-weight: 900;
  }
/* predictive-search End*/


  .form-status.form__message svg.icon {
      width: 15px;
  }
  .form__message span {
      font-size: 14px !important;
      margin: 0 3px 0 7px !important;
  }
  .grecaptcha-badge{
      z-index:1;
  }
  .search-wrapper .home_pr_grid {
      margin: 25px 0;
  }
  .search-wrapper .pr_grid_wp_inner {
      margin: 0;
  }
  .product-grid-container .total_results {
      margin: 10px;
      text-align: center;
  }
  .main-pdp .p_sub_title .size_radio_wrp {
      margin: 30px 0 0;
  }


  .product-description.full-description .trunk-content:before,
  .full-description a.read-more {
      display: none;
  }
  .full-description a.show-less {
      display: block !important;
  }

  .product-description.full-description .ui-accordion-content-active {
      height: 100% !important;
  }
  .load-more_wrap {
      position: relative;
  }
  .load-more_wrap .load_img {
      position: absolute;
      left: 0;
      right: 0;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .load-more_wrap img{
    max-width: 30px;
  }
  .product-description h4 {
      margin: 20px 0 10px;
  }
  .product-description a {
      font-size: 14px;
      font-weight: 700;
      text-transform: capitalize;
      color: var(--yellow);
  }

  /* price filter */
  .filter_cat_inner ul.price-block {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
  }
  .filter_cat_inner .noUi-horizontal .noUi-handle{
      border: 3px solid var(--yellow);
      box-shadow: unset;
      width: 6px;
      height: 6px;
      right: 0;
      top: -4px;
      background: var(--bg-color);
      border-radius: 50%;
      padding: 4px;
      cursor: pointer;
  }
  .filter_cat_inner ul.noUi-target #price_slider,
  .noUi-handle:before, .noUi-handle:after{
      display: none !important;
  }
  .filter_cat_inner ul.price-block li {
      max-width: 42%;
      width: 100%;
      margin-bottom: 0 !important;
  }
  .filter_cat_inner ul.price-block li input {
      background: #BF8A0082;
      border-radius: 15px;
      border: none;
      padding: 10px 5px;
      font: var(--font-18);
      color: var(--light-green);
      width: calc(100% - 5px);
      text-align: center;
      margin: 0 auto;
     
  }
input[type="number"] {
 -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
  .filter_cat_inner .noUi-target {
      background: var(--bg-color);
      border-radius: 50px;
      border: none;
      box-shadow: none;
      height: 6px;
  }
/*   .filter_cat_inner .noUi-connects {
      background: #edcb84;
  } */
  .filter_cat_inner .noUi-connect {
      background: var(--yellow);
  }
/* shopify-challenge */
  .shopify-challenge__container {
      padding: 50px 0 0;
  }
  .shopify-challenge__container .g-recaptcha {
      margin: 20px 0;
  }
  .shopify-challenge__container .shopify-challenge__button {
      background: var(--green);
      border: 1px solid var(--green);
      letter-spacing: .03em;
      padding: 11.5px 23px;
  }
  .shopify-challenge__container .shopify-challenge__button:hover {
      background: transparent;
      color: var(--green);
  }
  .shopify-challengecontainer {
      padding: 90px 0 0;
  }
  .shopify-challengecontainer .shopify-challengemessage {
      margin: 0 0 20px;
  }
  .shopify-challengecontainer .g-recaptcha {
      margin: 0 0 20px;
  }
  .shopify-challengecontainer .shopify-challengebutton {
      background: var(--green);
      border: 1px solid var(--green);
  }
  .shopify-challengecontainer .shopify-challengebutton:hover {
      background: transparent;
      color: var(--grern);
  }
  .reset_filters .btn {
      color: var(--yellow);
      border: 1px solid var(--yellow);
      width: 100%;
  }
  .reset_filters .btn:hover {
      background: var(--yellow);
      color: var(--white);
  }
  .rm_filter {
      color: var(--green);
      font-weight: 700;
  }
  .clear_filter {
      text-align: right;
      margin: 0 0 20px;
  }
  .reset_filters a {
      justify-content: center;
  }
  .apply_btn {
    width: 100%;
  }
  .submit_btn_wrp, 
  .reset_filters.rm_filter {
      max-width: calc(50% - 5px);
      width:100%;
  }
  .facet_buttom_wrp {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin: 20px 0 0;
  }
  .submit_btn_wrp button span {
      margin: 0;
  }

  .hd_menu&gt;li:not(:last-of-type) ul li a {
      margin: 0;
      display: block;
  }
  .hd_menu li.dropdown {
    position: relative;
  }
  .hd_menu li.dropdown ul.list &gt; li ul{
    left: calc(100% + 5px);
  }
  .hd_menu li ul.child {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    width: 170px;
    /* padding: 13px; */
    border-radius: 8.5px;
    background-color: #f2d380;
    color: var(--light-green);   
    font: normal 500 16px/22px var(--primary-font);
    transform: translateY(-10%);
    -webkit-transform: translate(0,-10%);
    -moz-transform: translate(0,-10%);
    -ms-transform: translate(0,-10%);
    -o-transform: translate(0,-10%);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
  }
  
  .hd_menu&gt;li ul li{
      /* padding-bottom: 8px; */
    padding:8px 13px;
  }
  .dropdown .hd_dropdown_icon{
      position: absolute;
      right: 0;
      width: 22px;
      height: 22px;
      top: 50%;
      transform: translateY(-50%);
  }
  .dropdown .hd_dropdown_icon svg{
      width: 22px;
      height: 22px;
  }
  .dropdown .has_child_items{
      position:relative;
      padding-right:30px;
  }
  .dropdown .has_child_items.show_dropdown .hd_dropdown_icon {
      transform: translateY(-50%) rotate(180deg);
  }
  .hd_menu li .has_child_items.show_dropdown + .child{
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
  }
/* register input */
.input_group.int{
    height:100%;
}
.interest_wrp h6 {
    margin: 10px 0;
}
.interest_fields {
    display: flex;
    justify-content: space-between;
}
.interest_wrp .interest {
    display: flex;
    align-items: center;
    justify-content:center;
    background: transparent;
    color: var(--yellow);
    font-size: 14px;
    letter-spacing: .05em;
    padding: 10px;
    width: 100%;
}
.interest.selected {
    color: var(--white);
    background: var(--yellow);
}
.interest_wrp .interest:not(:last-of-type) {
    margin-right: 10px;
}
.signup_form_bottom .input_group .interest .checkicon {
    margin: 0 10px 0 0;
    flex-shrink: 0;
    display: none;
}
.signup_form_bottom .input_group .interest.selected .checkicon {
    display: block;
}
.signup_form_bottom .input_group .interest .checkicon svg {
    width: 18px;
    height: 18px;
}
.signup_form_bottom .input_group .interest span {
    margin: 0;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content:center;
}

.filter_cat_wrp.buttons ul {
    display: flex;
    flex-wrap: wrap;
}

.filter_cat_wrp.buttons ul label {
    padding: 10px 12px;
    border: 1px solid var(--light-yellow);
    border-radius: 20px;
    font-size: 14px;
    color: var(--yellow);
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    min-width: 55px;
    justify-content: center;
}
.filter_cat_wrp.buttons ul li:not(:last-of-type) {
    margin: 0 5px 5px 0;
}
.filter_cat_wrp.buttons ul label:hover, .filter_cat_wrp.buttons ul input:checked + label {
    background: var(--yellow);
    color: var(--white);
}

/***************/
/* 08-05-2023 */
.main-pdp .add_cart_wrp.disabled{
  pointer-events: none;
  cursor: default;
}
.error {
  color: red;
  margin-bottom: 10px;
}
svg.forgot_username{
    margin-right: 40px;
}
.signup_form_bottom input[type='email']{
  text-transform: lowercase;
}
a.forgot-link {
  margin: 10px 0 0 5px;
}
.single-column.center {
  display: flex;
  margin: 0 250px;
  justify-content: center;
}
h3.page-title {
  text-align: center;
  margin-bottom: 20px;
}
.rte-content.colored-links {
  max-width: 600px;
}

/* 09-05-2023*/
/*cart page*/
.continue-shopping span{
  color: var(--yellow);
  font-size: 28px;
  font-weight: bolder;
}
.continue-shopping {
  margin: 100px 0px 0px 0px;
}
.continue-shopping {
  margin: 100px 0px 0px 0px;
}
.continue-shopping img{
  margin-left: 23px;
  width: 27px;
  height: 36px;
}
.rotate {
  animation: rotation 1s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/*mini cart*/
.mini_cart_content_wrp .text-center.no_cart_item {
    overflow: hidden;
    margin-bottom: 30px;
    text-transform: capitalize;
}
/* 10-05-2023 */
.after_submission {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.tab_desktop-title h2{
  letter-spacing: -.02em;
  color: var(--yellow);
  text-align: center;
  text-transform: capitalize;
  line-height: 1.3;
}
.tab_desktop-title{
  padding-bottom: 25px;
}

/*collection page load more*/
.load-more_wrap{
  margin-top: 60px; 
  text-align: center;
}
ul.pagination{
  display: none !important;
}
.load-more_wrap {
  margin: 0 auto;
}
.btn.js-load-more .load_img.hide {
  display:none;
} 
button.js-load-more {
  display: flex;
  align-items: center;
}
.rotate-clockwise {
  animation: rotation-clockwise 2s infinite linear;
}

@keyframes rotation-clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*collection page load more end*/

/*search page*/
.search-wrapper {
    flex-direction: column;
}
.search-wrapper .template-search__header {
    flex-direction: column;
    justify-content: center;
}
.search-wrapper .template-search__header h1 {
    color: var(--yellow);
    text-align: center;
    margin-bottom: 20px;
}
.template-search__search {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}
.template-search__search .search_wrp {
    padding: 10px 20px 10px 20px;
    background: var(--white);
    border: 1px solid rgba(0,0,0,.21);
    border-radius: 25px;
    margin: 0 7.2% 0 5.7%;
}
.template-search__search .search_wrp input {
    border: 0;
    background: transparent;
    width: 100%;
}
.template-search__search .search_wrp predictive-search {
    display: block;
    max-width: calc(100% - 20px);
    width: 100%;
}
.header .template-search__search .search_wrp predictive-search,
.template-search .template-search__search .search_wrp {
    position: relative;
}
.template-search .template-search__search .search_wrp{
    margin:0;
}
.template-search__search predictive-search #predictive-search {
    top: 40px;
}
.search-wrapper .template-search__header p {
    text-align: center;
    margin: 10px 0 0 0;
}
.content-wrapper .collection_filter_wrp {
    width: unset;
}
.search-wrapper .filter_tab{
    display:flex;
    flex-direction:row;
}
.search-wrapper .left_col_inner{
    padding:unset;
}
.custome_dropdown_select .option.selected {
    color: var(--white);
}

/*end search page*/
.overlay {
/*     background: rgb(255 255 255 / 0%); */
    background:rgb(255 255 255 / 40%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index:9;
    visibility: hidden;
}
.overflow-hidden .overlay {
    opacity: 1;
    visibility: visible;
}
.reset_title {
    margin: 0 0 30px;
    color: var(--yellow);
}
/* collection product sold out css start here   */
.radio-btn-block input[disabled] + label {
    pointer-events: none;
}
.product_card.sold_out {
    background: linear-gradient(180deg,#FDFAF3 0%,#e3e2e2 100%);
}
.product_card.sold_out .pr_card_content .btn {
    background: #c8c7c7;
    border-color: #c8c7c7;
    color: #939393;
    pointer-events: none;
}
.product_card.sold_out .pr_card_content h3 {
    text-transform: uppercase;
}
.underlined-link {
    text-decoration: underline;
}

/* coll_no_desc 6/6/2023 */
.collection_banner_wrp.coll_no_desc {
    justify-content: center;
}

.collection_banner_wrp.coll_no_desc .collection_banner_content h3 {
    margin: 0;
}

.collection_banner_wrp.coll_no_desc .collection_banner_content {
    max-width: unset;
    width: unset;
    flex: unset;
}

.collection_banner_wrp.coll_no_desc img {
    margin: 0 auto;
}
.collection_menu_icon svg path {
    fill: #fff;
}
/* 27-7-23 */
.pdp_accordian_section .accordian_desc tr th , 
.pdp_accordian_section .accordian_desc tr td {
    border: 1px solid;
    padding: 5px 10px;
}

.pdp_accordian_section .accordian_desc table {
    border-spacing: 0;
    border-collapse: collapse;
}
.pdp-item .pdp-img-wrp {
    border: 1px solid transparent;
}

.product_grid.padding-top {
    padding-top: 100px;
}
.producers-list .home_ind_wp.producer {
    padding: 0 34px;
}
.producers-list .home_ind_wp.producer .ind_card {
    background: linear-gradient(180deg,#FDFAF3 0%,#F9E6B0 100%);
    padding: 50px 10px 60px;
}
.producers-list .home_ind_wp.producer .ind_card_content h3 {
    padding: 0;
}

  /* our-producers  css start here */
  .producers-list .sub_title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.producers-list .sub_title img {
    width: 60px;
    margin-right: 20px;
}
.producers-list .sub_title h3 {
    color: var(--yellow);
}
.our-producers .nutripedia_heading {
    padding: 100px 0 50px 0;
    margin: 0;
}
.our-producers .product_grid.producers-list{
    padding-top: 20px;
}
.our-producers .product_grid.producers-list .pr_grid_wp {
    padding-top: 47px !important;
}
.our-producers .swiper-horizontal&gt;.swiper-pagination-bullets , .product_grid .swiper-horizontal&gt;.swiper-pagination-bullets {
    bottom: 30px;
}
  /* our-producers  css end here */

/***********************************  MOBILE RESPONSIVE CSS STARTS FROM HERE  **************************************/
@media screen and (max-height: 750px){
  .hero_banner .hero_content h1{
      padding: 0 0 30px;
  }
  .hero_banner .hero_content .btn{
      margin: 0 0 30px 0;
  }
  .scroll_more {
      margin: 30px 0 0 0;
  }
}
@media (min-width: 768px) {
    .mob-only{
        display: none;
    }
    .header_top {
        /* background: linear-gradient(180deg, #FFFFFF 0%, #F3D998 100%); */
        background:#fff;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    }
  .hd_menu&gt;li:not(:last-of-type) ul li a:hover {
      color: var(--white);
  }
/*         .header_right_main {
        flex: 1;
    } */
    
    .pdp_accordian_section .accordian_title_wrp {
        margin: 0 34px 0 0;
    }  
    .pdp_accordian_section .accordian_title.active {
        background: #9DA48B;
    }
    .breadcrumb h4 {
        font: var(--font-18);
        font-weight: 400;
        letter-spacing: -0.035em;
        color: #6D725A66;
        text-transform: capitalize;
    } 
    .contact_info_bottom_right li a,
    .contact_info_bottom_right li a img {
        width: 28px;
        height: 28px;
    }
    .collection-list-content .product_grid.hide_menu .filter_content_wp {
        max-width: 0px;
    }
    /* .collection-list-content .left_col {
        position: sticky;
        top: 20px;  
    } */
    .register_input .client_info .input_group:nth-child(even) {
        display: flex;
        justify-content: flex-end;
    }
    .reg_btn_wrp {
        display: flex;
        justify-content: space-between;
        margin: 0 0 0 auto;
    }
    .checkout_signup .signup_form_bottom .input_group {
        margin: 0 0 25px 0;
    }
    .aw_tab_view_wp .tab_content_wp{
        background: rgba(191, 138, 0, 0.2);
/*         border: 1px solid var(--yellow); */
    }
    .pr_card_content h3 {
        margin: 15px;
    }
    .footer_menu_item .language_wrp .inner_dropdown_menu li:not(:last-of-type) {
        margin: 0;
    }
    .tab_content_inner_full {
        padding: 0 20px;
    }
/*     .nutripedia_faq_container.nutripedia_faq_slider{
        padding-bottom: 60px;
    } */
  .collection_menu_icon{
    display:none;
  }
}
@media (min-width: 641px) {
    .scroll_more .mob-only {
        display: none;
    }
}
@media screen and (min-width: 1211px){
    .hero_banner .hero_content_wp{
        left: calc((100% - 1210px) / 2 );
    }    
}
@media screen and (min-width: 1441px) {
    .aw_tab_view_wp {
        position: relative;
    }
}
@media screen and (max-width: 1280px) {
    .home_ind_main ,
    .pr_grid_wp,
    .collection-list-content .pr_grid_wp_inner{
        margin: 0 -15px;
    }
    .home_ind_main .home_ind_wp{
        padding:15px;
    }
    .home_pr_grid,
    .collection-list-content .home_pr_grid,
    .producers-list .home_ind_wp.producer {
        padding: 0 15px;
    }
    .ind_card {
        padding: 30px 10px;
    }
    .ind_card_img img {
        width: 100px;
        height: 100px;
    }
    .nutripedia_accordian .n_inner_info_wrp {
        flex-direction: column;
    }
    .nutripedia_accordian .n_inner_info_wrp .accordian_desc {
      margin: 20px 0 0 0 ;
      overflow-y: auto;
      max-height: 250px;
    }
    .nutripedia_faq_section .accordian_icon img {
        width: 54px;
        height: 54px;
        margin: 0 auto;
    }
    .pr_grid_wp.swiper {
        margin: 0;
    }
    .pr_grid_wp.swiper .swiper-button-next,
    .pr_grid_wp.swiper .swiper-rtl .swiper-button-prev {
        right: 0;
    }
    .pr_grid_wp.swiper .swiper-button-prev, 
    .pr_grid_wp.swiper .swiper-rtl .swiper-button-next {
        left: 0;
    }
}
@media screen and (max-width: 1170px) {
    .quick_search {
        margin: 0 30px;
    }
    .header_top_right_wrp li:not(:last-of-type) {
        margin: 0 15px 0 0;
    }
    .cart-wrp {
        margin: 0 0 0 15px;
    }
    .ind_card_content {
        padding: 25px 0 0;
    }
    .ind_card_content h3 {
        padding: 0 0 30px;
        font-size: 25px;
    }
    .ind_card_content p {
        font-size: 16px;
    }
    .ind_card_content .btn{
        margin: 25px 0 0 ;
    }   
    .n_inner_info_wrp .accordian_desc{
        font-size: 16px;
    }
    .main-pdp .pdp-right .p_title{
        margin: 0;
    }
    .main-pdp .pdp-right .p_title h4 {
        margin: 0 15px 17px 0;
    }

    .main-pdp .pdp-right .p_price {
        margin: 0 0 17px 15px;
    }
   
    .aw_tab_view_wp .tab_content_wp-main{
        padding: 50px;
    }
    .aw_tab_view_wp .tabs {
        flex-wrap: nowrap;
    }
    .collection-list-content .product_grid:not(.hide_menu) .collection_filter_wrp, 
    .collection-list-content .product_grid:not(.hide_menu) .pr_grid_wp {
        width: calc(100% - 310px);
    }
    .collection-list-content .home_pr_grid {
        width: 33.33%;
        margin: 17px 0;
    }
    .nutripedia_popup .ind_card_content h3 {
        padding: 0 0 10px;
    }
    .nutripedia_popup .ind_card_content{
        padding: 5px 0 0;
    }
    .aw_tab_view_wp .tabs .tab_link .tab_item {
        font-size: 16px;
    }
    .aw_tab_view_wp .tabs .tab_link .tab_item .tab_img_wrp,
    .aw_tab_view_wp .tabs .tab_link .tab_item .tab_img_wrp img{
        max-width: 30px;
        height: 30px;
    }
    .aw_tab_view_wp .tabs .tab_link .tab_item .tab_img_wrp{
        margin-right: 10px;
    }
   .login_popup {
        width: 280px;
        padding: 20px 15px;
    }
    .login_popup .signup_form_bottom .input_group span {
        margin: 0 10px 0 0;
    }
    .signup_form_bottom input {
        font-size: 16px;
    }
    .payment_method ul li {
        padding: 0 4px;
    }
    .payment_method h5 {
        margin-right: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .nutripedia_content {
        max-width: 40%;
        margin: 0 30px 0 0;
    }
    .main-pdp {
        margin: 0 0 100px;
    }
    .pdp_accordian_section {
        margin: 100px 0;
    }
    .producers_info_wrp p {
        font-size: 16px;
        line-height: 1.6;
    }
    .producers_info_wrp p:not(:last-of-type) {
        margin-bottom: 25px;
    }
    .producers_info_wrp h4 {
        margin: 40px 0;
        font-size: 20px;
    }
    .promo_label img {
        width: 50px;
    }
    .main-pdp .size_radio_wrp li label {
        font-size: 14px;
    }
    .nutripedia_logo h3 {
        margin: 0 auto 30px;
    }
    .nutripedia_content .nut_desc {
        margin: 40px auto 30px;
    }
    .nutripedia_accordian .accordian_title {
        padding: 15px 15px 15px 20px;
    }
    .hd_menu&gt;li:not(:last-of-type) a {
        margin: 0 30px 0 0;
    }
    .nutripedia_heading .nutripedia_img_wrp{
      padding-bottom:100%;
    }
    .aw_tab_view_wp .tab_pdf_grid {
        max-width: 33.33%;
    }

}
@media screen and (max-width: 1024px) and (min-width: 768px) {
      .submit_btn_wrp, 
      .reset_filters.rm_filter {
          max-width:100%;
      }
      .apply_btn {
        margin-bottom: 15px;
      }
}
@media screen and (max-width: 991px) {
    .logo_wrp {
        max-width: 120px;
        width: 100%;
    }
    .quick_search {
        max-width: 38%;
        margin: 0 20px;
    }

    .hd_menu&gt;li&gt;a {
        font-size: 16px;
    }
    .hd_menu&gt;li:not(:last-of-type) a {
        margin: 0 25px 0 0;
    }
    .dropdown .has_child_items {
        padding-right: 25px;
    }

/* footer */
    .footer_menu {
        flex-direction: column;
    }
    .footer_menu .payment_method {
        margin: 0 0 15px;
    }
    .footer_social ul {
        justify-content: center;
    }
    .footer_copyright {
        text-align: center;
    }
    /* hero */
    .logo_fix, 
    .logo_fix img {
        height: 150px;
    }
    .logo_fix {
        left: -27px;
    }
/* home_ingredients*/
    .home_ind_main .home_ind_wp,
    .home_pr_grid {
        width: 50%;
        margin: 15px 0;
        padding: 0 15px;
    }
    .home_ingredients {
        margin: 50px 0;
    }
/* product_grid */
    .pr_grid_wp {
        padding: 95px 0 50px !important;
    }
/* cut_herbs */
    .cut_herbs_content_card {
        max-width: 300px;
        margin: 0 0 0 20px;
        padding: 30px;
    }
    .cut_herbs_content h3 {
        padding: 0 0 15px;
        margin: 0 0 25px 0;
    }
/* nutripedia_faq */
    .nutripedia_img {
        max-width: 60%;
    }
    .nutripedia_right ,
    .nutripedia_img{
        flex: unset;
        width: 100%;
    }
    .np_faq .nutripedia_img {
        max-width: 50%;
    }
    .np_faq .nutripedia_right, 
    .np_faq .nutripedia_img{
        flex: 1;
    }
    .np_faq .nutripedia_accordian{
        max-width: 100%;
    }
    .nutripedia_faq_container.nutripedia_faq_slider .nutripedia_faq_wrp {
        padding: 0 20px;
    }
    .nutripedia_accordian {
        padding: 0;
    }
    .nutripedia_faq_slider .nutripedia_faq_pagination.swiper-pagination {
        bottom: 15px;
    }
    .main-pdp .pdp-right .p_dec {
        font-size: 16px;
    }
    .qty-btn_wrp .add_cart_btn .btn-green {
        font-size: 12px;
        line-height: 1;
    }   
    .qty-btn_wrp .add_cart_btn .btn-green span {
        width: 15px;
        height: 25px;
        margin: 0 0 0 10px;
    }
    .swiper-button-next, 
    .swiper-button-prev,
    .contact_info_bottom {
        margin: 0;
    }
    .producers_info {
        margin:10px 0 80px;
    }
    .pr_sub_title {
        margin: 40px 0 0;
    }
    .aw_tab_view_wp .tab_content_inner{
        align-items: flex-start;
    }
    .awards_img_wrp {
        margin: 80px 0 60px;
    }
    .collection-list-content .left_col {
        max-width: 230px;
    }
   .collection_menu_icon {
        padding: 6px 10px;
    }
    .collection-list-content .product_grid:not(.hide_menu) .collection_filter_wrp, 
    .collection-list-content .product_grid:not(.hide_menu) .pr_grid_wp {
        width: calc(100% - 250px);
    }
    .filter_cat_img img {
        width: 20px;
        height: 20px;
    }
    .filter_tab .filter_cat {
        padding: 16px;
        font-size: 16px;
    }
    .filter_cat_wrp .collection_arrow img,
    .filter_cat_wrp .collection_arrow svg {
        width: 15px;
    }
    .hero_wrp .hero_img img{
        object-fit: cover;
    }
    .quick_search .search_icon predictive-search ul li a img, 
    .template-search__search .search_icon predictive-search ul li a img {
        width: 70px;
        height: 70px;
        margin: 0 10px 0 0;
    }
    predictive-search .option_info {
        font-size: 12px;
    }
    predictive-search .predictive-btn {
        font-size: 14px;
    }
    .collection-list-content .pr_grid_wp .title {
      font-size: 24px;
    }
    .product_grid.producers-list {
      padding-top: 90px;
    }
    /*  our-producers css start here  */
   .our-producers .product_grid.producers-list .pr_grid_wp {
    padding: 40px 0 70px!important;
}  
    .our-producers .nutripedia_heading {
      padding: 70px 0 50px;
      margin: 0;
    }
    /*  our-producers css start here  */
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .dropdown .hd_dropdown_icon,
    .dropdown .hd_dropdown_icon svg{
        width: 18px;
        height: 18px;
    }  
  .filter_cat_inner ul li:not(:last-of-type) {
        margin-bottom: 15px;
    }  
    .radio-btn-block label {
        font-size: 16px;
    }
    .radio-btn-block label .check_label{
          padding: 0 0 0 30px;
    }
/*     .filter_cat_wrp .radio-btn-block label .check_label:before {
        width: 8px;
        height: 8px;
        top: -4px;
        left: 5px;
    }
    .filter_cat_wrp .radio-btn-block label .check_label:after {
        width: 18px;
        height: 18px;
    } */
    .filter_cat_inner ul.price-block li input {
        font-size: 14px;
    }
    .cart-wrp {
        max-width: 25px;
    }
    .main-pdp .pdp-right .p_title {
        flex-direction: column;
        align-items: flex-start;
    }
    .main-pdp .pdp-right .p_price{
        margin:0 0 17px 0;
    }
    .aw_tab_view_wp .tab_content_inner_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .aw_tab_view_wp .tab_content_inner_text_small p {
        font-size: 14px;
        line-height: 18px;
    }
  
    .hero_wrp .hero_img img{
        object-position: right;
    }
    .aw_tab_view_wp .tabs .tab_link .tab_item {
        font-size: 13px;
        line-height: 1.1;
        padding: 10px 5px;
        border-radius: 10px 10px 0 0;
    }
    .aw_tab_view_wp .tabs .tab_link .tab_item .tab_img_wrp,
    .aw_tab_view_wp .tabs .tab_link .tab_item .tab_img_wrp img{
        max-width: 25px;
        height: 25px;
    }
    .aw_tab_view_wp .tabs .tab_link .tab_item .tab_img_wrp {
        margin-right: 5px;
    }
}
@media screen and (max-width: 767px) {
    .collection_banner {
        margin-bottom: 54px;
    }
    .desk-only {
        display: none;
    }
    .header_top {
        padding: 20px 0 12px;
    }
    .header_top .container {
        padding: 0 32px;
    }
    .header_mid {
        max-width: 132px;
        width: 42%;
        padding: 13px 0;
    }
    .header_top_wrp {
        justify-content: space-between;
    }
    .logo_wrp, 
    .logo_wrp a, 
    .logo_wrp img {
        max-width: 132px;
        display: block;
        margin: 0 auto;
    }
    .cart-wrp {
        margin: 0 0 0 25px;
    }
    .cart-wrp .cart_icon_wrp {
        width: 25px;
    }
    .cart_item_count {
        bottom: -6px;
        right: -8px;
        width: 19px;
        height: 19px;
    }
      
    .mini_cart_content_wrp .text-center.no_cart_item {
        margin: 30px 0;
    }
/***************  MOBILE NAV  ***************/
    .close_menu {
        width: 100%;
    }
    .mob_logo_wrp{
        margin: 45px 0 0 0;
    }
    .cart-wrp &gt;a img {
        width: 25px;
    }
    .header_bottom  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        background: var(--bg-color);
        z-index: 99;
        padding: 30px 35px 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all .4s ease-in-out;
        transform: translate(-100%);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        overflow: auto;
    }
    .hd_menu {
/*         align-items: center; */
        flex-direction: column;
        margin: 50px auto;
        max-width: 300px;
        width: 100%;
    }
    .header_bottom.active_menu{
        transform: translate(0);
    }
    .header_bottom.active_menu {
        display: block;
    }
    .hd_menu&gt;li&gt;a {
        font: normal 400 30px/32px var(--third-font);
        letter-spacing: -0.02em;
        padding: 0;
    }
    .hd_menu&gt;li:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .hd_menu&gt;li a {
        margin: 0 !important;
    }
    .hd_desk_main .sign_in_btn{
        margin: 0 0 20px 0;
    }

   .hd_desk_main .sign_in_btn .yellow-btn {
        max-width: fit-content;
         min-width:129px;
        width: 100%;
        padding: 9px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        background: transparent;
        color: var(--black);
        font-size: 14px;
    }
  
    .hd_desk_main .sign_in_btn .yellow-btn img {
        margin: 0 14px 0 0;
    }
    .localization_form.mobile .language_wrp .inner_dr_wrp {
        text-align: center;
        right: 0;
    }
    .localization_form.mobile {
      margin: 20px 0;
    }
    .localization_form.mobile ul {
        max-width: 160px;
        width: 100%;
        margin: 0 auto;
    }
    .menu_social ul li a {
        display: block;
        width: 25px;
        opacity: 0.5;
    }
    .menu_social ul li a:hover {
        opacity: 1;
    }
    .menu_social ul li:not(:last-of-type) {
        margin: 0 10px 0 0;
    }
    .hd_menu li ul.child {
        top: 100%;
    }
    .hd_menu li.dropdown ul.list &gt; li ul{
      position:unset;
      display:none;
    }
    .hd_menu&gt;li ul li a{
      padding:8px 13px;
    }
    .hd_menu&gt;li ul li{
      padding:0;
    }
    .hd_menu li.dropdown ul.list &gt; li ul li a{
      padding:8px 20px;
    }
    .hd_menu li a.show_dropdown{
      font-weight:700;
    }
/* footer */
    .footer_form form .footer_input input {
        max-width: 235px;
    }
    .footer_form form .footer_input button {
        padding: 13px 15px;
        font-size: 14px;
    }
    .footer_form form .footer_input {
        max-width: 360px;
    }
/* hero_wrp */
    .hero_wrp .hero_img {
        /* height: calc(100vh - 120px); */
        height: 60vh;
    }
/* product_grid */
    .pr_card_content h2 {
        font-size: 16px;
        line-height: 1.1;
    }
    .pr_card_content .buy_now_btn .btn,
    .ind_card_content .btn,
    .nutripedia_logo .btn {
        font-size: 12px;
    }
    .pr_card_content h3 {
        font-size: 18px;
        line-height: 19px;  
        margin: 15px 0 12px;
        padding: 0 0 15px;
        border-bottom: 2px solid #FFFFFF;
    }
    .pr_grid_wp {
        padding: 40px 0 65px 0!important;
    }
    .pr_grid_title h2 {
        font-size: 20px;
        line-height: 1.1;
    }
    .pr_grid_title:after {
        max-width: 128px;
    }   
/* mockup_section */
    .mockup_row {
        max-width: 100%;
        padding: 0;
        margin: 66px 0;
    }
    .mockup_section {
        margin: 0;
    }
/* cut_herbs_section */
    .cut_herbs_section {
        margin: 80px 0;
    }
    .cut_herbs_wrp {
        flex-direction: column;
    }
    .cut_herbs_content_card {
        margin: 76px 0 0;
    }
    .nutripedia_faq_container.nutripedia_faq_slider{
        padding: 60px 0;
    }
    .nutripedia_logo .n_main_img {
        max-width: 200px;
        height: 100%;
    }
/* pdp_accordian */
    .pdp_accordian_section .accordian_title {
        font-size: 14px;
        letter-spacing: 0.03em;
        padding: 10px 14px;
    }
    .pdp_accordian_section .accordian_title .title_icon {
        width: 20px;
        height: 20px;
        margin: 0 20px 0 0;
    }
    .pdp_accordian_section .accordian_title_wrp h6 {
        text-transform: capitalize;
        flex: 1;
    }
    .pdp_accordian_section .accordian_icon {
        max-width: 130px;
    }
    .pdp_accordian_section .accordian_desc {
        max-width: 100%;
        font-size: 12px;
        flex: 1;
    }
    .pdp_accordian_section .n_inner_info {
        background: #9DA58B4D;
        padding: 25px 22px;
        margin: 12px 0;
    }
    .pdp_accordian_section li:not(:last-of-type) .accordian_title {
        margin: 0 0 12px 0;
    }
    .pdp_newly_add .pr_grid_wp {
        padding: 40px 0 35px;
    }
    .np_faq .nutripedia_right, 
    .np_faq .nutripedia_img {
        flex: unset;
        max-width: 100%;
    }
    .np_faq .n_plus{
        display: block;
    }
    .nutripedia_accordian .n_inner_info_wrp .accordian_desc {
        font-size: 14px;
        line-height: 19px;
    }
    .n_plus {
        width: 10px;
        height: 10px;
        margin: 0 0 0 10px;
    }
    .n_plus:before {
        width: 10px;
    }
    .n_plus:after {
        height: 10px;
    }
    .nutripedia_heading .pr_grid_title:after {
        max-width: 184px;
    }
    .nutripedia_sub-title h3 {
        font-size: 20px;
        margin: 50px auto 0;
    }
    .nutripedia_desc {
        max-width: 345px;
        margin: 40px auto 0;
        font-size: 16px;
        letter-spacing: -0.02em;
    }
/* main-pdp */
    .main-pdp .pdp-left,
    .main-pdp .pdp-right {
        max-width: 100%;
        width: 100%;
    }
    .main-pdp .pdp-right {
        margin: 50px 0 0 0;
    }
    .main-pdp .pdp-right .p_dec {
        font-weight: 700;
        margin: 30px 0;
    }
    .pdp_social {
        color: var(--light-green);
        justify-content: flex-start;
    }
    .qty-btn_wrp {
        margin: 25px 0;
        justify-content: flex-start;
    }
    .pdp-right .pdp_bottom_content {
        margin: 47px 0 0 0;
        color: #9DA48B;
        justify-content: flex-start;
    }
    .main-pdp .pdp-right .p_price {
        font-weight: 400;
    }
    .main-pdp {
        margin: 0 0 54px;
    }
    .pdp_accordian_section {
        margin: 54px 0 75px;
    }
    /* .pdp-img-wrp {
        padding-bottom: 51.43%;
        max-width: 49%;
    } */
    .pdp-img-wrp {
      padding-bottom: 60.43%;
      max-width: 55%;
    }
    .swiper-button-prev:after, 
    .swiper-rtl .swiper-button-next:after, 
    .swiper-button-next:after, 
    .swiper-rtl .swiper-button-prev:after {
        width: 6px;
        height: 15px;
    }
    .breadcrumb h4 {
        font-family: var(--third-font);
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: var(--light-green);
    }
    /*.breadcrumb h4 .active {
        color: var(--yellow);
    } */
  .breadcrumb h4 a:last-child{
    color: var(--yellow);
  }
    .pdp-right .progress-main .pro-left h3 {
        font-size: 16px;
        line-height: 1.5;
    }
    .nutripedia_history .n_inner_info_wrp{
        font-size: 16px;
    }
    .nutripedia_faq_section.np_faq {
        padding: 0;
    }
/* producers */
    .producers_info_title {
        margin: 0 0 40px;
    }
    .producer_icon img {
        margin: 0 auto 12px;
        width: 65px;
        height: auto;
    }
    .pr_sub_title h3 {
        font-size: 20px;
    }
    .producers_info_left,
    .producers_info_right {
        max-width: 100%;
    }
    .producers_info_wrp,
    .producers_slider_wrp{
        margin: 0 auto;
    }
    .producers_info_right {
        margin: 50px 0 0;
    }
    .producer_name {
        font: normal 700 11px/1.4 var(--primary-font);
        margin: 13px 20px 0 0;
    }
/* contact */
    .contact_info_bottom_left li:not(:last-of-type) {
        margin: 0 25px 0 0;
    }
    .contact_info_bottom_left li span {
        display: none;
    }
    .con-title h2{
        font: var(--h3);
        margin: 0 0 40px;
    }
    .con-title h3,
    .contact_info_top h3 {
        font: var(--h4);
    }
    .send_msg_form{
        margin: 50px auto 0;
    }
    .send_title {
        margin: 0 0 40px;
    }
    .facility_icon {
        width: 30px;
    }
    .send_form .input_group {
        margin: 0 0 25px 0;
        padding: 14px;
    }
    .contact_wrp {
        margin: 20px 0 50px;
    }
/* collection */
    .collection_banner .breadcrumb {
        margin: 10px 0 40px 0;
    }
    .collection_banner_wrp {
        flex-direction: column;
        justify-content: center;
    }
    .collection_banner_img {
        max-width: 133px;
        margin-left: 0;
    }   
    .collection_banner_content {
        max-width: 308px;
        margin: 10px 0 0 0;
        flex: unset;
        font-size: 16px;
        line-height: 22px;
        color: var(--black);
    }
    .col_banner_content h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        margin: 0 0 15px;
    }
    .aw_tab_view_wp .tab_content_inner{
        margin: 0;
    }
    .aw_tab_view_wp .tab_content_inner_left,
    .tab_content_inner_right{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .aw_tab_view_wp .tab_content_inner_left{
        padding: 0 0 30px 0;
    }
    .aw_tab_view_wp .tab_content_inner_right .tab_content_inner_text{
        max-width: 100%;
    }
    .aw_tab_view_wp .tabs{
        overflow: unset;
        flex-wrap: wrap;
    }
    .tab_drawer_heading{
        display: block;
        text-align: center;
        padding:15px 25px;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        color: var(--white);
        background: #BF8A00B2;
        border-radius: 18px;
        margin-bottom: 10px;
    }
    .tab_drawer_heading img{
        margin-right: 10px;
    }
    .aw_tab_view_wp .tab_container,
    .aw_tab_view_wp .tab_content_title{
        display: none;
    }
    .aw_tab_view_wp .tab_content_wp{
        margin: 0;
    }
    .aw_tab_view_wp .tab_content_inner_text p{
        font-size:--font-14;
        line-height: 1.5;
    }
    .aw_tab_view_wp .tab_content_inner:not(:last-child){
        padding-bottom: 35px;
    }
    .aw_tab_view_wp .tab_right_bottom p{
        font-size: 18px;
    }
    .aw_tab_view_wp .tab_content_wp-main {
        padding: 30px 20px;
    }
    .tab_desktop-title{
        display:none! important;
    }
    .tab_mob-title{
        display: block;
        padding-bottom: 25px;   
    }
    .tab_mob-title::after{
        max-width: 213px;
    }
    .tab_mob-title h2{
        font-weight: 900;
        font-size: 20px;
        color: var(--yellow);
        text-align: center;
        text-transform: capitalize;
        line-height: 1.3;
    }

    .aw_tab_view_wp .tab_content{
        background-color: #BF8A0033;
        margin-bottom: 10px;
    }
    .awards_section .awards_logo {
        top: 30px;
    }
    .collection-list-content .product_grid:not(.hide_menu) .collection_filter_wrp,
    .collection-list-content .product_grid:not(.hide_menu) .pr_grid_wp {
        width: 100%;
    }
/*     .collection-list-content {
        margin: 50px 0 0 0;
    } */
/*     .collection-list-content .left_col {
        max-height: 0;
        height: 100%;
        max-width: 100%;
    }
    .collection-list-content .product_grid.hide_menu .left_col.filter_content_wp {
        max-height: 1000px;
        height: 100%;
        overflow: auto;
        margin: 40px 0 10px;
    } */
  
    .collection-list-content .left_col {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        max-width: 320px;
        width: 100%;
        height: 100%;
        overflow:unset;
        transform: translate(-150% , 0);
        transition: all ease-in-out 0.3s;
        z-index: 9;
    }
    .product_grid.hide_menu .left_col {
        transform: translate(0 , 0);
    }
    .filter_content_wp .left_col_inner {
        height: 100%;
    }
    .filter_tab .filter_cat {
        padding: 10px 16px;
        border-radius: 20px;
    }
    .left_col_inner {
        padding: 20px 15px;
    }
    .collection-wp-list {
        position: relative;
    }
    .left_col.hide_menu {
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        top: 70px;
    }

    .fs-drop-icon {
        right: 5px;
    }
    .filter-select .custome_dropdown_select .current {
        padding-right: 10px;
    }

    .register_banner {
        margin: 20px 0 0;
    }
    .register_banner .reg_wrp {
        max-width: 300px;
    }
    .register_banner .reg_wrp .reg-title h3 {
        font-size: 20px;
        text-transform: capitalize;
    }
    .register_banner .reg-des {
        font-size: 16px;
        text-transform: capitalize;
    }
    .benefits_wrp {
        margin: 50px 0 45px 0;
    }
    .benefits_wrp .facility_icon,
    .benefits_wrp .facility_icon img {
        width: 30px;
    }
    .benefits_wrp .contact_info_top h3{
        font-size: 20px;
    }
    .benefits_wrp .contact_info_top {
        padding: 0 0 4px 0;
    }
    .benefits_inner_wrp.benefits_left {
        margin: 17px 0 0 0;
    }
    .benefits_left ul li span img,
    .benefits_left ul li span svg {
        width: 16px;
        height: 16px;
    }
    .benefits_left ul li:not(:last-of-type) {
        margin: 0 0 11px 0;
    } 
    .signup_form_bottom .input_group span, 
    .signup_form_bottom .input_group span img,
    .signup_form_bottom .input_group span svg {
        width: 20px;
        height: 20px;
    }     
    .signup_form_bottom input {
        font-size: 13px;
        line-height: 20px;
    }
    .register_form {
        margin: 40px 0 10px 0;
    }
    .reg_form_title {
        margin: 0 0 42px 0;
        text-align: left;
    }
    .reg_form_title::after {
        max-width: 80px;
        margin: 12px 0 0 0;
    }
    .register_input .client_info {
        margin: 0 0 32px 0;
    }
    .register_input .input_group{
        margin: 0 0 18px 0;
    }
    .register_input .input_group input,
     .nice-select-wrap{
        font-size: 14px;
        color: var(--light-green);
    }
    .nice-select-wrap .drop::after {
        width: 18px;
        height: 18px;
    }
    .nice-select-wrap ul {
        font-size: 14px;
        padding: 16px;
        top: 25px;
    }
    .register_input input::-webkit-input-placeholder {
        color: var(--light-green);
    }
    
    .register_input input::-moz-placeholder {
        color: var(--light-green);
    }
    
    .register_input input:-ms-input-placeholder {
        color: var(--light-green);
    }
    
    .register_input input:-moz-placeholder {
        color: var(--light-green);
    }
    .register_input input, .nice-select-wrap {
        padding: 0 0 6px 0;
    }
    .billing_info_right .reg_btn_wrp {
        display: flex;
        justify-content: flex-end;
        margin: 33px 0 0 auto;
    }
    .register_input .input_group,
    .billing_info_left, 
    .billing_info_right,
    .register_input input,
    .nice-select-wrap,
    .benefits_inner_wrp,
    .benefits_inner_wrp .co_signup_form,
    .checkout_signup_left, 
    .checkout_signup_right,
    .checkout_signup .co_signup_form,
    .form_wrp .login_form,
    .form_wrp .register_form  {
        max-width: 100%;
    }
    .benefits_inner_wrp.benefits_right {
        margin: 28px 0 0;
    }   
    .signup_form_top {
        flex-direction: column;
    }
    .signup_form_top .benefits_btn_wp {
        width: 100%;
        text-align: right;
        margin: 20px 0 0;
    }
    .signup_form_bottom .input_group {
        margin: 0 0 13px 0;
        padding: 14px 20px;
    }
    .signup_form_bottom {
        margin: 0 0 16px 0;
    }
    .foget_pass {
        margin: 25px 0 0;
    }
    .foget_pass a {
        font-size: 14px;
    }
    .co_signup_form img{
        width: 16px;
        height: 16px;
    }
    .radio-group_main {
        width: 100%;
    }
    .benefits_inner_wrp.benefits_right .radio-group {
        justify-content: flex-end;
    }
    .benefits_inner_wrp .co_signup_form .check_text{
        padding-left: 30px;
    }
    .benefits_login_btn {
        font-size: 12px;
        padding: 12.5px 27px;
    }
    .benefits_inner_wrp .foget_pass img {
        margin: 0 10px 0 0;
    }
    .download_pdf {
        margin: 66px 0 0;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }   
    .benefits_inner_wrp .co_signup_form .check_text:after, 
    .co_signup_form .check_text:after {
        width: 16px;
        height: 16px;
    }
    .benefits_inner_wrp .co_signup_form .check_text:before,
    .co_signup_form .check_text:before {
        width: 5px;
        height: 12px;
        top: 3px;
        left: 4px;
    }
    .reg_btn_wrp button {
        font-size: 12px;
        letter-spacing: 0.03em;
        padding: 12px;
    }
/* checkout */
    .checkout_section {
        margin: 60px 0;
    }
    .checkout_signup .checkout_signup_title {
        margin: 0 0 28px;
    }
    .checkout_signup .checkout_signup_title h3 {
        color: var(--black);
        letter-spacing: 0;
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        text-align: left;
    }
    .checkout_signup_left, 
    .checkout_signup_right{
        padding: 0;
    }
    .checkout_signup .checkout_register_title {
        padding-bottom: 20px;
        text-align: left;
    }
    .checkout_signup .checkout_register_title h3 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .checkout_signup .checkout_register_title:after {
        height: 2px;
        margin: 12px 0 0;
        max-width: 80px;
    }
    .checkout_signup .signup_form_top {
        padding: 0 0 33px 0;
    }
    .checkout_signup .signup_form_top .radio-group:not(:last-child) {
        padding-bottom: 12px;
    }
    .checkout_signup_left .signup_form_bottom {
        margin: 0 0 20px 0;
    }
    .checkout_signup .password_strengh {
        padding-bottom: 34px;
    }
    .password_strengh .progress-row{
        justify-content: unset;
    }
    .password_strengh .pro-right {
        max-width: 100%;
    }
    .password_strengh .pro-line {
        padding: 3px 0;
    }
    .password_strengh .pro-left h3 {
        margin: 0 23px 0 0;
    }
    .co_register_btn_wp {
        text-align: center;
        margin: 0 0 36px 0;
    }
    .checkout_signup_right .foget_pass {
        margin: 0 0 17px 0;
    }
    .checkout_signup .checkout_signup_right .radio-group{
        justify-content: flex-end;
    }
    .checkout_signup .checkout_signup_right .signup_form_top{
        padding: 0;
    }
    .checkout_signup_right .co_register_btn_wp {
        width: 100%;
        text-align: right;
        margin: 0;
    }
    .co_reg_check_btn {
        max-width: 230px;
    }
    .co_reg_check_btn,.co_register_btn {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.03em;
    }
    .co_register_btn {
        max-width: 108px;
        width: 100%;
    }
    .checkout_all_title {
        margin: 43px 0 23px 0;
    }
    .checkout_all_title .confiramation_title:not(:last-child) {
        margin: 0 0 52px 0;
    }
    .confiramation_title_inner {
        align-items: baseline;
    }
    .confiramation_icon,
    .confiramation_icon img, 
    .confiramation_icon svg {
        width: 16px;
        height: 16px;
    }
    .checkout_all_title .confiramation_title_text {
        max-width: 85%;
        margin: 0 0 0 23px;
    }
    .checkout_all_title .confiramation_title_text h5{
        font-size: 16px;
        list-style: 24px;
    }
    .checkout_all_title .confiramation_title_text p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }
    /* cart_section */
    .cart_section{
        margin: 30px 0 60px 0;
    }
    .cart_section .cart__shopping{
        margin-top: 50px;
    }
     .cart_section .cart_header h2 {
        font-size: 20px;
        text-align: left;
        line-height: 24px;
    }
    .cart_section .cart_header{
        display: inline-block;
    }
    .cart_section .cart_header:after {
        margin: 12px auto 0;
    }
    .cart_section .cart_content {
        padding: 20px 0 0 0;
    }
    .cart_section .cart_table_heading{
        padding: 10px;
    }
    .cart_section .cart_name,
    .cart_section .cart_table_row_title{
        max-width: 100%;
        width: 52%;
    }
    .cart_section .cart_price,
    .cart_section .cart_table_price{
        max-width: 100%;
        width: 14.5%;
    }
    .cart_section .cart_quantity,
    .cart_section .cart_table_quantity{
        max-width: 100%;
        width: 20%;
    }
    .cart_section .cart_table_heading h6{
        font-size: 10px;
        font-weight: 700;
    }
    .cart_section .cart_table_heading{
        margin-bottom: 12px;
    }
    .cart_section .cart_table_row{
        padding: 10px;
    }
    .cart_section .cart_table_row_title h6,
    .cart_section .cart_table_price p,
    .cart_section .cart_table_total p{
        font-size: 10px;
    }
    .cart_section .cart_refresh img,
    .cart_section .cart_deletecart img {
        max-width: 14px;
        height: auto;
    }
    .cart_section .cart_refresh {
        padding: 0 6px;
    }
    .cart_section .cart_table_quantity form input {
        font-size: 10px;
        width: 20px;
        padding: 0;
        height: 14px;
    }
    .cart_section .cart_footer {
        padding-top: 25px;
    }
    .cart_section .cart_footer_wp{
        margin: 0;
        max-width: 100%;
        padding: 0 15px;
    }
    .cart_section .cart_subtotal p,
    .cart_section .cart_footer_total p{
        font-size: 13px;
        text-transform: capitalize;
    }
    .cart_section .cart_subtotal p{
        text-transform: uppercase;
    }
    .cart_section .cart__shopping .cart_print span,
    .cart_section .cart_email span,
    .cart_section .cart__shopping_right span{
        font-size: 12px;
    }
    .cart_section .cart_print{
        padding-right: 21px;
    }
    .cart_section .cart__shopping_right a{
        flex-direction: row-reverse;
        align-items: center;
    }
    .cart_section .cart__shopping_right a img{
        margin: 0 10px 0 0;
        width: 23px;
        height: 30px;
    }
    .nutripedia_popup .nutripedia_logo .n_main_img {
        margin: 0 auto 10px;
        width: 200px;
    }
    /* mini_cart */
    .mini_cart_title {
        margin: 0 0 20px;
    }
    .mini_cart_btn_wrp .yellow-btn,
    .mini_cart_btn_wrp .cart_basket{
        max-width: 100%;
        flex: unset;
    }
    .mini_cart_btn_wrp .cart_basket{
        width: 100%;
        padding: 11px;
        margin: 10px 0 0 0 ;
    }
    .close_cart {
        width: 25px;
    }
    .mini_cart_btn_wrp {
        margin: 15px 0 0;
    }

    .product_grid{
      margin: 10px 0 0;
    }
    .search-wrapper .template-search__header h1 {
        margin: 20px 0;
    }
    .interest_wrp .interest {
        font-size: 12px;
    }
    .signup_form_bottom .input_group .interest .checkicon svg {
        width: 15px;
    }
    .pr_inside .remove_product, 
    .pr_inside .remove_product svg {
        width: 15px;
        height: 15px;
    }
    .pr_inside .remove_product{
      margin: 0 0 0 5px;
    }
    .nutripedia_heading .nutripedia_heading_wrp, 
    .nutripedia_heading .nutripedia_img {
        max-width: 100%;
    }
    .heade_main_img_wrp {
        flex-direction: column-reverse;
    }
    .collection-list-content .pr_grid_wp .title {
        font-size: 20px;
    }
    .product_grid.hide_menu .overlay{
        opacity: 1;
        visibility: visible;
    }
    .close_filter {
        position: absolute;
        right: -40px;
        top: 10px;
        width:20px;
        height:20px;
        z-index: 2;
    }
    .product_grid.producers-list {
      padding-top: 50px;
    }
    .cart_basket span {
        width: 15px;
        height: 20px;
    }
    /* our-producers css start here */
.producers-list .sub_title img {
    width: 40px;
    margin-right: 15px;
}
.producers-list .sub_title h3 {
    font-size: 18px;
    line-height: 1.1;
}
  .our-producers .product_grid.producers-list .pr_grid_wp {
    padding: 40px 0 60px!important;
}
  .our-producers .nutripedia_heading {
    padding: 50px 0;
    margin: 0;
}
  .our-producers .producers-list .home_ind_wp.producer .ind_card,
  .producers-list .home_ind_wp.producer .ind_card{
    padding: 30px 10px;
    border-radius: 20px;    
  }
  /* our-producers css end here */

  /*search mobile*/
    .quick_search {
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin: 0;
        z-index: 99;
        background: var(--white);
        box-shadow: 0px 0px 5px 5px #bf8a0063;
        transform: translate(0 , -110%);
        transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
    }
    .quick_search.active {
        transform: translate(0 , 0);
    }
    predictive-search #predictive-search {
        top: 80px;
        max-width: 414px;
    }
    .header_top {
        padding: 20px 0 12px;
        position: relative;
    }
    .header_right_main {
          align-items: center;
    }
    .header_right_main .search_icon, 
    .header_right_main .search_icon svg {
        width: 30px;
        height: 30px;
    }
    .mini_cart_wrp {
        padding: 40px;
    }
    .mini_cart_content_left {
        max-width: 30%;
    }
  /*search mobile end here*/
}
@media screen and (max-width: 640px) {
    .hero_banner .hero_content h1 {
        font-size: 30px;
        line-height: 1;
        padding: 0 0 35px;
    }
    .hero_banner .hero_content .btn {
        margin: 0 0 23px 0;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.03em;
        padding: 11.5px 23.5px;
    }
    .hero_banner .hero_content .hero_content_wrp{
        max-width: 150px;
    }
    .hero_banner .hero_content.left {
        margin: 0 0 0 32px;
    }
    .scroll_more {
        position: absolute;
        justify-content: center;
        margin: 30px 0 0 0;
        /* top: 120%; */
        left: 0;
        max-width: 100%;
         bottom: 120px;
      display: none;
    }
/* footer */
    footer {
        padding: 20px 0;
    }
    .footer_form form .form_wrp{
        flex-wrap: wrap;
    }
    .footer_menu .payment_method,
    .footer_form form, 
    .footer_form form .footer_input,
    .footer_menu_item ul {
        flex-direction: column;
        align-items: center;
    }
    .footer_form form h4,
    .footer_form form .footer_input input {
        margin: 0 0 15px;
    }
    .footer_menu .payment_method h5 {
        margin: 0 0 10px 0;
    }        
    .footer_menu_item ul {
        margin: 20px 0 0;
    }
    .footer_menu_item ul li {
        padding: 0 0 15px 0;
    }
    .footer_menu_item ul li:not(:first-child):before{
        display: none;
    }
    .footer_social ul li a img {
        max-width: 25px;
    }
    .footer_main {
        display: flex;
        flex-direction: column;
    }
    .tel_order {
        order: 1;
    }
    .footer_form {
        padding: 40px 0;
        order: 2;
    }
    .footer_social {
        order: 3;
    }
    .footer_menu {
        flex-direction: column-reverse;
        order: 4;
    }
    .footer_copyright {
        order: 5;
    }
    .footer_menu .payment_method {
        margin: 30px 0 0 0;
    }
    .footer_call_info h4, .footer_call_info h4 a {
        font-size: 16px;
        line-height: 1.4;
    }        
/* nutripedia */
    .nutripedia_content {
        margin: 0 0 50px 0;
    }
    .nutripedia_content,
    .nutripedia_accordian{
        max-width: 100%;
            flex: unset;
    }
    .nutripedia_logo h3 {
        margin: 0 auto 30px;
    }
    .main-pdp .pdp-right .p_title{
        flex-direction: column;
    }
    .main-pdp .pdp-right .p_title h4,
    .main-pdp .pdp-right .p_price,
    .main-pdp .p_sub_title,
    .pdp-right .produced_by{
        margin: 0 0 10px 0 ;
        text-align: center;
        font-size: 18px;
    }
    .main-pdp .size_radio_wrp li label span svg {
        width: 20px;
        height: 16px;
    }
    .main-pdp .size_radio_wrp ul {
        justify-content: center;
    } 
    .collection-list-content .home_pr_grid {
        width: 50%;
    } 
    .password_strengh .pro-left h3 {
        color: var(--black);
        font-weight: 700;
        font-size: 11px;
        line-height: 13px;
    } 
    .rte h1{
        font-size: 34px;
    }
    .rte h2{
        font-size: 30px;
    }
    .rte h3{
        font-size: 24px;
    }
    .rte h4{
        font-size: 20px;
    }
    .rte h5{
        font-size: 18px;
    }
    .rte p{
        font-size: 16px;
    }
    .nutripedia_accordian .accordian_title {
        border-radius: 10px;
    }
    .our-producers .nutripedia_heading {
      padding: 40px 0 20px 0;
    }
    .footer_menu_item .language_wrp .inner_dr_wrp {
      padding: 20px 40px;
    }
    .footer_menu_item .language_wrp .inner_dr_wrp ul li {
      padding: 0;
      width: 100%;
    }
/*   mini_cart */
    .mini_cart_wrp {
        padding: 30px;
        width: 360px;
    }
    .mini_cart_content_left {
        max-width: 25%;
    }
    .cart_pr_title {
        margin: 0 0 5px;
    }
    .mini_cart_content_right .cart_pr_title h4 {
        font-size: 18px;
    }
    .mini_cart_content_right .cart_item_info h4 {
        font-size: 16px;
        line-height: 1.2;
    }
    .cart_item_info .remove_product, 
    .cart_item_info .remove_product svg {
      width: 25px;
      height: 25px;
    }
    .mini_cart_bottom {
        padding: 10px 0 0;
    }
    .aw_tab_view_wp .tab_pdf_img_bottom {
        padding: 20px 0;
    }
  	.scroll_more.desk-only {
        display:none;
    }
}
@media screen and (max-width: 576px) {
  .interest_fields {
      flex-wrap: wrap;
  }
  .interest_wrp .interest:not(:last-of-type) {
    margin-right: 0;
  }
  .interest_wrp .interest {
      width: calc(50% - 5px);
      margin: 5px 0;
  }
  .aw_tab_view_wp .tab_pdf_grid {
    max-width: 50%;
  }
  .tab_pdf_title {
      font-size: 12px;
  }

  .popup-content {
            border-radius: 20px 20px 20px 20px; /* Rounded corners */
            box-shadow: 3px 4px 8px 0px #bf8a0063;
            padding: 15px 20px;
            width: 380px;
            max-height: calc(250vh - 150px);
            transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
          
            transform: translate(-50%, -50%);
            background-color:  #FDFAF3;
  }
}

@media screen and (max-width: 425px) {
    .pdp-right .progress-main .pro-left h3 {
        font-size: 14px;
        margin-right: 2px;
    }
    .home_ind_main .home_ind_wp {
        width: 100%;
    }
    .pr_grid_wp,
    .collection-list-content .pr_grid_wp {
        margin: 0 -5px;
    }
   .collection-list-content .pr_grid_wp_inner{
        margin: 0;
    }
    .home_pr_grid ,
    .collection-list-content .home_pr_grid,
    .producers-list .home_ind_wp.producer {
        padding: 0 5px;
    }
     .nutripedia_img{
        max-width: 100%;
    }
    .filter-select {
      max-width:180px;
    }
    .nutripedia_content p,
    .nutripedia_accordian .accordian_title {
        font-size: 15px;
    }
    .nutripedia_accordian .accordian_title{
        margin: 0 0 15px;
    }
    .nutripedia_content .nut_desc{
        margin: 20px auto;
    }
    .nutripedia_history .accordian_info {
        padding: 14px 14px 14px 20px;
    }
    .nutripedia_history .title_icon {
        width: 30px;
        height: 30px;
        margin: 0 15px 0 0;
    }
    .nutripedia_history .n_inner_info_wrp {
        font-size: 14px;
    }
    .send_btn_wrp {
        justify-content: center;
    }
    .hero_wrp .hero_img img {
        object-fit: cover;
    }
/* cart_section */
     .cart_section .cart_name,.cart_section .cart_table_row_title {
        width: 47%;
    }
    .cart_section .cart_quantity,.cart_section .cart_table_quantity {
        width: 23%;
    }
    .cart_section .cart_table_quantity form {
        display: flex;
        height: 100%;
    }
    .cart_section .cart_refresh{
        padding: 0 4px;
    }
    .cart_section .cart_table_total p{
        text-align: center;
    }
    .cart_section .cart_print {
        padding-right: 10px;
    }
    .cart_section .cart__shopping .cart_print img,.cart_section .cart_email img{
        margin-right: 5px;
    }
    .cart_section .cart__shopping_right a img{
        max-width: 15%;
        height:auto;
    }
    .mini_cart_content_wrp .text-center.no_cart_item h3 {
        font-size: 24px;
    }
    .wrp-404 .inner_template-404 h1 {
        font-size: 52px;
    }
   .mini_cart_wrp {
        width: 315px;
        padding: 20px;
    }
    .pr_card_content h3 {
      font-size: 16px;
    }
    .nutripedia_history .title_icon h3 {
        font-size: 14px;
    }
    .mini_cart_content_right {
       margin: 0 0 0 7px;
    }
    .pr_inside .remove_product {
        margin: 0 0 0 8px;
    }
    .producers-list .home_ind_wp.producer .ind_card_content h3 {
        font-size: 18px;
    }
    .producers-list .home_ind_wp.producer .ind_card_content .btn {
        padding: 11px 16px;
    }
    .mini_cart_content_right .cart_pr_title h4 ,
    .mini_cart_bottom .mini_cart_total{
      font-size: 16px;
    }
    .mini_cart_content {
        margin: 0 0 15px;
    }
    .register_form .signup_form_bottom .input_group label.error {
        font-size: 11px;
    }
    predictive-search #predictive-search {
      max-width: calc(100% - 20px);
    }
  .pdp-img-wrp{
    padding-bottom: 100%;
    max-width: 100%;
  }

  .popup-content {
            border-radius: 20px 20px 20px 20px; /* Rounded corners */
            box-shadow: 3px 4px 8px 0px #bf8a0063;
            padding: 15px 20px;
            width: 380px;
            max-height: calc(250vh - 150px);
            transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
          
            transform: translate(-50%, -50%);
            background-color:  #FDFAF3;
  }
}
@media screen and (max-width: 389px) {
    .pdp_accordian_section .n_inner_info_wrp,
    .np_faq  .nutripedia_accordian .n_inner_info_wrp {
        flex-direction: column;
    }
    .pdp_accordian_section .accordian_icon,
    .np_faq .nutripedia_accordian .n_inner_info_wrp .accordian_desc{
        margin: 20px 0 0 0;
        
    }
    .producers_info_wrp p {
        font-size: 14px;
    }
    .producers_info_wrp p:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .producers_info_wrp h4 {
        margin: 30px 0;
        font-size: 18px;
    }
    .header_right_main .search_icon, .header_right_main .search_icon svg {
      width: 25px;
      height: 25px;
    }
    .hero_wrp .hero_img img {
        object-fit: cover;
    }
     .nutripedia_popup .ind_card_img img {
        width: 60px;
        height: 60px;
    }
    .nutripedia_popup .ind_card_content h3 {
        font-size: 18px;
    }
    .filter_cat_inner ul li:not(:last-of-type) {
        margin-bottom: 15px;
    }  
    .radio-btn-block label {
        font-size: 16px;
    }
    .signup_form_bottom .input_group span, 
    .signup_form_bottom .input_group span img, 
    .signup_form_bottom .input_group span svg {
      width: 16px;
      height: 16px;
    }
    .signup_form_bottom .input_group span {
        margin: 0 10px 0 0;
    }
    .form_wrp .co_signup_form {
        width: 100%;
    }
    .signup_form_bottom input:placeholder-shown {
      text-overflow: ellipsis;
    }
}
@media screen and (max-width: 374px) {
    .collection_menu_icon {
        padding: 5px;
    }
    .collection_menu_icon img {
        width: 25px;
        height: 25px;
    }
    .collection_filter_wrp {
        flex-direction: column;
        align-items: flex-start;
    }
/*         .sort-by{
        margin: 10px 0 0;
        justify-content: flex-start;
    } */
    .billing_info_right .reg_btn_wrp {
        justify-content: center;
    }   
    .nutripedia_popup .ind_card_content p {
        font-size: 12px;
    }
    .mini_cart_wrp {
        width: 265px;
    }
    .mini_cart_btn_wrp .btn{
       font-size: 12px;
        padding: 9px;
    }
    .filter-select .custome_dropdown_select{
        font-size: 14px;
    }
    .mini_cart_content_right h4{
      font-size: 14px;
      line-height: 1.3;
    }
    .product_card {
        padding: 20px 10px;
    }
    .collection-list-content .left_col {
      max-width: 260px;
    }
    .aw_tab_view_wp .tab_pdf_img_bottom img {
        max-width: 30px;
    }
    .logo_wrp, 
    .logo_wrp a,
    .logo_wrp img {
        max-width: 110px;
    } 
    .mob_hamburger span:not(:last-of-type) {
        margin: 0 0 8px;
    }
}
@media screen and (max-width: 340px) {
  
    .hd_menu&gt;li&gt;a {
        font-size: 25px;
    }
  .nutripedia_accordian .accordian_title {
        font-size: 12px;
        padding: 15px 20px;
    }
    .qty-btn_wrp .incremant-spinner {
        margin: 0 9px 0 0;
    }
    .progress-row {
        flex-wrap: nowrap;
    }
    .send_btn_wrp .btn:not(:last-of-type) {
        margin: 0 25px 0 0;
    }
    .signup_form_bottom .input_group .interest .checkicon {
        margin: 0 5px 0 0;
    }
    .signup_form_bottom .input_group .interest .checkicon ,
    .signup_form_bottom .input_group .interest .checkicon svg {
        width: 12px;
    }
    .mini_cart_img {
        padding-bottom: 160%;
    }
    .mini_cart_content_right .cart_pr_title h4,
    .mini_cart_content_right .cart_item_info h4{
      font-size: 14px;
    }

      .cart-wrp {
        margin: 0 0 0 10px;
    }
}    

/* collection product sold out css end here   */
/*register page animation*/
 .shake {
    animation: shake-animation 0.4s;
  }
  
  @keyframes shake-animation {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
  }
/*register page animation end*/
/*search-box cross icon*/
.hidden {
  display: none;
}
.tab_pdf_title {
    text-align: center;
    margin: 0 0 10px 0;
    word-wrap: normal;
}
predictive-search form .empty_input.active {
    display: block !important;
}
predictive-search form .empty_input svg {
    width: 15px;
    height: 15px;
}
predictive-search form {
    display: flex;
}
predictive-search form .empty_input {
    padding-right: 5px;
    border-right: 1px solid #767b69;
}
/*search-box cross icon end*/

.awards_section .tab_content.active {
	display: block;
}
.awards_section .tab_content {
	display: none;
}
.tab_content_inner_text iframe {
    width: 100%;
    height: auto;
}

.tab_content_inner_text a{
  color: #BF8A00;
  text-decoration: underline;
}

.tab_content_inner_text_small a{
  color: #BF8A00;
  text-decoration: underline;
}

.producers_info_wrp iframe {
    width: 100%;
    height: auto;
}
.swiper-padding-bottom{
        margin-bottom: 60px;
}

.left {
  text-align: left;
  float: left;
  clear: none;
  width: 50%;
}

.right {
  text-align: right;
  float: right;
  clear: none;
  width: 50%;
}

.fa, .fas {
    color: #BF8A00;
}

/*collection page loader css start*/
.collection-list-content .pr_grid_wp{
  position:relative;
}
.loading_wrp {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: var(--bg-color);
  opacity: 0.6;
}
.loading_wrp .loading{
  height: max-content;
  margin: 200px 0px;
}
.loading_wrp .loading span {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin: 0 10px;
  color: #000;
}
.loading_wrp .loading img {
    width: 35px;
}
@media screen and (max-width: 575px){
  .loading_wrp .loading{
    margin: 150px 0px;
  }
}
/*collection page loader css end*/
wishlist-button-collection .wk-button::before{
  background: var(--green) !important;
  border: unset !important;
}
wishlist-button-collection .wk-button:hover::before{
  background-color: transparent !important;
  border: 1px solid var(--green) !important;
}
/* .wk-button:not(:disabled) {
    pointer-events: all;
    cursor: pointer;
    background: var(--green);
    border: 1px solid var(--green);
    letter-spacing: 0.03em;
    padding: 2px 3px;
    text-align: -webkit-center;    
    min-width: 40px;
    min-height: 40px;
    width: 30px;
    height: 30px;
} */



/* --------- START PRODUCT 1-8-24 -------------*/
.pr_card_content wishlist-button-collection .wk-button::before {
  display:none;
}
.pr_card_content wishlist-button-collection {
      width: 40px;
      height: 40px;
      display: block;
      background: #24612b;
      border-radius: 45px;
      border:1px solid  #24612b;
}
.pr_card_content wishlist-button-collection:hover {
    background: transparent;
}
.pr_card_content wishlist-button-collection wk-button.wk-floating {
      transform: unset !important;
      position: relative !important;
      top: unset !important;
      left: unset !important;
}
.pr_card_content .buy_now_btn {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
}
.pr_card_content wishlist-button-collection wk-button.wk-floating button {
    width: 100%;
    height: 100%;
    min-height: unset;
    gap: unset;
    min-width: unset;
    left: unset;
    top: unset;
    bottom: unset;
}
.pr_card_content .add-to-basket.mob-only {
    margin: 0 5px;
}
.main-pdp .jdgm-preview-badge{
  margin: 0 0 17px 0;
}

@media screen and (max-width: 640px) {
    .pr_card_content .buy_now_btn a.btn {
        max-width: calc(50% - 10px);
        width: 100%;
    }
    .pr_card_content .buy_now_btn a.btn.btn-green.add-to-basket.mob-only {
      margin-right:0;
    }
    .main-pdp .jdgm-preview-badge{
      margin: 0 0 10px 0;
      text-align:center;
    }
}
@media screen and (max-width: 480px)  {
  .pr_card_content .buy_now_btn a.btn,
  .pr_card_content wishlist-button-collection {
        max-width: 100%;
        width: 100%;
    }
    .pr_card_content .buy_now_btn a.btn.btn-green.add-to-basket.mob-only {
      margin:5px 0;
    }
}
#predictive-search {
     display: none; 
}
/* 15-01-24 start*/
@media screen and (max-width: 575px){
  .hd_menu&gt;li&gt;a{
      font-size:26px;
      line-height: 1.2;
  }
  .mob_logo_wrp {
      margin: 0px 0 0 0;
  }
  .hd_menu{
      margin: 20px auto;
  }
  .mob_logo_wrp a img {
      max-width: 75px;
  }
}
/* 15-01-24 end*/

/* 14-02-2024 css start here */
.qty-inpt-btns {
  border: 2px solid #24612B;
  border-radius: 30px;
  padding: 11px 8px;
}
.qty-inpt-btns .btn {
  border: none;
  padding: 0;
  background: transparent !important;
  color: #000 !important;
}
.qty-btn_wrp .qty-inpt-btns .pdp_quantity {
  padding: 0;
  font-size: 18px;
  line-height: 1;
  width: 25px;
}

.user-section {
  padding: 50px 0 100px !important;
}
.hd_menu &gt; li.dropdown:last-of-type ul.child {
  right: 0;
  left: auto;
}
.wrp-404 .inner_template-404 {
  margin: 50px 0 100px;
}
.footer_form {
  padding: 100px 0 50px;
}
.hd_menu_wrp{
  max-width: 1350px;
  margin: 0 auto;
}
.hd_menu{
  justify-content: end;
}
.hero_banner .hero_content h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.19px;
  padding-bottom: 50px;
}
.hero_content_wrp {
  max-width: 440px;
}
.hero_banner .hero_content .btn {
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
  margin: 0 0 34px;
  padding: 11.5px 35px;
}
.pr_grid_title h2{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.07em;
  margin-top: 24px;
}
.pr_grid_wp{
  margin: 0 -27.5px;
  padding: 143px 0 122px;
}
.home_pr_grid{
  padding: 0 27.5px;
}
.product_card {
  background: #fff;
  padding: 27px 24px 21px;
  position: relative;
  border: 1px solid #FDFAF3;
  transition: all 0.3s ease-in-out;
}
.product_card .pr_card_img {
  padding-bottom: 80.3%;
  max-width: 100%;
}
.product_card .pr_card_content h2 {
  font-size: 18px;
  line-height: 1.078em;
}
.product_card .pr_card_content h3 {
  margin: 12px 0 20px;
  line-height: 1.078em;
}
.product_card .incremant-spinner .quantity {
  padding: 0;
  font-size: 18px;
  line-height: 1;
  width: 25px;
  border: none;
  text-align: center;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
}
.product_card .incremant-spinner input{
  pointer-events: none;
}
.product_card .incremant-spinner{
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #24612B;
}
.product-card-top{
  position: relative;
}
.product_card .buy_now_btn {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .product_card:hover .buy_now_btn{
    opacity: 1;
    visibility: visible;
  }
  .product_card .buy_now_btn {
    opacity: 0;
    visibility: hidden;
  }
  .product_card:hover{
    background: linear-gradient(180deg, #FDFAF3 0%, #F9E6B0 100%);
  }
  .producers-list .home_ind_wp.producer:hover .ind_card{
    background: linear-gradient(180deg, #FDFAF3 0%, #F9E6B0 100%);
  }
  .product_card .buy_now_btn .btn-green:hover,
  .product_card .buy_now_btn wishlist-button-collection:hover{
    background-color: #24612B;
    border-color: #24612B;
  }
  .product_card .buy_now_btn .btn-green:hover svg path {
    fill: #fff;
  }
  .product_card .buy_now_btn wishlist-button-collection:hover .wk-icon svg path{
    fill: #fff;
  } 
}
.filter-select .custome_dropdown_select .list{
  z-index: 3;
}
.product_card .buy_now_btn  wishlist-button-collection,
.product_card .buy_now_btn .btn-green{
  background: #FEF9EB;
  border-color: #FEF9EB;
  height: 40px;
  width: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  border-radius: 50%;
  box-shadow: 2px 4px 8px rgba(191, 138, 0, 0.2);
}
.product_card .buy_now_btn wishlist-button-collection .wk-button.wk-selected .wk-icon svg path{
  fill: #24612B ;
  stroke: #fff;
}
.product_card .wk-floating {
  position: unset !important;
  transform: unset !important;
}
.product_card .wk-button {
  position: unset !important;
}
.product_card .wk-button::before{
  display: none;
}
.product_card .buy_now_btn  wishlist-button-collection .wk-icon svg path{
  stroke: #24612B;
}
.product_card .buy_now_btn wishlist-button-collection .wk-button.wk-selected {
    --icon-fill: #24612B;
}
.pr_grid_wp{
  margin: 0 -27.5px;
}
.producers-list .home_ind_wp.producer{
  padding: 0 27.5px;
}
.pr_grid_wp_inner{
  margin: 0 -24px;
}
.producers-list .home_ind_wp.producer .ind_card{
  background: #fff;
  padding: 87px 65px;
}
.ind_card_content{
  padding: 35px 0 0; 
}
.producers-list .home_ind_wp.producer .ind_card_content h3 {
  font-size: 20px;
  line-height: 1.078em;
  letter-spacing: -0.02em;
}
.ind_card_content .btn {
  font-size: 16px;
  line-height: 1.078em;
  letter-spacing: 0.03em;
  width: 100%;
  margin: 35px 0 0;
}
.pr_grid_wp.swiper .swiper-button-next,
.pr_grid_wp.swiper .swiper-button-prev{
  height: 60px;
  width: 60px;
  background-color: #FDFAF3;
  border-radius: 50%;
  box-shadow: 5px 5px 20px rgba(191, 138, 0, 25%);
  transform: translateY(-50%);
}
.pr_grid_wp.swiper .swiper-button-next{
  right: 0;
}
.pr_grid_wp.swiper .swiper-button-prev{
  left: 0;
}
.product_card .promo_label.discount{
  background-color: #E4AA17 !important;
}
.product-card-labels {
  position: absolute;
  top: 6px;
  right: 12px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.product-card-labels.left-labels {
    right: auto;
    left: 5px;
}
.product-card-labels.right-labels {
    right: 5px;
}

.product-card-labels.right-labels .promo_label {
    padding: 0;
    margin: 0 !important;
}

.product-card-labels.right-labels .promo_label svg {
    width: 35px;
    height: 53px;
    margin: 0;
}

.product-card-labels.left-labels .promo_label {
    margin: 0 auto 6px 0 !important;
}
.left-labels.product-card-labels .promo_label .tooltip {
    left: 0;
}

.left-labels.product-card-labels .promo_label .tooltip::before {
    left: 30px;
    right: auto;
}

.product-card-labels .promo_label{
  padding: 4px 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: unset;
  justify-content: center;
  width: 100%;
  max-width: fit-content;
  margin: 0 0 6px auto!important;
  position: relative;
  cursor: pointer;
}
.product-card-labels .promo_label:not(:first-child){
  margin: 6px 0 0;
}
.product-card-labels .promo_label span{
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.product-card-labels .promo_label svg{
  height: 12px;
  width: 12px;
  margin-right: 4px;
}
.product-card-labels .promo_label .tooltip {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  left: auto;
  right: 0;
  background: #000;
  width: 165px;
  padding: 6px 12px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  text-transform: capitalize;
}
.product-card-labels .promo_label .tooltip {
  font-size: 11px;
}
.product-card-labels .promo_label .tooltip::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #000;
  top: -6%;
  right: 30px;
  transform: rotate(45deg);
}
.product-card-labels .promo_label:hover .tooltip{
  opacity: 1;
  visibility: visible;
}
footer{
  background-color: #fff;
}
.payment_method h5, .footer_menu_item ul li a{
  font-family: var(--primary-font);
  font-weight: 500;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  background-image: url('/cdn/shop/files/Group_1.png');
}
.footer_menu_item &gt; ul{
  flex-wrap: wrap;
  justify-content: center;
  margin: -6px 0;  
}
.footer_menu_item &gt; ul &gt; li{
  padding: 6px 10px;
}
.load-more_wrap{
  margin: 0 auto 30px;
}
.left_col_inner{
  background-color: #FDFAF3;
  border: 1px solid #FAEAB9;
}
.filter_cat.active{
  background-color: #FAEAB9;
}
.filter_cat.active .collection_arrow svg path{
  stroke: #BF8A00;
}
.filter_cat.active a span{
  color: #BF8A00;
}
.filter_cat_inner,
.filter_cat_wrp.boolean .filter_cat_inner{
  background-color: rgba(250 , 234, 185 , 0.5);
  border-radius: 18px;
  box-shadow: unset;
}
.filter_cat_inner ul li a span,
.filter_cat_inner ul li label,
.filter_cat a span{
  font-size: 16px;
  line-height: 1.078em;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.filter_cat a span{
  font-weight: 700;
}
.footer_social ul li a img {
  max-width: 35px;
}
.pdp-thumb_item .pdp-img-wrp {
  padding-bottom: 135%;
}
.login_info_wrp {
  margin: 20px 0px 80px;
}
.hero_content #videoLink:hover{
  background-color: transparent;
  color: var(--yellow);
}
/*22-02-2024 start  */
.pdp-right .progress-main .progress-row {
  flex-wrap: nowrap;
}
.pdp-right .progress-main .pro-left .svg-icon {
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.pdp-right .progress-main .pro-left .svg-icon svg {
  width: 100%;
  flex-shrink: 0;
}
/*22-02-2024 end  */

/*23-02-2024 Start  */
.main-pdp .pdp-left {
  position: relative;
}
.template-product .product-card-labels{
  right: auto;
  left: 12px;
}
.template-product .product-card-labels.right-labels {
    right: 5px;
    left: unset;
}
.template-product .product-card-labels.right-labels .promo_label {
    margin: 0 !important;
    padding: 0;
}
.template-product .product-card-labels .promo_label {
  margin: 0 0 6px 0!important;
  padding: 4px 12px;
}
.template-product .product-card-labels .promo_label .tooltip {
  left: 0;
  right: auto;
}
.template-product .product-card-labels .promo_label .tooltip::before {
  left: 25px;
}
/*23-02-2024 End  */

@media screen and (min-width: 641px){
  .footer_menu_item .language_wrp .inner_dropdown_menu li:not(:last-of-type) {
    margin: 0;
  } 
}
@media screen and (max-width: 1280px){
  .home_pr_grid,
  .producers-list .home_ind_wp.producer{
    padding: 0 10px;
  }
  .pr_grid_wp.swiper {
    margin: 0 -10px;
  }
  .producers-list .home_ind_wp.producer .ind_card {
    padding: 87px 20px;
  }
}
@media screen and (max-width: 991px){
  .hd_menu{
    justify-content: center;
  }
  .collection-list-content .home_pr_grid {
    width: 50%;
  }
  .hd_menu&gt;li&gt;a {
    font-size: 15px;
  }
  .hd_menu&gt;li:not(:last-of-type) a {
    margin: 0 13px 0 0;
  }
  .dropdown .has_child_items {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px){
  .product_card .pr_card_content h2 {
    font-size: 17px;
  }
  .product_card .pr_card_content h3{
    padding: 0;
    margin: 8px 0 15px;
  }
  .product-card-labels {
    top: 5px;
    right: 5px;
  }
  .product_card .promo_label {
    margin: 0 0 4px auto!important;
  }
  .product_card .promo_label:not(:first-child) {
    margin: 4px 0 0;
  }
  .filter_tab .filter_cat {
    padding: 15px 16px;
  }
  .scroll_more{
    display: none;
  }
  .pr_card_content h3{
    border: unset;
  }
  .hd_menu &gt; li.dropdown:last-of-type ul.child {
    right: auto;
    left: 0;
  }
  .product-card-labels.left-labels {
      left: 6px;
  }
  .product-card-labels.right-labels,
  .template-product .product-card-labels.right-labels{
    right: 0;
}
  .dropdown .root-childs .hd_dropdown_icon{
    right: 6px;
  }
  .root-childs + ul.child{
    transition:unset !important;
  }
}
@media screen and (max-width: 640px){
  .hero_banner .hero_content .hero_content_wrp {
    max-width: 320px;
  }
  .product_card .promo_label {
    padding: 3px 6px;
  }
  .producers-list .home_ind_wp.producer .ind_card {
    padding: 30px 10px;
  }
  .footer_menu_container {
    padding: 0;
  }
  .hero_banner .hero_content h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 30px;
  }
  .hero_banner .hero_content p {
    font-size: 14px;
  }
  .footer_form {
    padding: 40px 0;
  }
  footer {
    padding: 40px 0 20px;
  }
  .user-section {
    padding: 50px 0 !important;
  }
  .product_card .promo_label .tooltip {
    width: 95px;
    padding: 5px 8px;
    font-size: 10px;
  }
  .product-card-labels.right-labels .promo_label svg {
    width: 30px;
    height: 30px;
    margin: 0;
}
}
@media screen and (max-width: 480px){
  .product_card {
    padding: 27px 10px 21px;
  }
  .producers-list .home_ind_wp.producer .ind_card_content .btn {
    font-size: 12px;
  }
  .product_card .buy_now_btn  wishlist-button-collection, .product_card .buy_now_btn .btn-green {
    height: 30px;
    width: 30px;
  }
  .product_card .buy_now_btn .btn-green img,
  .product_card .buy_now_btn .btn-green svg {
    height: 18px;
    width: 18px;
  }
  .product_card .wk-floating .wk-icon svg{
    height: 15px !important;
    width: 15px !important;
  }
  .product_card .pr_card_img {
    padding-bottom: 100%;
  }
  .home_pr_grid,
  .producers-list .home_ind_wp.producer{
    padding: 0 5px;
  }
  .pr_grid_wp.swiper,
  .collection-list-content .pr_grid_wp_inner{
    margin: 0 -5px;
    width: 100%;
  }
  .inner_template-404 .btn {
    font-size: 14px;
  }
}
/* 14-02-2024 css end here  */
/* 26-02-2024 css start here */
.notify-us-icon {
  margin: 0 auto;
}
.notify-us-success,
.notify-us-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  z-index: 0; 
  opacity: 0;
  visibility: hidden; 
  transition: all 0.3s ease-in-out;
  width:100%;
} 
.notify-us-popup {
   max-width: 600px;
}
.notify-us-success.active,
.notify-us-popup.active{
  transform: translate(-50%,-50%) scale(1);
  z-index: 10; 
  opacity: 1;
  visibility: visible; 
}
.notify-us-success .notify-us-content, .notify-us-popup .notify-us-content {
    position: relative;
    background: #FDFAF3;
    box-shadow: 3px 4px 8px 0px #bf8a0063;
    border-radius: 20px;
}
.notify-us-popup .notify-us-content{
  padding:20px;
}
.notify-us-popup .close-notify-popup{
  position: absolute;
  width:25px;
  height:25px;
  top: 15px;
  right: 15px;
}
.close-notify-popup svg {
  width: 100%;
  height: 100%;
}
.notify-us-popup .content-box {
  display: flex;
  align-items:center;
}
.notify-us-success .notify-us-content &gt; h2,
.notify-us-popup .notify-us-content &gt; h2{
  font:var(--h4);
  color: var(--green);
}
.notify-us-popup .contact-form{
  margin-top:15px;
  padding-top: 15px;
  /* border-top: 1px solid #00000030; */
}
.notify-us-popup .contact-form.sending {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}
.notify-us-popup .content-box .notify-content{
  max-width: 70%;
  width: 100%;
  padding-left: 12px;
}
.notify-us-popup .content-box .notify-title {
  font: var(--font-20);
  margin-bottom: 12px;
  color: var(--green);
}
.notify-us-popup .content-box .notify-img {
  position: relative;
  padding-bottom: 28%;
  max-width: 30%;
  width: 100%;
}
.notify-us-popup .content-box .notify-img img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  mix-blend-mode: multiply;
} 
.notify-us-popup .form_actions .input_group label{
  display:block;
  font: var(--font-14);
  font-weight: 700;
}
.notify-us-popup .form_actions .input_group input{
   width: 90%;
   border: 1px solid var(--ft-color);
   padding: 10px 12px;
   border-radius: 4px;
   margin-top: 6px;
   font: var(--font-14);
   background-color: #f7f7f7;
}
.notify-us-success .content-box .submit_btn,
.notify-us-popup .notify-content .submit_btn{
  margin-top: 16px;
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--white);
  padding: 11px 30px;
  font: var(--font-16);
  line-height: 1;  
}
.notify-us-success .content-box .submit_btn:hover,
.notify-us-popup .notify-content .submit_btn:hover {
  background-color: transparent;
  border-color:var(--green);
  color: var(--green);
}
.notify-us-popup .notify-content .popup-info{
  margin-top: 12px;
}
.notify-us-icon{
  cursor:pointer;
  transition: all 0.2s ease-in-out;
}
.notify-us-icon:hover {
  transform: scale(1.1);
}
.notify-us-popup .errors_div .error_text {
  color: #e10000; 
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 12px;
}
.buttons-notify-form {
    padding: 20px 0 0 0;
    margin-top: 20px;
    border-top: 2px solid #898989;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buttons-notify-form .submit_btn {
    background: var(--green);
    border: 1px solid transparent;
}
.buttons-notify-form .submit_btn:hover{
  background:transparent;
  color:var(--green);
  border-color:var(--green);
}

.buttons-notify-form .btn {
    font-size: 14px;
    padding: 11px 20px;
}

/* notify-us-success Modal */
.notify-us-success{
  max-width:500px;
    text-align: center;
}

.notify-us-success .notify-us-content{
  padding: 40px 20px;
}

.notify-us-success .content-box{
    margin-top: 10px;
    border-top: 1px solid #00000030;
    padding-top: 20px
}

.notify-us-success .content-box p{
    font: var(--font-16);
    font-weight:500;
    margin-bottom: 20px
}
.notify-us-success .content-box .submit_btn{
    margin:0;
}

/* icons */
.bottom-btns-wrp {
    display: flex;
    align-items: center;
    justify-content:center;
}

.pr_card_content .bottom-btns-wrp wishlist-button-collection,
.bottom-btns-wrp .add-to-basket.mob-only{
        background: #FEF9EB;
        border-color: #FEF9EB;
        height: 32px;
        width: 32px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 3px;
        border-radius: 50%;
        box-shadow: 2px 4px 8px rgba(191, 138, 0, 0.2);
}
.pr_card_content .bottom-btns-wrp wishlist-button-collection svg,
.bottom-btns-wrp .add-to-basket.mob-only svg{
  width:17px;
}
.pr_card_content .bottom-btns-wrp wishlist-button-collection .wk-icon svg path {
    stroke: #24612B;
}
.pr_card_content .bottom-btns-wrp wishlist-button-collection button.wk-selected .wk-icon svg path{
    fill: #24612B;
    stroke: #fff;
}
.bottom-btns-wrp .add-to-basket.mob-only.adding {
    background: #24612B;
}

.bottom-btns-wrp .add-to-basket.mob-only.adding svg path {
    fill: #fff;
}

/* 21-03-2024 css start here  */

.product_card .bottom-btns-wrp .incremant-spinner {
    padding: 10px 8px;
    /* margin: 0 15px 0 0; */
    margin: 0 5px 0 0;
    flex-shrink: 0;
}

.product_card .bottom-btns-wrp .incremant-spinner .quantity {
    width: 15px;
}
  .product_card .bottom-btns-wrp .add-to-basket.desk-only {
    font-size: 12px;
    /* padding: 15px; */
    padding: 10px 5px;
    min-height: 43px;
    display: flex;
    align-items: center;
}
.product_card .bottom-btns-wrp .add-to-basket.desk-only[data-language="en"] {
    padding: 15px 10px; 
}
  .bottom-btns-wrp {
    margin: 0 -15px;
}

.product_grid.product-slides-wrp .bottom-btns-wrp .incremant-spinner .pdp_quantity {
    width: 18px;
}

.product_grid.product-slides-wrp .bottom-btns-wrp .add-to-basket.desk-only {
    font-size: 12px;
    padding: 12.5px 10px;
}


@media only screen and (min-width: 768px) {
  .pr_card_content .bottom-btns-wrp wishlist-button-collection,
  .bottom-btns-wrp .add-to-basket.mob-only{
    display:none;
  }

  .product_card .buy_now_btn .btn-green.mob-only {
    display: none;
}
}

@media only screen and (max-width: 1440px){
  .product_card .bottom-btns-wrp .incremant-spinner {
    margin: 0 10px 0 0;
}

.product_card .bottom-btns-wrp .incremant-spinner .btn {
    font-size: 14px;
}

.product_card .bottom-btns-wrp .add-to-basket.desk-only {
    font-size: 10px;
    /* padding: 15px 10px; */
    padding: 10px 5px;
}
  .product_grid.product-slides-wrp .bottom-btns-wrp .add-to-basket.desk-only {
    font-size: 12px;
    padding: 12.5px 10px;
}
}
/* @media only screen and (max-width: 1440px){
.product_card .bottom-btns-wrp .add-to-basket.desk-only {
    padding: 15px 10px;

}
} */
@media only screen and (max-width: 767px) {
  .product_card .bottom-btns-wrp .add-to-basket.desk-only {
  display:none;
  }
  .notify-us-popup {
    max-width:80%;
  } 
  .notify-us-popup .notify-us-content &gt; h2 {
    font: var(--h4);
  }
  .notify-us-popup .content-box .notify-img { 
    padding-bottom: 40%;
    max-width: 42%; 
  }
  .notify-us-popup .content-box .notify-content {
    max-width: 58%; 
  }

  .product_card .incremant-spinner {
    width: 68px;
    padding: 7px 8px;
}
  .product_card .buy_now_btn{
    display:none;
  }
  .bottom-btns-wrp .notify-us-icon {
    margin: 0 5px 0 0;
}
  .product_card .bottom-btns-wrp .incremant-spinner .quantity,
  .product_grid.product-slides-wrp .bottom-btns-wrp .incremant-spinner .pdp_quantity{
    width: 25px;
}
  .product_card .bottom-btns-wrp .incremant-spinner .btn {
    font-size: 18px;
}
  .bottom-btns-wrp {
    margin: 0;
}
}
@media only screen and (max-width: 575px) {
    .notify-us-success,
  .notify-us-popup {
    max-width:calc(100% - 20px);
  }
  .notify-us-popup .notify-us-content { 
    padding: 15px; 
  }
  .notify-us-popup .close-notify-popup { 
    width: 20px;
    height: 20px; 
  } 
  .notify-us-popup .notify-us-content &gt; h2 {
    font: var(--font-18);
    font-weight: 600;
  }
  .notify-us-popup .contact-form {
    margin-top: 10px;
    padding-top: 10px; 
  }
  .notify-us-popup .content-box .notify-title {
    font: var(--font-16);
    margin-bottom: 8px; 
    font-weight: 700;
  }
  .notify-us-popup .form_actions .input_group label { 
    font-size: 13px;
  }
  .notify-us-popup .form_actions .input_group input {
    width: 100%; 
    padding: 5px 8px; 
    margin-top: 4px; 
    font-size: 12px;
    max-width: 250px;
  }
   .notify-us-popup .notify-content .submit_btn {
    margin-top: 10px; 
    padding: 9px 24px;
    font-size: 12px; 
  }
  .notify-us-popup .notify-content .popup-info {
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
  }

    .notify-us-success .notify-us-content &gt; h2 {
    font: var(--h4);
  }
  .buttons-notify-form {
    padding: 15px 0 0 0;
    margin-top: 15px;
}
  .buttons-notify-form .btn {
    font-size: 12px;
    padding: 9px;
}
  .pr_card_content .bottom-btns-wrp wishlist-button-collection svg, .bottom-btns-wrp .add-to-basket.mob-only svg {
    width: 17px;
    height: 17px;
}
  .pr_card_content .bottom-btns-wrp wishlist-button-collection, .bottom-btns-wrp .add-to-basket.mob-only {
    width: 30px;
    height: 30px;
}
}

td{
  text-align: left;
  vertical-align: middle;
}

td span{
  margin:20px 20px 20px 20px;
}
@media only screen and (max-width: 425px) {
.product_card .incremant-spinner {
    width: 65px;
    padding: 10px;
    justify-content: space-between;
}
  .product_card .incremant-spinner .btn {
    font-size: 14px;
}
  .product_card .incremant-spinner .quantity {
    width: 15px;
    font-size: 15px;
}
  .product_card .bottom-btns-wrp .incremant-spinner {
    margin: 0 5px 0 0;
    padding: 10px 5px;
}
}
@media only screen and (max-width: 425px) {
.product_card .incremant-spinner {
    width: 54px;
    padding: 10px 5px ; 
    justify-content: space-between;
}
  .product_card .incremant-spinner .btn {
    font-size: 12px;
}
  .product_card .incremant-spinner .quantity {
    width: 10px;
    font-size: 12px;
}
  .product_card .bottom-btns-wrp .incremant-spinner .quantity {
    width: 10px;
}
  .product_card .bottom-btns-wrp .incremant-spinner .btn {
    font-size: 12px;
}
}
@media only screen and (max-width: 374px){
  .pr_card_content .bottom-btns-wrp wishlist-button-collection, .bottom-btns-wrp .add-to-basket.mob-only,
  .bottom-btns-wrp .notify-us-icon svg{
    width:21px;
    height:21px;
    flex-shrink: 0;
  }
  .product_card .bottom-btns-wrp .incremant-spinner {
    margin: 0;
    padding: 8px 5px;
    width: 46px;
}
   .bottom-btns-wrp .add-to-basket.mob-only svg {
    width: 12px;
    height: 12px;
}
    .product_card .wk-floating .wk-icon svg{
    height: 12px !important;
    width: 12px !important;
  }
  .product_card .bottom-btns-wrp .incremant-spinner .quantity, .product_grid.product-slides-wrp .bottom-btns-wrp .incremant-spinner .pdp_quantity {
    width: 15px;
}
}
/* 26-02-2024 css end here */

/*26-04-2024 css start*/
#predictive-search .promo_label {
    padding: 4px 5px;
    border-radius: 10px;
    display: flex;
    position: unset;
    justify-content: center;
    width: 100%;
    max-width: fit-content;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    color: white;
}
/*26-04-2024 css end  */

</pre></body></html>