/*!
Theme Name: asian-food
Theme URI: 
Author: 
Author URI: 
Description: 
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Inter', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */

:root {
    --white-color: #ffffff;
    --black-color: #000000;
    --theme-color-red: #BA0001;
    --theme-color-black: #181F17;
    --theme-color-green: #3A5A40;
    --theme-color-orange: #FE991A;
    --them-color-hed: #1F5838;
    --font-inter: 'Inter', sans-serif;
}

body {
    margin: 0;
    font-family: var(--font-inter);
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--black-color);
    font-size: 18px;
    line-height: 1.5;
    background-color: var(--white-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
.heading1,
h2,
.heading2,
h3,
.heading3,
h4,
.heading4,
h5,
.heading5 h6,
.heading6 {
    margin: 0 0 22px 0;
    padding: 0;
    font-weight: 700;
}

h1:last-child,
.heading1:last-child,
h2:last-child,
.heading2:last-child,
h3:last-child,
.heading3:last-child,
h4:last-child,
.heading4:last-child,
h5:last-child,
.heading5:last-child,
h6:last-child,
.heading6:last-child {
    margin-bottom: 0;
}

h1,
.heading1 {
    font-weight: 700;
    font-size: 80px;
    line-height: 1.2em;
}

h2,
.heading2 {
    font-size: 64px;
    line-height: 1.3em;
}

h3,
.heading3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
}

h4,
.heading4 {
    font-size: 40px;
    line-height: 1.2;

}

h5,
.heading5 {
    font-size: 30px;
    line-height: 1.2;
}

h6,
.heading6 {
    font-size: 25px;
    line-height: 1.2;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--theme-color-red);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: var(--theme-color-orange);
}

.primary-btn {
    min-width: 342px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 43px;
    border: 3.5px solid var(--them-color-hed);
    background: var(--white-color);
    color: var(--black-color);
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 12px 38px;
    /* margin-bottom: 8px; */
}

.primary-btn svg {
    margin-right: 22px;
    width: 28px;
    height: auto;
}

.primary-btn:hover {
    background: var(--theme-color-green);
    color: var(--white-color);
}

.tertiary-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
}

.tertiary-btn svg {
    margin-left: 8px;
}

.tertiary-btn:hover {
    color: var(--theme-color-green);
}

img {
    max-width: 100%;
}

label {
    font-size: 28px;
    display: block;
    margin: 0 0 0;
    color: var(--black-color);
    font-weight: 400;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    width: 100%;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0;
    color: var(--black-color);
    border: none;
    font-size: 16px;
    padding: 0 16px;
    outline: none !important;
    background: #F3F3F3;
    margin-bottom: 18px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
}

textarea {
    background: #F3F3F3;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0;
    color: var(--black-color);
    border: none;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 16px;
    width: 100%;
    /* height: 216px; */
    outline: none !important;
    resize: none;
    margin-bottom: 18px;
    border: 1px solid transparent;

}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    /* border-color: var(--theme-color-red); */
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px 0px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px 0px;
}

select {
    border: none;
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center #F3F3F3;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid transparent;

}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    min-width: 197px;
    color: var(--white-color);
    border-radius: 21px;
    background: var(--theme-color-orange);
    /* min-height: 70px; */
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 36px;
    font-weight: 600;
    outline: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

input[type="submit"]:hover {
    background: var(--theme-color-green);
    color: var(--white-color);
}

::-webkit-input-placeholder {
    opacity: 1;
    color: var(--black-color);
}

:-ms-input-placeholder {
    opacity: 1;
    color: var(--black-color);
}

::-moz-placeholder {
    opacity: 1;
    color: var(--black-color);
}

:-moz-placeholder {
    opacity: 1;
    color: var(--black-color);
}







/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}





/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 35px;
    display: inline-block;
    cursor: pointer;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 24px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: #fff;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 9px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/check.svg) no-repeat center center;
    background-size: 13px;
    /* border: 10px solid transparent;
    border-color: var(--theme-color-red);
    border-top: 3px;
    border-bottom: 2px;
    border-left: 2px; */

}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}


/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
        transform: translateY(-6px);
}




/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 170px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 12px;
    padding: 0 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--white-color);
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    font-weight: 400;
    /* padding: 0 10px; */
    text-transform: capitalize;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: var(--white-color);
    /* opacity: 0; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* .navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--white-color);
} */

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: calc(100% + 15px);
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/


.cmn_gap {
    padding: 70px 0px;
}

/* ========= main style ========= */

.page-header {
    padding: 15px 0px;
    background: var(--them-color-hed);
    color: var(--white-color);
}

.header-user-panel {
    padding: 0 0 0 14px;
}

.header-user-panel-link {
    color: var(--white-color);
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-user-panel-link:hover {
    color: var(--theme-color-red);
}

.header-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 25px;
}

.header-controller-cart a {
    color: var(--white-color);
}

.header-controller-cart a:hover {
    color: var(--theme-color-red);
}

.header-controller-search [type="text"],
.header-controller-search [type="email"] {
    width: 200px;
    height: 42px;
    border-radius: 44px;
    border: 1px solid #000;
    background: #FFF;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    padding: 0 34px;
    margin: 0;

}

.header-controller-search [type="text"]:focus {
    border-color: #000;
}

.header-controller-search [type="text"]::-webkit-input-placeholder, .header-controller-search [type="mail"]::-webkit-input-placeholder {
    color: var(--black-color);
    opacity: 1;
}

.header-controller-search [type="text"]::-moz-placeholder, .header-controller-search [type="mail"]::-moz-placeholder {
    color: var(--black-color);
    opacity: 1;
}

.header-controller-search [type="text"]:-ms-input-placeholder, .header-controller-search [type="mail"]:-ms-input-placeholder {
    color: var(--black-color);
    opacity: 1;
}

.header-controller-search [type="text"]::-ms-input-placeholder, .header-controller-search [type="mail"]::-ms-input-placeholder {
    color: var(--black-color);
    opacity: 1;
}

.header-controller-search [type="text"]::placeholder,
.header-controller-search [type="mail"]::placeholder {
    color: var(--black-color);
    opacity: 1;
}

.header-controller-cart {
    padding: 0 0 0 28px;
}

.header-controller-cart a svg,
.header-controller-cart a img {
    width: 36px;
    height: auto;
}


.masthead {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 110px 0;
    min-height: 775px;
}

.masthead-content-wrapper h1 {
    color: var(--theme-color-red);
}

.masthead-content-wrapper p {
    font-size: 28px;
}

.favorites-img {
    opacity: 40%;
}

.masthead-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
       opacity: 0.18;
}

.masthead-overlay {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.masthead-content {
    width: 100%;
    max-width: 1022px;
    padding: 58px 60px 58px 0;
    position: relative;
    border-radius: 41px;
}





.masthead-content-wrapper {
    position: relative;
    z-index: 9;
}

.masthead-content h1,
.masthead-content .heading1 {
    margin: 0 0 4px;
}

.masthead-btn-group-item {
    margin-bottom: 15px;
}

.form-cta-block {
    position: relative;
    z-index: 1;
}
.form-cta-block::after{
content: "";
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 0;
}
.masthead-btn-group {
    margin-top: 80px;
}

.form-cta-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.form-cta-overlay {
    position: relative;
    z-index: 9;
    color: var(--white-color);
    padding: 63px 0;
}

/* .form-cta-content {
    width: 100%;
    max-width: 600px;
} */


.form-cta-content h2,
.form-cta-content .heading1 {
    color: var(--white-color);
    margin: 0 0 16px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
}

/* .con-left{
    max-width: 590px;
    margin-left: auto;
} */
.form-cta-wrapper {
    padding: 40px 34px 32px;
    border-radius: 41px;
    background: rgba(255, 255, 255, 0.80);
    position: relative;
    max-width: 511px;
    margin-left: auto;
}

.form-cta-wrapper textarea {
    min-height: 171px;
    background-color: #fff;
}

.form-cta-wrapper input {
    background-color: #fff;
}

.form-cta-wrapper input[type=submit] {
    background-color: #BA0001;
    font-weight: 400;
}

.form-cta-wrapper input[type=submit]:hover {
    background-color: var(--them-color-hed);
}


.product-block {
    background: -webkit-gradient(linear, left top, left bottom, from(#FCFFF6), to(rgba(233, 242, 220, 0.00)));
    background: -o-linear-gradient(top, #FCFFF6 0%, rgba(233, 242, 220, 0.00) 100%);
    background: linear-gradient(180deg, #FCFFF6 0%, rgba(233, 242, 220, 0.00) 100%);
}

.product-block h2 {
    text-align: center;
    color: var(--black-color);
}

/* .product-wrapper [class*="col-"] {
    padding-top: 30px;
    padding-bottom: 30px;
} */
.product-in-row {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 60px;
}

.product-box {
    width: 100%;
    height: 100%;
    background: var(--white-color);
    padding: 30px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 15px;
    border: 1px solid #BFBCBC;
    background: #FFF;
}

.product-thumbnail {
    display: block;
    text-align: center;
    overflow: hidden;
}

.product-thumbnail:hover img {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.product-thumbnail img {
    width: 100%;
    height: 289px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-title {
    margin-top: 6px;
    font-weight: 400;
}

.product-title a {
    color: var(--black-color);
}

.product-box-footer {
    padding-top: 6px;
}

.product-title a:hover {
    color: var(--theme-color-red);
}

.product-box-footer .tertiary-btn {
    font-weight: 500;
    color: #858585;
}

.product-box-footer .tertiary-btn:hover {
    color: var(--theme-color-red);
}

.page-footer {
    background: var(--them-color-hed);
    color: var(--white-color);
    padding: 70px 0 30px;
}

.page-footer a {
    color: var(--white-color);
}

.page-footer a:hover {
    color: var(--theme-color-red);
}

.footer-logo {
    display: inline-block;
    margin-bottom: 8px;
}

.ftr-page-info-item p {
    margin-bottom: 0;
    font-size: 28px;
}

.ftr-page-info-item+.ftr-page-info-item {
    padding-top: 22px;
}


/* faq pages start */
.sec-hed h1 {
    color: var(--black-color);
}

.sec-hed {
    margin-bottom: 38px;
}

.faq-sec {
    padding: 45px 0 170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.faq-outer {
    border-radius: 41px;
    background: rgba(255, 255, 255, 0.75);
    padding: 47px 30px 115px;
}

.faq-htwo {
    font-size: 35px;
    font-weight: 600;
}

.faq-item:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.faq-outer-hed {
    border-bottom: 3px solid #000;
    margin-bottom: 8px;
    padding-bottom: 4px;
}

.faq-item .heading6 {
    margin-bottom: 0;
}

.faq-item p {
    font-size: 25px;
    line-height: 1.2;
}

/* products pages start*/
.marker-text {
    color: var(--theme-color-red);
}

.masthead.inner-bann {
    min-height: inherit;
    padding: 45px 0;
}

.masthead.inner-bann h1 {
    text-transform: uppercase;

}

.masthead.inner-bann h1:not(:last-child) {
    margin-bottom: 29px;
}

.masthead.inner-bann .masthead-content::before {
    background: rgba(255, 255, 255, 0.90);
}

.masthead.inner-bann .masthead-content {
    background: transparent;
    max-width: 950px;
    width: 100%;
    padding: 46px 99px 46px 0;
}

.masthead.inner-bann .masthead-content-wrapper p {
    line-height: 1.2;
}

.product-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.product-left {
    width: 294px;
    padding-right: 30px;
    padding-top: 50px;
}

.product-right {
    width: calc(100% - 294px);
}

.prod-lf-img {
    height: 100%;
    width: 100%;
    margin: 0;
}

.prod-lf-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
}

.products-sec {
    padding: 35px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FCFFF6), to(rgba(252, 255, 246, 0.00)));
    background: -o-linear-gradient(top, #FCFFF6 0%, rgba(252, 255, 246, 0.00) 100%);
    background: linear-gradient(180deg, #FCFFF6 0%, rgba(252, 255, 246, 0.00) 100%);
}

.product-left .heading5 {
    text-transform: uppercase;
    margin-bottom: 50px;
}

.sec-hed .heading1 {
    color: var(--black-color);
}

.pd-card {
    height: 338px;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 15px;
    color: var(--black-color);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pd-card::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pd-card:hover {
    color: var(--theme-color-red);
}

.pd-card:hover img {
    -webkit-filter: blur(5px);
            filter: blur(5px);
 }

/* .pd-card:hover .pd-img{
    opacity: 70%;
} */

.pd-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* opacity: 40%; */
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pd-card .heading5 {
    font-size: 35px;
    text-transform: uppercase;
}

.prd-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 13px;
}

.hed-t img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hed-t:hover img {
    -webkit-filter: none;
            filter: none;
}

.cart-icon {
    margin-right: 22px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.primary-btn:hover .cart-icon {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

/* favorited-sec */
.favorited-sec {
    padding: 55px 0 125px;
    background: #FCFFF6;
}

.favrited-outer {
    border-radius: 41px;
    border: 1px solid #BFBCBC;
    background: #FFF;
    padding: 44px 30px;
    max-width: 1265px;
    width: 100%;
    margin: 0 auto;
}

.favrited-item table {
    width: 100%;
    table-layout: fixed;
}

.favrited-item table a {
    color: #fff;
    background: #1F5838;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
    line-height: 1;
    /*text-align: left;*/
}

.wishlist-items-wrapper .product-name a{background: white;}
/*.favrited-item table a:hover {
    background: var(--theme-color-red);
}*/

.favrited-item input[type="number"] {
    width: 44px;
    height: 36px;
    padding: 2px;
    border: 3px solid #1F5838;
    background: rgba(217, 217, 217, 0.00);
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.favrited-item input[type=number]::-webkit-inner-spin-button,
.favrited-item input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.favrited-item input[type="number"]:focus {
    border-color: #1D2D1E;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

.favrited-item th {
    border-bottom: 3px solid #000;
    padding: 4px 0;
    font-size: 40px;
    font-weight: 600;
}

.favrited-item td {
    padding: 4px 0;
    font-size: 25px;
    border-bottom: 1px solid #000;
}

.favrited-item tr td:not(:first-child),
.favrited-item tr th:not(:first-child) {
    text-align: center;
}

.qty-hed {
    width: 80px;
}

.date-hed {
    width: 155px;
}

.favrited-item:not(:last-child) {
    margin-bottom: 34px;
    overflow: hidden;
}

.favrited-num a {
    font-size: 25px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-grid-column-align: center;
        justify-self: center;
    color: var(--black-color);
}

.favrited-num a:hover {
    color: var(--theme-color-red);
}


.favrited-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    padding: 0;
    margin-top: 172px;
    margin-bottom: 0;
}

.favrited-num li:not(:last-child) {
    margin-right: 8px;
}

.favrited-num li a:hover::after,
.favrited-num li.active a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--black-color);
    bottom: 2px;
    left: 0;
    z-index: -1;
}

.favrited-num li a:hover::after {
    background: var(--theme-color-red);
}

/* .favrited-num a::after{
 
} */

/* login-sec start */
.login-sec {
    position: relative;
    z-index: 1;
    padding: 140px 0;
    min-height: 1367px;
}

.login-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    opacity: 0.3;
    /* filter: grayscale(30%) */
}

.form-cta-wrapper.login-form {
    max-width: 838px;
    width: 100%;
    background: transparent;
    margin-left: 0;
}

.form-cta-wrapper.login-form h1 {
    margin-bottom: 4px;
    color: #000;
}

.width-color {
    color: #fff;
}

.width-color h1 {
    color: #fff;
}

.width-color label {
    color: #fff;
}

.form-cta-wrapper.login-form label {
    font-size: 35px;
    font-weight: 400;
    color: #000;
}

.form-cta-wrapper.login-form input {
    margin-bottom: 13px;
}

.form-cta-wrapper.login-form input[type="submit"] {
    margin-bottom: 0;
    min-width: 374px;
    border-radius: 15px;
    border: 6px solid #6EBC7D;
    background: #F6F6F6;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    padding-top: 6px;
    padding-bottom: 7px;
    line-height: 1;
}

.form-cta-wrapper.login-form input[type="submit"]:hover {
    background: #6EBC7D;
    color: #fff;
}

.input-item {
    margin-bottom: 30px;
}

.input-item:last-child {
    margin-bottom: 0px;
}

.form-cta-wrapper.login-form .form_input_check label {
    font-size: 28px;
}

.form-cta-wrapper.login-form:not(:last-child) {
    margin-bottom: 33px;
}

.proce-btn {
    border-radius: 15px;
    background: #E9F2DC;
    font-size: 35px;
    font-weight: 400;
    padding: 8px 28px;
    color: var(--black-color);
    display: inline-block;
}

.proce-btn:hover {
    background: #6EBC7D;
    color: #fff;
}

.lost-pass {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;

    display: inline-block;
    position: relative;
}

.lost-pass::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--black-color);
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fm-bot-item:not(:last-child) {
    margin-bottom: 20px;
}

.lost-pass:hover {
    color: var(--black-color);
}

.lost-pass:hover::after {
    width: 0;
}

.proce-btn.sing-up-btn {
    padding-left: 41px;
    padding-right: 40px;
    color: #fff;
    background: #3A5A40;
}

.proce-btn.sing-up-btn:hover {
    background-color: #6EBC7D;
}

.login-rigth {
    text-align: center;
    margin-top: 160px;
}

.login-rigth p {
    margin-bottom: 20px;
    font-size: 20px;
}

.header-user-panel-wrapper {
    margin-left: 8px;
}

.header-user-panel-link.current-menu-item {
    position: relative;
}

.header-user-panel-link.current-menu-item span {
    padding: 0;
}

.header-user-panel-link:hover {
    color: #fff;
}

.header-user-panel-link:hover::after,
.header-user-panel-link.current-menu-item::after {
    width: calc(100% + 15px);
}

.header-user-panel-link::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: var(--white-color);
    /* opacity: 0; */
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-cta-wrapper.login-form.password-form h1 {
    font-size: 60px;
    margin-bottom: 15px;
}

.form-cta-wrapper.login-form.password-form {
    text-align: center;
}

.form-cta-wrapper.login-form.password-form input[type="text"] {
    border-radius: 15px;
    margin-bottom: 25px;
    height: 50px;
}

.form-cta-wrapper.login-form.password-form {
    max-width: 775px;
    padding: 30px 60px 60px;
}

.form-cta-wrapper.login-form.password-form p {
    font-size: 25px;
    margin-bottom: 35px;
    color: #000;
}

.form-cta-content{
    margin-top: 100px;
}

.footer-logo{
    width: 195px;
}

/* catagori pages */
.catagori-title{
    color: #fff;
}
.catagori-sec{
    padding: 27px 0;
}

.catagori-slick .slick-arrow{
    width: 20px;
    height: 20px;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.catagori-box:hover .catagori-slick .slick-arrow{
    opacity: 1;
}
.catagori-slick .slick-arrow::before{
    display: none;
}
.catagori-slick .slick-arrow.slick-next{
    background-image: url('images/left-aro.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
   right: 0;
}
.catagori-slick .slick-arrow.slick-prev{
    background-image: url('images/right-aro.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
   left: 0;
}

.product-box.catagori-box{
    padding: 30px 13px;
}
.product-box.catagori-box .tertiary-btn,
.product-box.catagori-box .product-title{
    font-size: 19px;
    font-weight: 500;
}
.product-box.catagori-box .product-title{
    margin-bottom: 5px;
}
.product-box.catagori-box .tertiary-btn{
    display: flex;
    align-items: center;
}
.product-box.catagori-box .right-aro{
    transform: translateX(10px);
    transition: all 0.4s ease-in-out;
}
.product-box.catagori-box .tertiary-btn:hover{
    color: #858585;
}
.product-box.catagori-box .tertiary-btn:hover .right-aro{
    transform: translateX(15px);
}

.product-box.catagori-box .product-thumbnail{
    height: 228px;
    display: flex;
    justify-content: center;
}
.product-box.catagori-box .product-thumbnail img{
  object-fit: contain;
  height: inherit;
  width: inherit;
}
.catagori-row-new{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 24px;
}
.favrited-num.catagori-pag{
    margin-top: 95px;
}
.catagori-slick{
    margin-bottom: 30px;
}
.product-box.catagori-box .product-thumbnail:hover img{
    transform: inherit;
}

.product-box.catagori-box .product-box-footer{
    text-align: left;
}
.catagori-toggle{
    display: none;
    margin-bottom: 20px;
    position: relative;
}

/* feed */
.form-cta-content-inner .heading2{
    font-weight: 400;
}
.fm-bot-item{
    max-width: 838px;
}
.mble-td-view{
    display: none;

}
.fav-table-hdr{
    display: none;
}
img.srch-close {
    width: 17px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
    filter: brightness(0) invert(1);
}
.about-main-sec{
    background-color: #920001;
    color: #fff;
}
.about-hdr .heading3{
font-size: 35px;
font-weight: 600;
}
.about-hdr{
    margin-bottom: 50px;
}
.about-txt > p > span{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}
.about-txt > p{
    font-size: 28px;
    line-height: 1.3;
}

.gform_required_legend{ display: none; }
.yith-wcwl-share{ display: none; }
.wishlist-title h2{ display: none; }
#secondary{ display: none; }
/*.nobr{ display: none; }*/
.registers_form{ display: none; }
tr.cart-subtotal { display: none; }
a.added_to_cart.wc-forward {display:none}

/*.related ul.products li.product a.button { display: none; }*/

/*.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none;
}*/
/*.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
 display: none;
}*/
.woocommerce-checkout section.woocommerce-order-details {
    display: none;
}

th.product-subtotal {
    display: none;
}
td.product-subtotal {
    display: none;
}
th.product-price {
    display: none;
}
td.product-price {
    display: none;
}
h3#order_review_heading {
    display: none;
}

/*.woocommerce-checkout li.woocommerce-order-overview__total.total {
    display: none;
}*/
/*th.product-thumbnail {
    display: none;
}*/
/*td.product-thumbnail {
    display: none;
}*/

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block !important; 
}


/* feed */




/* 31.10.2023 */
.product-part > h2{
    font-size: 32px;
}
.product-arrow{
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    padding-right: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.product-list-main > li::after{
    content: "";
    height: 11px;
    width: 15px;
    position: absolute;
    top: 13px;
    right: 0;
    background: url(https://dev.wordpress-developer.us/asian-food/wp-content/uploads/2023/10/pro-drop-arrow.svg) no-repeat center right;
    background-size: 15px;
    z-index: 1;
    transition: all 0.3s ease-in-out;

}
.product-list-main li{
    position: relative;
}
.product-arrow:hover{
    color: #3A5A40;
}
.product-list-main{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sub-product{
    display: none;
}
.product-list-main li.product-show::after{
    transform: rotate(180deg);
}
.product-list-main li.product-show > a{
    font-weight: 700;
    margin-bottom: 30px;
}
.product-show .sub-product{
    display: block;
    margin-bottom: 25px;
}
.product-show .sub-product:last-child{
    margin-bottom: 0;
}
.sub-product ul{
    list-style: none;
}
.sub-product ul li a{
    color: #000000;
    font-size: 25px;
}
.sub-product ul li a:hover{
    color: #3A5A40;
}
.product-list-main > li{
    padding-bottom: 40px;
}
.product-list-main > li:last-child{
    padding-bottom: 0;
}
.sub-product ul > li{
    padding-bottom: 30px;
}
.sub-product ul > li:last-child{
    padding-bottom: 0;
}
.hed-t {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    position: relative;
}
.hed-t > span{
    position: absolute;
    top: -6px;
    right: -10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    z-index: 2;
    font-size: 12px;
}
.hd-form-input{
    text-align: center;
    max-width: 286px;
    margin-left: auto;
}
.hd-form-input input{
    border-radius: 43px;
    padding: 0 28px;
    font-size: 20px;
    color: #000;
    height: 43px;
    border: 1px solid #000;
    background-color: #fff;
    width: 100%;
}
.hd-form-input input:focus{
    outline: none;
}
body.single-product .summary.entry-summary{
    float: none !important;
}
body.single-product .type-product{
    display: flex;
    flex-wrap: wrap;
}
body.single-product .product_title.entry-title{
    font-size: 40px;
}
body.single-product .singl-desc{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2;
}
body.single-product .single_add_to_cart_button{
    background-color: #3A5A40 !important;
    min-width: 252px;
    border-radius: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
body.single-product .single_add_to_cart_button:hover{
    background-color: #000 !important;
}
body.single-product .quantity .input-text.qty.text{
    height: 40px;
    border: 3px solid #3A5A40;
}
body.single-product .cart{
    margin-bottom: 9px !important;
}
body.single-product .add_to_wishlist{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #3A5A40;
    padding: 5px 50px;
    max-width: 320px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
body.single-product .add_to_wishlist:hover{
    background-color: #000;
}
body.single-product .woocommerce-product-details__short-description{
    margin-bottom: 40px;
}
body.single-product .product_meta{
    margin-top: 40px;
}
body.single-product .posted_in > a{
    color: #000;
}
body.single-product .posted_in > a:hover{
    color: #3A5A40;
}
body.single-product .tagged_as{
    display: block;
    margin-top: 5px;
}
body.single-product .tagged_as > a{
    color: #000;
}
body.single-product .tagged_as > a:hover{
    color: #3A5A40;
}
body.single-product .related.products > h2{
   font-size: 40px;
   text-transform: uppercase;
   margin-bottom: 50px;
    margin-bottom: 20px;
}
body.single-product .after-single-wrap{
    padding: 62px 0;
    background-color: #EFF8DE;
}
.woocommerce-breadcrumb{
    padding: 20px 0 !important;
    color: #000 !important;
    margin-bottom: 0 !important;
}
 ul.products{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -30px -30px!important;
    padding: 0;
}
 ul.products > li{
    width: 25% !important;
    padding: 0 30px 30px 30px!important;
    margin: 0 !important;
}
.shop-loop-item-wrap {
    padding: 30px 15px 15px 15px;
    border-radius: 17px;
    border: 1px solid #BFBCBC;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 403px;
}
ul.products > li h2{
    font-size: inherit !important;
    color: #000;
}
.add_to_cart_button{
    background-color: #3A5A40 !important;
    border-radius: 0 !important;
    color: #fff !important;
}
.archivepro-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
body.archive .woocommerce-result-count{
display: none;
}
body.archive .woocommerce-ordering{
    display: none;
}
.archivepro-wrap .prod-left-menu{
    width: 20%;
    padding-right: 30px;
}
.archivepro-wrap .products{
    width: 80%;
    margin: 0 -9px -18px -9px !important;
}
.archivepro-wrap .products > li{
    padding: 0 9px 18px 9px!important;
}
.archivepro-wrap .woocommerce-pagination{
    margin-top: 60px;
}
.page-numbers{
    border: 0 !important;
}
.page-numbers > li > .page-numbers{
    font-size: 25px !important;
    color: #000 !important;
}
.page-numbers > li{
    border: 0 !important;
}
.page-numbers > li > .page-numbers.current{
    background-color: transparent !important;
    font-size: 25px !important;
    color: #000 !important;
    text-decoration: underline;
}
.singl-price{
    margin-bottom: 5px;
    line-height: 1;
}
.posted_in{
    display: block;
}
ul.products li.product .price {
    margin-bottom: 0 !important;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: auto;
    border: 1px solid #3A5A40;
    border-radius: 15px;
    overflow: hidden;
}
.woocommerce-MyAccount-navigation ul li:last-child{
    padding-bottom: 0;
}
.single-wrap .woocommerce{
    padding: 20px 0 60px 0;
    text-align: center;
}
.single-wrap.checkout-wrap .woocommerce{
    text-align: left;
}
.woocommerce-MyAccount-navigation ul li a{
    color: #000;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #3A5A40;
    
}
.woocommerce-MyAccount-navigation ul li:last-child a{
    border-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a:hover{
    color: #BA0001;
}
.button{
    background-color: #3A5A40 !important;
    color: #fff !important;
    border-radius: 0 !important;
}
.woocommerce-Address-title h3{
    font-size: 25px;
}
.woocommerce .woocommerce-MyAccount-content label{
    font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #fff;
    background-color: #3A5A40;
}
.form-cta-wrapper label{
    font-size: 28px !important;
    font-weight: 400 !important;

}
.form-cta-wrapper input[type="submit"]{
    height: 64px !important;
    background-color: #BA0001 !important;
    border-radius: 21px !important;
}
.form-cta-wrapper .gform_footer{
    justify-content: center;
}
.shop_table th{
    font-size: 25px;
    text-transform: uppercase;
}
.woocommerce a.remove{
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}
.woocommerce-MyAccount-content{
    padding: 15px;
    border: 1px solid #3A5A40;
    border-radius: 15px;
    background-color: #fff;
}
.woocommerce-Address{
    padding: 15px;
    border: 1px solid #3A5A40;
    border-radius: 15px;
    height: 100%;
    min-height: 214px;
}
.woocommerce-Address address{
    margin-bottom: 0;
}
.woocommerce-EditAccountForm > p{
    margin-top: 20px;
}
.woocommerce-form-login{
    max-width: 750px;
    margin: 0 auto !important;
}
.navbar .favorites{
    padding-left: 17px;
}
/* 31.10.2023 */
/* 1.11.2023 */
.shop_table.mobile{
    padding-left: 0;
}
.shop_table.mobile > li .item-wrapper{
    display: flex;
    align-items: flex-start;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 60px;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail img{
    height: auto;
}
.wishlist_table.mobile li .item-wrapper .product-name h3{
    font-size: 30px;
   
}
.wishlist_table.mobile li .item-wrapper .product-name h3 a{
    color: #000;
}
.wishlist_table.mobile li .item-wrapper .product-name h3 a:hover{
    color: #3A5A40;
}
.wishlist_table.mobile li .product-add-to-cart a{
    padding: 10px 15px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.price{
    color: #1F5838 !important;
    font-weight: 600;
}
.shop_table .product-name a{
    color: #000;
}
.shop_table .product-name a:hover{
    color: #3A5A40;
}
.shop_table .coupon .input-text{
    width: auto !important;
    height: 40px !important; 
    background-color: #fff !important;
}
.woocommerce .cart-collaterals{
   display: flex;
   justify-content: center;
}
.woocommerce .cart-collaterals tr > td{
    text-align: end;
}
.woocommerce-info {
    border-top-color: #3A5A40;
}
.woocommerce-info .showcoupon{
    color: #3A5A40;
}
.woocommerce-info .showcoupon:hover{
    color: #1F5838;
}
.woocommerce-privacy-policy-text{
    margin-bottom: 15px;
}
.woocommerce-info::before {
    color: #3A5A40;
}
.woocommerce .u-columns{
    text-align: center;
    display: flex;
   justify-content: center;
   margin-bottom: 20px;
}
.woocommerce-LostPassword a{
    color: #000;
    text-decoration: underline !important;
}
.woocommerce-LostPassword a:hover{
    color: #3A5A40;
}
.guest-btn {
    background-color: #E9F2DC;
    color: #000;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 7px 25px;
    border-radius: 15px;
    font-weight: 700;
    outline: none;
    border: 0;
    font-size: 35px;
    text-align: center !important;
/*    max-width: 361px;
    margin: 0 auto;*/
}
.guest-btn:hover{
    background-color: #3A5A40;
    color: #fff;
}
form.woocommerce-form.woocommerce-form-login.login {
    text-align: center;
}
/*.guest-btn > a:last-child{
    display: none;
}*/
.sign-up-btn #new_user{
    background-color: #3A5A40;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    border-radius: 15px;
font-weight: 700;
margin-top: 10px;
}
.sign-up-btn #new_user:hover{
    background-color: #000;
}
.pro-not-found{
    text-align: center;
    padding: 20px ;
    margin: 20px auto 20px auto;
    max-width: 950px;
    background-color: rgba(58, 90, 64, 0.3);
    color: #000;
}
.error-404{
    padding: 50px 0;
}
.back-home{
    text-align: center;
}
.back-home > a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #3A5A40;
    color: #fff;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 15px;
    margin-top: 25px;
}
.back-home > a:hover{
    background-color: #000;
}
form.woocommerce-ResetPassword.lost_reset_password {
    text-align: left;
}
.single-wrap {
    padding-top: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    /*float: right;
    width: 68%;*/
    text-align: left;
}
.woocommerce-Address address {
    text-align: left;
}
.woocommerce table.shop_table th {
    font-size: 22px;
    border: 0;
}
/* 1.11.2023 */


/* support 2/11/23 */

.woocommerce div.product .woocommerce-product-gallery__image img{
    max-height: 465px;
}

.products-header-wrap{
    padding: 85px 0 45px;
    position: relative;
    margin-top: -65px;
}

.products-header-wrap::before{
    content: "";
    background-image: url(images/product-wrp-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 20%;
    z-index: -1;
}

.single-wrap {
    position: relative;
}

.single-wrap::before{
    content: "";
    height: 100%;
    width: 100%;
    background-image: url(images/single-wrap-back.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
    z-index: -1;
}

.single-wrap  .u-columns.col2-set .logins_form .woocommerce-form-login.login {
    border: none;
    padding: 10px;
}
.single-wrap  .u-columns.col2-set .logins_form h2{
    margin-bottom: 10px;
    line-height: 1;
}

.site-main.accountall-wrap .woocommerce-notices-wrapper{
    width: 100%;
    text-align: left;
}

.site-main.accountall-wrap .u-columns.col2-set{
    max-width: 680px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form{
    width: 100%;
    text-align: center;
}

.site-main.accountall-wrap .sign-up-btn{
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .form-row{
    text-align: center;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .form-row.form-row-wide{
    text-align: left;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .form-row 
.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
    width: 100%;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .form-row .button.woocommerce-form-login__submit{
    float: none;
    border-radius: 15px !important;
    border: 6px solid #6EBC7D;
    background-color: #F6F6F6 !important;
    color: #000 !important;
    text-align: center;
    font-family: Inter;
    font-size: 35px;
    font-weight: 700;
    padding: 7px 130px;
    margin-right: 0;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .form-row .button.woocommerce-form-login__submit:hover{
    background-color: #6EBC7D !important;
    border: 6px solid transparent;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .woocommerce-LostPassword.lost_password{
    margin-top: 60px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .guest-btn{
    text-align: center;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .guest-btn > a{
    border-radius: 15px;
    background: #E9F2DC;
    padding: 6px 45px;
    min-width: 375px;
    color: #000;
    font-family: Inter;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    padding: 11px 39px;
}

.site-main.accountall-wrap .sign-up-btn #new_user{
    padding: 11px 13px;
    font-size: 35px;
    line-height: 1;
}

.site-main.accountall-wrap .woocommerce .woocommerce-ResetPassword.lost_reset_password{
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.site-main.accountall-wrap h1 {
    max-width: 680px;
    margin-left: 430px;
    margin-right: auto;
    text-align: left;
}

.woocommerce-page .site-main.accountall-wrap form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row--first.form-row-first{
    width: 100%;
}

.woocommerce-page .site-main.accountall-wrap .form-row.form-row-first{
    text-align: left;
}

.woocommerce-page .site-main.accountall-wrap .woocommerce-form-row.form-row .woocommerce-Button.button{
    float: none;
    border-radius: 15px !important;
    border: 6px solid #6EBC7D;
    background-color: #F6F6F6 !important;
    color: #000 !important;
    text-align: center;
    font-family: Inter;
    font-size: 35px;
    font-weight: 700;
    padding: 7px 45px;
    margin-right: 0;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

.woocommerce-page .site-main.accountall-wrap .woocommerce-form-row.form-row .woocommerce-Button.button:hover{
    background-color: #6EBC7D !important;
    border: 6px solid transparent;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column2.registers_form{
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column2.registers_form .woocommerce-form-register.register{
    width: 100%;
    border: none;
    margin-top: 0;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column2.registers_form a{
    display: block;
    width: 100%;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column2.registers_form 
.woocommerce-button.button.woocommerce-form-register__submit{
    float: none;
    margin: 0 auto;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column2.registers_form .woocommerce-privacy-policy-text{
    text-align: center;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column2.registers_form  .woocommerce-form-row.form-row{
    text-align: center;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column2.registers_form .form-row.form-row-wide{
    text-align: left;
}

.woocommerce-checkout .single-wrap::before{
    display: none;
}

.woocommerce-checkout .single-wrap.checkout-wrap{
    background-color: #FCFFF6;
}

.single-wrap.checkout-wrap .col2-set .col-1{
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%;
}

.single-wrap.checkout-wrap .col2-set .woocommerce-billing-fields{
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.single-wrap .woocommerce-MyAccount-content .woocommerce-Address{
    width: 100%;
}

.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment{
   background: transparent;
}

.favorited-sec .favrited-outer .fav-list-wrap-table .fav-table-hds h2{
    font-size: 45px;
}

/* end support 2/11/23 */

/* 6.11.2023 */
.u-columns.customer-columns{
    max-width: 100% !important;
    width: 100% !important;
}
.woocommerce-form-login{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px !important;
    padding: 0 !important;
}
.woocomformwrap{
    width: 50%;
    padding: 0 15px;
}
.u-columns.customer-columns .woocommerce-form-login{
    max-width: 100% !important;
}
.u-columns.customer-columns .logins_form h2{
    text-align: left;
}
.woocommerce-form-login .sign-up-btn{
    width: 50%;
    padding: 0 15px;
    padding-top: 110px;
}
body.woocommerce-lost-password .accountall-wrap{
    text-align: left;
    max-width: 770px;
}
body.woocommerce-lost-password .accountall-wrap > h1{
    max-width: 100% !important;
    width: 100%;
}
body.woocommerce-lost-password .accountall-wrap .lost_reset_password{
   margin-left: auto !important;
   margin-right: auto !important;
}
.registers_form.woocommerce-regs{
    margin-left: 0 !important;
}
/* 6.11.2023 */

/* 9.11.2023 */
.product-wrapper.best_sellers_wrap .product-right{
    width: 100%;
}
.products-new-slider-each{
    padding: 0 33px;
}
.products-new-slider{
    margin: 0 -33px;
}

.product-wrapper.best_sellers_wrap .clap-togglr{
    display: none;
}
.product-wrapper.best_sellers_wrap .pd-card{
    flex-wrap: wrap;
}
.product-wrapper.best_sellers_wrap .pd-card .heading5{
    width: 100%;
}
.products-new-slider .slick-next:before, .products-new-slider .slick-prev:before{
    display: none;
}
.products-new-slider .slick-prev{
    background: url(https://dev.wordpress-developer.us/asian-food/wp-content/themes/asian-food/images/right-arrow.png) no-repeat center;
    background-size: 20px;
transform: rotate(180deg);
}
.products-new-slider .slick-next{
    background: url(https://dev.wordpress-developer.us/asian-food/wp-content/themes/asian-food/images/right-arrow.png) no-repeat center;
    background-size: 20px;
}
.show-password-input{
    top: 5px !important;
}
/* 9.11.2023 */
.navbar-collapse{
    justify-content: center;
}
p#billing_p_field {
    font-weight: 700;
    padding-top: 24px;
}

/* 10.11.2023 */
.products-new-slider .pd-card{
    justify-content: center;
    flex-direction: column;
}
.products-new-slider .pd-card::after {
    background: rgba(255, 255, 255, 0.5);
}
.products-new-slider .pd-card .heading5{
    margin-bottom: 10px;
}
.products-new-slider .pd-card .tertiary-btn{
    color: var(--black-color);
}
.shop-loop-item-wrap .add_to_cart_button{
    max-width: 165px;
    width: 100%;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
#billing_check_field label, #billing_checkbox_field label{
    font-size: 18px;
    line-height: 1.5;
}
.form-row.place-order{
    display: flex;
    justify-content: center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    text-align: center !important;
}
.woocommerce-checkout #billing_place_an_order_field.form-row label {
    display: inline-block !important;
    padding-left: 5px !important;
    font-size: 22px;
}
.product_type_simple{
    max-width: 230px;
}
.page-template-myfavorites .woocommerce table.shop_table th {
    padding: 5px 10px !important;
}
/* 10.11.2023 */

/* 13.11.2023 */
.masthead-btn-group-item .tertiary-btn{
    min-width: 734px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 43px;
    border: 3.5px solid var(--them-color-hed);
    background: var(--white-color);
    color: var(--black-color);
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 12px 38px;
}
.masthead-btn-group-item .tertiary-btn:hover{
    background: var(--theme-color-green);
    color: var(--white-color);
}
.masthead-btn-group-item .tertiary-btn:hover img{
    filter: brightness(0) invert(1);
}
.site-main.accountall-wrap .u-columns.col2-set .u-column2.registers_form a{
    display: inline;
    width: auto;
}
.form-cta-wrapper .gform_confirmation_message{
    color: var(--black-color);
    text-align: center;
}
body.woocommerce-checkout .woocommerce-form-login{
    max-width: 650px;
    margin: 0 auto !important;
    padding: 20px 15px !important;
}
.wooc-remlogin{
    margin-top: 15px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wooc-remlogin > .form-row{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}
body.woocommerce-checkout .woocommerce-form-login .form-row-first, body.woocommerce-checkout .woocommerce-form-login .form-row-last,
body.woocommerce-checkout .woocommerce-form-login .form-row-first, body.woocommerce-checkout .woocommerce-form-login .form-row-last {
    width: 50%;
}
body.woocommerce-checkout .woocommerce-form-login .lost_password{
    width: 100%;
    text-align: center;
}
.wooc-loginform-wrap label{
    text-align: left;
}
body.woocommerce-checkout .woocommerce-form-login .lost_password a{
    text-decoration: underline !important;
}
.form-cta-block-row{
    align-items: center;
}

/* 13.11.2023 */

/* 14.11.2023 */
.shop_table .product-thumbnail .screen-reader-text{
    position: static !important;
    font-size: 25px;
    color: #000;
    overflow: visible;
    clip-path: none;
}

.shop_table table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 55px;
    box-shadow: none;
}
/* 14.11.2023 */

/* 16.11.2023 */
.woocommerce table.shop_table td {
    border-bottom: 0;
}
.shop-loop-item-wrap>a:first-child{
    padding-top: 16px;
}

.shop-loop-item-wrap .add_to_cart_button{
    margin-top: 0 !important;
}

.woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    display: none;
}
.woocommerce-account th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
    display: none;
}
.woocommerce-account th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    display: none;
}
.woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: none;
}
/* 16.11.2023 */

/* 17.11.2023 */
body.woocommerce-account .woocommerce table.shop_table th {
    text-align: center;
}
body.woocommerce-account .woocommerce table.shop_table td {
    text-align: center;
}
.woocommerce-account .woocommerce-view-order td.woocommerce-table__product-total.product-total {
    display: none;
}
.content-area{ padding-bottom: 20px !important; } 
/* 17.11.2023 */

/* ========== responsive css =========== */


.big-container {
    padding: 0 15px;
}

.search-img {
    display: none;
}

.clap-togglr {
    display: none;
}
@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media(min-width:1440px) {
    .big-container {
        max-width: 1430px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .container {
        max-width: 1352px;
    }

    .primary-btn {
        min-width: 385px;
        font-size: 36px;
    }

    .primary-btn svg {
        width: 35px;
        margin-right: 18px;
    }

    .tertiary-btn {
        font-size: 28px;
    }

    .navbar-brand {
        width: 195px;
    }

    /* .navbar-nav>li>a,
    .header-user-panel-link {
        font-size: 20px;
    } */

    .header-controller-search [type="text"],
    .header-controller-search [type="mail"] {
        width: 290px;
        font-size: 20px;
    }

    .header-controller-cart a svg,
    .header-controller-cart a img {
        width: 55px;
    }

    .header-controller-cart {
        padding: 0 0 0 28px;
    }

    .header-user-panel-link img {
        width: 48px;
        height: 48px;
    }


}
@media(max-width:1439px){
    .masthead-btn-group-item .tertiary-btn{
        min-width: 602px;
        font-size: 28px;
    }
}

@media(max-width:1400px) {
    .masthead {
        min-height: 730px;
    }

    h1,
    .heading1 {
        font-size: 70px;

    }

    h2,
    .heading2 {
        font-size: 56px;
    }

    h4,
    .heading4 {
        font-size: 34px;
    }

    /* .navbar-nav>li {
        margin: 0 5px;
    } */
    .pd-card .heading5 {
        font-size: 27px;
    }

    .pd-card {
        height: 280px;
    }

    .proce-btn {
        font-size: 30px;
    }

    .faq-htwo {
        font-size: 32px;
    }

    h6,
    .heading6 {
        font-size: 23px;
    }

    .faq-item p {
        font-size: 21px;
    }

    .login-sec {
        padding: 100px 0;
        min-height: 1200px;
    }

    .login-form h1 {
        font-size: 60px;
    }

    .form-cta-wrapper.login-form label {
        font-size: 32px;
    }

    .form-cta-wrapper.login-form input[type="submit"] {
        font-size: 32px;
    }

    .form-cta-wrapper.login-form.password-form h1 {
        font-size: 52px;
    }

    .form-cta-wrapper.login-form input[type="submit"] {
        font-size: 30px;
    }

    .favrited-num {
        margin-top: 130px;
    }

    .catagori-row-new {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 20px;
    }
    .product-box.catagori-box .tertiary-btn,
    .product-box.catagori-box .product-title {
        font-size: 15px;
    }
    .product-box.catagori-box {
        padding: 20px 10px;
    }
    .favrited-num.catagori-pag {
        margin-top: 65px;
    }
    .product-box.catagori-box .product-thumbnail {
        height: 188px;
    }
    .shop_table th {
        font-size: 18px;
    }
 
}
@media(max-width:1350px){
    .navbar-nav>li>a {
        font-size: 16px;
    }
    .header-user-panel-link {
        font-size: 16px;
    }
    .hd-form-input {
        max-width: 255px;
    }
    .favrited-item table a {
        font-size: 17px;
        padding: 8px 10px;
    }
}
@media(max-width:1199px) {
   
    .header-controller-search [type="text"] {
        width: 195px;
    }

    .header-controller-cart {
        padding: 0 0 0 15px;
    }

    .navbar-nav>li>a {
        font-size: 14px;
    }

    .navbar-nav>li {
        margin: 0 6px;
    }

    .header-user-panel-wrapper {
        margin-left: 0;
    }

    .product-in-row {
        --bs-gutter-x: 40px;
        --bs-gutter-y: 40px;
    }

    .product-thumbnail img {
        height: 200px;
    }

    .product-box {
        padding: 25px 20px;
    }

    h1,
    .heading1 {
        font-size: 60px;
    }

    h2,
    .heading2 {
        font-size: 48px;
    }

    h3,
    .heading3 {
        font-size: 43px;
    }

    h4,
    .heading4 {
        font-size: 30px;
    }

    .masthead-content-wrapper p {
        font-size: 25px;
    }

    .masthead-btn-group {
        margin-top: 40px;
    }

    .masthead {
        min-height: 660px;
        padding: 90px 0;
    }

    .form-cta-wrapper {
        padding: 35px 24px 30px;
    }

    .form-cta-wrapper textarea {
        min-height: 150px;
    }

    label {
        font-size: 25px;
    }

    input[type="submit"] {
        font-size: 30px;
    }

    .ftr-page-info-item p {
        font-size: 26px;
    }

    .pd-card .heading5 {
        font-size: 28px;
    }

    .product-left {
        width: 250px;
        padding-right: 24px;
        padding-top: 40px;
    }

    .product-right {
        width: calc(100% - 250px);
    }

    .favrited-num {
        margin-top: 100px;
    }

    .favrited-item th {
        font-size: 26px;
    }

    .favrited-item td {
        font-size: 22px;
    }

    .favrited-item table a {
        font-size: 18px;
        padding: 8px 12px;
    }

    .login-form h1 {
        font-size: 52px;
    }

    .form-cta-wrapper.login-form label {
        font-size: 30px;
    }

    .form-cta-wrapper.login-form .form_input_check label {
        font-size: 26px;
    }

    .form-cta-wrapper.login-form input[type="submit"] {
        font-size: 28px;
    }

    .proce-btn {
        font-size: 26px;
    }

    .proce-btn.sing-up-btn {
        padding-left: 30px;
        padding-right: 30px;
    }

    .login-sec {
        min-height: 800px;
    }

    .form-cta-wrapper.login-form.password-form h1 {
        font-size: 50px;
    }

    .form-cta-wrapper.login-form.password-form p {
        font-size: 23px;
        margin-bottom: 30px;
    }
   
    .favrited-item input[type="number"] {
        width: 44px;
        height: 38px;
    }
    .header-user-panel-link {
        font-size: 14px;
    }
    .header-controller {
        padding: 0 0 0 15px;
    }
    .pd-card .heading5 {
        font-size: 25px;
    }
    .prd-row > *{
        width: 50%;
    }
    .product-arrow {
        font-size: 22px;
    }
    .product-list-main > li {
        padding-bottom: 20px;
    }
    ul.products > li {
        width: 50% !important;
    }
    .archivepro-wrap .prod-left-menu {
        width: 30%;
        padding-right: 20px;
    }
    .archivepro-wrap .products {
        width: 70%;

    }
    .hd-form-input {
        max-width: 195px;
    }
    /* 9.11.2023 */
    .products-new-slider .slick-prev{
        top: auto;
        bottom: 0;
        left: 40%;
    }
    .products-new-slider .slick-next{
       top: auto;
       bottom: 0;
       right: 40%;
       transform: none;
    }
    .products-new-slider{
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        padding-bottom: 70px;
    }
    .product-block{
        overflow-x: hidden;
    }
    /* 9.11.2023 */

}



@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav>li.current-menu-item>a{
        border-bottom: 3px solid #fff;
        padding-bottom: 5px;
    }
    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
        display: none;
    }
    .header-user-panel-link::after {
        display: none;
    }
.header-user-panel-link.current-menu-item{
    border-bottom: 3px solid #fff;
}
    /* navbar end*/

}


@media (max-width: 991px) {
    .header-controller {
        margin-left: auto;
    }


    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 15px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }

    /* .navbar-toggler.navbar-toggler-main.open .stick:after,
.navbar-toggler.navbar-toggler-main.open .stick:before{
    background: #000;
} */
    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
            -ms-transform: translateX(-50px);
                transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
            -ms-transform: rotate(45deg) translate(42px, -28px);
                transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
            -ms-transform: rotate(-45deg) translate(42px, 28px);
                transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px !important;
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
            transform: rotate(0) !important;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px !important;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
        font-weight: 700;
    }
    .navbar-nav>li.current-menu-item > a{
        border-bottom: 1px solid #fff;
    }
    .header-user-panel-link.current-menu-item{
        padding-bottom: 8px;
        border-bottom: 1px solid #fff;
    }

    .navbar-nav>li>a:hover::after {
        opacity: 0;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
        height: 2px;
        /* display: none; */
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: var(--theme-color-black);
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0 !important;
        padding: 0 0 4px 0;
    }

    .header-user-panel-wrapper {
        margin-left: 0;
    }

    .header-user-panel {
        padding: 0px 0 0 0px;
    }
    .header-user-panel a{
        padding-left: 19px;
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        width: 100%;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden !important;
    }

    /* push nav end */

    h1,
    .heading1 {
        font-size: 45px;
    }

    h2,
    .heading2 {
        font-size: 35px;
    }

    h3,
    .heading3 {
        font-size: 30px;
    }

    h4,
    .heading4 {
        font-size: 24px;
    }

    .masthead-btn-group {
        margin-top: 30px;
    }

    .masthead-content-wrapper p {
        font-size: 22px;
    }

    .primary-btn {
        font-size: 22px;
        padding: 8px 30px;
    }

    .cart-icon {
        margin-right: 16px;
        width: 30px;
    }

    .tertiary-btn {
        font-size: 22px;
    }

    .masthead {
        min-height: inherit;
        padding: 60px 0;
    }

    .form-cta-wrapper {
        max-width: 100%;
    }

    .form-cta-content {
        text-align: center;
    }

    .form-cta-block-row {
        --bs-gutter-y: 30px;
    }

    .masthead-content {
        padding: 40px 40px 40px 0;
    }

    label {
        font-size: 20px;
    }

    input[type="submit"] {
        font-size: 24px;
    }

    input[type="submit"] {
        min-width: 100%;
        /* ====== */
    }

    .product-thumbnail img {
        height: 180px;
    }

    .product-in-row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .ftr-page-info-item p {
        font-size: 22px;
    }

    .ftr-page-info-item+.ftr-page-info-item {
        padding-top: 15px;
    }

    .cmn_gap {
        padding: 60px 0px;
    }

    .header-controller-search [type="text"] {
        padding: 0 25px;
    }

    .faq-htwo {
        font-size: 30px;
    }

    h6,
    .heading6 {
        font-size: 22px;
    }

    .sec-hed {
        margin-bottom: 24px;
    }

    .faq-outer {
        border-radius: 30px;
        padding: 36px 20px 75px;
    }

    .faq-item p {
        font-size: 19px;
    }

    .faq-sec {
        padding: 45px 0 120px;
    }

    .favrited-item th {
        font-size: 20px;
    }

    .favrited-item td {
        font-size: 16px;
    }

    .favrited-item input[type="number"] {
        width: 38px;
        font-size: 17px;
    }

    .favrited-item table a {
        font-size: 14px;
        padding: 8px 9px;
    }

    .favrited-num {
        margin-top: 80px;
    }

    .favrited-item:not(:last-child) {
        margin-bottom: 25px;
    }

    .login-rigth {
        margin-top: 0px;
    }

    .login-row {
        --bs-gutter-y: 40px;
    }

    .login-form h1 {
        font-size: 40px;
    }

    .form-cta-wrapper.login-form .form_input_check label {
        font-size: 22px;
    }

    .form-cta-wrapper.login-form label {
        font-size: 22px;
    }

    .form_input_check label input[type="checkbox"]+span::before {
        top: 6px;

    }

    .form_input_check label input[type="checkbox"]+span::after {
        top: 7px;
    }

    .form-cta-wrapper.login-form input[type="submit"] {
        font-size: 22px;
    }

    .input-item {
        margin-bottom: 22px;
    }

    .lost-pass {
        font-size: 18px;
    }

    .proce-btn {
        font-size: 22px;
    }

    .login-rigth p {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .form-cta-wrapper.login-form:not(:last-child) {
        margin-bottom: 20px;
    }

    .login-sec {
        min-height: calc(100vh - 447px);
        padding: 80px 0;
    }

    .proce-btn {
        font-size: 20px;
        min-width: 374px;
    }

    .form-cta-wrapper.login-form.password-form h1 {
        font-size: 40px;
    }

    .form-cta-wrapper.login-form.password-form p {
        font-size: 20px;
        margin-bottom: 27px;
    }

    .form-cta-wrapper.login-form.password-form input[type="text"] {
        margin-bottom: 22px;
        height: 42px;
    }

    .favorited-sec {
        padding: 50px 0 50px;
    }

    .product-left {
        width: 275px;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 99;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        padding: 50px 15px 0;
        background: #fff;
    }

    .prod-left-menu {
        height: 100%;
        overflow: auto;
        padding-right: 15px;
    }
    .product-arrow {
        font-size: 20px;
    }

    .prod-lf-img {
        height: initial;
        padding-right: 15px;
    }


    .product-left.show {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .product-right {
        width: 100%;
    }

    .product-right .sec-hed {
        position: relative;
        padding-left: 50px;
    }

    .product-left .heading5 {
        font-size: 26px;
    }

    .prd-rig-tog-wrap {
        position: absolute;
        right: 20px;
        top: 10px;
        /* background: #fff; */
        border-radius: 0 12px 12px 0;
        /* width: 55px;
        height: 50px; */
    }


    .clap-togglr {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 8px;
        width: 27px;
        height: 27px;
        background: #8C8A93;
        border-radius: 5px;
    }

    .product-left .clap-togglr {
        top: 6px;
        left: auto;
        right: 0;
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
    }

    .product-left .heading5 {
        margin-bottom: 23px;
        padding-right: 50px;
    }

    .clap-togglr span {
        background: #fff;
        display: block;
        width: 30px;
        height: 1px;
        position: relative;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;

    }

    .clap-togglr span::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        bottom: -6px;
        left: 0;
        background: #fff;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;

    }

    .clap-togglr span::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        top: -6px;
        left: 0;
        background: #fff;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .clap-togglr.open span {
        background: transparent;
    }

    .clap-togglr.open span::after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        bottom: 0;
    }

    .clap-togglr.open span::before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        top: 0;
    }

    .masthead.inner-bann h1:not(:last-child) {
        margin-bottom: 15px;
    }

    .product-right .heading1 {
        font-size: 40px;
    }

    .pd-card {
        height: 220px;
    }

    .product-right .heading1 {
        font-size: 34px;
    }

    .masthead.inner-bann .masthead-content {
        padding: 40px 30px 40px 0;
    }

    .favrited-num a {
        font-size: 20px;
    }
    .form-cta-content{
        margin-top: 0;
    }
    .catagori-slick {
        margin-bottom: 17px;
    }
    .catagori-toggle{
       display: block;
       margin-bottom: 15px;
    }
    .catagori-toggle .clap-togglr{
        position: relative;
        transform: inherit;
    }
    .favrited-num.catagori-pag {
        margin-top: 45px;
    }
 /* feed */
 .primary-btn{
    border-width: 4px;
}
.form-cta-content-inner .heading2{
    font-weight: 700;
}

.product-title {
    font-weight: 700;
}
.masthead-content-wrapper p {
    font-weight: 600;
}

.header-user-panel-link::after {
    display: none;
}
.navbar-nav>li>a:after {
    display: none;
}
 /* feed */
 .sub-product ul li a {
    font-size: 20px;
}
.sub-product ul {
    padding-left: 10px;
}
.product-list-main li.product-show > a {
    margin-bottom: 10px;
}
.woocommerce-products-header{
    position: relative;
}
.woocommerce-products-header .clap-togglr{
    position: absolute;
    top: 22px;
    left: 0;
}
.archivepro-wrap .prod-left-menu{
    position: fixed;
    left: -100%;
    top: 0;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    z-index: 99;
    padding: 65px 20px 20px 20px;
    max-width: 275px;
    width: 100%;
}
.woocommerce-products-header h1{
    padding-left: 35px;
}
body.open-nav2 .archivepro-wrap .prod-left-menu{
    left: 0;
}
.woocommerce-products-header .clap-togglr.open{
    position: fixed;
    top: 25px;
    left: 230px;
    z-index: 100;
}
h1, .heading1 {
    font-size: 35px;
}
.archivepro-wrap .products {
    width: 100%;
}
body.single-product .summary.entry-summary {
    text-align: center;
}
body.single-product .cart {
    display: flex;
    justify-content: center;
}
.woocommerce-MyAccount-content {
    margin-top: 25px;
}
.woocommerce-Address {
    min-height: auto;
    margin-bottom: 20px;
}
.woocommerce-Address:last-child{
    margin-bottom: 0;
}
.single-wrap{
    padding-top: 20px;
}
.header-user-panel-link{
    padding: 8px 20px 8px 0;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}

.favorited-sec .favrited-outer .fav-list-wrap-table .fav-table-hds h2 {
    font-size: 35px;
}

.woocommerce-products-header.products-header-wrap .clap-togglr{
        top: 106px;
        left: 15px;
}
.woocommerce-products-header.products-header-wrap .clap-togglr.open{
    top: 22px;
    left: 30%;
}
/* 6.11.2023 */
.woocomformwrap {
    width: 100%;
    margin-bottom: 20px;
}
.woocommerce-form-login .sign-up-btn {
    width: 100%;
    padding-left: 15px !important;
    max-width: 100% !important;
    padding-top: 0;
}

/* 6.11.2023 */
/* 9.11.2023 */
.products-new-slider-each{
    padding: 0 15px;
}
.products-new-slider{
    margin: 0 -15px;
}
.product-show .sub-product {
    margin-bottom: 10px;
}
/* 9.11.2023 */

/* 13.11.2023 */
.masthead-btn-group-item .tertiary-btn{
    min-width: 478px;
    font-size: 22px;
    border-width: 4px;
    padding: 8px 30px;
}
body.single-product .single_add_to_cart_button{
    font-size: 18px;
   padding: 5px 10px;
}
.remove_from_wishlist{
    content: "";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    background: url(images/product-del.png) no-repeat center;
    background-size: 8px;
    background-color: #3A5A40;
    border-radius: 50%;
}
.remove_from_wishlist > i{
    display: none;
}

ul.shop_table li{
    position: relative;
    padding-left: 20px;
}
ul.shop_table li .remove_from_wishlist{
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 5;
}
/* 13.11.2023 */

/* 17.11.2023 */
.site-main.accountall-wrap h1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* 17.11.2023 */

}


@media (max-width: 767px) {

    .woocommerce-page table.cart .product-thumbnail {
        display: inline-block !important;
    }
    .woocommerce-page table.cart .product-thumbnail:before {
        display: none;
    }

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    /* home resp.. start*/
    h1,
    .heading1 {
        font-size: 40px;
    }

    h2,
    .heading2 {
        font-size: 30px;
    }

    h3,
    .heading3 {
        font-size: 26px;
    }

    h4,
    .heading4 {
        font-size: 20px;
    }

    label {
        font-size: 20px;
    }

    .masthead-content-wrapper p {
        font-size: 19px;
    }

    .masthead-btn-group {
        margin-top: 25px;
    }

    .primary-btn {
        font-size: 20px;
        padding: 6px 25px;
    }

    .cart-icon {
        margin-right: 12px;
        width: 24px;
    }

    .tertiary-btn {
        font-size: 20px;
    }

    .tertiary-btn svg {
        width: 25px;
    }

    .masthead {
        padding: 50px 0;
    }

    .form-cta-wrapper textarea {
        min-height: 140px;
    }

    input[type="submit"] {
        font-size: 22px;
    }

    .form-cta-overlay {
        padding: 50px 0;
    }

    .cmn_gap {
        padding: 50px 0px;
    }

    .page-footer {
        padding: 50px 0 30px;
    }

    .ftr-page-info-item p {
        font-size: 20px;
    }

    .navbar-brand {
        width: 140px;
    }

    .masthead-content {
        padding: 30px 30px 30px 0;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        margin-bottom: 15px;
    }

    .header-controller-search [type="text"] {
        width: 200px;
        padding: 0 24px;
    }

    .faq-outer {
        padding: 30px 20px 70px;
    }

    h6,
    .heading6 {
        font-size: 20px;
    }

    .faq-item p {
        font-size: 18px;
    }

    .faq-htwo {
        font-size: 26px;
    }

    .faq-sec {
        padding: 45px 0 80px;
    }


    /* table-resp start */
    .favrited-item table tbody td::before {
        content: attr(data-label);
        float: left;
        font-size: 15px;
        padding-right: 8px;
        font-weight: 700;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .favrited-item table tbody td {
        width: 100%;
        position: relative;
    }

    .favrited-item table th {
        display: none;
    }

    .favrited-item table tr,
    .favrited-item table tbody td {
        display: block;
        text-align: right;
    }

    .favrited-item tr td:not(:first-child) {
        text-align: right;
    }

    .favrited-item tr td:last-child {
        text-align: center;
    }

    .favrited-item td {
        font-size: 15px;
    }

    .favrited-item input[type="number"] {
        width: 30px;
        height: 32px;
        font-size: 16px;
    }

    /* .vew_rnge_table table tbody td, .vew_rnge_table table tfoot td {
    width: 100%;
    text-align: right;
    font-size: 13px;
    padding: 12px 10px;
    position: relative;
} */
    /* table-resp end */

    .login-sec {
        padding: 50px 0;
    }

    .login-form h1 {
        font-size: 34px;
    }

    .form-cta-wrapper.login-form label {
        font-size: 21px;
    }

    .form-cta-wrapper.login-form .form_input_check label {
        font-size: 20px;
    }

    .form-cta-wrapper.login-form input[type="submit"] {
        font-size: 22px;
    }

    .form_input_check label input[type="checkbox"]+span::before {
        top: 4px;
        width: 20px;
        height: 20px;
    }

    .form_input_check label input[type="checkbox"]+span::after {
        top: 6px;
        width: 16px;
        height: 16px;
        background-size: 10px;
    }

    .form_input_check label {
        padding-left: 29px;
    }

    .proce-btn {
        font-size: 19px;
    }

    .lost-pass {
        font-size: 17px;
    }

    .login-row {
        --bs-gutter-y: 20px;
    }

    .form-cta-wrapper.login-form input[type="submit"] {
        border: 2px solid #6EBC7D;

    }

    .form-cta-wrapper.login-form.password-form {
        max-width: 100%;
        padding: 30px 30px 50px;
    }

    .form-cta-wrapper.login-form.password-form h1 {
        font-size: 36px;
    }

    .form-cta-wrapper.login-form.password-form p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .favrited-outer {
        border-radius: 30px;
        padding: 39px 18px;

    }

    .favrited-num {
        margin-top: 50px;
    }

    .favorited-sec {
        padding: 50px 0 50px;
    }

    .product-right .heading1 {
        font-size: 30px;
    }

    .footer-logo {
        width: 125px;
    }

    .catagori-row-new .prd-col{
        width: 50%;
    }
    .catagori-slick {
        margin-bottom: 14px;
    }
    .favrited-item table > tbody > tr{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .favrited-item table > tbody > tr > td{
        width: 100%;
    }
    .favrited-item table > tbody > tr >td:nth-child(3){
        order: 1;
    }
    .favrited-item table > tbody > tr >td:nth-child(2){
        order: 3;
    }
    .favrited-item table > tbody > tr >td:nth-child(1){
        order: 2;
    }
    .favrited-item table > tbody > tr >td:nth-child(4){
        order: 4;
    }
    .favrited-item table tbody tr td:first-child::before{
       display: none;
    }
    .favrited-item table tbody tr td:first-child{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mble-td-view{
        display: block;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 700;
    }
    .favrited-item.fav-list-wrap-table table tbody tr td:nth-child(1){
order: 1;
    }
    .favrited-item.fav-list-wrap-table table tbody tr td:nth-child(2){
        order: 2;
    }
    .favrited-item.fav-list-wrap-table table tbody tr td:nth-child(3){
order: 3;
    }
    .fav-table-hdr{
        display: block;
    }
    .pd-card .heading5 {
        font-weight: 700;
    }

    /* 16.10.2023 */
    .favrited-item td {
        border-bottom: 1px solid transparent;
    }
    .favrited-item td:last-child{
        border-bottom: 1px solid #000;
    }
    .favrited-item tr:last-child td:last-child{
        border-bottom: 0;
    }
    .favrited-item td.td-date-txt{
        font-size: 15px;
        font-weight: 700;
    }
    /* 16.10.2023 */
    .about-txt > p {
        font-size: 22px;
    }
    .about-hdr {
        margin-bottom: 20px;
    }
    .about-txt > p > span {
        font-size: 35px;
    }
    .pd-card .heading5 {
        font-size: 20px;
    }
    /* 1.11.2023 */
    ul.products > li > .woocommerce-LoopProduct-link h2 {
        font-size: 17px !important;
    }
    ul.products > li > .woocommerce-LoopProduct-link {
        min-height: 354px;
    }
    .archivepro-wrap .woocommerce-pagination {
        margin-top: 35px;
    }
    body.single-product .product_title.entry-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    body.single-product .singl-desc {
        font-size: 25px;
    }
    .price{
        margin-bottom: 10px;
    }
    body.single-product .woocommerce-product-details__short-description {
        margin-bottom: 20px;
    }
    body.single-product .product_meta {
        margin-top: 20px;
    }
    body.single-product .related.products > h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    ul.products > li {
        padding: 0 12px 30px 12px!important;
    }
    ul.products {
        margin: 0 -12px -30px -12px!important;
    }
    .woocommerce .woocommerce-MyAccount-content label {
        font-size: 18px;
    }
    .shop_table.mobile .additional-info tbody tr > *{
width: 50% !important;
    }
    .shop_table.mobile .item-details-table tbody tr > *{
        width: 50% !important;
            }
            .shop_table.mobile > li .item-wrapper {
                width: 100%;
            }
            .woocommerce-products-header.products-header-wrap .clap-togglr.open {
                top: 22px;
                left: 40%;
            }
    /* 1.11.2023 */

    /* 13.11.2023 */
    .masthead-btn-group-item .tertiary-btn{
        font-size: 20px;
        padding: 6px 25px;
        min-width: 425px;
    }
    body.single-product .type-product{
        display: block;
    }
    /* 13.11.2023 */

/* 14.11.2023 */
.woocommerce-page table.cart .product-thumbnail:before{
    display: block !important;
 }
 .woocommerce-page table.cart .product-thumbnail{
    display: block !important;
    text-align: right;
 }
/* 14.11.2023 */

}

@media (max-width: 575px) {
    .navbar-brand {
        width: 120px;
    }

    .header-controller-search [type="text"] {
        width: 200px;
    }

    h1,
    .heading1 {
        font-size: 35px;
    }

    h2,
    .heading2 {
        font-size: 28px;
    }

    h3,
    .heading3 {
        font-size: 24px;
    }

    .masthead-btn-group {
        margin-top: 26px;
    }

    .primary-btn {
        font-size: 19px;
        padding: 6px 20px;
    }

    .tertiary-btn {
        font-size: 18px;
    }

    .tertiary-btn svg {
        width: 20px;
    }

    .form-cta-block-row {
        --bs-gutter-y: 22px;
    }

    label {
        font-size: 18px;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        margin-bottom: 12px;
    }

    .form-cta-wrapper textarea {
        min-height: 100px;
    }

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

    .ftr-page-info-item p {
        font-size: 18px;
    }

    .footer-logo {
        width: 140px;
    }

    .masthead-content {
        max-width: 100%;
        padding-right: 12px;
    }

    .masthead-btn-group-item {
        margin-bottom: 10px;
    }

    input[type="submit"] {
        font-size: 20px;
    }

    .form-cta-wrapper {
        border-radius: 30px;
    }

    .faq-htwo {
        font-size: 24px;
    }

    h6,
    .heading6 {
        font-size: 19px;
    }

    .faq-item p {
        font-size: 17px;
    }

    .faq-outer {
        padding: 30px 20px 50px;
    }

    .faq-sec {
        padding: 45px 0 60px;
    }

    .login-form h1 {
        font-size: 30px;
    }

    .form-cta-wrapper.login-form label {
        font-size: 20px;
    }

    .form-cta-wrapper.login-form .form_input_check label {
        font-size: 18px;
    }

    .form-cta-wrapper.login-form input[type="submit"] {
        font-size: 20px;
    }

    .proce-btn {
        font-size: 18px;
    }

    .form-cta-wrapper.login-form.password-form h1 {
        font-size: 33px;
    }

    .product-right .heading1 {
        font-size: 26px;
    }

    .masthead.inner-bann h1:not(:last-child) {
        margin-bottom: 10px;
    }

    .prd-col {
        width: 50%;
    }

    .product-thumbnail img {
        height: 150px;
    }
    /* feed */
    .masthead.inner-bann h1{
        font-size: 40px;
    }
    /* feed */
    /* 1.11.2023 */
    ul.products > li {
        width: 100% !important;
        text-align: center;
    }
    .hd-form-input {
        max-width: 190px;
    }
    ul.products > li > .woocommerce-LoopProduct-link {
        min-height: auto;
    }
    .page-numbers > li > .page-numbers {
        font-size: 20px !important;
    }
    .page-numbers > li > .page-numbers.current {
        font-size: 20px !important;
    }
    body.single-product .product_title.entry-title {
        font-size: 25px;
    }
    body.single-product .singl-desc {
        font-size: 20px;
    }
    body.single-product .type-product {
        justify-content: center;
    }
    body.single-product .related.products > h2 {
        font-size: 30px;
        text-align: center;
    }
    body.single-product .after-single-wrap {
        padding: 40px 0;
    }
    .woocommerce-EditAccountForm > p {
        width: 100% !important;
    }
    .wishlist_table.mobile li .item-wrapper .product-name h3{
        font-size: 22px;
    }
    .woocommerce-products-header.products-header-wrap .clap-togglr.open {
        top: 22px;
        left: 47%;
    }
    /* 1.11.2023 */

     /* 2.11.2023 */
    .site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .form-row .button.woocommerce-form-login__submit{
        padding: 7px 65px;
        font-size: 20px;
    }

    .site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .guest-btn > a{
        font-size: 20px;
        min-width: auto;
    }

    .site-main.accountall-wrap .sign-up-btn #new_user{
        font-size: 20px;
    }

    .woocommerce-page .site-main.accountall-wrap .woocommerce-form-row.form-row .woocommerce-Button.button{
        font-size: 20px;
    }

    .favorited-sec .favrited-outer .fav-list-wrap-table .fav-table-hds h2 {
        font-size: 30px;
    }

     /* end 2.11.2023 */
     /* 6.11.2023 */
     .guest-btn {
        font-size: 20px;
    }
    .registers_form.woocommerce-regs .woocommerce-form-register{
        padding: 0 !important;
    }
     /* 6.11.2023 */

     /* 13.11.2023 */
         /* 13.11.2023 */
    .masthead-btn-group-item .tertiary-btn{
        font-size: 19px;
        padding: 6px 20px;
        min-width: 398px;
    }
    .shop-loop-item-wrap {
        align-items: center;
    }
    .pd-card .heading5 {
        font-size: 27px;
    }
    .products-new-slider .pd-card::after {
        background: rgba(255, 255, 255, 0.7);
    }
    body.woocommerce-checkout .woocommerce-form{
        max-width: 420px;
        padding: 20px 15px !important;
        margin: 0 auto !important;
    }
    body.page-template-myfavorites .additional-info-wrapper .product-add-to-cart .add_to_cart{
    padding: 5px 10px !important;
    }
  
    /* 13.11.2023 */
     /* 13.11.2023 */

}

@media (max-width: 479px) {
    .masthead-content-wrapper p {
        font-size: 16px;
        margin-bottom: 0;
    }

    h1,
    .heading1 {
        font-size: 30px;
    }

    h2,
    .heading2 {
        font-size: 26px;
    }

    h4,
    .heading4 {
        font-size: 18px;
    }

    .cart-icon {
        margin-right: 8px;
        width: 16px;
    }

    .primary-btn {
        font-size: 16px;
        padding: 6px 10px;
        border-width: 2px;
        min-width: inherit;
    }

    .tertiary-btn {
        font-size: 17px;
    }

    .ftr-page-info-item p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .masthead-btn-group {
        margin-top: 16px;
    }

    .form-cta-wrapper {
        padding: 35px 16px 30px;
    }

    label {
        font-size: 17px;
    }

    .search-img {
        display: block;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
        width: 28px;
    }

    .header-controller-search {
        /* position: relative; */
        z-index: 10;
    }

    .header-controller-search .hd-form-input {
        position: absolute;
        width: 100%;
        top: 100%;
        right: 0;
        padding: 20px 12px;
        background: transparent;
        border-radius: 0;
        display: none;
    }

    .header-controller-search [type="text"] {
        width: 100%;
        -webkit-box-shadow: none;
                box-shadow: none;
                height: 50px;
    }

    .header-controller-search.open .hd-form-input {
        display: block;
        z-index: 105;
    }

    .faq-htwo {
        font-size: 20px;
    }

    h6,
    .heading6 {
        font-size: 17px;
    }

    .faq-item p {
        font-size: 16px;
    }

    .faq-outer {
        padding: 25px 11px 40px;
    }

    .page-header {
        padding: 9px 0px;
        position: relative;
    }

    .login-form h1 {
        font-size: 26px;
    }

    .form-cta-wrapper.login-form label {
        font-size: 18px;
    }

    .form-cta-wrapper.login-form .form_input_check label {
        font-size: 16px;
    }

    .form_input_check label input[type="checkbox"]+span::before {
        top: 3px;
    }

    .form_input_check label input[type="checkbox"]+span::after {
        top: 5px;
    }

    .input-item {
        margin-bottom: 20px;
    }

    .form-cta-wrapper.login-form.password-form {
        padding: 30px 15px 35px;
    }

    .form-cta-wrapper.login-form.password-form input[type="text"] {
        margin-bottom: 18px;
        height: 38px;
    }

    .form-cta-wrapper.login-form.password-form p {
        font-size: 16px;
    }

    .form-cta-wrapper.login-form.password-form h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .favrited-item table tbody td::before {
        font-size: 14px;
    }

    .favrited-item td {
        font-size: 13px;
    }

    .favrited-num a {
        font-size: 20px;
    }

    .favrited-outer {
        padding: 25px 15px;
    }

    .favrited-num {
        margin-top: 30px;
    }

    .prd-col {
        width: 100%;
    }

    .favrited-item table tbody td:first-child:before {
        position: absolute;
        top: 3px;
        transform: translateY(0);
        padding-right: 0;
        width: 100%;
    }

    .favrited-item table tbody td:first-child {
        text-align: left;
    }
    .catagori-row-new .prd-col {
        width: 100%;
    }
    .product-box.catagori-box .tertiary-btn {
        justify-content: center;
    }
    .product-box.catagori-box .product-title {
        text-align: center;
    }
    .favrited-num.catagori-pag {
        margin-top: 25px;
    }
/* feed */

.form-cta-wrapper.login-form input[type="submit"] {
    min-width: 250px;
}
.proce-btn {
    min-width: 250px;
}
.srch-overlay{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
    display: block;
}
.srch-back .srch-overlay{
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(9.5px);
    backdrop-filter: blur(9.5px);
    opacity: 1;
    visibility: visible;
}
.mble-td-view {
    width: 100%;
    margin-bottom: 4px;
}
.header-controller-search.open .hd-form-input {
    padding: 0;
}
img.srch-close{
    display: block;
}
.form-cta-content h2, .form-cta-content .heading1 {
    font-size: 28px;
}
.about-txt > p {
    font-size: 16px;
}
.about-hdr .heading3 {
    font-size: 28px;
}
.about-txt > p > span {
    font-size: 25px;
}
/* feed */
.product-arrow {
    font-size: 18px;
}
.product-left {
    width: 245px;
}
.masthead.inner-bann h1 {
    font-size: 33px;
}
.hd-form-input {
    max-width: 100%;
}
.archivepro-wrap .woocommerce-pagination {
    margin-top: 25px;
}
.header-controller-cart {
    padding: 0 0 0 10px;
}
body.single-product .single_add_to_cart_button {
    min-width: auto;
    max-width: 100%;
    width: 100%;
}
body.single-product .add_to_wishlist {
    font-size: 18px;
    padding: 5px 20px;
    max-width: 100%;
}
body.single-product .related.products > h2 {
    font-size: 25px;
}
.woocommerce-Address-title h3 {
    font-size: 20px;
}
.shop_table .coupon .input-text {
    width: 100% !important;
    margin-right: 0 !important;
}
.shop_table .coupon .button{
    width: 100% !important; 
    margin-top: 10px;
}
.shop_table .product-total{
    text-align: end;
}
body {
    font-size: 15px;
}
.shop_table .cart-subtotal td, .shop_table .order-total td{
    text-align: end;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last{
    width: 100% !important;
}
.woocommerce-additional-fields{
    margin-top: 12px;
}
.woocommerce-additional-fields h3{
    margin-bottom: 0;
}

/* support 2/11/23 */

.products-header-wrap {
    padding: 60px 0 25px;
    position: relative;
    margin-top: -60px;
}

.site-main.accountall-wrap .u-columns.col2-set .u-column1.col-1.logins_form .woocommerce-LostPassword.lost_password{
    margin-top: 31px;
}

.site-main.accountall-wrap h1{
    margin-bottom: 10px;
}

.site-main.accountall-wrap .woocommerce .woocommerce-ResetPassword.lost_reset_password p{
    margin-bottom: 5px;
}

.site-main  .woocommerce-checkout-review-order{
    overflow-x: auto;
}

.favorited-sec .favrited-outer .fav-list-wrap-table .fav-table-hds h2 {
    font-size: 25px;
}

.favrited-item table tbody tr:last-child{
    padding-bottom: 0;
}

.woocommerce-products-header.products-header-wrap .clap-togglr {
    top: 79px;
    left: 12px;
}
.woocommerce-products-header.products-header-wrap .clap-togglr.open {
    top: 22px;
    left: 58%;
}
/* end support 2/11/23 */

/* 10.11.2023 */
#billing_check_field label, #billing_checkbox_field label{
    font-size: 15px;
}
/* 10.11.2023 */

/* 13.11.2023 */
.masthead-btn-group-item .tertiary-btn{
    font-size: 16px;
    padding: 5px 10px;
    border-width: 2px;
    min-width: 312px;
}
.woocommerce-checkout #billing_place_an_order_field.form-row label {
    font-size: 16px;
    margin-right: 10px;
}
/* 13.11.2023 */


}

@media (max-width: 374px){
    .mble-td-view {
        font-size: 12px;
        width: 50%;
        padding-right: 5px;
        text-align: left;
    }
    .favrited-item table tbody td {
        font-size: 12px;
    }
    .favrited-item table tbody td::before {
        font-size: 12px;
    }
    .favrited-item input[type="number"] {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .favrited-item table tbody td:first-child {
        text-align: right;
    }
}

@media (max-width: 360px) {
    .ftr-page-info-item p {
        font-size: 15px;
    }

    /* .cart-icon {
        display: none;
    } */
    .primary-btn {
        font-size: 13px;
        padding: 7px 12px;
    }

    .form-cta-wrapper.login-form.password-form h1 {
        font-size: 26px;
    }

    .form-cta-wrapper.login-form.password-form input[type="text"] {
        margin-bottom: 16px;
        height: 35px;
    }

    .favrited-item table tbody td {
        padding-bottom: 8px;
    }

    .favrited-item table tbody tr {
        padding-bottom: 25px;
    }
    /* 13.11.2023 */
    /* 13.11.2023 */
.masthead-btn-group-item .tertiary-btn{
    font-size: 13px;
    padding: 5px 10px;
    min-width: 267px;
}
/* 13.11.2023 */
    /* 13.11.2023 */


}