@import url("root_custom.css");

body {
    margin: 0;
    padding: 0;
    font-family: var(--content-ff);
}

.bg-sub-primary {
    background: var(--tm-primary);
}
a {
    transition: var(--custom-transition);
    -webkit-transition: var(--custom-transition);
    -o-transition: var(--custom-transition);
    -moz-transition: var(--custom-transition);
    -ms-transition: var(--custom-transition);
}
p {
    font-size: var(--xs-font);
    font-weight: 400;
    font-family: var(--content-ff) !important;
}
ul li{
    font-size: var(--xs-font);
}
ul li a{
    font-size: var(--xs-font);
}
section {
    padding: 60px 0;
}
.text-tm {
    color: var(--tm-sub-primary) !important;
}

/*--*/

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--tm-primary);
}

::selection {
    color: #fff;
    background: var(--tm-primary);
}
/* header.fixed-top-header{
  position: absolute;
  top: 0;
  width: 100%;
} */
header.fixed-top-header.sticky .navbar {
    position: fixed;
    z-index: 100;
    animation: slideDown 0.6s ease-out;
    transition: none;
    background-color: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    width: 100%;
}
header.fixed-top-header .top-header {
    position: relative;
    z-index: 9;
}
header.fixed-top-header.sticky .top-header {
    display: none;
}
.top-header .social-list li a i{
    font-size: 22px;
}
header .custom-navbar {
    background: transparent;
    z-index: 9;
    transition: var(--tm-transition);
}
.offcanvas.offcanvas-top {
    transition: transform 1s ease-in-out;
}
.navbar-brand > img {
    width: 220px;
    transition: var(--tm-transition);
}
header.fixed-top-header.sticky .navbar-brand > img {
    width: 180px;
    transition: var(--tm-transition);
}
.navbar-brand {
    margin-bottom: 0;
    padding: 5px 0 !important;
}
.navbar.custom-navbar .main-navbar-nav .nav-link {
    padding: 15px;
    font-family: var(--content-medium-ff);
    font-size: var(--xs-font);
    color: #000;
    opacity: 1;
    text-transform: uppercase;
}
.navbar.custom-navbar .main-navbar-nav .nav-link.active,
.navbar.custom-navbar .main-navbar-nav .nav-link:hover {
    opacity: 1;
}
.navbar.custom-navbar .main-navbar-nav .nav-link.active {
    color: var(--tm-primary);
    position: relative;
}
.navbar.custom-navbar .main-navbar-nav .nav-link:hover {
    color: var(--tm-primary);
}
.navbar.custom-navbar .main-navbar-nav .nav-link.active::before {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 50%;
    right: 0;
    width: 80%;
    height: 2px;
    background-color: var(--tm-primary);
    transform: translate(-50%, -50%) !important;
}
.side-navbar-nav .nav-item {
    display: inline-block;
}
.social-list {
    justify-content: right;
}
.top-header .social-list{
    display: flex;
}
.top-header-info,
.social-list {
    list-style-type: none;
}
.social-list > li {
    display: flex;
    align-items: center;
}
.top-header p,
.top-header-info > li,
.top-header-info > li > a {
    font-size: var(--xs-font);
    font-weight: 500;
}
.top-header-info > li > a {
    text-decoration: none;
    color: #fff;
}
.top-header {
    background-color: var(--tm-primary);
}
.side-navbar-nav .dropdown:hover .dropdown-menu,
.main-navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.side-navbar-nav .dropdown-menu .dropdown-item > a,
.main-navbar-nav .dropdown-menu .dropdown-item > a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    display: flex;
}
.main-navbar-nav .dropdown-menu .dropdown-item > a.active{
    color: var(--tm-sub-primary);
}
.side-navbar-nav .dropdown-menu .dropdown-item,
.main-navbar-nav .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #eee;
}
.side-navbar-nav .dropdown-menu .dropdown-item:last-child,
.main-navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}
.la-shopping-cart .badge {
    font-size: var(--xxs-font);
    font-family: var(--content-ff);
    font-weight: normal;
}
.side-navbar-nav .dropdown-menu .dropdown-item:active > a,
.side-navbar-nav .dropdown-menu .dropdown-item:focus > a,
.side-navbar-nav .dropdown-menu .dropdown-item.active > a {
}
.side-navbar-nav .dropdown-menu .dropdown-item:active,
.side-navbar-nav .dropdown-menu .dropdown-item:focus,
.side-navbar-nav .dropdown-menu .dropdown-item.active,
.main-navbar-nav .dropdown-menu .dropdown-item:active,
.main-navbar-nav .dropdown-menu .dropdown-item:focus,
.main-navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--tm-menu-bg);
}
.dropdown .cart-dd .dd-cart-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: left; /*border:1px solid #ccc;*/
    border-radius: 5px;
}
.dropdown-item .cart-item-name {
    font-size: 13px;
    text-wrap: wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--tm-black);
    font-family: var(--content-medium-ff);
}
.btn {
    padding: 10px 20px;
    background-color: var(--tm-dark-gray);
    border-radius: 5px;
}
.btn-small {
    font-size: var(--xs-font);
    padding: 8px 12px;
}
.btn-tm-primary {
    background-color: var(--tm-sub-primary);
    color: #fff;
}
.btn-tm-primary:hover {
    color: #fff;
}
.btn-tm-primary-bordered {
    border: 1px solid var(--tm-sub-primary);
    color: var(--tm-sub-primary);
    background-color: #fff;
}
.btn-tm-primary-bordered:hover {
    color: var(--tm-sub-primary);
}
.side-navbar-nav .dropdown-menu::before {
    position: absolute;
    content: "";
    top: -18px;
    right: 10px;
    height: 24px;
    width: 24px;
    background-image: url(../images/down-filled-triangular-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.side-navbar-nav .dropdown-menu .dropdown-item:focus,
.side-navbar-nav .dropdown-menu .dropdown-item:hover,
.main-navbar-nav .dropdown-menu .dropdown-item:focus,
.main-navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #2bb67317;
}
.fixed-top.sticky .top-header {
    display: none;
}
.fixed-top.sticky .custom-navbar {
    -webkit-box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 5%);
    box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 5%);
    top: 0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 5%);
    box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 5%);
}
.fixed-top.sticky .custom-navbar .navbar-brand > img {
    width: 130px;
}
.offcanvas.offcanvas-top .btn-close {
    right: 20px;
    box-shadow: none;
}
/* width */
.offcanvas-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.offcanvas-body::-webkit-scrollbar-track {
    background: #fff8ee;
}

/* Handle */
.offcanvas-body::-webkit-scrollbar-thumb {
    background: var(--tm-primary);
}

/* Handle on hover */
.offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: var(--tm-primary);
}
.carousel-indicators [data-bs-target] {
    background-color: var(--tm-sub-primary);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
/*.home-main-slider .carousel-item { transition: transform 1.5s ease-in-out; }*/
.home-main-slider .custom-carousel-caption > h2 {
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--heading-ff);
}
.bounce-img {
    -webkit-animation: bounceimg 2s ease-in-out 0s infinite alternate;
    animation: bounceimg 2s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes bounceimg {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes bounceimg {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/*-- Searchbar Starts --*/

#search-menu {
    position: fixed;
    width: 100%;
    height: 20em;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#1a000000",GradientType=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}
#search-menu .wrapper {
    position: relative;
    margin: 3em auto 0 auto;
    padding: 0 1em;
}
#search-menu .wrapper input {
    width: 60%;
    margin: 0 auto;
    padding: 0 0 0.125em 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid #bfbfbf;
    font-size: var(--heading-sm-fs);
    color: #bfbfbf;
    display: block;
}
#search-menu .wrapper input:focus {
    outline: none;
}
#search-menu .wrapper button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #bfbfbf;
    font-size: 4em;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#search-menu .wrapper button:hover {
    color: #fff;
}
#search-menu .wrapper button:focus {
    outline: none;
}

/*-- Searchbar Ends --*/

.about-home {
    z-index: 0; /*background: #f5f5f5;*/
}
/* .about-home::before { position: absolute; content: ""; height: 80%; width: 50%; right: 0; bottom: 0; background-image: url(../images/whitedoodle_gate_abt.jpg); background-position: right bottom; background-repeat: no-repeat;z-index: -1;background-size: contain; opacity: 0.4;} */
.section-heading > h1,
.section-heading > h2 {
    line-height: 1.2;
    font-size: var(--xxl-font);
    color: var(--tm-black);
    font-family: var(--heading-ff); /*-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: var(--tm-sub-primary);*/
    font-weight: 500;
}
.section-heading > h1 > span,
.section-heading > h2 > span {
    color: var(--tm-sub-primary);
}
.custom-carousel-caption > h2 {
    line-height: 1.2;
    font-size: var(--xl-font);
    color: var(--tm-black);
    font-family: var(--heading-ff); /*-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: var(--tm-sub-primary);*/
    font-weight: 900;
    text-transform: uppercase;
}
.custom-carousel-caption > h2 > span {
    color: var(--tm-sub-primary);
}
.custom-carousel-caption > h5,
.section-heading > h5 {
    font-family: var(--sub-heading-ff);
    font-size: var(--lg-font);
    color: var(--tm-primary);
}
.desc > p {
    font-size: var(--xs-font);
    font-family: var(--content-ff);
    /* font-weight: 400; */
}
.about-home .desc > p {
    font-weight: 400;
}
.abt-img > img,
.abt-img > video {
    width: 100%;
    border-radius: 10px;
}
.custom-link {
    /* font-family: var(--content-bold-ff); */
    /* font-size: var(--sm-font); */
    font-size: 14px;
    text-decoration: none;
    /* padding: 12px 25px 12px 50px; */
    padding: 10px 15px;
    border-radius: 30px;
    position: relative;
    background: var(--tm-red);
    color: #fff;
    /* border-radius: 5px; */
    overflow: hidden;
    z-index: 0;
    display: inline-block;
    box-shadow: 10px 8px 15px 0px rgb(255 34 39 / 10%);
    border: 1px solid var(--tm-red);
    display: flex;
    align-items: center;
    width: fit-content;
}
/* .custom-link > i {
    color: #fff;
    position: absolute;
    left: 0;
    height: 100%;
    width: 40px;
    background: var(--tm-sub-primary);
    top: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
} */
/* .custom-link::before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: var(--tm-sub-primary);
    width: 40px;
    left: 1px;
    top: 0;
    z-index: -1;
    transition: var(--tm-transition-slow);
}
.custom-link::after {
    position: absolute;
    content: "";
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid var(--tm-sub-primary);
    border-top: 8px solid transparent;
    left: 40px;
    top: 14px;
    transition: var(--tm-transition-slow);
    opacity: 0;
} */
.custom-link:hover {
    color: #fff;
}
.custom-link:hover::before {
    width: 100%;
}
.custom-link:hover::after {
    left: 100%;
}
.product-slide-item .thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; /*background-image: url(../images/y-bg.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    background-size: contain;
}
.product-slide-item .thumb img {
    width: 80%;
    margin: 0 auto;
    transition: var(--tm-transition);
    display: block;
    height: 220px;
    object-fit: contain;
}
.product-slide-item > .thumb > a {
    display: block;
}
.product-slide-item:hover .thumb img {
    transform: translateY(-10px);
}
.product-info {
    margin-top: 15px;
    position: relative;
}
.product-name {
    color: var(--tm-black);
    font-family: var(--content-medium-ff);
    font-size: var(--heading-sm-fs);
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
a.product-name:hover {
    color: var(--tm-sub-primary);
}
.product-slider .owl-nav {
    display: flex !important;
    position: absolute;
    top: -70px;
    right: 0;
}
.product-slider .owl-nav button {
    margin: 0 3px;
}
.product-slider .owl-nav button:first-child {
    margin-left: 0;
}
.product-slider .owl-nav button:last-child {
    margin-right: 0;
}
.product-slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tm-primary) !important;
    color: var(--tm-black);
    font-size: var(--lg-font);
    transition: all 0.32s;
}
.product-slider .owl-nav button:hover {
    background-color: var(--tm-black) !important;
}
.product-slider .owl-nav button i {
    font-size: 22px;
    color: #fff;
}
.product-slider .owl-nav button:hover i {
    color: #fff;
}
.org-price {
    text-decoration: line-through;
    color: var(--tm-dark-gray);
    font-size: var(--xs-font);
    font-family: var(--content-bold-ff);
}
.price {
    font-size: var(--sm-font);
    font-family: var(--content-bold-ff);
}
.product-slide-item .price-wrap {
    position: relative;
}
.product-slide-item .price-wrap p{
  margin-bottom: 0;
}
/* .owl-custom .owl-prev > img, .owl-custom .owl-next > img { width: 75px; }
.owl-custom .owl-nav { transform: translateY(-50%); position: absolute; left: 0; top:50%; width: 100%; z-index: -1;}
.owl-custom .owl-next > img { transform: rotate(190deg); }
.owl-custom .owl-next { float: right; position: relative; right: -55px; }
.owl-custom .owl-prev {float: left; position: relative; left: -55px; } */
.product-slider .owl-stage-outer {
    padding-bottom: 5px;
}
.product-slide-item {
    /* border: 1px dashed #e41f2a; */
    padding: 10px 10px 20px;
    border-radius: 16px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
    /* margin-top: 60px; */
    margin: 60px 5px 0;
}
.product-slide-item .thumb{
    margin-top: -60px;
}
/* .product-slide-item::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 99%;
    height: 85%;
    background-color: #e9e9e1;
    border-radius: 6px;
    box-shadow: 4px 4px 0px #dad7ce;
}
.product-slide-item::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 85%;
    background-color: #dad7ce;
    z-index: -1;
    border-radius: 6px;
} */
.product-slider .owl-carousel .owl-stage-outer{
    overflow: unset;
}
.product-slide-item .product-name {
    display: block;
    margin-bottom: 10px;
}
.add-btn.custom-link {
    /* width: 184px; */
    text-align: center;
}
.qty-wrap {
    /* width: 184px; */
    display: inline-flex;
    padding-bottom: 7px;
    justify-content: end;
}
.qty-wrap > button.id-btn {
    width: 33px;
    margin: 0;
    height: 33px;
    padding: 10px;
    border: 0;
    background: var(--tm-sub-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-wrap > button.id-btn.ic-btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.qty-wrap > button.id-btn.dc-btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.qty-wrap > input.qty-value {
    width: 60px;
    margin: 0;
    height: 33px;
    border: 1px solid var(--tm-sub-primary);
}
.qty-wrap > input.qty-value:focus {
    box-shadow: none;
    outline: 0;
    padding: 5px 10px;
}
.pack-qty {
    display: block;
    font-family: var(--content-ff);
    font-size: var(--xxs-font);
    color: #a1a1a1;
}
.product-slide-item select.pack-qty {
    max-width: 150px;
    display: inline-block;
    margin: 0 auto 10px;
    border-radius: 2px;
    border: 1px solid #d4d6d7;
}
.product-slide-item select.pack-qty:focus {
    box-shadow: none;
    border-color: var(--tm-primary);
}
.preparation-wrap {
}
.prep-step .prep-img > img {
    /*filter: grayscale(1);*/
    transition: var(--tm-transition);
    width: 100%;
}
.prep-content {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    padding: 30px 50px;
}
.prep-content .step-name {
    color: #fff;
}
.prep-content p {
    color: #fff;
    opacity: 0;
    display: none;
    transform: translateY(10px);
    transition: var(--tm-transition);
    text-align: center;
}
.prep-step:hover .prep-img > img {
    filter: grayscale(0);
}
.prep-step:hover .prep-content p {
    transform: translateY(0);
    opacity: 1;
    display: block;
}
.prep-step:hover .prep-content {
    height: 100%;
}
/*.custom-link.link-red { background: var(--tm-sub-primary); color: #fff; }*/
/*.custom-link.link-red > i { color: var(--tm-sub-primary); background: #fff; }*/
/*.custom-link.link-red::before { background-color: #fff }
.custom-link.link-red::after { border-left: 8px solid #fff; }*/
/*.custom-link.link-red:hover { color: var(--tm-sub-primary); }*/
.sm-logo a > img {
    width: 45px;
    transition: var(--tm-transition);
}
.sm-post > img {
    border: 1px solid #eee;
    border-radius: 20px;
}
.sm-box {
    border-radius: 20px;
}
.sm-box:hover .sm-logo a > img {
    transform: scale(1.1);
}
.sm-content p {
    font-size: var(--sm-font);
    font-family: var(--content-ff);
    font-weight: 400;
    text-align: left;
}
.main-footer {
    background-color: var(--tm-primary);
}
.f-listing > li {
    list-style-type: none;
}
.prep-content {
    overflow: hidden;
    transition: var(--tm-transition);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
/*.prep-content::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0;
}*/
.prep-step:hover .prep-content {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: saturate(135%) blur(2px);
    backdrop-filter: saturate(135%) blur(2px);
}
.intro-block {
    position: relative;
}
.fresh-vid::before {
    position: absolute;
    content: "";
    height: 120px;
    width: 120px;
    /*background-image: url(../images/bhakhrvadi.png);*/
    background-image: url(../images/pudina2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    left: -64px;
    top: -60px;

    /*-webkit-animation: bounceimg 2s ease-in-out 0s infinite alternate;
  animation: bounceimg 2s ease-in-out 0s infinite alternate;*/
}
.intro-block video {
    box-shadow: 40px 40px var(--tm-primary);
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.dd-qty,
.dd-price {
    font-size: var(--xxs-font);
    color: var(--tm-dark-gray);
}
.dd-price img{
    width: 10px;
    filter: brightness(0) invert(0.5);
    margin-top: -2px;
}
/*.namkeen-section::before, .sweets-section::before, .bakery-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 40%;
  background-image: url(../images/Nameen.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.namkeen-section::after, .sweets-section::after, .bakery-section::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 50%;
  height: 40%;
  background-image: url(../images/Nameen_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.sweets-section::before {
  background-image: url(../images/c_1.png);
}
.bakery-section::before {
  background-image: url(../images/Sweets.png);
}
.sweets-section::after {
  background-image: url(../images/c_2.png);  
}
.bakery-section::after {  
  background-image: url(../images/Sweets_1.png);
} */
/*.namkeen-section { background-color: #fff6f8; }
  .sweets-section { background-color: #e9f4f4; }*/
/*.bakery-section { background-color: #f8f9f2; }*/

@-webkit-keyframes animateLR {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes animateLR {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-50px, 50px);
        transform: translate(-50px, 50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
/* .namkeen-section::before {
  position: absolute; 
  content: "";
  height: 250px;
  width: 250px;
  background-image: url(../images/kachori.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 10px;
  right: 10px;
  -webkit-animation: animateLR 15s infinite ease-in-out;
  -o-animation: animateLR 15s infinite ease-in-out;
  -ms-animation: animateLR 15s infinite ease-in-out;
  -moz-animation: animateLR 15s infinite ease-in-out;
  animation: animateLR 15s infinite ease-in-out;
} */
.namkeen-section::after {
    /*position: absolute; 
  content: "";
  height: 250px;
  width: 250px;
  background-image: url(../images/fennel-seeds-variyali.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 10px;
  right: 10px;
  -webkit-animation: animateLR 15s infinite ease-in-out;
  -o-animation: animateLR 15s infinite ease-in-out;
  -ms-animation: animateLR 15s infinite ease-in-out;
  -moz-animation: animateLR 15s infinite ease-in-out;
  animation: animateLR 15s infinite ease-in-out;*/
}
.sweets-section::before {
    position: absolute;
    content: "";
    height: 160px;
    width: 160px;
    /*background-image: url(../images/kaju-katli.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 50%;
    right: 30px;
}
.sweets-section::after {
    position: absolute;
    content: "";
    height: 400px;
    width: 200px;
    /*background-image: url(../images/df1.png);*/
    left: 10px;
    top: 20%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(90deg);
    -webkit-animation: animateLR 15s infinite ease-in-out;
    -o-animation: animateLR 15s infinite ease-in-out;
    -ms-animation: animateLR 15s infinite ease-in-out;
    -moz-animation: animateLR 15s infinite ease-in-out;
    animation: animateLR 15s infinite ease-in-out;
}
/* .bakery-section::after { 
  position: absolute; 
  content: "";
  height: 250px;
  width: 170px;
  background-image: url(../images/Gems.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 50px;
  right: 10px;
  -webkit-animation: animateLR 15s infinite ease-in-out;
  -o-animation: animateLR 15s infinite ease-in-out;
  -ms-animation: animateLR 15s infinite ease-in-out;
  -moz-animation: animateLR 15s infinite ease-in-out;
  animation: animateLR 15s infinite ease-in-out;
} */

.animateLR {
    -webkit-animation: animateLR 15s infinite ease-in-out;
    -o-animation: animateLR 15s infinite ease-in-out;
    -ms-animation: animateLR 15s infinite ease-in-out;
    -moz-animation: animateLR 15s infinite ease-in-out;
    animation: animateLR 15s infinite ease-in-out;
}
.bakery-section::before {
    position: absolute;
    content: "";
    height: 200px;
    width: 200px;
    background-image: url(../images/Cookiest.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 10%;
    left: 30px;
}
.combo-section::before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    background-image: url(../images/bow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 10%;
    left: 30px;
}
.home-main-slider .carousel-inner::after {
    position: absolute;
    content: "";
    background-image: url(../images/wave.svg);
    left: 0;
}
.home-main-slider .carousel-control-next,
.home-main-slider .carousel-control-prev {
    width: fit-content !important;
    top: unset;
    bottom: 20px;
    opacity: 1;
}
.home-main-slider .carousel-control-next{
    right: 75px;
}
.home-main-slider .carousel-control-prev{
    right: 130px;
    left: unset;
}

.home-main-slider .carousel-control-next .carousel-control-next-icon,
.home-main-slider .carousel-control-prev .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* background-color: var(--tm-black); */
    padding: 10px;
    background-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-main-slider .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(../images/prev-arrow.png);
    background-size: contain;
    background-position: center;
}
.home-main-slider .carousel-control-next .carousel-control-next-icon {
    background-image: url(../images/next-arrow.png);
    background-size: contain;
    background-position: center;
    /* filter: brightness(1) invert(1); */
}
.combo-section > .floating-img-wrap > img {
    opacity: 0.3;
    width: 100px;
}
.section-heading > h6 {
    font-family: var(--content-ff);
    color: var(--tm-black);
    display: inline-block;
}
.offcanvas-header > h5 {
    font-family: var(--content-ff);
    font-weight: 500;
}
.search-from input.form-control {
    height: 50px;
    border-radius: 30px;
    padding: 10px 55px 10px 20px;
    font-size: var(--heading-sm-fs);
    background-image: url(../images/loupe.png);
    background-position-x: 97%;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: center;
}
.search-from input.form-control:focus,
.search-from input.form-control:active {
    box-shadow: none;
    border-color: var(--tm-primary);
}

/*New Banner Home Starts*/

.custom-carousel-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff8ee;
    padding-top: 110px;
}

/*New Banner Home Ends*/
.bg-tm {
    background-color: var(--tm-light-bg);
    background: var(--tm-light-bg);
}
.custom-carousel-caption,
.product-banner-wrap {
    z-index: 1;
}
.pro-ab-imgs .scatter {
}
.pro-ab-imgs .peanut-ab {
    position: absolute;
    right: 0;
    bottom: 50px;
}
.pro-ab-imgs .chilli-ab {
    position: absolute;
    bottom: 0;
    left: 0;
}
.carousel-ab-imgs .scatter {
    display: none;
}
.carousel-ab-imgs .mint-ab {
    position: absolute;
    top: 55%;
}
.carousel-ab-imgs .leaf {
    position: absolute;
    right: 0;
    bottom: 0;
}
.btn.custom-btn {
    /*height: 60px;*/
    /*line-height: 60px;*/
    padding: 15px 40px;
    overflow: hidden;
    position: relative;
    border: 0;
    transition: all 0.5s ease 0s;
    font-weight: 400;
    font-family: var(--heading-ff);
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    border-radius: 5px;
    color: var(--tm-sub-primary);
    border: 1px solid var(--tm-sub-primary);
    background: transparent;
    font-size: var(--heading-sm-fs);
    letter-spacing: 1px;
}
.btn.custom-btn:focus {
    box-shadow: none;
}
.btn.custom-btn:hover,
.btn.custom-btn:focus {
    box-shadow: 10px 8px 15px 0px rgb(255 34 39 / 10%);
}

.btn.custom-btn:after {
    content: "";
    background: #fff;
    position: absolute;
    transition: all 0.9s ease 0s;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(30deg);
    transform-origin: top left;
    width: 0;
}
.btn.custom-btn:hover {
    background: var(--tm-sub-primary);
    opacity: 1;
    color: #fff;
}
.btn.custom-btn:hover:after {
    height: 100%;
    width: 135%;
}
.btn.custom-btn:hover:after {
    background: var(--tm-sub-primary);
}

.theme-btn-wrap {
    display: block;
}
.theme-btn {
    color: var(--tm-black);
    font-family: var(--content-bold-ff);
    text-decoration: none;
    border: 1px solid #c4c3c3;
    padding: 13px 25px;
    transition: all 0.32s ease;
}
.theme-btn span {
    opacity: 0;
    overflow: hidden;
    transition: all 0.32s ease;
}
.theme-btn:hover {
    background-color: var(--tm-black);
    color: #fff;
    transition: all 0.32s ease;
}
.theme-btn:hover span {
    margin-left: 10px;
    opacity: 1;
    overflow: visible;
    transition: all 0.32s ease;
}
.contact-home-box {
    overflow: hidden;
    position: relative;
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-size: var(--heading-sm-fs);
    letter-spacing: 1px;
    background-color: #fff;
    border-radius: 10px;
    transition: var(--tm-transition);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}
.contact-home-box::after {
    content: "";
    background: #fff;
    position: absolute;
    transition: all 0.9s ease 0s;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(30deg);
    transform-origin: top left;
    width: 0;
}
.contact-home-box:hover::after {
    height: 100%;
    width: 155%;
    background: #fece2f;
}
.c-box.active,
.ch-box.active {
    background-color: #fece2f;
    box-shadow: 0px 10px 20px rgb(254 206 47 / 40%);
}
.contact-home-box > h5,
.contact-home-box > h5 > a {
    font-size: 20px;
    color: var(--tm-black);
    text-decoration: none;
}
.btn.custom-btn.custom-solid-btn {
    background: var(--tm-sub-primary);
    color: #fff;
    box-shadow: 10px 8px 15px 0px rgb(255 34 39 / 10%);
    border: 0;
}
.floating-img-wrap {
    z-index: -1;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.w-250px {
    width: 250px;
}

@keyframes moveLR {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(50px);
    }
}
@-webkit-keyframes moveLR {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(50px);
    }
}

.moveLR {
    -webkit-animation: moveLR 2s ease-in-out 0s infinite alternate;
    animation: moveLR 2s ease-in-out 0s infinite alternate;
}
.main-ft {
    padding: 100px 0 70px;
}
.ft-title {
    color: var(--tm-black);
    font-size: var(--md-font);
    font-weight: 700;
}
.ft-address > p {
    color: var(--tm-black);
    font-size: var(--sm-font);
    font-weight: 400;
    margin-bottom: 5px;
}
.ft-address > p > a {
    color: var(--tm-black);
    text-decoration: none;
    font-weight: normal;
}
.ft-address > p > a.f-phone {
    font-weight: 700;
    color: var(--tm-black);
    font-size: var(--heading-sm-fs);
}
.f-links-wrap > li > a {
    display: inline-block;
    margin: 0 2px;
    position: relative;
    /* border-right: 1px solid var(--tm-sub-primary); */
    color: var(--tm-black);
    text-decoration: none;
    font-size: 13px;
    font-family: var(--content-ff);
    /* text-transform: uppercase; */
}
.f-links-wrap > li {
    /* display: inline-block; */
    /* border-right: 1px solid var(--tm-sub-primary); */
    padding-right: 5px;
}
.f-links-wrap > li{
    margin-bottom: 12px;
}
.f-links-wrap > li:last-child{
    margin-bottom: 0;
}
.f-links-wrap > li:last-child {
    border-right: 0;
}
.f-links-wrap {
    list-style-type: none;
}
.ft-floating {
    z-index: -1;
}
.ft-floating > img:nth-child(1) {
    left: 20px;
    top: 10%;
}
.ft-floating > img:nth-child(2) {
    bottom: 0;
    left: 0;
}
.ft-floating > img:nth-child(3) {
    bottom: 13%;
    left: 16%;
}
.ft-floating > img:nth-child(4) {
    bottom: 30px;
    right: 0%;
}
.ft-floating > img:nth-child(5) {
    top: 30px;
    right: 0%;
}
.f-contact-links li{
    display: flex;
}
.footer-widget p{
    font-size: 14px;
}
.cat-wrap {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: end;
    border-radius: 10px;
    transition: var(--tm-transition);
    margin: 15px 0;
    z-index: 0;
    overflow: hidden;
}
.cat-wrap::before {
    position: absolute;
    content: "";
    height: 45%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.cat-info > h5 {
    font-family: var(--heading-ff);
    color: #fff;
    font-weight: 600;
    font-size: var(--lg-font);
}
.cat-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 10px 10px 30px 0px rgb(0 0 0 / 20%);
}
.product-category-tabs .nav-link {
    font-family: var(--content-ff);
    border: 0;
    color: var(--tm-black);
    min-width: 130px;
    text-align: center;
    position: relative;
    opacity: 0.7;
}
.product-category-tabs {
    border-bottom: 0;
    margin-bottom: 0;
}
.product-category-tabs .nav-link.active::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background-color: var(--tm-sub-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* .categories-slider-wrapper .owl-nav{
  display: none;
} */
.categories-slider-wrapper .owl-nav {
    display: block !important;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 36%;
    width: 100%;
    z-index: -1;
}
.categories-slider-wrapper .owl-nav .owl-prev {
    position: absolute;
    left: -55px;
}
.categories-slider-wrapper .owl-nav .owl-next {
    right: -55px;
    position: absolute;
}
.categories-slider-wrapper .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4d6d7 !important;
    color: var(--tm-black);
    font-size: var(--lg-font);
    transition: all 0.32s;
}
.categories-slider-wrapper .owl-nav button i {
    font-size: 22px;
    color: #000;
}
.categories-slider-wrapper .owl-nav button:hover {
    background-color: var(--tm-black) !important;
}
.categories-slider-wrapper .owl-nav button:hover i {
    color: #fff;
}
.categories-slider-wrapper .owl-nav button i {
    font-size: 22px;
    color: #000;
}
.product-category-tabs .nav-link.active {
    color: var(--tm-primary);
    opacity: 1;
}
.product-category-tabs .nav-link > span {
    display: block;
    font-family: var(--content-bold-ff);
}

/*--- Product Detail Page CSS Starts ---*/

.product-img-slide.carousel-indicators {
    position: relative !important;
    margin: 0;
    margin-top: 50px;
    display: block;
    width: 100px;
    height: 100%;
    min-height: 300px;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
    width: 100px;
    min-width: 100px;
}
.carousel-indicators.product-img-slide li {
    width: 50px;
    height: 80px;
    border: 1px solid transparent;
    display: block;
    width: 100%;
    margin: 5px 0;
    cursor: pointer;
}
.carousel-indicators.product-img-slide li > img {
    opacity: 0.5;
}
.carousel-indicators.product-img-slide li.active > img {
    opacity: 1;
}
.prod_wrap::-webkit-scrollbar,
.product-img-slide.carousel-indicators::-webkit-scrollbar {
    width: 3px;
}
.prod_wrap::-webkit-scrollbar-track,
.product-img-slide.carousel-indicators::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.prod_wrap::-webkit-scrollbar-thumb,
.product-img-slide.carousel-indicators::-webkit-scrollbar-thumb {
    background: #888;
}
.prod_wrap::-webkit-scrollbar-thumb:hover,
.product-img-slide.carousel-indicators::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.img-zoom-result {
    border: 1px solid #d4d4d4;
    width: 70%;
    height: 80%;
    position: absolute;
    right: -74.5%;
    background: #fff;
    z-index: 99;
}
.product-detail-carousel .carousel-inner {
    margin-left: 20px;
}
#carouselExampleIndicators {
    display: flex;
    align-items: center;
}
.product-info-wrap .rate-line-through {
    text-decoration: line-through;
    padding-right: 10px;
    font-size: var(--xs-font);
    color: #a9a9a9;
}
.product-info-wrap .main-price {
    font-size: 16px;
    font-family: var(--content-medium-ff);
    color: #000;
}
.price-wrap .price{
    display: flex;
    align-items: center;
}
.price-wrap img{
    width: 13px;
    margin-right: 3px;
    margin-top: -2px;
    filter: brightness(0) invert(1);
}
.product-info-wrap .offer-save {
    color: #25a541 !important;
    padding: 0 10px;
}
/*.product-info-wrap span {
    font-size: 13px;
    color: #a9a9a9;
}*/
ul.pack-size-list li {
    color: #676767;
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    /*margin-top: 15px;*/
    border-radius: 5px;
}
ul.pack-size-list li input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
ul.pack-size-list li label {
    display: block;
    position: relative;
    font-weight: 300;
    line-height: 1.7;
    display: block;
    position: relative;
    font-weight: 400;
    /* font-family: var(--content-bold-ff); */
    font-size: 13px;
    padding: 10px;
    margin: 0 auto;
    /* height: 50px; */
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    display: flex;
    justify-content: space-between;
    color: var(--tm-dark-gray) !important;
    z-index: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background: #fdfdfd;
}
ul.pack-size-list li .dis-off {
    color: #cd131c;
}
ul.pack-size-list li .check {
    display: block;
    position: absolute;
    border: 0 solid #aaa;
    border-radius: 0;
    height: 50px;
    width: 50px;
    background: 0 0;
    color: #ddd;
    top: 0;
    right: 0;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}
ul.pack-size-list li .check::before {
    display: block;
    position: absolute;
    content: "\f00c";
    font-family: "font awesome 5 free";
    font-weight: 700;
    font-size: 20px;
    border-radius: 100%;
    height: 15px;
    width: 25px;
    top: 10px;
    left: 15px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.products-detail-wrap-section .form-check input[type="radio"]:checked ~ label {
    background: #FFF8F8;
    border-color: var(--tm-red);
    box-shadow: 2px 2px 15px 1px #ffefef;
    color: var(--tm-black) !important;
}
.products-detail-wrap-section .form-check input[type="radio"]:checked ~ .check {
    background: var(--tm-sub-primary);
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 0;
    right: 0;
    top: 0;
    left: unset;
    border-radius: 4px;
    z-index: 0;
}
.products-detail-wrap-section .form-check input[type="radio"]:checked ~ .check::before {
    color: #fff;
}
.products-detail-wrap-section .form-check input[type="radio"]:checked ~ label span {
    color: var(--tm-black);
}
ul.pack-size-list > li {
    display: inline-block;
    width: 100px;
    margin: 0 3px;
}
ul.pack-size-list > li:first-child {
    margin-left: 0;
}
.product-info-wrap h5.product-name {
    font-size: 25px;
    margin-bottom: 10px;
    margin: 10px 0 15px 0;
    font-family: var(--content-bold-ff);
}
.product-info-wrap .prod-cat {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
    border: 1px solid #fdf7ee;
    color: #e32227;
    border-radius: 5px;
    font-size: var(--xs-font);
    background: #fdf7ee;
}
.product-info-wrap .prod-code strong{
    font-family: var(--content-bold-ff);
    color: var(--tm-primary);
}
.product-category-tabs .nav-link > img {
    width: 60px;
    transition: var(--tm-transition);
}
.product-category-tabs .nav-link:hover > img {
    transform: scale(1.1);
}
.inner-banner-wrap {
    padding: 100px 0 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.custom-tabs .nav-link {
    color: var(--tm-black);
    border: 0;
    border-bottom: 4px solid transparent;
    transition: var(--tm-transition);
    font-size: var(--heading-sm-fs);
}
.custom-tabs .nav-link.active {
    color: var(--tm-primary);
    border-color: var(--tm-primary);
    border-color: var(--tm-primary);
}
.breadcrumb .breadcrumb-item > a {
    color: var(--tm-black);
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--tm-black);
}
.breadcrumb-item.active{
    color: var(--tm-red);
}
.contact-form textarea.form-control {
    height: 100px;
}
.contact-map iframe {
    border: 0;
    width: 100%;
    height: 430px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.contact-map {
    padding-top: 30px;
}
.contact-form {
    background: rgb(255 248 238 / 100%);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
}
.contact-form::before {
    position: absolute;
    content: "";
    border-right: 30px solid transparent;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #ebe2d5;
    border-left: 30px solid transparent;
    right: -30px;
    top: -30px;
    z-index: -1;
}
.contact-form .form-floating > label {
    color: var(--tm-primary);
}
.contact-form .form-floating > .form-control {
    box-shadow: none;
    border-color: #ddd;
}
.contact-form .form-floating > .form-control:focus {
    border-color: var(--tm-primary);
}

/*--- Product Detail Page CSS Ends ---*/

.best-list > li {
    list-style-type: none;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0px 0px 15px 10px rgb(0 0 0 / 3%);
    display: inline-block;
    padding: 10px;
}
.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.count-main .counter-value,
.count-main .counter-value + span {
    font-family: var(--content-bold-ff);
    color: var(--tm-red);
    font-size: var(--llg-font);
    font-weight: 500;
}
.bg-overlay {
    position: relative;
    z-index: 0;
}
.bg-overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--tm-primary);
    opacity: 0.7;
    z-index: -1;
    left: 0;
    top: 0;
}
.count-content > h6 {
    font-size: var(--lg-font);
}
.count-content > h6 {
    font-size: var(--md-font);
    font-family: var(--content-medium-ff);
    /* border-bottom: 1px solid #e6959a; */
    /* width: fit-content; */
}
.mv-box > h4 {
    font-family: var(--heading-ff);
    font-weight: 800;
    color: var(--tm-primary);
    font-size: var(--lg-font);
}
.achive-bg {
    background-repeat: repeat-y;
}
.f-social > li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 1rem;
    color: var(--tm-black);
}
.f-social > li:last-child {
    margin-right: 0;
}
.f-social > li > a > img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 3px;
}
.nivida img {
    width: 18px;
    filter: brightness(0) invert(1);
    transition: var(--tm-transition);
}
.nivida a:hover img {
    filter: grayscale(0);
}
.nivida {
    text-align: right;
}
.copyright-wrap p {
    font-size: var(--xxs-font);
    margin-bottom: 0;
    color: #fff;
}

.categories-slider-wrapper .owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}
.categories-slider-wrapper .category-text-wrap {
    margin: 20px 0;
}
.categories-slider-wrapper .category-img-wrap {
    overflow: hidden;
}
.categories-slider-wrapper .category-img-wrap img {
    transition: 0.7s;
}
.categories-slider-wrapper .category-wrap-box:hover .category-img-wrap img {
    transform: scale(1.1);
}
.categories-slider-wrapper .theme-btn-wrap {
    margin-top: 20px;
    margin: 20px 3px 0 3px;
}
.categories-slider-wrapper .theme-btn-wrap .theme-btn {
    display: block;
    text-align: center;
}
.custom-btn-with-border-radius {
    position: relative;
    padding: 15px 25px !important;
    line-height: 1;
    font-family: var(--content-ff);
    position: relative;
    box-shadow: none !important;
    /* border: 1px solid #d4d6d7 !important; */
    border-radius: 100px;
    transition: all 0.32s;
    background-color: var(--tm-red);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.custom-btn-with-border-radius:hover {
    background-color: var(--tm-primary);
    color: #fff;
    padding: 15px 36px !important;
    border: 1px solid var(--tm-primary) !important;
}
.custom-btn-with-border-radius::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
}
.custom-btn-with-border-radius::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
}
.custom-btn-with-border-radius:hover::before {
    left: 23px;
    opacity: 1;
    overflow: visible;
}
.custom-btn-with-border-radius:hover::after {
    right: 23px;
    opacity: 1;
    overflow: visible;
}
.main-ft{
    background-color: #f9df0b;
    position: relative;
    z-index: 1;
}
.main-ft::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/footer-bg-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
footer .main-ft .f-logo img {
    max-width: 210px;
    width: 100%;
}
.footer-bottom{
    background-color: var(--tm-red);
    padding: 8px 0;
}
.news-later-wrap{
    border: 1px solid var(--tm-red);
    padding: 5px 3px;
}
.news-later-wrap .form-control{
    border-radius: 0;
    border: none;
}
.news-later-wrap .form-control:focus{
    box-shadow: none;
}
.news-later-wrap .custom-btn-with-border-radius{
    border-radius: 0 !important;
    border: none;
}
/* ------------ Inner Banner CSS Start ------------ */
.breadcrumb-wrapper{
    background: #F4F1E8;
    padding: 8px 0;
}
.breadcrumb-wrapper .breadcrumb{
    margin-bottom: 0;
}
.breadcrumb-wrapper .breadcrumb-item,
.breadcrumb-wrapper .breadcrumb-item a{
    font-size: 14px;
}
.inner-banner-wrap-section {
    background-color: #f5f8fa;
}
/* .inner-banner-wrap-section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-image: linear-gradient(180deg, #ffcdcd, #9d040d);
  background-color: #f5f8fa;
  opacity: .6;
} */

.inner-banner-wrap-section .inner-banner-img {
    /* height: 400px; */
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid transparent;
}

.inner-banner-wrap-section .inner-baner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    text-align: center;
}

.inner-banner-wrap-section .inner-banner-title h1 {
    font-size: 40px;
    color: #fff;
    /* font-family: var(--heading-ff); */
    font-family: var(--content-medium-ff);
}

.inner-banner-wrap-section .breadcrumb-item {
    font-size: 18px;
    color: var(--tm-black);
}

.inner-banner-wrap-section .breadcrumb-item a {
    color: var(--tm-black);
}

.inner-banner-wrap-section .breadcrumb-item + .breadcrumb-item::before {
    color: var(--tm-black);
}

/* ------------ Inner Banner CSS End ------------ */

/* ------------ Products Details Page Section CSS End ------------ */
.products-detail-wrap-section {
    overflow-x: hidden;
}
.products-detail-wrap-section #big {
    text-align: center;
    overflow: hidden;
}
.products-detail-wrap-section #big img {
    height: 400px;
    object-fit: contain;
    width: 100%;
}
.products-detail-wrap-section #big .item {
    pointer-events: auto;
}
.products-detail-wrap-section #big .big-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-detail-wrap-section #thumbs {
    text-align: center;
    display: flex;
    justify-content: center;
}
.products-detail-wrap-section #thumbs .item {
    margin: 10px;
}
.products-detail-wrap-section #thumbs img {
    height: 130px;
    width: 100%;
    object-fit: contain;
    background: #E9E9E1;
    border-radius: 12px;
    padding: 14px;
}
.products-detail-wrap-section .price-wrap {
    font-family: var(--content-bold-ff);
    margin-top: 15px;
}
/* ------------ Products Details Page Section CSS End ------------ */

/* ------------ View Cart Page Section CSS Start ------------ */
.view-cart-section .table thead {
    background-color: #f8f9fa;
}
.view-cart-section .table > :not(caption) > * > * {
    border-width: 0 1px;
    text-align: center;
    vertical-align: middle;
    padding: 0.9rem 0.9rem;
}
.view-cart-section .table tbody td {
    font-family: var(--content-medium-ff);
    /* text-wrap: nowrap; */
}
.view-cart-section .table tbody td a {
    color: var(--tm-black);
    text-decoration: none;
}
.view-cart-section .products-img img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.view-cart-section .icon i {
    font-size: 20px;
    color: var(--tm-black);
}
.view-cart-section .qty-wrap {
    border: 1px solid #e9e5e5;
    padding-bottom: 0;
}
.view-cart-section .qty-wrap > button.id-btn {
    color: #000;
    background: transparent;
}
.view-cart-section .qty-wrap > input.qty-value {
    border: none;
}
.view-cart-section .pound-symbol{
    width: 12px;
    margin-right: 3px;
    margin-top: -3px;
}
.dis-cart-total-wrapper h4 {
    font-size: 20px;
}
.discount-wrap-box .form-control {
    padding-left: 0;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    background: transparent;
}
.discount-wrap-box .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid var(--tm-primary);
}
.cart-total-wrap-box {
    background-color: #ffffff;
    padding: 35px;
    border: 1px solid #ebebeb;
}
.cart-total-wrap-box .cart-total-items {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    align-self: center;
}
.cart-total-wrap-box .cart-total-items:last-child {
    border-bottom: 0;
}
.cart-total-wrap-box .cart-total-items p {
    margin-bottom: 0;
    font-family: var(--content-medium-ff) !important;
    font-size: 15px;
}
/* ------------ View Cart Page Section CSS End ------------ */

/* ------------ Checkout Page Section CSS End ------------ */
.checkout-billing-from-wrap .form-control {
    padding: 0.7rem 0.75rem;
    border-radius: 0;
}
.checkout-billing-from-wrap .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--tm-primary);
}
.checkout-sidebar-box {
    background-color: #f1f1f1;
    padding: 35px;
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid var(--tm-primary);
    border-radius: 12px;
}
.checkout-sidebar-box:last-child {
    margin-bottom: 0;
}
.checkout-sidebar-box .cart-total-items {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}
.checkout-sidebar-box .cart-total-items:last-child {
    border-bottom: 0;
}
.checkout-sidebar-box .cart-total-items p {
    margin-bottom: 0;
}
.checkout-section .form-check-input:checked {
    background-color: var(--tm-primary);
    border-color: var(--tm-primary);
}
.checkout-section .form-check-input:checked:focus,
.checkout-section .form-check-input {
    box-shadow: none;
}
.checkout-section .address-list-box {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.address-list-box .address-text h6 {
    font-family: var(--content-medium-ff);
}
.checkout-section .table thead {
    background-color: #f1f1f1;
}
.checkout-section .table > :not(caption) > * > * {
    border-width: 0 1px;
    text-align: center;
    vertical-align: middle;
    padding: 0.9rem 0.9rem;
}
.checkout-section .table tbody td {
    font-family: var(--content-medium-ff);
    text-wrap: nowrap;
}
.checkout-section .table .products-img img {
    height: 80px;
    object-fit: contain;
}
.checkout-section .icon i {
    font-size: 20px;
    color: var(--tm-black);
}
.address-select-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 25px;
    border: 1px solid #d4d4d4;
    border-radius: 15px 10px;
}
.checkout-modalpopup .modal-body {
    padding: 50px;
}
.checkout-modalpopup .form-control {
    padding: 0.7rem 0.75rem;
    border-radius: 0;
}
.checkout-modalpopup .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--tm-primary);
}
/* ------------ Checkout Page Section CSS End ------------ */

/* ------------ Order Completed Page Section CSS End ------------ */
.order-comp-wrap-section .order-comp-text-wrap-box h5 {
    border: 1px dashed #00c32b;
    padding: 25px 20px;
    margin-bottom: 0;
    font-size: var(--lg-font);
}
.order-comp-wrap-section .order-comp-text-wrap-box h5 span img {
    width: 50px;
}
.order-comp-wrap-section .order-details-wrap-box h3 {
    font: var(--sm-font);
    font-family: var(--content-bold-ff);
}
/* ------------ Order Completed Page Section CSS End ------------ */

.authentication-wrap-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.authentication-logo {
    margin-bottom: 30px;
}
.authentication-logo img {
    width: 150px;
}
.authentication-top-text {
    text-align: center;
}
.authentication-top-text h4 {
    font-size: var(--lg-font);
    font-family: var(--content-bold-ff);
    margin-bottom: 15px;
}
.authentication-left-side-box {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.authentication-btn-wrap button {
    box-shadow: none;
    border: none;
    padding: 10px 25px;
    background: #e31e2a;
    width: 100%;
    color: #fff;
    font-family: var(--content-bold-ff);
    transition: all 0.32s;
}
.authentication-btn-wrap button:hover {
    background-color: var(--tm-black);
}
.authentication-btn-border a {
    padding: 10px 25px;
    display: block;
    border: 1px solid #e31e2a;
    text-decoration: none;
    color: var(--tm-black);
    font-family: var(--content-bold-ff);
    transition: all 0.32s;
}
.authentication-btn-border a:hover {
    background-color: var(--tm-primary);
    color: #fff;
}
.authentication-right-side-box h4 {
    font-size: var(--md-font);
    font-family: var(--content-bold-ff);
    margin-bottom: 15px;
}
.authentication-right-side-box h6 {
    font-family: var(--content-bold-ff);
    color: var(--tm-primary);
}
.authentication-right-side-box p span a {
    text-decoration: none;
    color: var(--tm-black);
}
.forgot-pass {
    text-align: center;
    margin-top: 20px;
}
.forgot-pass a {
    text-decoration: none;
    font-family: var(--content-bold-ff);
    color: var(--tm-primary);
}
.authentication-wrap-section .form-control {
    padding: 0.7rem 0.75rem;
    border-radius: 0;
}
.authentication-wrap-section .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--tm-primary);
}
.back-btn a {
    text-decoration: none;
    color: #fff;
    font-family: var(--content-bold-ff);
}
.back-btn a span {
    margin-right: 5px;
    line-height: 0;
}
.authentication-form-wrap label span {
    color: red;
    font-family: var(--content-bold-ff);
    margin-left: 2px;
}

.my-account-sidebar ul {
    list-style: none;
    padding-left: 0;
}
.my-account-sidebar ul li {
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.my-account-sidebar ul li:last-child {
    margin-bottom: 0px;
}
.my-account-sidebar ul li a {
    text-decoration: none;
    color: var(--tm-black);
    font-family: var(--content-medium-ff);
}
.my-account-sidebar ul li a.active {
    color: var(--tm-primary);
}
.my-account-wrap-box {
    border: 1px solid #2bb673;
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.32s;
}
.my-account-wrap-box:hover {
    background-color: var(--tm-primary);
}
.my-account-wrap-box a {
    text-decoration: none;
}
.my-account-wrap-box .my-account-icon img {
    width: 55px;
    transition: all 0.32s;
}
.my-account-wrap-box:hover .my-account-icon img {
    filter: brightness(0) invert(1);
}
.my-account-wrap-box .my-account-text-wrap h5 {
    font-family: var(--content-bold-ff);
    color: var(--tm-primary);
    font-size: 18px;
    margin-bottom: 0;
    transition: all 0.32s;
}
.my-account-wrap-box:hover .my-account-text-wrap h5 {
    color: #fff;
}
.my-orders-wrapper thead {
    background-color: #f1f1f1;
}
.my-orders-wrapper .table > :not(caption) > * > * {
    text-align: center;
    vertical-align: middle;
    padding: 0.9rem 0.9rem;
}
.my-orders-wrapper .table td i {
    padding: 11px;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: var(--tm-primary);
    font-size: 25px;
    transition: all 0.32s;
}
.my-orders-wrapper .table td i:hover {
    background-color: var(--tm-black);
    color: #fff;
}
.my-profile-details-wrap-box .form-control {
    padding: 0.7rem 0.75rem;
    border-radius: 0;
}
.my-profile-details-wrap-box .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--tm-primary);
}

/* ------------ My Wishlist Page Section CSS End ------------ */
.my-wishlist-section .table thead {
    background-color: #f1f1f1;
}
.my-wishlist-section .table > :not(caption) > * > * {
    border-width: 0 1px;
    text-align: center;
    vertical-align: middle;
    padding: 0.9rem 0.9rem;
}
.my-wishlist-section .table tbody td {
    font-family: var(--content-bold-ff);
    text-wrap: nowrap;
}
.my-wishlist-section .products-img img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.my-wishlist-section .icon i {
    font-size: 20px;
    color: var(--tm-black);
}
.my-wishlist-section .qty-wrap {
    border: 1px solid #e9e5e5;
    padding-bottom: 0;
}
.my-wishlist-section .qty-wrap > button.id-btn {
    color: #000;
    background: transparent;
}
.my-wishlist-section .qty-wrap > input.qty-value {
    border: none;
}
/* ------------ My Wishlist Page Section CSS End ------------ */

/* ------------ Inner Banner Text Section CSS End ------------ */
.inner-banner-text-wrap-section {
    padding: 200px 0 30px;
    background: #f8f8f8;
}
.inner-banner-text-wrap-section .inner-banner-title h1 {
    font-size: 40px;
    color: var(--tm-black);
    font-family: var(--heading-ff);
}
.inner-banner-text-wrap-section .breadcrumb .breadcrumb-item > a {
    color: var(--tm-black);
}
.inner-banner-text-wrap-section .breadcrumb .breadcrumb-item.active {
    color: var(--tm-primary);
}
/* ------------ Inner Banner Text Section CSS End ------------ */
.error {
    color: red !important;
}

.cart-detail-wrap-box {
    max-width: 105px;
}
.cart-empty-wrap-box {
    background: #2bb67317;
    width: 100%;
    display: block;
    text-align: center;
    padding: 40px 20px;
}
.cart-empty-wrap-box img {
    width: 70px;
}
.cart-empty-wrap-box p {
    font-weight: 600;
    color: var(--tm-black);
    margin-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
}
.terms-of-use-section{
    background-color: #FFFEF6;
    position: relative;
    z-index: 1;
}
.terms-of-use-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-left.png);
    z-index: -1;
}
.terms-of-use-section::after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-right.png);
    z-index: -1;
}
.terms-of-use-section .terms-of-use_text h1,
.terms-of-use-section .terms-of-use_text h2,
.terms-of-use-section .terms-of-use_text h3,
.terms-of-use-section .terms-of-use_text h4,
.terms-of-use-section .terms-of-use_text h5,
.terms-of-use-section .terms-of-use_text h6 {
    font-size: 18px;
    color: var(--tm-black);
    font-family: var(--content-medium-ff);
}
.terms-of-use-section .terms-of-use_text b {
    font-size: 18px;
    color: var(--tm-black);
    font-family: var(--content-medium-ff);
}
.terms-of-use-section ul li {
    margin-bottom: 10px;
}
.terms-of-use-section ul li:last-child {
    margin-bottom: 0;
}
.inner-aboutus-section{
    background-color: #FFFEF6;
}
.inner-about-wrapper{
    position: relative;
    z-index: 1;
}
.inner-about-wrapper::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F4F1E8;
    z-index: -1;
}
.inner-about-text-wrapper{
    padding: 25px 0;
}
.inner-aboutus-section .inner-about-img-wrap {
    overflow: hidden;
    /* border-radius: 12px; */
    height: 100%;
}
.inner-aboutus-section .inner-about-img-wrap img {
    /* border-radius: 12px; */
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    height: 100%;
    object-fit: cover;
}
.inner-aboutus-section .inner-about-img-wrap:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.count-main {
    /* border: 1px dashed #fff; */
    border-radius: 12px;
}
.our-shop-section .ft-address {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border: 1px solid #e0e0e0;
    height: 100%;
    border-right: 2px solid var(--tm-primary);
    border-bottom: 2px solid var(--tm-primary);
}
.contact-wrap-section,
.map-wrapper{
    background-color: #FFFEF6;
    position: relative;
    z-index: 1;
}
.contact-wrap-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-left.png);
    z-index: -1;
}
.map-wrapper::after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-right.png);
    z-index: -1;
}
.contact-wrap-section .form-control {
    padding: 0.7rem 0.75rem;
    border-radius: 0;
}
.contact-wrap-section .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--tm-primary);
}
.contact-details-wrapper {
    background-color: var(--tm-primary);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #d3cccc;
}
.contact-details-wrapper p{
    display: flex;
    color: #fff;
}
.inq-form-wrap-box{
    border: 1px solid #B5B5B4;
    padding: 25px;
    border-radius: 10px;
}
.inq-form-wrap-box .form-control,
.inq-form-wrap-box .form-control:focus{
    background-color: transparent !important;
}
.get-in-touch-title {
    font-size: 35px;
    color: #FAE00B;
    font-family: var(--heading-ff);
    margin-bottom: 30px;
}
.contact-details-wrapper p a {
    text-decoration: none;
    color: #fff;
}
.contact-details-wrapper h6 {
    font-family: var(--content-bold-ff);
    margin-bottom: 20px;
}
.cl-my-cart-btn {
    width: 100%;
    display: block;
    float: right;
    margin-bottom: 30px;
}
.cl-my-cart-btn a {
    float: right;
}
.user-name-wrap h6 span {
    font-family: var(--content-bold-ff);
    color: var(--tm-black);
}
.products-list-section .form-control {
    padding: 0.7rem 0.75rem;
    border-radius: 0;
}
.products-list-section .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--tm-primary);
}
.dataTables_length {
    margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_length select {
    margin: 7px;
}
.dataTables_scrollBody {
    height: auto !important;
}
.dataTables_processing {
    z-index: 9999;
}
.paginate_button {
    background: #f2f0ee !important;
}
.thank_you-wrap {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    padding: 35px;
    border: 1px dashed var(--tm-primary);
    text-align: center;
    background: #2bb67317;
}
.thank_you-wrap .inquiry-icon {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
}
.thank_you-wrap .inquiry-icon i{
    font-size: 75px;
    color: var(--tm-primary);
}
.thank_you-wrap .inquiry-icon img {
    /* filter: brightness(0) invert(1); */
    width: 50px;
}
.thank_you-wrap .thank-you-text-wrap {
    /* padding: 35px; */
    margin-top: 20px;
}
.thank_you-wrap .thank-you-text-wrap h1 {
    font-size: 40px;
    font-family: var(--content-bold-ff);
    color: var(--tm-primary);
    margin-bottom: 25px;
}
.thank_you-wrap .thank-you-text-wrap p {
    font-size: 17px;
    font-weight: 600;
    color: #50565c;
}
.thank_you-wrap .thank-you-text-wrap p a {
    color: #e31e2a;
    text-decoration: none;
}
.contact_details a {
    text-decoration: none;
    color: var(--tm-primary);
    font-family: var(--content-bold-ff);
}
.thank_you-wrap .contact_details img {
    width: 25px;
}
.thank_you-wrap .contact_details {
    padding: 15px 0;
}
.error404-wrap-section h2 {
    margin: 0 auto;
    font-size: 50px;
    color: var(--tm-primary);
    font-family: var(--content-bold-ff);
    margin-bottom: 20px;
    /* background-image: url("../images/404-bg-img.jpg");
  font-family: var(--content-bold-ff);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-background-clip: text; 
   background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.error404-wrap-section h3 {
    font-size: 27px;
    color: var(--tm-primary);
    margin-bottom: 20px;
    text-transform: capitalize;
}
.error404_wrap-box {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    padding: 35px;
    border-top: 2px solid #e31e29;
    text-align: center;
}
.checkout-section .table a {
    text-decoration: none;
    color: var(--tm-primary);
}

.checkout-section .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.checkout-section .table-responsive::-webkit-scrollbar {
    width: 100%;
    height: 5px;
    background-color: #f5f5f5;
}

.checkout-section .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--tm-primary);
}

/* ------------------- FAQ's section CSS Start ------------------- */
.faqs-wrap-section .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--tm-black);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid #000;
}
.faqs-wrap-section .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #cecece;
    border-radius: 0px;
}
.faqs-wrap-section .accordion-item:last-child {
    margin-bottom: 0;
}
.faqs-wrap-section .accordion-button {
    background-color: #f8f8f8;
}
.faqs-wrap-section .accordion-button h2 {
    font-size: 23px;
    margin-bottom: 0;
}
.faqs-wrap-section .accordion-button:focus {
    box-shadow: none;
}
/* ------------------- FAQ's section CSS End ------------------- */
.wishlist-icon-wrap a {
    text-align: right;
    /* margin-right: 12px; */
    float: right;
}
.wishlist-icon-wrap a img {
    width: 23px;
}

.filer-icon img {
    height: 38px;
    width: 38px;
    cursor: pointer;
}

.cart-items-list {
    max-height: 340px;
    overflow-y: scroll;
}
.cart-items-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.cart-items-list::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}

.cart-items-list::-webkit-scrollbar-thumb {
    background-color: var(--tm-primary);
    /* border: 2px solid #555555; */
}
.sidebar-blog-box ul {
    list-style: none;
}
.sidebar-blog-box a {
    text-decoration: none;
    color: var(--tm-black);
}
.sidebar-blog-box > li {
    list-style-type: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.sidebar-blog-box li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ------------------ Search bar CSS Start ------------------ */
.search-wrap-box .add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.search-wrap-box .add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}
.search-wrap-box .form-control {
    width: 20%;
}
.search-wrap-box .my-navbar-nav > li > a {
    border-right: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}
.search-wrap-box .my-navbar-nav:last-child {
    border-right: 0;
}
.search-wrap-box .round-btn {
    /* height: 50px;
  width: 50px; */
    background-color: transparent;
    border-radius: 34px;
    text-align: center;
    /* line-height: 50px; */
    color: gray;
    float: right;
}
.search-wrap-box .flip-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.search-wrap-box .hidden-search-box {
    display: none;
    position: absolute;
    right: 130px;
    background-color: var(--tm-black);
    top: 100%;
    height: 50px;
    width: 35%;
    z-index: 9;
    /* bottom: -65px; */
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.search-wrap-box .addon-btn {
    width: 50px;
    height: 50px;
    background-color: var(--tm-primary);
    border: 0 none;
    /* margin-top: -5px; */
    color: #ffffff;
}
.search-wrap-box .addon-text-box,
addon-text-box:active {
    background-color: transparent !important;
    border: 0 none;
    color: #ffffff !important;
    border-radius: 0;
    font-weight: 400;
    margin-left: calc(5px + 1.13em);
    margin-right: calc(5px + 1.13em);
}
.search-wrap-box .addon-btn i {
    font-size: 22px;
}
/* .search-wrap-box .traingle{
  height:15px;
  width: 15px;
  background-color: transparent;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  border-bottom: 15px rgb(37, 51, 66) solid;
  float:right;
  margin-top: -10px;
  margin-right: 10px;
} */

/* ------------------ Search bar CSS End ------------------ */

.wishlist-icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    padding: 8px;
    border-bottom-left-radius: 15px;
    z-index: 1;
}

.best-saller-wrap {
    position: absolute;
    top: 0;
    background: #f1af00 !important;
    left: 0;
    border-bottom-right-radius: 25px;
    z-index: 1;
}
.seasonal-wrap {
    /* position: absolute;
  top: 0;
  background: #F1AF00 !important; 
  right: 0;
  border-bottom-left-radius: 25px;
  z-index: 1; */
    background: #e31e2a;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: -42px;
    z-index: 2;
    transform: rotate(90deg);
    overflow: hidden;
    text-align: center;
}
.seasonal-wrap h2 {
    font-size: 14px;
    padding: 1px 21px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.best-saller-wrap h2 {
    /* font-size: 14px;
  padding: 7px 20px; */
    font-size: 12px;
    padding: 6px 15px;
    color: #000;
    font-weight: 600;
}
.whatapp-sticky-icon {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 9;
}
.whatapp-sticky-icon a img {
    width: 50px;
}
.add-btn-plus {
  background-color: #403092;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  line-height: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 6px;
}
.add-btn-plus i{
  font-size: 24px;
}
.add-btn-plus:hover{
    background-color: var(--tm-black);
    color: #fff;
}
.out-of-stock-text {
    font-size: 16px;
    color: #e31e29;
    font-weight: 600;
}

/* .checkout-section .table-scroll{
  display: block;
}

.checkout-section .table-scroll thead{
  display: block;
  width:100%;
  overflow-y: scroll;
}

.checkout-section .table-scroll tbody{
  display: block; position:relative;
  width:100%; overflow-y:scroll;
}

.checkout-section .table-scroll tr{
  width: 100%;
  display:flex;
}

.checkout-section .table-scroll td,.checkout-section .table-scroll th{
  flex-basis:100%;
  display: block;
}
.checkout-section .body-half-screen{
  max-height: 50vh;
} */
.drift-bounding-box {
    width: 90px;
    height: 90px;
    left: 721px;
    top: 273.172px;
    position: absolute;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.4);
}

.view-cart-section .qty-wrap {
    width: 135px;
}
.view-cart-section .qty-wrap > input.qty-value {
    width: 100%;
}
.dis-cart-total-wrapper {
    position: sticky;
    top: 90px;
    border: 1px solid #e0dcdc;
}
.products-detail-wrap-section .owl-carousel {
    z-index: 0;
}
.zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.header-icon-wrap {
    font-size: 26px;
    color: #000;
}
.order-now-btn-wrap ul {
    padding-left: 0;
    list-style: none;
}
.order-now-btn-wrap ul li {
    position: relative;
    margin-right: 10px;
}
.order-now-btn-wrap ul li::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    border: 1px dashed #e31e2a;
    border-radius: 50%;
    animation: rotate-animation 15s infinite linear;
    z-index: -1;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.order-now-btn-wrap ul li img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
    padding: 5px;
}
.map-add-wrap-box {
    border: 1px solid #dcdcdc;
}
.map-add-wrap-box .nav-pills .nav-link {
    text-align: left;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background: #fff;
    padding: 15px;
    border-bottom: 2px solid var(--tm-primary);
}
.map-add-wrap-box .nav-item {
    margin-bottom: 10px;
}
.map-add-wrap-box .nav-pills .nav-link h2 {
    font-size: 20px;
    font-family: var(--content-bold-ff);
    color: var(--tm-primary);
}
.map-add-wrap-box .nav-pills .nav-link p {
    color: #000;
}
.map-wrapper .tab-content {
    height: 100%;
}
.map-wrapper .tab-pane {
    height: 100%;
}
.map-wrapper .our-shop-title {
    font-family: var(--content-bold-ff);
    font-size: 25px;
    border-bottom: 1px solid var(--tm-primary);
    width: fit-content;
    padding-bottom: 3px;
}
.map-wrapper .nav-pills {
    max-height: 545px;
    overflow-y: auto;
    display: block;
    padding-right: 10px;
}
.map-wrapper .nav-pills::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.map-wrapper .nav-pills::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}

.map-wrapper .nav-pills::-webkit-scrollbar-thumb {
    background-color: #9fa0a1;
}

.main-navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: #fff6f7 !important;
}
.checkout-sidebar-wrapper .th-product-img,
.checkout-sidebar-wrapper .td-product-img {
    width: 20% !important;
}
/* ------------------ Search bar CSS Start ------------------ */
.perishable-products-slide-item {
    border: 2px solid #cecdcd;
    border-radius: 8px;
    padding: 5px;
}
.perishable-products-slide-item .thumb img {
    border-radius: 8px;
}
.perishable-products-slider-wrapper .product-info a {
    padding: 20px 10px;
    color: var(--tm-primary);
    display: block;
    font-size: 20px;
    font-family: var(--content-bold-ff);
}
/* ------------------ Search bar CSS End ------------------ */

#big .zoom-icon-wrap {
    position: absolute;
    bottom: 5px;
    right: 10px;
    object-fit: cover;
    background-image: url(../images/maximize.png);
    background: #2a3138;
    padding: 5px;
    border-radius: 4px;
}
#big .zoom-icon-wrap img {
    height: auto;
    width: 23px;
    filter: brightness(0) invert(1);
}
.weg-icon-wrap {
    position: absolute;
    top: 5px;
    right: 5px;
}
.weg-icon-wrap img {
    border-radius: 0 !important;
    width: 23px;
}

/* ------------------- ADV Section CSS Start ------------------- */
.adv-banner-sec{
    position: relative;
    z-index: 1;
}
.adv-banner-sec::before{
    position: absolute;
    content: '';
    top: 75px;
    right: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-right.png);
    z-index: -1;
}
.adv-banner-sec .adv-img-wrap img {
    border-radius: 12px;
}
/* .adv-banner-sec .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d4d6d7 !important;
    color: var(--tm-black);
    font-size: var(--lg-font);
    transition: all 0.32s;
}
.adv-banner-sec .owl-nav button i {
    font-size: 22px;
    color: #000;
}
.adv-banner-sec .carousel-control-prev {
    left: -50px;
}
.adv-banner-sec .carousel-control-next {
    right: -50px;
}
.adv-banner-sec .carousel-control-next,
.adv-banner-sec .carousel-control-prev {
    width: 4%;
    opacity: 1;
}
.adv-banner-sec .carousel-control-prev-icon,
.adv-banner-sec .carousel-control-next-icon {
    background-color: #d4d6d7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-control-next-icon {
    background-image: url(../images/right-angle-arrow.png);
}
.carousel-control-prev-icon {
    background-image: url(../images/left-arrow-angle.png);
} */
/* ------------------- ADV Section CSS End ------------------- */

.perishable-products-sec .veg-icon-wrap {
    position: absolute;
    top: 8px;
    right: 8px;
}
.perishable-products-sec .veg-icon-wrap img {
    width: 25px;
    border-radius: 0 !important;
}

.product-slide-item .veg-icon-wrap {
    position: absolute;
    top: 50px;
    right: 8px;
}
.product-slide-item .veg-icon-wrap img {
    width: 25px;
    height: 25px;
    border-radius: 0 !important;
}

.products-detail-wrap-section .veg-icon-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
}
.products-detail-wrap-section .veg-icon-wrap img {
    width: 25px;
    height: 25px;
    border-radius: 0 !important;
}

.products-detail-wrap-section .wishlist-icon-wrap {
    background-color: transparent;
}
.products-detail-wrap-section .wishlist-icon-wrap a {
    float: left;
}

#grdtotal_cartview,
#gsttotal_cartview,
#net_subtotal_cartview {
    display: flex;
    align-items: center;
}
.recent-blog-list.recent-blog-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e3dfdf;
}
.recent-blog-list.recent-blog-list li:last-child {
    padding-bottom: 0;
}
.recent-blog-list.recent-blog-list li a {
    color: var(--tm-primary);
    font-family: var(--content-bold-ff);
}

.my-account-wrap-section table.dataTable tbody td {
    text-wrap: nowrap;
}

#cart-total {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 50%;
    color: #fff;
    font-family: var(--content-ff);
    background-color: var(--tm-primary);
}

/* ------------------ Speacial Offer Section CSS Start ------------------ */
.special-offer-section{
    position: relative;
    z-index: 1;
}
.special-offer-section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-left.png);
    z-index: -1;
}
.special-offer-card {
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    height: 100%;
}
.special-offer-title {
    font-size: 25px;
    font-family: var(--heading-ff);
    color: var(--tm-black);
}
.special-offer-sub-title {
    font-size: 22px;
    font-family: var(--content-bold-ff);
    color: var(--tm-red);
}
.special-offer-card .price {
    font-size: 22px;
    font-family: var(--content-bold-ff) !important;
    color: var(--tm-black);
    margin-bottom: 0px;
}
.special-offer-img img {
    width: 100%;
    height: 170px;
    object-fit: contain;
}
.shop-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
}
.shop-btn:hover {
    background-color: darkred;
}
.special-offer-col .special-offer-card {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.special-offer-col:nth-child(4n + 1) .special-offer-card {
    background-image: url(../images/spe-off-blue-bg.png);
}
.special-offer-col:nth-child(4n + 2) .special-offer-card {
    background-image: url(../images/spe-off-orange-bg.png);
}
.special-offer-col:nth-child(4n + 3) .special-offer-card {
    background-image: url(../images/spe-off-purple-bg.png);
}
.special-offer-col:nth-child(4n + 4) .special-offer-card {
    background-image: url(../images/spe-off-green-bg.png);
}

/* ------------------ Speacial Offer Section CSS End ------------------ */

/* ------------------ Best Seller Section CSS Start ------------------ */
.best-seller-section{
    position: relative;
    z-index: 1;
}
.best-seller-section::before{
    position: absolute;
    content: '';
    top: 75px;
    right: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-right.png);
    z-index: -1;
}
.best-seller-section::after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    background-image: url(../images/shape/box-pattern-shape-box.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 300px;
    height: 274px;
}
/* ------------------ Best Seller Section CSS End ------------------ */

/* ------------------ Home About Section CSS Start ------------------ */
.home-about-section{
    background: #f4f1e8;
    position: relative;
    z-index: 1;
}
.home-about-section::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-left.png);
    z-index: -1;
}
.home-about-section::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/box-pattern-shape.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.home-about-section .owl-nav{
    text-align: center;
    margin: 15px 0;
}
.home-about-section .owl-nav button i{
    font-size: 50px;
    color: #000;
}
.counter-col{
    border-right: 1px solid var(--tm-red);
}
.counter-col:last-child{
    border-right: 0;
}
/* ------------------ Home About Section CSS End ------------------ */

/* ------------------ Latest Blog Section CSS Start ------------------ */
.latest-blog-section{
    background: #f4f1e8;
    position: relative;
    z-index: 1;
}
.latest-blog-section::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/horizontal-line-shape.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
/* .latest-blog-section::after{
    position: absolute;
    content: '';
    top: -262px;
    right: 0;
    background-image: url(../images/shape//horizontal-line-shape-box.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 285px;
    height: 263px;
} */
.latest-blog-section .blog-item,
.blog-section .blog-item{
    border-radius: 12px;
}
/* .blog-section .blog-item{
    background-color: #fff !important;
} */
.latest-blog-section .blog-thumb img,
.blog-section .blog-thumb img{
    border-radius: 12px;
}
.blog-section .blog-thumb img, .latest-blog-section .blog-thumb img{
    aspect-ratio: 1 / 0.53;
    object-fit: cover;
} 
.latest-blog-section .blog-date,
.blog-section .blog-date{
    font-size: 13px;
    font-family: var(--content-ff);
}
.latest-blog-section .blog-date i,
.blog-section .blog-date i{
    color: var(--tm-red);
}
.latest-blog-section .blog-title,
.blog-section .blog-title{
    font-size: 20px;
    font-family: var(--content-medium-ff);
    color: #000;
    text-decoration: none;
}
/* ------------------ Latest Blog Section CSS End ------------------ */

.add-to-cart-wrap {
    position: relative;
}

.products-detail-wrap-section{
    background-color: #FFFEF6;
    /* position: relative;
    z-index: 1; */
    /* overflow-x: hidden; */
}
.products-detail-wrap-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-left.png);
    z-index: -1;
}
.products-detail-wrap-section::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-left.png);
    z-index: -1;
}
.products-detail-wrap-section .add-to-cart-wrap img{
    width: 17px;
    margin-right: 8px;
}
.products-detail-wrap-section .product-info-wrap{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}
.products-detail-wrap-section .product-info-wrap .prod-code{
    font-size: 13px;
    font-family: var(--content-bold-ff);
    margin-bottom: 20px;
}
/* ------------------- Testimonial Section CSS Start ------------------- */
.testimonial-section{
    background-color: var(--tm-red);
    position: relative;
}
.testimonial-section::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/testimonial-bg-img.png);
}
.testimonial-profile{
    width: fit-content;
    margin: 25px auto;
}
.testimonial-profile img{
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.testimonial-text{
    position: relative;
    z-index: 1;
}
.testimonial-text::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 67px;
    height: 47px;
    background-image: url(../images/icon/testimonial-left-quate.png);
    background-size: cover;
    z-index: -1;
}
.testimonial-text p{
    font-size: 25px;
    color: #fff;
}
.name-and-desig h5{
    font-size: 22px;
    color: #fff;
    font-family: var(--heading-ff);
}
.name-and-desig p{
    color: #fff;
    margin-bottom: 0;
}
/* ------------------- Testimonial Section CSS End ------------------- */

/* ------------------- Vision Mission Section CSS Start ------------------- */
.vision-mission-section{
    background-color: #FFFEF6;
    position: relative;
    z-index: 1;
}
.vision-mission-section::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-right.png);
    z-index: -1;

}
.vision-mission-section .vision-mission-text-wrap{
    margin-bottom: 30px;
}
.vision-mission-section .vision-mission-text-wrap:last-child{
    margin-bottom: 0;
}
.vision-mission-section .vision-mission-title h2{
    font-size: 30px;
    color: #000;
    font-family: var(--heading-ff);
}
.vision-mission-img-wrap{
    position: relative;
    padding-left: 17px;
    padding-bottom: 20px;
    z-index: 1;
}
.vision-mission-img-wrap::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 98%;
    height: 97%;
    border: 2px solid #00c32b;
    z-index: -1;
}
.vision-mission-img-wrap img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 0px;
}
/* ------------------- Vision Mission Section CSS End ------------------- */

/* ------------------- Why Choose Section CSS End ------------------- */
.why-choose-section{
    background: #f4f1e8;
    position: relative;
    z-index: 1;
}
.why-choose-section::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/box-pattern-shape.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.why-choose-section::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-left.png);
    z-index: -1;

}
.why-choose-wrap-box{
    position: relative;
    padding: 25px 25px 0;
}
.why-choose-wrap-box::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
 }
 .why-choose-col:nth-child(6n+1) .why-choose-wrap-box::before{
    background-color: var(--tm-red);
 }
 .why-choose-col:nth-child(6n+2) .why-choose-wrap-box::before{
    background-color: #2BB673;
 }
 .why-choose-col:nth-child(6n+3) .why-choose-wrap-box::before{
    background-color: #403092;
 }
 .why-choose-col:nth-child(6n+4) .why-choose-wrap-box::before{
    background-color: #403092;
 }
 .why-choose-col:nth-child(6n+5) .why-choose-wrap-box::before{
    background-color: var(--tm-red);
 }
 .why-choose-col:nth-child(6n+6) .why-choose-wrap-box::before{
    background-color: #2BB673;
 }
 .why-choose-wrap-box::after{
    position: absolute;
    content: '';
    top: 70px;
    left: 0;
    width: 100%;
    height: 33%;
    background-color: #f4f1e8;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
 }
.why-choose-wrap-box .num-text{
    width: 60px;
    height: 60px;
    background-color: #F1F1F1;
    color: var(--tm-black);
    font-family: var(--heading-ff) !important;
    font-size: 35px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.why-choose-text-wrap{
    position: relative;
}
.why-choose-text-wrap{
    background-color: #fff;
    padding: 25px;
    z-index: 1;
    border-radius: 18px;
    background: linear-gradient(#FFFFFF, #F4F1E8);
    box-shadow: 0px 4px 6px #0000001A;
    border: 2px solid #FFFFFF;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.why-choose-title{
    font-size: 28px;
    font-family: var(--heading-ff);
    color: var(--tm-black);
    margin-bottom: 20px;
}
.why-choose-desc{
    max-height: 120px;
    overflow-x: auto;
    padding: 0 5px;
}
.why-choose-desc::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.why-choose-desc::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.why-choose-desc::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #acacac;
}

/* ------------------- Why Choose Section CSS End ------------------- */

.checkout-section .pound-symbol{
    width: 12px;
    margin-top: -3px;
    margin-right: 1px;
}

.most-popular-section{
    position: relative;
    z-index: 1;
}
.most-popular-section::before {
    position: absolute;
    content: '';
    top: 20%;
    left: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-left.png);
    z-index: -1;
}

/* ------------------ Testimonials CSS Start  ------------------ */
.reviews_wrap_section .reviews_main_grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 200px 200px 200px;
    grid-template-rows: 200px 200px 200px;
    grid-gap: 4rem
  }
  
  .reviews_wrap_section .reviews_main_wrap {
    display: grid;
    grid-gap: 100px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-flow: dense
  }
  
  .reviews_wrap_section .reviews_main_wrap .reviews_wrap_box {
    justify-content: center;
  }
  
  .reviews_wrap_section .reviews_wrap_box {
    background: #F5F2DA;
    border: 1px solid #DCD9C0;
    border-radius: 10px;
    padding: 54px 30px 30px;
    position: relative;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out
  } 
  .testimonials-name-com-name{
    border-top: 1px solid #DCD9C0;
    padding-top: 20px;
  }
  .testimonials-name-com-name .testimonials-name{
    font-family: var(--content-medium-ff) !important;
    font-weight: 600;
    font-size: 18px;
    color: var(--tm-primary);

  }
  .testimonials-name-com-name .com-name{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #004682;
    font-size: 14px;
  }
  .reviews_wrap_section .reviews_text p span img{
    margin-top: -13px;
    margin-right: 5px;
    width: 40px;
  }
  .reviews_wrap_section .reviews_text p {
    font-size: 15px !important;
    color: #000;
    /* position: relative; */
  }
  /* .reviews_wrap_section .reviews_text p::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/quotes-icon-left.png);
    background-size: cover;
  } */
  .reviews_wrap_section .rating-wrap{
    margin: 15px 0;
  }
  .reviews_wrap_section .rating-wrap ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .reviews_wrap_section .rating-wrap ul li i{
    font-size: 20px;
    color: #f19031;
  }
  .reviews_wrap_section .com-logo ul{
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    margin-bottom: 0;
  }
  .reviews_wrap_section .com-logo ul li{
    margin: 2px;
    width: 15%;
  }
  .reviews_wrap_section .com-logo ul li img{
    height: 40px;
    width: 100%;
    object-fit: contain;
  }
  .reviews_wrap_section #masonry {
    column-count: 3;
    column-gap: 20px
  }
  
  .reviews_wrap_section #masonry .item {
    background-color: none;
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
    cursor: pointer
  }
  
  .reviews_wrap_section #masonry .person_profile_pic .item img {
    max-width: 100%;
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: -4px
  }
  
  .reviews_wrap_section #masonry .person_details {
    display: flex;
    margin-left: 15px;
    margin-top: 40px
  }
  
  .reviews_wrap_section #masonry .person_details .person_name_desig {
    margin-left: 24px
  }
  
  .reviews_wrap_section #masonry .person_details .person_name_desig h6 {
    margin-bottom: 0;
    font-size: 17px
  }
  
  .reviews_wrap_section #masonry .person_details .person_name_desig p {
    margin-bottom: 0;
    font-size: 14px
  }
  /* ------------------ Testimonials CSS End  ------------------ */

/* ------------------ Testimonials CSS End  ------------------ */
.blog-details-wrap-section .blog-title{
    font-size: 25px;
    font-family: var(--content-medium-ff);
    color: var(--tm-primary);
}
.blog-details-wrap-section .blog-desc h1,
.blog-details-wrap-section .blog-desc h2,
.blog-details-wrap-section .blog-desc h3,
.blog-details-wrap-section .blog-desc h4,
.blog-details-wrap-section .blog-desc h5,
.blog-details-wrap-section .blog-desc h6{
    font-size: 18px;
    color: var(--tm-black);
    font-family: var(--content-medium-ff);
}
.blog-details-wrap-section .blog-date{
    font-size: 16px;
    font-family: var(--content-medium-ff);
}
.blog-details-wrap-section .blog-date i{
    color: var(--tm-red);
}
.blog-details-wrap-section ul{
    padding-left: 0;
    list-style: none;
}
.blog-details-wrap-section ul li{
    position: relative;
    padding-left: 20px;
}
.blog-details-wrap-section ul li::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../images/icon/check-mark-circle.png);
    background-size: cover;
    width: 15px;
    height: 15px;
}
/* ------------------ Testimonials CSS End  ------------------ */

/* ------------------ Product Details Accordion Section CSS Start ------------------ */
.pro-detail-wrap{
    margin-top: 35px;
}
.pro-detail-wrap .accordion-item{
    border: 1px solid #d4d3d3;
    margin-bottom: 10px;
    border-radius: 10px !important;
    background-color: #f4f4f4;
}
.pro-detail-wrap .accordion-header{
    border-radius: 10px;
}
.pro-detail-wrap .accordion-button:not(.collapsed){
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 20px 20px;
    border-bottom: 1px solid #DCD9C0;
    border-radius: 0 !important;
}
.pro-detail-wrap .accordion-button:not(.collapsed) h2{
    color: var(--tm-primary);
}
.pro-detail-wrap .accordion-button{
    border-radius: 10px !important;
    background-color: #f4f4f4;
    padding: 15px 20px;
}
.pro-detail-wrap .accordion-item:not(:first-of-type) {
    border-top: 1px solid #d4d3d3;
}
.pro-detail-wrap .accordion-button{
    border-radius: 0;
}
.pro-detail-wrap .accordion-button:focus{
    box-shadow: none;
}
.pro-detail-wrap .accordion-button h2{
    font-size: 18px;
    font-family: var(--content-medium-ff);
    margin-bottom: 0;
}
.pro-detail-wrap .accordion-body p{
    font-family: 'Fieldwork7-GeoLight', sans-serif;
}
.pro-detail-wrap .accordion-button:not(.collapsed)::after{
    background-image: url(../images/icon/minus.png);
    transform: none;
}
.pro-detail-wrap .accordion-button::after{
    background-image: url(../images/icon/plus.png);
}
  
/* ------------------ Product Details Accordion Section CSS End ------------------ */

.whatsaap-inquiry-btn {
    background: #48c857;
    width: fit-content;
    border-radius: 12px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.whatsaap-inquiry-btn:hover{
    color: #fff;
}
.whatsaap-inquiry-btn span img {
    width: 30px;
}

.trade-inquiry-sec p{
    font-size: 20px;
}
.iti--allow-dropdown{
    display: block !important;
}
.add-field-btn{
    color: var(--tm-black);
    text-decoration: none;
    font-weight: 700;
    padding: 7px 20px;
    background: #f0f2f4;
    border-radius: 25px;
    font-size: 15px;
    border: 1px solid #d9d9d9;
}
.trade-inquiry-form-wrapper{
    padding: 50px;
    border-radius: 10px;
}
.trade-inquiry-form-wrapper .form-control {
    padding: 0.7rem 0.75rem;
    border-radius: 0;
}
.trade-inquiry-form-wrapper .form-control:focus{
    box-shadow: none;
    border: 1px solid var(--tm-primary);
}
.product-code-text{
    color: #fff;
    font-family: var(--content-medium-ff) !important;
}

label.error {
    font-size: 14px;
    font-weight: 400;
}
.remove_single_cart i{
    color: red;
    font-weight: 600;
}
.mobile-menu .nav__item .active{
    color: var(--tm-primary);
    font-family: var(--content-medium-ff);
}
.mobile-menu .nav__sub .nav__item .active{
    color: var(--tm-primary);
    font-family: var(--content-medium-ff);
}

.products-list-section,
.products-category-section,
.trade-inquiry-sec{
    position: relative;
}
.products-list-section::before,
.products-category-section::before,
.trade-inquiry-sec::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-left.png);
    z-index: -1;
}
.products-list-section::after,
.products-category-section::after,
.trade-inquiry-sec::after{
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0;
    width: 150px;
    height: 300px;
    background-image: url(../images/shape/snack-pattern-right.png);
    z-index: -1;
}
.btn-reconfirm{
    background: #403092;
    width: fit-content;
    margin-left: auto;
    padding: 10px 40px;
    color: #fff;
    border-radius: 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
        padding: 0.6rem 0.75rem !important;
}
.select2-container .select2-selection--single{
    height: unset !important;
    border: 1px solid #ced4da !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top: 22px !important;
}
/* 
.modal-dialog .select2-hidden-accessible {
    position: relative;
} */
.modal-dialog .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: .375rem .75rem !important;
    line-height: unset !important;
    border-radius: 5px !important;
}
.modal-dialog .select2-container{
    width: 100% !important;
}
.more-info-btn{
    border: 1px solid #403092;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    background: #403092;
    border-radius: 0;
    border-radius: 5px;
    font-family: var(--content-medium-ff);
}

.more-info-btn:hover {
    color: #fff;
}